Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-octavia.spec'], chrootPath='/var/lib/mock/cloud7-openstack-queens-el7-build-50668-163657/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-octavia.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/openstack-octavia-2.0.2-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/openstack-octavia.spec'], chrootPath='/var/lib/mock/cloud7-openstack-queens-el7-build-50668-163657/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/openstack-octavia.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5wTXmY + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf octavia-2.0.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/octavia-2.0.2.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd octavia-2.0.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find octavia -name '*.py' -exec sed -i '/\/usr\/bin\/env python/{d;q}' '{}' + + rm -f requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.el5wQE + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.2 + export PBR_VERSION=2.0.2 + PBR_VERSION=2.0.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_haproxy_vrrp_check.py -> build/lib/octavia/tests/unit/cmd copying octavia/tests/unit/cmd/test_house_keeping.py -> build/lib/octavia/tests/unit/cmd copying octavia/tests/unit/cmd/__init__.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_agent.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/utils.py -> build/lib/octavia/common copying octavia/common/keystone.py -> build/lib/octavia/common copying octavia/common/policy.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/decorators.py -> build/lib/octavia/common copying octavia/common/base_taskflow.py -> build/lib/octavia/common copying octavia/common/clients.py -> build/lib/octavia/common copying octavia/common/__init__.py -> build/lib/octavia/common copying octavia/common/stats.py -> build/lib/octavia/common copying octavia/common/validate.py -> build/lib/octavia/common copying octavia/common/data_models.py -> build/lib/octavia/common copying octavia/common/constants.py -> build/lib/octavia/common copying octavia/common/config.py -> build/lib/octavia/common copying octavia/common/service.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/__init__.py -> build/lib/octavia/controller/worker copying octavia/controller/worker/amphora_rate_limit.py -> build/lib/octavia/controller/worker copying octavia/controller/worker/controller_worker.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/exceptions.py -> build/lib/octavia/amphorae/drivers/haproxy copying octavia/amphorae/drivers/haproxy/__init__.py -> build/lib/octavia/amphorae/drivers/haproxy copying octavia/amphorae/drivers/haproxy/data_models.py -> build/lib/octavia/amphorae/drivers/haproxy creating build/lib/octavia/tests/functional creating build/lib/octavia/tests/functional/amphorae creating build/lib/octavia/tests/functional/amphorae/backend copying octavia/tests/functional/amphorae/backend/__init__.py -> build/lib/octavia/tests/functional/amphorae/backend creating build/lib/octavia/certificates creating build/lib/octavia/certificates/common 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/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/__init__.py -> build/lib/octavia/tests/unit copying octavia/tests/unit/test_hacking.py -> build/lib/octavia/tests/unit copying octavia/tests/unit/base.py -> build/lib/octavia/tests/unit creating build/lib/octavia/tests/unit/controller copying octavia/tests/unit/controller/__init__.py -> build/lib/octavia/tests/unit/controller creating build/lib/octavia/tests/unit/compute copying octavia/tests/unit/compute/__init__.py -> build/lib/octavia/tests/unit/compute creating build/lib/octavia/tests/unit/amphorae creating build/lib/octavia/tests/unit/amphorae/drivers creating build/lib/octavia/tests/unit/amphorae/drivers/keepalived creating build/lib/octavia/tests/unit/amphorae/drivers/keepalived/jinja copying octavia/tests/unit/amphorae/drivers/keepalived/jinja/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 creating build/lib/octavia/tests/unit/controller/healthmanager copying octavia/tests/unit/controller/healthmanager/test_update_serializer.py -> build/lib/octavia/tests/unit/controller/healthmanager copying octavia/tests/unit/controller/healthmanager/__init__.py -> build/lib/octavia/tests/unit/controller/healthmanager copying octavia/tests/unit/controller/healthmanager/test_health_manager.py -> build/lib/octavia/tests/unit/controller/healthmanager creating build/lib/octavia/api creating build/lib/octavia/api/handlers creating build/lib/octavia/api/handlers/queue copying octavia/api/handlers/queue/producer.py -> build/lib/octavia/api/handlers/queue copying octavia/api/handlers/queue/__init__.py -> build/lib/octavia/api/handlers/queue creating build/lib/octavia/tests/unit/amphorae/backends copying octavia/tests/unit/amphorae/backends/__init__.py -> build/lib/octavia/tests/unit/amphorae/backends creating build/lib/octavia/api/v2 creating build/lib/octavia/api/v2/types copying octavia/api/v2/types/l7rule.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/l7policy.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/load_balancer.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/__init__.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/listener.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/pool.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/member.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/amphora.py -> build/lib/octavia/api/v2/types creating build/lib/octavia/amphorae/backends creating build/lib/octavia/amphorae/backends/health_daemon copying octavia/amphorae/backends/health_daemon/health_daemon.py -> build/lib/octavia/amphorae/backends/health_daemon copying octavia/amphorae/backends/health_daemon/health_sender.py -> build/lib/octavia/amphorae/backends/health_daemon copying octavia/amphorae/backends/health_daemon/status_message.py -> build/lib/octavia/amphorae/backends/health_daemon copying octavia/amphorae/backends/health_daemon/__init__.py -> build/lib/octavia/amphorae/backends/health_daemon creating build/lib/octavia/amphorae/drivers/noop_driver copying octavia/amphorae/drivers/noop_driver/driver.py -> build/lib/octavia/amphorae/drivers/noop_driver copying octavia/amphorae/drivers/noop_driver/__init__.py -> build/lib/octavia/amphorae/drivers/noop_driver creating build/lib/octavia/tests/tempest creating build/lib/octavia/tests/tempest/v2 creating build/lib/octavia/tests/tempest/v2/clients copying octavia/tests/tempest/v2/clients/quotas_client.py -> build/lib/octavia/tests/tempest/v2/clients copying octavia/tests/tempest/v2/clients/__init__.py -> build/lib/octavia/tests/tempest/v2/clients copying octavia/certificates/__init__.py -> build/lib/octavia/certificates creating build/lib/octavia/tests/unit/controller/healthmanager/health_drivers copying octavia/tests/unit/controller/healthmanager/health_drivers/test_update_db.py -> build/lib/octavia/tests/unit/controller/healthmanager/health_drivers copying octavia/tests/unit/controller/healthmanager/health_drivers/test_update_base.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_logging.py -> build/lib/octavia/tests/unit/controller/healthmanager/health_drivers creating build/lib/octavia/tests/unit/common creating 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 copying octavia/tests/unit/common/tls_utils/test_cert_parser.py -> build/lib/octavia/tests/unit/common/tls_utils creating build/lib/octavia/amphorae/drivers/keepalived copying octavia/amphorae/drivers/keepalived/__init__.py -> 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/driver_base.py -> build/lib/octavia/amphorae/drivers copying octavia/amphorae/drivers/__init__.py -> build/lib/octavia/amphorae/drivers creating build/lib/octavia/network creating build/lib/octavia/network/drivers creating build/lib/octavia/network/drivers/noop_driver copying octavia/network/drivers/noop_driver/driver.py -> build/lib/octavia/network/drivers/noop_driver copying octavia/network/drivers/noop_driver/__init__.py -> build/lib/octavia/network/drivers/noop_driver creating build/lib/octavia/hacking copying octavia/hacking/__init__.py -> build/lib/octavia/hacking copying octavia/hacking/checks.py -> build/lib/octavia/hacking creating build/lib/octavia/tests/unit/network creating build/lib/octavia/tests/unit/network/drivers creating 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/test_allowed_address_pairs.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 copying octavia/tests/unit/network/drivers/neutron/__init__.py -> build/lib/octavia/tests/unit/network/drivers/neutron creating build/lib/octavia/tests/unit/amphorae/backends/utils copying octavia/tests/unit/amphorae/backends/utils/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_repositories.py -> build/lib/octavia/tests/functional/db copying octavia/tests/functional/db/test_models.py -> build/lib/octavia/tests/functional/db copying octavia/tests/functional/db/__init__.py -> build/lib/octavia/tests/functional/db copying octavia/tests/functional/db/base.py -> build/lib/octavia/tests/functional/db creating build/lib/octavia/db creating build/lib/octavia/db/migration copying octavia/db/migration/__init__.py -> build/lib/octavia/db/migration copying octavia/db/migration/cli.py -> build/lib/octavia/db/migration copying octavia/db/api.py -> build/lib/octavia/db copying octavia/db/base_models.py -> build/lib/octavia/db copying octavia/db/repositories.py -> build/lib/octavia/db copying octavia/db/__init__.py -> build/lib/octavia/db copying octavia/db/models.py -> build/lib/octavia/db copying octavia/db/prepare.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_legacy.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 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_health_monitors.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_l7rules.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_members.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_load_balancers.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/common/test_utils.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_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/__init__.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_clients.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_validations.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_decorator.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_stats.py -> build/lib/octavia/tests/unit/common creating build/lib/octavia/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/amphora_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/l7rule_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/member_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/pool_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/listener_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/l7policy_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/network/__init__.py -> build/lib/octavia/network copying octavia/network/data_models.py -> build/lib/octavia/network copying octavia/network/base.py -> build/lib/octavia/network creating 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 copying octavia/tests/unit/api/common/base.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/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 copying octavia/tests/common/__init__.py -> build/lib/octavia/tests/common copying octavia/tests/common/constants.py -> build/lib/octavia/tests/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 copying octavia/api/handlers/__init__.py -> build/lib/octavia/api/handlers copying octavia/api/handlers/abstract_handler.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/__init__.py -> build/lib/octavia/tests/tempest/common copying octavia/tests/tempest/common/manager.py -> build/lib/octavia/tests/tempest/common creating build/lib/octavia/amphorae/drivers/health copying octavia/amphorae/drivers/health/__init__.py -> build/lib/octavia/amphorae/drivers/health copying octavia/amphorae/drivers/health/heartbeat_udp.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_health_monitors.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_l7rules.py -> build/lib/octavia/tests/unit/api/v2/types copying octavia/tests/unit/api/v2/types/test_l7policies.py -> build/lib/octavia/tests/unit/api/v2/types copying octavia/tests/unit/api/v2/types/test_members.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_load_balancers.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/base.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/driver_base.py -> build/lib/octavia/distributor/drivers copying octavia/distributor/drivers/__init__.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/quotas_client.py -> build/lib/octavia/tests/tempest/v1/clients copying octavia/tests/tempest/v1/clients/pools_client.py -> build/lib/octavia/tests/tempest/v1/clients copying octavia/tests/tempest/v1/clients/listeners_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/__init__.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/load_balancers_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/driver.py -> build/lib/octavia/distributor/drivers/noop_driver copying octavia/distributor/drivers/noop_driver/__init__.py -> build/lib/octavia/distributor/drivers/noop_driver copying octavia/api/v2/__init__.py -> build/lib/octavia/api/v2 creating build/lib/octavia/api/v1 copying octavia/api/v1/__init__.py -> build/lib/octavia/api/v1 creating build/lib/octavia/tests/functional/amphorae/backend/agent/api_server copying octavia/tests/functional/amphorae/backend/agent/api_server/test_server.py -> build/lib/octavia/tests/functional/amphorae/backend/agent/api_server copying octavia/tests/functional/amphorae/backend/agent/api_server/__init__.py -> build/lib/octavia/tests/functional/amphorae/backend/agent/api_server creating build/lib/octavia/tests/unit/controller/housekeeping copying octavia/tests/unit/controller/housekeeping/test_house_keeping.py -> build/lib/octavia/tests/unit/controller/housekeeping copying octavia/tests/unit/controller/housekeeping/__init__.py -> build/lib/octavia/tests/unit/controller/housekeeping creating build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/listener_statistics.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/l7rule.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/health_monitor.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/l7policy.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/load_balancer.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/__init__.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/load_balancer_statistics.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/listener.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/pool.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/member.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/base.py -> build/lib/octavia/api/v1/controllers copying octavia/tests/tempest/plugin.py -> build/lib/octavia/tests/tempest copying octavia/tests/tempest/__init__.py -> build/lib/octavia/tests/tempest copying octavia/tests/tempest/config.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_lb_quota.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_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 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/listener_statistics.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/l7rule.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/health_monitor.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/l7policy.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/load_balancer.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/__init__.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/load_balancer_statistics.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/listener.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/pool.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/member.py -> build/lib/octavia/api/v1/types creating build/lib/octavia/controller/queue copying octavia/controller/queue/event_queue.py -> 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 creating build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/lifecycle_tasks.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/database_tasks.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/compute_tasks.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/__init__.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/cert_task.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/model_tasks.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/amphora_driver_tasks.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/network_tasks.py -> build/lib/octavia/controller/worker/tasks creating build/lib/octavia/tests/unit/amphorae/drivers/haproxy copying octavia/tests/unit/amphorae/drivers/haproxy/__init__.py -> 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 creating build/lib/octavia/tests/tempest/v2/scenario copying octavia/tests/tempest/v2/scenario/test_lb_quota.py -> build/lib/octavia/tests/tempest/v2/scenario copying octavia/tests/tempest/v2/scenario/__init__.py -> build/lib/octavia/tests/tempest/v2/scenario copying octavia/tests/tempest/v2/scenario/base.py -> build/lib/octavia/tests/tempest/v2/scenario copying octavia/tests/unit/certificates/__init__.py -> build/lib/octavia/tests/unit/certificates creating build/lib/octavia/tests/unit/amphorae/drivers/health copying octavia/tests/unit/amphorae/drivers/health/test_heartbeat_udp.py -> build/lib/octavia/tests/unit/amphorae/drivers/health copying octavia/tests/unit/amphorae/drivers/health/__init__.py -> build/lib/octavia/tests/unit/amphorae/drivers/health creating build/lib/octavia/policies copying octavia/policies/l7rule.py -> build/lib/octavia/policies copying octavia/policies/l7policy.py -> build/lib/octavia/policies copying octavia/policies/loadbalancer.py -> build/lib/octavia/policies copying octavia/policies/healthmonitor.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/pool.py -> build/lib/octavia/policies copying octavia/policies/quota.py -> build/lib/octavia/policies copying octavia/policies/member.py -> build/lib/octavia/policies copying octavia/policies/amphora.py -> build/lib/octavia/policies copying octavia/policies/base.py -> build/lib/octavia/policies creating build/lib/octavia/common/jinja copying octavia/common/jinja/user_data_jinja_cfg.py -> build/lib/octavia/common/jinja copying octavia/common/jinja/__init__.py -> build/lib/octavia/common/jinja copying octavia/tests/unit/api/v2/__init__.py -> build/lib/octavia/tests/unit/api/v2 copying octavia/tests/unit/api/v1/__init__.py -> build/lib/octavia/tests/unit/api/v1 creating build/lib/octavia/tests/unit/amphorae/backends/health_daemon copying octavia/tests/unit/amphorae/backends/health_daemon/test_health_sender.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/__init__.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 creating build/lib/octavia/compute/drivers/noop_driver copying octavia/compute/drivers/noop_driver/driver.py -> build/lib/octavia/compute/drivers/noop_driver copying octavia/compute/drivers/noop_driver/__init__.py -> build/lib/octavia/compute/drivers/noop_driver creating 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_amphora_rate_limit.py -> build/lib/octavia/tests/unit/controller/worker copying octavia/tests/unit/controller/worker/test_task_utils.py -> build/lib/octavia/tests/unit/controller/worker copying octavia/tests/unit/controller/worker/test_controller_worker.py -> build/lib/octavia/tests/unit/controller/worker copying octavia/compute/compute_base.py -> build/lib/octavia/compute copying octavia/compute/__init__.py -> build/lib/octavia/compute creating build/lib/octavia/tests/unit/controller/worker/flows copying octavia/tests/unit/controller/worker/flows/test_amphora_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/test_member_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_listener_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_pool_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_l7rule_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/haproxy_query.py -> build/lib/octavia/amphorae/backends/utils copying octavia/amphorae/backends/utils/__init__.py -> build/lib/octavia/amphorae/backends/utils creating build/lib/octavia/tests/unit/certificates/common/auth copying octavia/tests/unit/certificates/common/auth/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/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/amphorae/driver_exceptions copying octavia/amphorae/driver_exceptions/exceptions.py -> build/lib/octavia/amphorae/driver_exceptions copying octavia/amphorae/driver_exceptions/__init__.py -> build/lib/octavia/amphorae/driver_exceptions creating build/lib/octavia/network/drivers/neutron copying octavia/network/drivers/neutron/utils.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/allowed_address_pairs.py -> build/lib/octavia/network/drivers/neutron copying octavia/network/drivers/neutron/base.py -> build/lib/octavia/network/drivers/neutron creating build/lib/octavia/tests/unit/compute/drivers copying octavia/tests/unit/compute/drivers/test_nova_driver.py -> build/lib/octavia/tests/unit/compute/drivers copying octavia/tests/unit/compute/drivers/__init__.py -> build/lib/octavia/tests/unit/compute/drivers copying octavia/tests/unit/compute/drivers/test_compute_noop_driver.py -> build/lib/octavia/tests/unit/compute/drivers creating build/lib/octavia/common/tls_utils copying octavia/common/tls_utils/cert_parser.py -> build/lib/octavia/common/tls_utils copying octavia/common/tls_utils/__init__.py -> build/lib/octavia/common/tls_utils creating build/lib/octavia/certificates/generator copying octavia/certificates/generator/local.py -> build/lib/octavia/certificates/generator copying octavia/certificates/generator/__init__.py -> build/lib/octavia/certificates/generator copying octavia/certificates/generator/anchor.py -> build/lib/octavia/certificates/generator copying octavia/certificates/generator/cert_gen.py -> build/lib/octavia/certificates/generator 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/pagination.py -> build/lib/octavia/api/common copying octavia/api/common/hooks.py -> 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/certificates/common/local.py -> build/lib/octavia/certificates/common copying octavia/certificates/common/cert.py -> build/lib/octavia/certificates/common copying octavia/certificates/common/barbican.py -> build/lib/octavia/certificates/common copying octavia/certificates/common/pkcs12.py -> build/lib/octavia/certificates/common copying octavia/certificates/common/__init__.py -> build/lib/octavia/certificates/common creating build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/l7rule.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/l7policy.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/load_balancer.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/__init__.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/listener.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/pool.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/member.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/amphora.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/base.py -> build/lib/octavia/api/v2/controllers 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/amphorae/backends/agent/api_server copying octavia/tests/unit/amphorae/backends/agent/api_server/test_haproxy_compatibility.py -> build/lib/octavia/tests/unit/amphorae/backends/agent/api_server copying octavia/tests/unit/amphorae/backends/agent/api_server/test_listener.py -> build/lib/octavia/tests/unit/amphorae/backends/agent/api_server copying octavia/tests/unit/amphorae/backends/agent/api_server/test_plug.py -> build/lib/octavia/tests/unit/amphorae/backends/agent/api_server copying octavia/tests/unit/amphorae/backends/agent/api_server/__init__.py -> build/lib/octavia/tests/unit/amphorae/backends/agent/api_server copying octavia/tests/unit/amphorae/backends/agent/api_server/test_amphora_info.py -> build/lib/octavia/tests/unit/amphorae/backends/agent/api_server copying octavia/tests/unit/amphorae/backends/agent/api_server/test_osutils.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/tempest/v1/__init__.py -> build/lib/octavia/tests/tempest/v1 copying octavia/tests/tempest/v2/__init__.py -> build/lib/octavia/tests/tempest/v2 creating build/lib/octavia/tests/unit/controller/queue copying octavia/tests/unit/controller/queue/__init__.py -> build/lib/octavia/tests/unit/controller/queue copying octavia/tests/unit/controller/queue/test_endpoint.py -> build/lib/octavia/tests/unit/controller/queue copying octavia/tests/unit/controller/queue/test_consumer.py -> build/lib/octavia/tests/unit/controller/queue creating build/lib/octavia/controller/healthmanager/health_drivers copying octavia/controller/healthmanager/health_drivers/update_base.py -> build/lib/octavia/controller/healthmanager/health_drivers copying octavia/controller/healthmanager/health_drivers/update_logging.py -> build/lib/octavia/controller/healthmanager/health_drivers copying octavia/controller/healthmanager/health_drivers/__init__.py -> build/lib/octavia/controller/healthmanager/health_drivers copying octavia/controller/healthmanager/health_drivers/update_db.py -> build/lib/octavia/controller/healthmanager/health_drivers copying octavia/network/drivers/__init__.py -> build/lib/octavia/network/drivers copying octavia/controller/__init__.py -> build/lib/octavia/controller copying octavia/amphorae/backends/__init__.py -> build/lib/octavia/amphorae/backends creating build/lib/octavia/amphorae/backends/agent copying octavia/amphorae/backends/agent/__init__.py -> build/lib/octavia/amphorae/backends/agent copying octavia/amphorae/backends/agent/agent_jinja_cfg.py -> build/lib/octavia/amphorae/backends/agent creating 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_quotas.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/test_l7rule.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/test_member.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_amphora.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_load_balancer.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/test_health_monitor.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/base.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/__init__.py -> build/lib/octavia/tests/functional creating build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_pool.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_l7rule.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_listener.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_load_balancer_statistics.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/__init__.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_api_sort.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/test_health_monitor.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/base.py -> build/lib/octavia/tests/functional/api/v1 creating build/lib/octavia/cmd copying octavia/cmd/api.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/house_keeping.py -> build/lib/octavia/cmd copying octavia/cmd/haproxy_vrrp_check.py -> build/lib/octavia/cmd copying octavia/cmd/__init__.py -> build/lib/octavia/cmd 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/__init__.py -> build/lib/octavia/api/handlers/controller_simulator copying octavia/api/handlers/controller_simulator/handler.py -> build/lib/octavia/api/handlers/controller_simulator creating build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/test_compute_tasks.py -> build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/test_amphora_driver_tasks.py -> build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/test_database_tasks.py -> build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/test_cert_task.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_model_tasks.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_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/api/app.py -> build/lib/octavia/api copying octavia/api/__init__.py -> build/lib/octavia/api copying octavia/api/config.py -> build/lib/octavia/api copying octavia/api/root_controller.py -> build/lib/octavia/api copying octavia/tests/unit/common/jinja/__init__.py -> build/lib/octavia/tests/unit/common/jinja copying octavia/tests/unit/common/jinja/test_user_data_jinja_cfg.py -> build/lib/octavia/tests/unit/common/jinja copying octavia/amphorae/__init__.py -> build/lib/octavia/amphorae creating build/lib/octavia/amphorae/backends/agent/api_server copying octavia/amphorae/backends/agent/api_server/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 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/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/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/version.py -> build/lib/octavia copying octavia/opts.py -> build/lib/octavia copying octavia/__init__.py -> build/lib/octavia copying octavia/i18n.py -> build/lib/octavia creating 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 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_configs.py -> build/lib/octavia/tests/unit/common/sample_configs creating build/lib/octavia/certificates/manager copying octavia/certificates/manager/local.py -> 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/barbican.py -> build/lib/octavia/certificates/manager copying octavia/certificates/manager/barbican_legacy.py -> build/lib/octavia/certificates/manager copying octavia/certificates/manager/__init__.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 deleting octavia.egg-info/requires.txt writing octavia.egg-info/PKG-INFO writing top-level names to octavia.egg-info/top_level.txt writing dependency_links to octavia.egg-info/dependency_links.txt writing entry points to octavia.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt copying octavia/db/migration/alembic.ini -> build/lib/octavia/db/migration creating build/lib/octavia/db/migration/alembic_migrations copying octavia/db/migration/alembic_migrations/README.rst -> build/lib/octavia/db/migration/alembic_migrations copying octavia/db/migration/alembic_migrations/env.py -> build/lib/octavia/db/migration/alembic_migrations copying octavia/db/migration/alembic_migrations/script.py.mako -> build/lib/octavia/db/migration/alembic_migrations creating build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/034b2dc2f3e0_modernize_l7policy_fields.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/0aee2b450512_extend_api_to_accept_qos_policy_id.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/13500e2e978d_update_url_and_name_size.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/14892634e228_update_vip.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/186509101b9b_add_server_group_id_to_loadbalancer.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/1e4c1d83044c_keepalived_configuration_datamodel.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/2351ea316465_adding_terminate_https_tls_ref_support.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/256852d5ff7c_add_lb_network_ip_to_amphora.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/27e54d00c3cd_add_monitor_address_and_port_to_member.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/298eac0640a7_add_amphora_vrrp_port_id_and_ha_port_id.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/29ff921a6eb_shared_pools.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/357d17a6d5ac_update_lb_and_amphora_data_model_for_.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/35dee79d5865_initial_create.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/36b94648fef8_add_timestamp.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/3a1e1cdb7b27_rename_amphora_host_id.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/3b199c848b96_create_no_monitor_operational_status.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/3e5b37a0bdb9_add_vrrp_ip_and_ha_ip_to_amphora.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/3f8ff3be828e_create_quotas_table.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/43287cd10fef_make_pool_lb_algorithm_larger.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/443fe6676637_add_network_id_to_vip.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/44a2414dd683_adding_name_column_to_member_and_health_.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/458c9ee2a011_l7_policies_and_rules.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/48660b6643f0_add_new_states_for_amphora.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/4a6ec0ab7284_remove_fk_constraints_on_listener_.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/4aeb9e23ad43_add_draining_operating_status.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/4c094013699a_update_load_balancer_amphora.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/4d9cf7d32f2_insert_headers.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/4faaa983e7a9_update_member_address_column.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/4fe8240425b4_update_vip_add_subnet_id.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/52377704420e_add_timestamps_to_healthmonitor.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/5309960964f8_add_proxy_protocol_for_pool.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/543f5d8e4e56_add_a_column_busy_in_table_amphora_health.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/5a3ee5472c31_add_cert_expiration__infor_in_amphora_table.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/62816c232310_fix_migration_for_mysql_5_7.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/6abb04f24c5_tenant_id_to_project_id.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/82b9402e71fd_update_vip_address_size.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/8c0851bdf6c3_change_tls_container_id_length_in_sni_.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/92fe9857279_create_healthmanager_table.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/9b5473976d6d_add_provisioning_status_to_objects.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/9bf4d21caaea_adding_amphora_id_to_listener_.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/bf171d0d91c3_amphora_add_cached_zone.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/c11292016060_add_request_errors_for_stats.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/d85ca7258d21_modernize_l7rule.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/e6672bda93bf_add_ping_and_tlshello_monitor_types.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/fac584114642_.py -> build/lib/octavia/db/migration/alembic_migrations/versions copying octavia/db/migration/alembic_migrations/versions/fc5582da7d8a_create_amphora_build_rate_limit_tables.py -> build/lib/octavia/db/migration/alembic_migrations/versions creating build/lib/octavia/amphorae/drivers/keepalived/jinja/templates copying octavia/amphorae/drivers/keepalived/jinja/templates/keepalived_base.template -> build/lib/octavia/amphorae/drivers/keepalived/jinja/templates creating build/lib/octavia/tests/contrib copying octavia/tests/contrib/decode_args.sh -> build/lib/octavia/tests/contrib copying octavia/tests/contrib/deploy_c10k_test.sh -> build/lib/octavia/tests/contrib copying octavia/tests/contrib/gate_hook.sh -> build/lib/octavia/tests/contrib copying octavia/tests/contrib/httpd.go -> build/lib/octavia/tests/contrib copying octavia/tests/contrib/post_test_hook.sh -> build/lib/octavia/tests/contrib creating build/lib/octavia/tests/contrib/hooks copying octavia/tests/contrib/hooks/api_extensions -> build/lib/octavia/tests/contrib/hooks copying octavia/tests/contrib/hooks/apiv1 -> build/lib/octavia/tests/contrib/hooks copying octavia/tests/contrib/hooks/scenario -> build/lib/octavia/tests/contrib/hooks copying octavia/tests/tempest/README.rst -> build/lib/octavia/tests/tempest creating build/lib/octavia/common/jinja/templates copying octavia/common/jinja/templates/user_data_config_drive.template -> build/lib/octavia/common/jinja/templates creating build/lib/octavia/amphorae/backends/agent/templates copying octavia/amphorae/backends/agent/templates/amphora_agent_conf.template -> build/lib/octavia/amphorae/backends/agent/templates creating build/lib/octavia/common/jinja/haproxy/templates copying octavia/common/jinja/haproxy/templates/base.j2 -> build/lib/octavia/common/jinja/haproxy/templates copying octavia/common/jinja/haproxy/templates/haproxy.cfg.j2 -> build/lib/octavia/common/jinja/haproxy/templates copying octavia/common/jinja/haproxy/templates/macros.j2 -> build/lib/octavia/common/jinja/haproxy/templates creating build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/amphora-netns.systemd.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/keepalived.systemd.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/keepalived.sysvinit.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/keepalived.upstart.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/keepalived_check_script.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/plug_port_ethX.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/plug_vip_ethX.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/rh_plug_port_ethX.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/rh_plug_vip_ethX.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/rh_plug_vip_ethX_alias.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/rh_route_ethX.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/rh_rule_ethX.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/systemd.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/sysvinit.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/upstart.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/tests/unit/common/sample_configs/sample_pkcs12.p12 -> build/lib/octavia/tests/unit/common/sample_configs + pushd octavia/tests/contrib ~/build/BUILD/octavia-2.0.2/octavia/tests/contrib ~/build/BUILD/octavia-2.0.2 + go build -ldflags '-linkmode external -extldflags -static' -o octavia-tests-httpd httpd.go # command-line-arguments /tmp/go-link-666786781/000000.o: In function `_cgo_b0c710f30cfd_C2func_getaddrinfo': /tmp/go-build/net/_obj/cgo-gcc-prolog:46: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking + popd ~/build/BUILD/octavia-2.0.2 + 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.e42uKp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64 + cd octavia-2.0.2 + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64 running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia copying build/lib/octavia/version.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia copying build/lib/octavia/opts.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/keystone.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/templates copying build/lib/octavia/common/jinja/templates/user_data_config_drive.template -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/templates creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy/templates copying build/lib/octavia/common/jinja/haproxy/templates/macros.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy/templates copying build/lib/octavia/common/jinja/haproxy/templates/base.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy/templates copying build/lib/octavia/common/jinja/haproxy/templates/haproxy.cfg.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy/templates copying build/lib/octavia/common/jinja/haproxy/jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy copying build/lib/octavia/common/jinja/haproxy/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy copying build/lib/octavia/common/jinja/user_data_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja copying build/lib/octavia/common/jinja/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja copying build/lib/octavia/common/policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/context.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/exceptions.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/decorators.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/base_taskflow.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/clients.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/stats.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/validate.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/data_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/constants.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/config.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/service.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/tls_utils copying build/lib/octavia/common/tls_utils/cert_parser.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/tls_utils copying build/lib/octavia/common/tls_utils/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/tls_utils creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/common copying build/lib/octavia/api/common/pagination.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/common copying build/lib/octavia/api/common/hooks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/common copying build/lib/octavia/api/common/types.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/common copying build/lib/octavia/api/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/common creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2 copying build/lib/octavia/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2 creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/health_monitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/load_balancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/quotas.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/health_monitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/load_balancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/quotas.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/app.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers copying build/lib/octavia/api/handlers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers copying build/lib/octavia/api/handlers/abstract_handler.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/queue copying build/lib/octavia/api/handlers/queue/producer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/queue copying build/lib/octavia/api/handlers/queue/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/queue creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/controller_simulator copying build/lib/octavia/api/handlers/controller_simulator/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/controller_simulator copying build/lib/octavia/api/handlers/controller_simulator/handler.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/controller_simulator copying build/lib/octavia/api/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1 copying build/lib/octavia/api/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1 creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/listener_statistics.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/health_monitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/load_balancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/quotas.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/load_balancer_statistics.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/listener_statistics.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/health_monitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/load_balancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/quotas.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/load_balancer_statistics.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/config.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api copying build/lib/octavia/api/root_controller.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/haproxy copying build/lib/octavia/tests/unit/common/jinja/haproxy/test_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/haproxy copying build/lib/octavia/tests/unit/common/jinja/haproxy/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/haproxy copying build/lib/octavia/tests/unit/common/jinja/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja copying build/lib/octavia/tests/unit/common/jinja/test_user_data_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja copying build/lib/octavia/tests/unit/common/test_utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_data_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/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.0.2-1.el7.x86_64/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.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_base_taskflow.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs copying build/lib/octavia/tests/unit/common/sample_configs/sample_certs.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs copying build/lib/octavia/tests/unit/common/sample_configs/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs copying build/lib/octavia/tests/unit/common/sample_configs/sample_configs.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs copying build/lib/octavia/tests/unit/common/sample_configs/sample_pkcs12.p12 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs copying build/lib/octavia/tests/unit/common/test_clients.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_config.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_constants.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_validations.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_decorator.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/tls_utils copying build/lib/octavia/tests/unit/common/tls_utils/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/tls_utils copying build/lib/octavia/tests/unit/common/tls_utils/test_cert_parser.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/tls_utils copying build/lib/octavia/tests/unit/common/test_stats.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/hooks copying build/lib/octavia/tests/unit/api/hooks/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/hooks copying build/lib/octavia/tests/unit/api/hooks/test_query_parameters.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/hooks creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common copying build/lib/octavia/tests/unit/api/common/test_types.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common copying build/lib/octavia/tests/unit/api/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common copying build/lib/octavia/tests/unit/api/common/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2 copying build/lib/octavia/tests/unit/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2 creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/test_health_monitors.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/test_pools.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/test_l7rules.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/test_l7policies.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/test_members.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/test_listeners.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/test_load_balancers.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers copying build/lib/octavia/tests/unit/api/handlers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers/queue copying build/lib/octavia/tests/unit/api/handlers/queue/test_producer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers/queue copying build/lib/octavia/tests/unit/api/handlers/queue/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers/queue copying build/lib/octavia/tests/unit/api/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1 copying build/lib/octavia/tests/unit/api/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1 creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/test_health_monitors.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/test_pools.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/test_l7rules.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/test_l7policies.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/test_members.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/test_listeners.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/test_load_balancers.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/db copying build/lib/octavia/tests/unit/db/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/db creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager copying build/lib/octavia/tests/unit/controller/healthmanager/test_update_serializer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/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.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers copying build/lib/octavia/tests/unit/controller/healthmanager/health_drivers/test_update_db.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers copying build/lib/octavia/tests/unit/controller/healthmanager/health_drivers/test_update_base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers copying build/lib/octavia/tests/unit/controller/healthmanager/health_drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers copying build/lib/octavia/tests/unit/controller/healthmanager/health_drivers/test_update_logging.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers copying build/lib/octavia/tests/unit/controller/healthmanager/test_health_manager.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager copying build/lib/octavia/tests/unit/controller/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/housekeeping copying build/lib/octavia/tests/unit/controller/housekeeping/test_house_keeping.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/housekeeping copying build/lib/octavia/tests/unit/controller/housekeeping/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/housekeeping creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue copying build/lib/octavia/tests/unit/controller/queue/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue copying build/lib/octavia/tests/unit/controller/queue/test_endpoint.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue copying build/lib/octavia/tests/unit/controller/queue/test_consumer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_amphora_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_load_balancer_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_member_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_health_monitor_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_listener_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_pool_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_l7policy_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_l7rule_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/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.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker copying build/lib/octavia/tests/unit/controller/worker/test_task_utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker copying build/lib/octavia/tests/unit/controller/worker/test_controller_worker.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_compute_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_amphora_driver_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_database_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_cert_task.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_model_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_database_tasks_quota.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_lifecycle_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_network_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/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.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common copying build/lib/octavia/tests/unit/certificates/common/test_barbican.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common copying build/lib/octavia/tests/unit/certificates/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/auth copying build/lib/octavia/tests/unit/certificates/common/auth/test_barbican_acl.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/auth copying build/lib/octavia/tests/unit/certificates/common/auth/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/auth copying build/lib/octavia/tests/unit/certificates/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager copying build/lib/octavia/tests/unit/certificates/manager/test_local.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager copying build/lib/octavia/tests/unit/certificates/manager/test_barbican_legacy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager copying build/lib/octavia/tests/unit/certificates/manager/test_barbican.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager copying build/lib/octavia/tests/unit/certificates/manager/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator copying build/lib/octavia/tests/unit/certificates/generator/test_local.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator copying build/lib/octavia/tests/unit/certificates/generator/local_csr.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator copying build/lib/octavia/tests/unit/certificates/generator/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator copying build/lib/octavia/tests/unit/certificates/generator/test_anchor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator copying build/lib/octavia/tests/unit/test_hacking.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd copying build/lib/octavia/tests/unit/cmd/test_haproxy_vrrp_check.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd copying build/lib/octavia/tests/unit/cmd/test_house_keeping.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd copying build/lib/octavia/tests/unit/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd copying build/lib/octavia/tests/unit/cmd/test_health_manager.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd copying build/lib/octavia/tests/unit/cmd/test_agent.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/compute copying build/lib/octavia/tests/unit/compute/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/compute creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers copying build/lib/octavia/tests/unit/compute/drivers/test_nova_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers copying build/lib/octavia/tests/unit/compute/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers copying build/lib/octavia/tests/unit/compute/drivers/test_compute_noop_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/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.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/utils copying build/lib/octavia/tests/unit/amphorae/backends/utils/test_haproxy_query.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/utils copying build/lib/octavia/tests/unit/amphorae/backends/utils/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/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.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon copying build/lib/octavia/tests/unit/amphorae/backends/health_daemon/test_health_sender.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon copying build/lib/octavia/tests/unit/amphorae/backends/health_daemon/test_envelope.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon copying build/lib/octavia/tests/unit/amphorae/backends/health_daemon/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon copying build/lib/octavia/tests/unit/amphorae/backends/health_daemon/test_health_daemon.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/api_server/test_haproxy_compatibility.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/api_server/test_listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/api_server/test_plug.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/api_server/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/api_server/test_amphora_info.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/api_server/test_osutils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/api_server/test_keepalived.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent copying build/lib/octavia/tests/unit/amphorae/backends/agent/test_agent_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja copying build/lib/octavia/tests/unit/amphorae/drivers/keepalived/jinja/test_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja copying build/lib/octavia/tests/unit/amphorae/drivers/keepalived/jinja/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja copying build/lib/octavia/tests/unit/amphorae/drivers/keepalived/test_vrrp_rest_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived copying build/lib/octavia/tests/unit/amphorae/drivers/keepalived/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived copying build/lib/octavia/tests/unit/amphorae/drivers/test_noop_amphoraloadbalancer_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/health copying build/lib/octavia/tests/unit/amphorae/drivers/health/test_heartbeat_udp.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/health copying build/lib/octavia/tests/unit/amphorae/drivers/health/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/health creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/haproxy copying build/lib/octavia/tests/unit/amphorae/drivers/haproxy/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/haproxy copying build/lib/octavia/tests/unit/amphorae/drivers/haproxy/test_rest_api_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/haproxy copying build/lib/octavia/tests/unit/amphorae/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network copying build/lib/octavia/tests/unit/network/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron copying build/lib/octavia/tests/unit/network/drivers/neutron/test_utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron copying build/lib/octavia/tests/unit/network/drivers/neutron/test_allowed_address_pairs.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron copying build/lib/octavia/tests/unit/network/drivers/neutron/test_base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron copying build/lib/octavia/tests/unit/network/drivers/neutron/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron copying build/lib/octavia/tests/unit/network/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers copying build/lib/octavia/tests/unit/network/drivers/test_network_noop_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers copying build/lib/octavia/tests/unit/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/common copying build/lib/octavia/tests/common/utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/common copying build/lib/octavia/tests/common/data_model_helpers.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/common copying build/lib/octavia/tests/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/common copying build/lib/octavia/tests/common/constants.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/common creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/common copying build/lib/octavia/tests/tempest/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/common copying build/lib/octavia/tests/tempest/common/manager.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/common creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2 creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario copying build/lib/octavia/tests/tempest/v2/scenario/test_lb_quota.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario copying build/lib/octavia/tests/tempest/v2/scenario/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario copying build/lib/octavia/tests/tempest/v2/scenario/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario copying build/lib/octavia/tests/tempest/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2 creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/clients copying build/lib/octavia/tests/tempest/v2/clients/quotas_client.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/clients copying build/lib/octavia/tests/tempest/v2/clients/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/clients copying build/lib/octavia/tests/tempest/plugin.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest copying build/lib/octavia/tests/tempest/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1 creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario copying build/lib/octavia/tests/tempest/v1/scenario/test_load_balancer_tree_minimal.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario copying build/lib/octavia/tests/tempest/v1/scenario/test_lb_quota.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario copying build/lib/octavia/tests/tempest/v1/scenario/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario copying build/lib/octavia/tests/tempest/v1/scenario/test_listener_basic.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario copying build/lib/octavia/tests/tempest/v1/scenario/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario copying build/lib/octavia/tests/tempest/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1 creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/v1/clients/quotas_client.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/v1/clients/pools_client.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/v1/clients/listeners_client.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/v1/clients/members_client.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/v1/clients/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/v1/clients/health_monitors_client.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/v1/clients/load_balancers_client.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/config.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest copying build/lib/octavia/tests/tempest/README.rst -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/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.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_quotas.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_load_balancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_health_monitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_quotas.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_listener_statistics.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_load_balancer_statistics.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_load_balancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_api_sort.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_health_monitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/db copying build/lib/octavia/tests/functional/db/test_repositories.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/db copying build/lib/octavia/tests/functional/db/test_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/db copying build/lib/octavia/tests/functional/db/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/db copying build/lib/octavia/tests/functional/db/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/db copying build/lib/octavia/tests/functional/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae copying build/lib/octavia/tests/functional/amphorae/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/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.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent/api_server copying build/lib/octavia/tests/functional/amphorae/backend/agent/api_server/test_server.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent/api_server copying build/lib/octavia/tests/functional/amphorae/backend/agent/api_server/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent/api_server copying build/lib/octavia/tests/functional/amphorae/backend/agent/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib copying build/lib/octavia/tests/contrib/gate_hook.sh -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib copying build/lib/octavia/tests/contrib/httpd.go -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib/hooks copying build/lib/octavia/tests/contrib/hooks/api_extensions -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib/hooks copying build/lib/octavia/tests/contrib/hooks/scenario -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib/hooks copying build/lib/octavia/tests/contrib/hooks/apiv1 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib/hooks copying build/lib/octavia/tests/contrib/decode_args.sh -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib copying build/lib/octavia/tests/contrib/post_test_hook.sh -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib copying build/lib/octavia/tests/contrib/deploy_c10k_test.sh -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib copying build/lib/octavia/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/db/api.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/db/base_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/db/repositories.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/db/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration copying build/lib/octavia/db/migration/alembic.ini -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration copying build/lib/octavia/db/migration/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/2351ea316465_adding_terminate_https_tls_ref_support.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/4d9cf7d32f2_insert_headers.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/256852d5ff7c_add_lb_network_ip_to_amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/29ff921a6eb_shared_pools.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/44a2414dd683_adding_name_column_to_member_and_health_.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/3b199c848b96_create_no_monitor_operational_status.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/4fe8240425b4_update_vip_add_subnet_id.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/9b5473976d6d_add_provisioning_status_to_objects.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/034b2dc2f3e0_modernize_l7policy_fields.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/82b9402e71fd_update_vip_address_size.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/4c094013699a_update_load_balancer_amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/14892634e228_update_vip.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/443fe6676637_add_network_id_to_vip.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/298eac0640a7_add_amphora_vrrp_port_id_and_ha_port_id.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/4aeb9e23ad43_add_draining_operating_status.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/d85ca7258d21_modernize_l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/52377704420e_add_timestamps_to_healthmonitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/35dee79d5865_initial_create.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/8c0851bdf6c3_change_tls_container_id_length_in_sni_.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/fac584114642_.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/458c9ee2a011_l7_policies_and_rules.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/27e54d00c3cd_add_monitor_address_and_port_to_member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/5309960964f8_add_proxy_protocol_for_pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/9bf4d21caaea_adding_amphora_id_to_listener_.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/62816c232310_fix_migration_for_mysql_5_7.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/e6672bda93bf_add_ping_and_tlshello_monitor_types.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/fc5582da7d8a_create_amphora_build_rate_limit_tables.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/3f8ff3be828e_create_quotas_table.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/4faaa983e7a9_update_member_address_column.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/186509101b9b_add_server_group_id_to_loadbalancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/0aee2b450512_extend_api_to_accept_qos_policy_id.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/43287cd10fef_make_pool_lb_algorithm_larger.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/1e4c1d83044c_keepalived_configuration_datamodel.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/48660b6643f0_add_new_states_for_amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/5a3ee5472c31_add_cert_expiration__infor_in_amphora_table.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/543f5d8e4e56_add_a_column_busy_in_table_amphora_health.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/36b94648fef8_add_timestamp.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/4a6ec0ab7284_remove_fk_constraints_on_listener_.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/92fe9857279_create_healthmanager_table.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/6abb04f24c5_tenant_id_to_project_id.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/357d17a6d5ac_update_lb_and_amphora_data_model_for_.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/3e5b37a0bdb9_add_vrrp_ip_and_ha_ip_to_amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/3a1e1cdb7b27_rename_amphora_host_id.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/c11292016060_add_request_errors_for_stats.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/bf171d0d91c3_amphora_add_cached_zone.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/13500e2e978d_update_url_and_name_size.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/script.py.mako -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations copying build/lib/octavia/db/migration/alembic_migrations/env.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations copying build/lib/octavia/db/migration/alembic_migrations/README.rst -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations copying build/lib/octavia/db/migration/cli.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration copying build/lib/octavia/db/models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/db/prepare.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/hacking copying build/lib/octavia/hacking/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/hacking copying build/lib/octavia/hacking/checks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/hacking creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager copying build/lib/octavia/controller/healthmanager/health_manager.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager copying build/lib/octavia/controller/healthmanager/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager copying build/lib/octavia/controller/healthmanager/update_serializer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers copying build/lib/octavia/controller/healthmanager/health_drivers/update_base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers copying build/lib/octavia/controller/healthmanager/health_drivers/update_logging.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers copying build/lib/octavia/controller/healthmanager/health_drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers copying build/lib/octavia/controller/healthmanager/health_drivers/update_db.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers copying build/lib/octavia/controller/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/housekeeping copying build/lib/octavia/controller/housekeeping/house_keeping.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/housekeeping copying build/lib/octavia/controller/housekeeping/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/housekeeping creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/queue copying build/lib/octavia/controller/queue/event_queue.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/queue copying build/lib/octavia/controller/queue/consumer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/queue copying build/lib/octavia/controller/queue/endpoint.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/queue copying build/lib/octavia/controller/queue/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/queue creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/load_balancer_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/health_monitor_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/amphora_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/l7rule_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/member_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/pool_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/listener_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/l7policy_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/task_utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker copying build/lib/octavia/controller/worker/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker copying build/lib/octavia/controller/worker/amphora_rate_limit.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker copying build/lib/octavia/controller/worker/controller_worker.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/lifecycle_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/database_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/compute_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/cert_task.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/model_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/amphora_driver_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/network_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/loadbalancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/healthmonitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/quota.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor copying build/lib/octavia/distributor/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/drivers copying build/lib/octavia/distributor/drivers/driver_base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/drivers/noop_driver copying build/lib/octavia/distributor/drivers/noop_driver/driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/drivers/noop_driver copying build/lib/octavia/distributor/drivers/noop_driver/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/drivers/noop_driver copying build/lib/octavia/distributor/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/drivers copying build/lib/octavia/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common copying build/lib/octavia/certificates/common/local.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common copying build/lib/octavia/certificates/common/cert.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common copying build/lib/octavia/certificates/common/barbican.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common copying build/lib/octavia/certificates/common/pkcs12.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common copying build/lib/octavia/certificates/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common/auth copying build/lib/octavia/certificates/common/auth/barbican_acl.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common/auth copying build/lib/octavia/certificates/common/auth/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common/auth copying build/lib/octavia/certificates/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager copying build/lib/octavia/certificates/manager/local.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager copying build/lib/octavia/certificates/manager/cert_mgr.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager copying build/lib/octavia/certificates/manager/castellan_mgr.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager copying build/lib/octavia/certificates/manager/barbican.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager copying build/lib/octavia/certificates/manager/barbican_legacy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager copying build/lib/octavia/certificates/manager/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/generator copying build/lib/octavia/certificates/generator/local.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/generator copying build/lib/octavia/certificates/generator/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/generator copying build/lib/octavia/certificates/generator/anchor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/generator copying build/lib/octavia/certificates/generator/cert_gen.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/generator creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/api.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/agent.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/health_manager.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/house_keeping.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/haproxy_vrrp_check.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/octavia_worker.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute copying build/lib/octavia/compute/compute_base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute copying build/lib/octavia/compute/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/drivers/noop_driver copying build/lib/octavia/compute/drivers/noop_driver/driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/drivers/noop_driver copying build/lib/octavia/compute/drivers/noop_driver/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/drivers/noop_driver copying build/lib/octavia/compute/drivers/nova_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/drivers copying build/lib/octavia/compute/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/drivers copying build/lib/octavia/i18n.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/driver_exceptions copying build/lib/octavia/amphorae/driver_exceptions/exceptions.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/driver_exceptions copying build/lib/octavia/amphorae/driver_exceptions/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/driver_exceptions copying build/lib/octavia/amphorae/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/utils copying build/lib/octavia/amphorae/backends/utils/haproxy_query.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/utils copying build/lib/octavia/amphorae/backends/utils/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/utils copying build/lib/octavia/amphorae/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon copying build/lib/octavia/amphorae/backends/health_daemon/health_daemon.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon copying build/lib/octavia/amphorae/backends/health_daemon/health_sender.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon copying build/lib/octavia/amphorae/backends/health_daemon/status_message.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon copying build/lib/octavia/amphorae/backends/health_daemon/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/plug.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/certificate_update.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/keepalived.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/rh_plug_vip_ethX_alias.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/systemd.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/keepalived.systemd.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/keepalived.upstart.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/rh_plug_vip_ethX.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/keepalived.sysvinit.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/amphora-netns.systemd.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/plug_vip_ethX.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/rh_plug_port_ethX.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/rh_rule_ethX.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/plug_port_ethX.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/sysvinit.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/rh_route_ethX.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/keepalived_check_script.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/upstart.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/server.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/util.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/osutils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/amphora_info.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/haproxy_compatibility.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/templates copying build/lib/octavia/amphorae/backends/agent/templates/amphora_agent_conf.template -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/templates copying build/lib/octavia/amphorae/backends/agent/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent copying build/lib/octavia/amphorae/backends/agent/agent_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers copying build/lib/octavia/amphorae/drivers/driver_base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/noop_driver copying build/lib/octavia/amphorae/drivers/noop_driver/driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/noop_driver copying build/lib/octavia/amphorae/drivers/noop_driver/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/noop_driver creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja/templates copying build/lib/octavia/amphorae/drivers/keepalived/jinja/templates/keepalived_base.template -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja/templates copying build/lib/octavia/amphorae/drivers/keepalived/jinja/jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja copying build/lib/octavia/amphorae/drivers/keepalived/jinja/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja copying build/lib/octavia/amphorae/drivers/keepalived/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived copying build/lib/octavia/amphorae/drivers/keepalived/vrrp_rest_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/health copying build/lib/octavia/amphorae/drivers/health/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/health copying build/lib/octavia/amphorae/drivers/health/heartbeat_udp.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/health creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy copying build/lib/octavia/amphorae/drivers/haproxy/rest_api_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy copying build/lib/octavia/amphorae/drivers/haproxy/exceptions.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy copying build/lib/octavia/amphorae/drivers/haproxy/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy copying build/lib/octavia/amphorae/drivers/haproxy/data_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy copying build/lib/octavia/amphorae/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network copying build/lib/octavia/network/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network copying build/lib/octavia/network/data_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/noop_driver copying build/lib/octavia/network/drivers/noop_driver/driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/noop_driver copying build/lib/octavia/network/drivers/noop_driver/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/noop_driver creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron copying build/lib/octavia/network/drivers/neutron/utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron copying build/lib/octavia/network/drivers/neutron/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron copying build/lib/octavia/network/drivers/neutron/allowed_address_pairs.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron copying build/lib/octavia/network/drivers/neutron/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron copying build/lib/octavia/network/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers copying build/lib/octavia/network/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/keystone.py to keystone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy/jinja_cfg.py to jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/user_data_jinja_cfg.py to user_data_jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/jinja/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/decorators.py to decorators.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/base_taskflow.py to base_taskflow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/clients.py to clients.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/stats.py to stats.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/validate.py to validate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/data_models.py to data_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/tls_utils/cert_parser.py to cert_parser.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/common/tls_utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/common/pagination.py to pagination.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/common/hooks.py to hooks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/common/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/health_monitor.py to health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/load_balancer.py to load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/quotas.py to quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/amphora.py to amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types/health_monitor.py to health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types/load_balancer.py to load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types/quotas.py to quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v2/types/amphora.py to amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/app.py to app.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/abstract_handler.py to abstract_handler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/queue/producer.py to producer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/queue/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/controller_simulator/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/handlers/controller_simulator/handler.py to handler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/listener_statistics.py to listener_statistics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/health_monitor.py to health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/load_balancer.py to load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/quotas.py to quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/load_balancer_statistics.py to load_balancer_statistics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/listener_statistics.py to listener_statistics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/health_monitor.py to health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/load_balancer.py to load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/quotas.py to quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/load_balancer_statistics.py to load_balancer_statistics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/v1/types/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/api/root_controller.py to root_controller.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/haproxy/test_jinja_cfg.py to test_jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/haproxy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/test_user_data_jinja_cfg.py to test_user_data_jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_policy.py to test_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_data_models.py to test_data_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_exceptions.py to test_exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_base_taskflow.py to test_base_taskflow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs/sample_certs.py to sample_certs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs/sample_configs.py to sample_configs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_clients.py to test_clients.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_config.py to test_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_constants.py to test_constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_validations.py to test_validations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_decorator.py to test_decorator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/tls_utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/tls_utils/test_cert_parser.py to test_cert_parser.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_stats.py to test_stats.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/hooks/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/hooks/test_query_parameters.py to test_query_parameters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common/test_types.py to test_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/test_health_monitors.py to test_health_monitors.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/test_pools.py to test_pools.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/test_l7rules.py to test_l7rules.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/test_l7policies.py to test_l7policies.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/test_members.py to test_members.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/test_listeners.py to test_listeners.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/test_load_balancers.py to test_load_balancers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers/queue/test_producer.py to test_producer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers/queue/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/test_health_monitors.py to test_health_monitors.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/test_pools.py to test_pools.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/test_l7rules.py to test_l7rules.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/test_l7policies.py to test_l7policies.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/test_members.py to test_members.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/test_listeners.py to test_listeners.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/test_load_balancers.py to test_load_balancers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/test_update_serializer.py to test_update_serializer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers/test_update_db.py to test_update_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers/test_update_base.py to test_update_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers/test_update_logging.py to test_update_logging.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/test_health_manager.py to test_health_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/housekeeping/test_house_keeping.py to test_house_keeping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/housekeeping/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue/test_endpoint.py to test_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue/test_consumer.py to test_consumer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_amphora_flows.py to test_amphora_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_load_balancer_flows.py to test_load_balancer_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_member_flows.py to test_member_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_health_monitor_flows.py to test_health_monitor_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_listener_flows.py to test_listener_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_pool_flows.py to test_pool_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_l7policy_flows.py to test_l7policy_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_l7rule_flows.py to test_l7rule_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/test_amphora_rate_limit.py to test_amphora_rate_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/test_task_utils.py to test_task_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/test_controller_worker.py to test_controller_worker.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_compute_tasks.py to test_compute_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_amphora_driver_tasks.py to test_amphora_driver_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_database_tasks.py to test_database_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_cert_task.py to test_cert_task.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_model_tasks.py to test_model_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_database_tasks_quota.py to test_database_tasks_quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_lifecycle_tasks.py to test_lifecycle_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_network_tasks.py to test_network_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/test_local.py to test_local.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/test_barbican.py to test_barbican.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/auth/test_barbican_acl.py to test_barbican_acl.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/auth/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager/test_local.py to test_local.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager/test_barbican_legacy.py to test_barbican_legacy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager/test_barbican.py to test_barbican.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator/test_local.py to test_local.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator/local_csr.py to local_csr.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator/test_anchor.py to test_anchor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/test_hacking.py to test_hacking.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd/test_haproxy_vrrp_check.py to test_haproxy_vrrp_check.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd/test_house_keeping.py to test_house_keeping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd/test_health_manager.py to test_health_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd/test_agent.py to test_agent.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers/test_nova_driver.py to test_nova_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers/test_compute_noop_driver.py to test_compute_noop_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/utils/test_haproxy_query.py to test_haproxy_query.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon/test_health_sender.py to test_health_sender.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon/test_envelope.py to test_envelope.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon/test_health_daemon.py to test_health_daemon.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_haproxy_compatibility.py to test_haproxy_compatibility.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_listener.py to test_listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_plug.py to test_plug.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_amphora_info.py to test_amphora_info.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_osutils.py to test_osutils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_keepalived.py to test_keepalived.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/test_agent_jinja_cfg.py to test_agent_jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja/test_jinja_cfg.py to test_jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/test_vrrp_rest_driver.py to test_vrrp_rest_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/test_noop_amphoraloadbalancer_driver.py to test_noop_amphoraloadbalancer_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/health/test_heartbeat_udp.py to test_heartbeat_udp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/health/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/haproxy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/haproxy/test_rest_api_driver.py to test_rest_api_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron/test_allowed_address_pairs.py to test_allowed_address_pairs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/test_network_noop_driver.py to test_network_noop_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/unit/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/common/data_model_helpers.py to data_model_helpers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/common/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/common/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario/test_lb_quota.py to test_lb_quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/clients/quotas_client.py to quotas_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/clients/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/plugin.py to plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/test_load_balancer_tree_minimal.py to test_load_balancer_tree_minimal.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/test_lb_quota.py to test_lb_quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/test_listener_basic.py to test_listener_basic.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients/quotas_client.py to quotas_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients/pools_client.py to pools_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients/listeners_client.py to listeners_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients/members_client.py to members_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients/health_monitors_client.py to health_monitors_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients/load_balancers_client.py to load_balancers_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/test_root_controller.py to test_root_controller.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_pool.py to test_pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_quotas.py to test_quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_l7rule.py to test_l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_member.py to test_member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_listener.py to test_listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_amphora.py to test_amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_load_balancer.py to test_load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_l7policy.py to test_l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_health_monitor.py to test_health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_pool.py to test_pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_quotas.py to test_quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_l7rule.py to test_l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_listener_statistics.py to test_listener_statistics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_member.py to test_member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_listener.py to test_listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_load_balancer_statistics.py to test_load_balancer_statistics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_load_balancer.py to test_load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_api_sort.py to test_api_sort.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_l7policy.py to test_l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_health_monitor.py to test_health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/db/test_repositories.py to test_repositories.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/db/test_models.py to test_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/db/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent/api_server/test_server.py to test_server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent/api_server/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/base_models.py to base_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/repositories.py to repositories.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/2351ea316465_adding_terminate_https_tls_ref_support.py to 2351ea316465_adding_terminate_https_tls_ref_support.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/4d9cf7d32f2_insert_headers.py to 4d9cf7d32f2_insert_headers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/256852d5ff7c_add_lb_network_ip_to_amphora.py to 256852d5ff7c_add_lb_network_ip_to_amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/29ff921a6eb_shared_pools.py to 29ff921a6eb_shared_pools.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/44a2414dd683_adding_name_column_to_member_and_health_.py to 44a2414dd683_adding_name_column_to_member_and_health_.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/3b199c848b96_create_no_monitor_operational_status.py to 3b199c848b96_create_no_monitor_operational_status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/4fe8240425b4_update_vip_add_subnet_id.py to 4fe8240425b4_update_vip_add_subnet_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/9b5473976d6d_add_provisioning_status_to_objects.py to 9b5473976d6d_add_provisioning_status_to_objects.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/034b2dc2f3e0_modernize_l7policy_fields.py to 034b2dc2f3e0_modernize_l7policy_fields.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/82b9402e71fd_update_vip_address_size.py to 82b9402e71fd_update_vip_address_size.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/4c094013699a_update_load_balancer_amphora.py to 4c094013699a_update_load_balancer_amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/14892634e228_update_vip.py to 14892634e228_update_vip.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/443fe6676637_add_network_id_to_vip.py to 443fe6676637_add_network_id_to_vip.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/298eac0640a7_add_amphora_vrrp_port_id_and_ha_port_id.py to 298eac0640a7_add_amphora_vrrp_port_id_and_ha_port_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/4aeb9e23ad43_add_draining_operating_status.py to 4aeb9e23ad43_add_draining_operating_status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/d85ca7258d21_modernize_l7rule.py to d85ca7258d21_modernize_l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/52377704420e_add_timestamps_to_healthmonitor.py to 52377704420e_add_timestamps_to_healthmonitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/35dee79d5865_initial_create.py to 35dee79d5865_initial_create.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/8c0851bdf6c3_change_tls_container_id_length_in_sni_.py to 8c0851bdf6c3_change_tls_container_id_length_in_sni_.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/fac584114642_.py to fac584114642_.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/458c9ee2a011_l7_policies_and_rules.py to 458c9ee2a011_l7_policies_and_rules.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/27e54d00c3cd_add_monitor_address_and_port_to_member.py to 27e54d00c3cd_add_monitor_address_and_port_to_member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/5309960964f8_add_proxy_protocol_for_pool.py to 5309960964f8_add_proxy_protocol_for_pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/9bf4d21caaea_adding_amphora_id_to_listener_.py to 9bf4d21caaea_adding_amphora_id_to_listener_.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/62816c232310_fix_migration_for_mysql_5_7.py to 62816c232310_fix_migration_for_mysql_5_7.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/e6672bda93bf_add_ping_and_tlshello_monitor_types.py to e6672bda93bf_add_ping_and_tlshello_monitor_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/fc5582da7d8a_create_amphora_build_rate_limit_tables.py to fc5582da7d8a_create_amphora_build_rate_limit_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/3f8ff3be828e_create_quotas_table.py to 3f8ff3be828e_create_quotas_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/4faaa983e7a9_update_member_address_column.py to 4faaa983e7a9_update_member_address_column.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/186509101b9b_add_server_group_id_to_loadbalancer.py to 186509101b9b_add_server_group_id_to_loadbalancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/0aee2b450512_extend_api_to_accept_qos_policy_id.py to 0aee2b450512_extend_api_to_accept_qos_policy_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/43287cd10fef_make_pool_lb_algorithm_larger.py to 43287cd10fef_make_pool_lb_algorithm_larger.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/1e4c1d83044c_keepalived_configuration_datamodel.py to 1e4c1d83044c_keepalived_configuration_datamodel.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/48660b6643f0_add_new_states_for_amphora.py to 48660b6643f0_add_new_states_for_amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/5a3ee5472c31_add_cert_expiration__infor_in_amphora_table.py to 5a3ee5472c31_add_cert_expiration__infor_in_amphora_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/543f5d8e4e56_add_a_column_busy_in_table_amphora_health.py to 543f5d8e4e56_add_a_column_busy_in_table_amphora_health.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/36b94648fef8_add_timestamp.py to 36b94648fef8_add_timestamp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/4a6ec0ab7284_remove_fk_constraints_on_listener_.py to 4a6ec0ab7284_remove_fk_constraints_on_listener_.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/92fe9857279_create_healthmanager_table.py to 92fe9857279_create_healthmanager_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/6abb04f24c5_tenant_id_to_project_id.py to 6abb04f24c5_tenant_id_to_project_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/357d17a6d5ac_update_lb_and_amphora_data_model_for_.py to 357d17a6d5ac_update_lb_and_amphora_data_model_for_.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/3e5b37a0bdb9_add_vrrp_ip_and_ha_ip_to_amphora.py to 3e5b37a0bdb9_add_vrrp_ip_and_ha_ip_to_amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/3a1e1cdb7b27_rename_amphora_host_id.py to 3a1e1cdb7b27_rename_amphora_host_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/c11292016060_add_request_errors_for_stats.py to c11292016060_add_request_errors_for_stats.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/bf171d0d91c3_amphora_add_cached_zone.py to bf171d0d91c3_amphora_add_cached_zone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/13500e2e978d_update_url_and_name_size.py to 13500e2e978d_update_url_and_name_size.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/env.py to env.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/migration/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/db/prepare.py to prepare.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/hacking/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/hacking/checks.py to checks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_manager.py to health_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/update_serializer.py to update_serializer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers/update_base.py to update_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers/update_logging.py to update_logging.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers/update_db.py to update_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/housekeeping/house_keeping.py to house_keeping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/housekeeping/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/queue/event_queue.py to event_queue.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/queue/consumer.py to consumer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/queue/endpoint.py to endpoint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/queue/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/load_balancer_flows.py to load_balancer_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/health_monitor_flows.py to health_monitor_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/amphora_flows.py to amphora_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/l7rule_flows.py to l7rule_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/member_flows.py to member_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/pool_flows.py to pool_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/listener_flows.py to listener_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/l7policy_flows.py to l7policy_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/task_utils.py to task_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/amphora_rate_limit.py to amphora_rate_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/controller_worker.py to controller_worker.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/lifecycle_tasks.py to lifecycle_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/database_tasks.py to database_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/compute_tasks.py to compute_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/cert_task.py to cert_task.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/model_tasks.py to model_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/amphora_driver_tasks.py to amphora_driver_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/network_tasks.py to network_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/loadbalancer.py to loadbalancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/healthmonitor.py to healthmonitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/quota.py to quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/amphora.py to amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/policies/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/drivers/driver_base.py to driver_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/drivers/noop_driver/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/drivers/noop_driver/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/distributor/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common/local.py to local.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common/cert.py to cert.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common/barbican.py to barbican.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common/pkcs12.py to pkcs12.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common/auth/barbican_acl.py to barbican_acl.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/common/auth/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager/local.py to local.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager/cert_mgr.py to cert_mgr.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager/castellan_mgr.py to castellan_mgr.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager/barbican.py to barbican.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager/barbican_legacy.py to barbican_legacy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/manager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/generator/local.py to local.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/generator/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/generator/anchor.py to anchor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/certificates/generator/cert_gen.py to cert_gen.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd/agent.py to agent.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd/health_manager.py to health_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd/house_keeping.py to house_keeping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd/haproxy_vrrp_check.py to haproxy_vrrp_check.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/cmd/octavia_worker.py to octavia_worker.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/compute_base.py to compute_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/drivers/noop_driver/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/drivers/noop_driver/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/drivers/nova_driver.py to nova_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/compute/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/driver_exceptions/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/driver_exceptions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/utils/haproxy_query.py to haproxy_query.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon/health_daemon.py to health_daemon.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon/health_sender.py to health_sender.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon/status_message.py to status_message.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/plug.py to plug.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/certificate_update.py to certificate_update.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/keepalived.py to keepalived.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/osutils.py to osutils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/amphora_info.py to amphora_info.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/haproxy_compatibility.py to haproxy_compatibility.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/agent_jinja_cfg.py to agent_jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/driver_base.py to driver_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/noop_driver/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/noop_driver/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja/jinja_cfg.py to jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/vrrp_rest_driver.py to vrrp_rest_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/health/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/health/heartbeat_udp.py to heartbeat_udp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy/rest_api_driver.py to rest_api_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy/data_models.py to data_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/data_models.py to data_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/noop_driver/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/noop_driver/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron/allowed_address_pairs.py to allowed_address_pairs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/network/base.py to base.pyc writing byte-compilation script '/tmp/tmpiMJ3TF.py' /usr/bin/python2 -O /tmp/tmpiMJ3TF.py removing /tmp/tmpiMJ3TF.py running install_data creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/etc creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/etc/octavia copying etc/octavia.conf -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/etc/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia copying LICENSE -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia copying README.rst -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia/diskimage-create copying diskimage-create/diskimage-create.sh -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia/diskimage-create copying diskimage-create/image-tests.sh -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia/diskimage-create copying diskimage-create/README.rst -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia/diskimage-create copying diskimage-create/requirements.txt -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia/diskimage-create copying diskimage-create/test-requirements.txt -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia/diskimage-create copying diskimage-create/tox.ini -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia/diskimage-create copying diskimage-create/version.txt -> /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia/diskimage-create running install_egg_info running egg_info writing octavia.egg-info/PKG-INFO writing top-level names to octavia.egg-info/top_level.txt writing dependency_links to octavia.egg-info/dependency_links.txt writing entry points to octavia.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt Copying octavia.egg-info to /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia-2.0.2-py2.7.egg-info running install_scripts Installing octavia-wsgi script to /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/bin Installing octavia-worker script to /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/bin Installing octavia-health-manager script to /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/bin Installing octavia-housekeeping script to /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/bin Installing octavia-db-manage script to /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/bin Installing haproxy-vrrp-check script to /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/bin Installing amphora-agent script to /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/bin Installing octavia-api script to /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/bin + install -d -p /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/bin + install -p -m 0755 octavia/tests/contrib/octavia-tests-httpd /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/bin + PATH1=/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/base.py + PATH2=/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario/base.py + sed -i 's#self._build_static_httpd()#'\''/usr/bin/octavia-tests-httpd'\''#g' /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/base.py + sed -i 's#self._build_static_httpd()#'\''/usr/bin/octavia-tests-httpd'\''#g' /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario/base.py + rm /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia/tests/contrib/httpd.go + egg_path='/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia-*.egg-info' + tempest_egg_path=/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia_tests.egg-info + mkdir /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia_tests.egg-info + echo octavia + grep 'tempest\|Tempest' octavia.egg-info/entry_points.txt + sed -i '/tempest\|Tempest/d' /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia-2.0.2-py2.7.egg-info/entry_points.txt + cp -r /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia-2.0.2-py2.7.egg-info/PKG-INFO /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia_tests.egg-info + sed -i s/octavia/octavia_tests/g /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/octavia_tests.egg-info/PKG-INFO + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/bin + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/doc + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/python2.7/site-packages/tools + install -d -m 755 /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/etc/octavia + mv /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/etc/octavia/octavia.conf /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/etc/octavia + mv etc/policy/admin_or_owner-policy.json /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/etc/octavia/policy.json + install -p -D -m 644 /builddir/build/SOURCES/octavia.logrotate /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/etc/logrotate.d/openstack-octavia + install -p -D -m 644 elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.logrotate /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/etc/logrotate.d/openstack-octavia-amphora-agent + install -p -D -m 644 /builddir/build/SOURCES/octavia-amphora-agent.service /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/systemd/system/octavia-amphora-agent.service + install -p -D -m 644 /builddir/build/SOURCES/octavia-api.service /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/systemd/system/octavia-api.service + install -p -D -m 644 /builddir/build/SOURCES/octavia-worker.service /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/systemd/system/octavia-worker.service + install -p -D -m 644 /builddir/build/SOURCES/octavia-health-manager.service /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/systemd/system/octavia-health-manager.service + install -p -D -m 644 /builddir/build/SOURCES/octavia-housekeeping.service /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/lib/systemd/system/octavia-housekeeping.service + install -d -m 755 /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia + install -d -m 755 /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/var/lib/octavia + install -d -m 755 /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/var/log/octavia + install -d -m 755 /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/var/run/octavia + install -p -D -m 640 /builddir/build/SOURCES/octavia-dist.conf /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia/octavia-dist.conf + mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64//etc/octavia/conf.d/common + for service in amphora-agent api health-manager housekeeping worker + mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64//etc/octavia/conf.d/octavia-amphora-agent + for service in amphora-agent api health-manager housekeeping worker + mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64//etc/octavia/conf.d/octavia-api + for service in amphora-agent api health-manager housekeeping worker + mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64//etc/octavia/conf.d/octavia-health-manager + for service in amphora-agent api health-manager housekeeping worker + mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64//etc/octavia/conf.d/octavia-housekeeping + for service in amphora-agent api health-manager housekeeping worker + mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64//etc/octavia/conf.d/octavia-worker + cp -vr elements/ /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements 'elements/' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements' 'elements/amphora-agent' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent' 'elements/amphora-agent/post-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/post-install.d' 'elements/amphora-agent/post-install.d/11-enable-amphora-agent-systemd' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/post-install.d/11-enable-amphora-agent-systemd' 'elements/amphora-agent/svc-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/svc-map' 'elements/amphora-agent/source-repository-amphora-agent' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/source-repository-amphora-agent' 'elements/amphora-agent/element-deps' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/element-deps' 'elements/amphora-agent/pkg-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/pkg-map' 'elements/amphora-agent/package-installs.yaml' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/package-installs.yaml' 'elements/amphora-agent/install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/install.d' 'elements/amphora-agent/install.d/amphora-agent-source-install' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install' 'elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.service' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.service' 'elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.logrotate' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.logrotate' 'elements/amphora-agent/install.d/amphora-agent-source-install/cap-pip.txt' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install/cap-pip.txt' 'elements/amphora-agent/install.d/amphora-agent-source-install/75-amphora-agent-install' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install/75-amphora-agent-install' 'elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.init' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.init' 'elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.conf' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.conf' 'elements/amphora-agent/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/amphora-agent/README.rst' 'elements/remove-sshd' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/remove-sshd' 'elements/remove-sshd/package-installs.yaml' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/remove-sshd/package-installs.yaml' 'elements/remove-sshd/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/remove-sshd/README.rst' 'elements/keepalived-octavia' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/keepalived-octavia' 'elements/keepalived-octavia/pre-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/keepalived-octavia/pre-install.d' 'elements/keepalived-octavia/pre-install.d/00-backports' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/keepalived-octavia/pre-install.d/00-backports' 'elements/keepalived-octavia/svc-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/keepalived-octavia/svc-map' 'elements/keepalived-octavia/element-deps' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/keepalived-octavia/element-deps' 'elements/keepalived-octavia/pkg-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/keepalived-octavia/pkg-map' 'elements/keepalived-octavia/package-installs.json' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/keepalived-octavia/package-installs.json' 'elements/keepalived-octavia/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/keepalived-octavia/README.rst' 'elements/root-passwd' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/root-passwd' 'elements/root-passwd/post-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/root-passwd/post-install.d' 'elements/root-passwd/post-install.d/99-setup' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/root-passwd/post-install.d/99-setup' 'elements/root-passwd/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/root-passwd/README.rst' 'elements/haproxy-octavia' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia' 'elements/haproxy-octavia/post-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/post-install.d' 'elements/haproxy-octavia/post-install.d/20-haproxy-user-group-config' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/post-install.d/20-haproxy-user-group-config' 'elements/haproxy-octavia/post-install.d/20-disable-default-haproxy' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/post-install.d/20-disable-default-haproxy' 'elements/haproxy-octavia/post-install.d/21-create-ping-wrapper' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/post-install.d/21-create-ping-wrapper' 'elements/haproxy-octavia/post-install.d/20-haproxy-tune-kernel' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/post-install.d/20-haproxy-tune-kernel' 'elements/haproxy-octavia/post-install.d/20-setup-haproxy-log' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/post-install.d/20-setup-haproxy-log' 'elements/haproxy-octavia/pre-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/pre-install.d' 'elements/haproxy-octavia/pre-install.d/01-backports' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/pre-install.d/01-backports' 'elements/haproxy-octavia/svc-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/svc-map' 'elements/haproxy-octavia/element-deps' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/element-deps' 'elements/haproxy-octavia/pkg-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/pkg-map' 'elements/haproxy-octavia/install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/install.d' 'elements/haproxy-octavia/install.d/76-haproxy' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/install.d/76-haproxy' 'elements/haproxy-octavia/package-installs.json' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/package-installs.json' 'elements/haproxy-octavia/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/haproxy-octavia/README.rst' 'elements/no-resolvconf' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/no-resolvconf' 'elements/no-resolvconf/finalise.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/no-resolvconf/finalise.d' 'elements/no-resolvconf/finalise.d/99-disable-resolv-conf' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/no-resolvconf/finalise.d/99-disable-resolv-conf' 'elements/no-resolvconf/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/no-resolvconf/README.rst' 'elements/rebind-sshd' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/rebind-sshd' 'elements/rebind-sshd/finalise.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/rebind-sshd/finalise.d' 'elements/rebind-sshd/finalise.d/98-rebind-sshd-after-dhcp' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/rebind-sshd/finalise.d/98-rebind-sshd-after-dhcp' 'elements/rebind-sshd/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/rebind-sshd/README.rst' 'elements/certs-ramfs' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs' 'elements/certs-ramfs/init-scripts' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/init-scripts' 'elements/certs-ramfs/init-scripts/systemd' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/init-scripts/systemd' 'elements/certs-ramfs/init-scripts/systemd/certs-ramfs.service' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/init-scripts/systemd/certs-ramfs.service' 'elements/certs-ramfs/init-scripts/sysv' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/init-scripts/sysv' 'elements/certs-ramfs/init-scripts/sysv/certs-ramfs' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/init-scripts/sysv/certs-ramfs' 'elements/certs-ramfs/init-scripts/upstart' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/init-scripts/upstart' 'elements/certs-ramfs/init-scripts/upstart/certs-ramfs.conf' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/init-scripts/upstart/certs-ramfs.conf' 'elements/certs-ramfs/post-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/post-install.d' 'elements/certs-ramfs/post-install.d/30-enable-certs-ramfs-service' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/post-install.d/30-enable-certs-ramfs-service' 'elements/certs-ramfs/svc-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/svc-map' 'elements/certs-ramfs/element-deps' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/element-deps' 'elements/certs-ramfs/package-installs.yaml' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/package-installs.yaml' 'elements/certs-ramfs/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia-image-elements/certs-ramfs/README.rst' + install -m 755 diskimage-create/diskimage-create.sh /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/bin/octavia-diskimage-create.sh + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia/diskimage-create + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia/LICENSE + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/octavia/README.rst + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/octavia-2.0.2 extracting debug info from /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/bin/octavia-tests-httpd nm: /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/bin/octavia-tests-httpd: no symbols dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. cpio: go/src/runtime/cgo: Cannot stat: No such file or directory cpio: go/src/runtime/cgo/gcc_amd64.S: Cannot stat: No such file or directory cpio: go/src/runtime/cgo/gcc_context.c: Cannot stat: No such file or directory cpio: go/src/runtime/cgo/gcc_fatalf.c: Cannot stat: No such file or directory cpio: go/src/runtime/cgo/gcc_libinit.c: Cannot stat: No such file or directory cpio: go/src/runtime/cgo/gcc_linux_amd64.c: Cannot stat: No such file or directory cpio: go/src/runtime/cgo/gcc_mmap.c: Cannot stat: No such file or directory cpio: go/src/runtime/cgo/gcc_setenv.c: Cannot stat: No such file or directory cpio: go/src/runtime/cgo/gcc_sigaction.c: Cannot stat: No such file or directory cpio: go/src/runtime/cgo/gcc_traceback.c: Cannot stat: No such file or directory cpio: go/src/runtime/cgo/gcc_util.c: Cannot stat: No such file or directory cpio: go/src/runtime/cgo/libcgo.h: Cannot stat: No such file or directory cpio: go/src/runtime/cgo/libcgo_unix.h: Cannot stat: No such file or directory cpio: octavia-2.0.2/octavia/tests/contrib/: Cannot stat: No such file or directory cpio: octavia-2.0.2/octavia/tests/contrib/net/_obj/_cgo_gotypes.go: Cannot stat: No such file or directory 4 blocks + /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.0.2-1.el7.x86_64/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.PNObgx + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.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.0.2-1.el7.x86_64/usr/bin + PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/bin + stestr run {6} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_get_certificate_md5 [0.044141s] ... 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.0.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.0.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 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.0.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.0.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 Failed to ifup eth4732 due to error: 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.0.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.0.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 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.0.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.0.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 {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_details [0.031740s] ... ok Failed to ifup eth1 due to error: 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.0.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.0.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.0.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.0.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 Failed to ifup eth5383 due to error: Command 'test' returned non-zero exit status 7 random error Failed to stop haproxy-123 service: Command 'test' returned non-zero exit status 7 random error Failed to ifup eth1024 due to error: Command 'test' returned non-zero exit status 7 random error Failed to stop haproxy-123 service: Command 'test' returned non-zero exit status 7 random error Failed to ifup eth1016 due to error: Command 'test' returned non-zero exit status 7 random error Failed to ifup eth1 due to error: Command 'test' returned non-zero exit status 7 random error Failed to stop haproxy-123 service: 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_centos_delete_cert [0.036407s] ... ok Failed to stop haproxy-123 service: Command 'test' returned non-zero exit status 7 random error Exception on /0.5/listeners/amp_123/123/haproxy [PUT] Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() File "/usr/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) File "/usr/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception reraise(exc_type, exc_value, tb) File "/usr/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() File "/usr/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/builddir/build/BUILD/octavia-2.0.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.0.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.0.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.0.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 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 {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_plug_VIP6 [0.141970s] ... ok {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_delete_centos_listener_systemd [0.039091s] ... ok {2} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_haproxy_systemd [0.080245s] ... ok {3} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_upload_keepalived_config_systemd [0.043187s] ... ok {12} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_plug_network [0.278744s] ... ok {11} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_get_certificate_md5 [0.033442s] ... ok {11} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_haproxy_sysvinit [0.071719s] ... ok {12} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_info [0.014148s] ... ok {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_get_haproxy [0.031537s] ... ok {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_reload [0.020021s] ... ok 2018-09-14 10:25:24.129 2243 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.130 2243 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:24.159 2245 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.162 2245 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:24.409 2241 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.409 2241 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:24.200 2244 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.201 2244 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:24.393 2250 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.393 2250 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:24.366 2239 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.366 2239 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 {16} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_plug_network [0.260579s] ... ok 2018-09-14 10:25:24.225 2246 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.226 2246 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 {18} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_delete_cert [0.031066s] ... ok 2018-09-14 10:25:24.656 2251 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.656 2251 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 {10} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_get_interface [0.038952s] ... ok {10} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_haproxy_upstart [0.070386s] ... ok 2018-09-14 10:25:24.711 2255 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.712 2255 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:24.740 2245 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. 2018-09-14 10:25:24.741 2244 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. 2018-09-14 10:25:24.803 2246 INFO oslo_db.sqlalchemy.provision [req-76e81dd2-6f56-434e-9b25-a85cc131cce4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:24.811 2246 INFO oslo_db.sqlalchemy.provision [req-76e81dd2-6f56-434e-9b25-a85cc131cce4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN omqlmsaray 2018-09-14 10:25:24.811 2246 INFO oslo_db.sqlalchemy.provision [req-76e81dd2-6f56-434e-9b25-a85cc131cce4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.test_root_controller.TestRootController.test_api_v2_disabled [1.240472s] ... ok 2018-09-14 10:25:24.808 2244 INFO octavia.api.v1.controllers.load_balancer [req-f81ec7d5-48ff-4083-9570-c248433a15d1 - - - - -] Sending created Load Balancer 6fff85c1-4bd2-4032-ad47-fe819093ba8a to the handler {10} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_upload_keepalived_config_upstart [0.043612s] ... ok {22} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_get_listener [0.032022s] ... ok 2018-09-14 10:25:24.740 2243 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. 2018-09-14 10:25:24.906 2239 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. 2018-09-14 10:25:24.810 2243 INFO octavia.api.v1.controllers.load_balancer [req-5bd758fa-a5fd-4c18-991b-fdc3c9719aa0 - - - - -] Sending created Load Balancer 70cfc7fe-84e2-457b-9cfc-99227fd77378 to the handler 2018-09-14 10:25:25.095 2239 INFO octavia.api.v1.controllers.load_balancer [req-6150637d-101b-43e2-90d6-82ce38629711 - - - - -] Sending created Load Balancer ad3409de-f920-4a18-b111-a3ba0dad44c1 to the handler {22} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_plug_VIP4 [0.633857s] ... ok {22} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_plug_network_host_routes [0.049535s] ... ok 2018-09-14 10:25:24.527 2249 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.527 2249 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:24.819 2246 INFO oslo_db.sqlalchemy.provision [req-76e81dd2-6f56-434e-9b25-a85cc131cce4 - - - - -] CREATE BACKEND sqlite:// TOKEN hrelhmhleh 2018-09-14 10:25:24.984 2246 INFO octavia.common.config [req-76e81dd2-6f56-434e-9b25-a85cc131cce4 - - - - -] Logging enabled! 2018-09-14 10:25:24.985 2246 INFO octavia.common.config [req-76e81dd2-6f56-434e-9b25-a85cc131cce4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.172 2251 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. 2018-09-14 10:25:24.218 2247 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.219 2247 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:24.648 2242 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.649 2242 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.234 2255 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. {31} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_info [0.025329s] ... ok {31} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_plug_network_host_routes [0.061148s] ... ok 2018-09-14 10:25:25.226 2251 INFO oslo_db.sqlalchemy.provision [req-fd9fa197-0f26-4638-85fa-60e49308e705 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:25.230 2251 INFO oslo_db.sqlalchemy.provision [req-fd9fa197-0f26-4638-85fa-60e49308e705 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hnslgpaqia 2018-09-14 10:25:25.230 2251 INFO oslo_db.sqlalchemy.provision [req-fd9fa197-0f26-4638-85fa-60e49308e705 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_invalid_limit [1.379642s] ... ok 2018-09-14 10:25:24.460 2257 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.461 2257 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.296 2244 INFO octavia.api.v1.controllers.listener [req-81b2e2b0-fa65-4a52-b316-0f58d8d34a51 - - - - -] Sending Creation of Listener 4f79e076-8c0d-4a3e-8f05-95e102f7c879 to handler 2018-09-14 10:25:25.174 2249 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. 2018-09-14 10:25:25.247 2249 INFO octavia.api.v1.controllers.load_balancer [req-a062ae83-5492-42eb-97b3-59d413ad42ea - - - - -] Sending created Load Balancer 261eddd7-823b-44f2-b00f-86f20366b548 to the handler 2018-09-14 10:25:25.300 2255 INFO octavia.api.v1.controllers.load_balancer [req-8dbff883-db4f-4825-ad1c-a2f2e3a64911 - - - - -] Sending created Load Balancer 24fc85c4-3f13-4c75-a1b9-3f25069d032c to the handler {31} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_delete_ubuntu_listener_systemd [0.044853s] ... ok {31} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_delete_ubuntu_listener_upstart [0.054592s] ... ok {28} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_upload_server_certificate [0.031656s] ... ok {28} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_get_haproxy [0.023827s] ... ok 2018-09-14 10:25:25.238 2251 INFO oslo_db.sqlalchemy.provision [req-fd9fa197-0f26-4638-85fa-60e49308e705 - - - - -] CREATE BACKEND sqlite:// TOKEN qbhywhsowh 2018-09-14 10:25:25.417 2251 INFO octavia.common.config [req-fd9fa197-0f26-4638-85fa-60e49308e705 - - - - -] Logging enabled! 2018-09-14 10:25:25.418 2251 INFO octavia.common.config [req-fd9fa197-0f26-4638-85fa-60e49308e705 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.464 2251 WARNING octavia.api.root_controller [req-fd9fa197-0f26-4638-85fa-60e49308e705 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:25.281 2243 INFO octavia.api.v1.controllers.listener [req-d74d2f9c-15dc-4627-b62f-7c09571ecfd7 - - - - -] Sending Creation of Listener aa5593cb-d1b4-4396-a07a-3653a115ddfe to handler {28} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_upload_server_certificate [0.021316s] ... ok 2018-09-14 10:25:25.451 2239 INFO octavia.api.v1.controllers.listener [req-e116300c-f742-42e0-9204-43e076eb2398 - - - - -] Sending Creation of Listener 76c54202-ea28-4d2b-b54e-e490a2547a74 to handler 2018-09-14 10:25:24.690 2270 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.690 2270 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.333 2270 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. 2018-09-14 10:25:25.387 2270 INFO octavia.api.v1.controllers.load_balancer [req-370dec86-c0ce-4135-a49c-65b5e9c2338d - - - - -] Sending created Load Balancer 81d20122-2667-41be-adff-81d3823632a5 to the handler 2018-09-14 10:25:24.857 2247 INFO oslo_db.sqlalchemy.provision [req-cafff8e9-5334-4b75-a191-b326b6e7c46c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:24.861 2247 INFO oslo_db.sqlalchemy.provision [req-cafff8e9-5334-4b75-a191-b326b6e7c46c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN imttomnown 2018-09-14 10:25:24.862 2247 INFO oslo_db.sqlalchemy.provision [req-cafff8e9-5334-4b75-a191-b326b6e7c46c - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.test_root_controller.TestRootController.test_api_v1_disabled [1.329672s] ... ok {24} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_manage_service_vrrp [0.029475s] ... ok {24} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_plug_VIP6 [0.169021s] ... ok 2018-09-14 10:25:25.516 2251 INFO octavia.api.v1.controllers.load_balancer [req-ffa0ba14-9b7e-4dc9-948a-27222b6c0e23 - - - - -] Sending created Load Balancer 8e2eca17-9c90-40e4-8e95-87baefad9012 to the handler 2018-09-14 10:25:24.999 2257 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. 2018-09-14 10:25:25.062 2257 INFO octavia.api.v1.controllers.load_balancer [req-861401c2-dfa5-4402-a1a0-88a497b09657 - - - - -] Sending created Load Balancer cb283359-5e0c-4e05-b21e-ee85ef722e3a to the handler 2018-09-14 10:25:25.173 2242 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. 2018-09-14 10:25:25.231 2242 INFO octavia.api.v1.controllers.load_balancer [req-5149e4e1-c6ee-4abf-a21b-24398f4795e4 - - - - -] Sending created Load Balancer 836c3f09-fb96-4f32-8e3a-2ecb569a2923 to the handler {26} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_get_all_listeners [0.027095s] ... ok 2018-09-14 10:25:25.134 2261 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:25.135 2261 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.057 2241 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. 2018-09-14 10:25:25.056 2250 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. {30} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_get_all_listeners [0.029047s] ... ok 2018-09-14 10:25:25.528 2244 INFO octavia.api.v1.controllers.pool [req-49a9cdae-45fd-4979-bc77-1ea8b6a81bc6 - - - - -] Sending Creation of Pool 7b5f691e-9815-4805-818a-74beb7278ae6 to handler 2018-09-14 10:25:24.432 2256 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.433 2256 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:24.971 2256 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. 2018-09-14 10:25:25.032 2256 INFO octavia.api.v1.controllers.load_balancer [req-7dafbb9f-7659-45b6-8f50-78560b2ea222 - - - - -] Sending created Load Balancer 609130f1-6a36-4aa5-bd97-b7c35956225f to the handler 2018-09-14 10:25:25.498 2256 INFO octavia.api.v1.controllers.listener [req-38754278-c13d-4c10-b568-2fbff6cb850d - - - - -] Sending Creation of Listener 1f6315f5-927b-4a96-93d1-06b76cde4c3b to handler 2018-09-14 10:25:25.750 2256 INFO octavia.api.v1.controllers.l7policy [req-c70e3237-fb0f-4521-8f01-6cbd1b91ab2f - - - - -] Sending Creation of L7Policy 731f9e64-d378-4b9e-9412-c87849d03946 to handler 2018-09-14 10:25:25.609 2249 INFO octavia.api.v1.controllers.listener [req-009c5497-8805-41ee-be7d-762018a7d423 - - - - -] Sending Creation of Listener 557f109c-2c99-47b7-bd09-478693d70e29 to handler 2018-09-14 10:25:25.213 2246 WARNING octavia.api.root_controller [req-76e81dd2-6f56-434e-9b25-a85cc131cce4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:25.264 2246 INFO octavia.api.v1.controllers.load_balancer [req-b5682201-4b4a-44f2-a10c-d3c2137f6703 - - - - -] Sending created Load Balancer d8677597-25aa-4cc5-981b-ed8e93259c32 to the handler 2018-09-14 10:25:24.272 2240 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.273 2240 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:24.799 2240 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. 2018-09-14 10:25:24.854 2240 INFO octavia.api.v1.controllers.load_balancer [req-833c604c-b706-4287-b068-e40b69f9d944 - - - - -] Sending created Load Balancer 943f262f-4b8a-4564-8bcf-29580f82376f to the handler 2018-09-14 10:25:25.322 2240 INFO octavia.api.v1.controllers.listener [req-1b52cfed-e93e-4143-ab16-e4c3bda61d27 - - - - -] Sending Creation of Listener 810bf78c-801b-4c9f-aae1-6967b0245e73 to handler 2018-09-14 10:25:25.548 2240 INFO octavia.api.v1.controllers.pool [req-38499d75-cb02-45d2-9249-727627ab0127 - - - - -] Sending Creation of Pool 075ae3fe-50d7-46fa-a0ba-ab99d71a4e6c to handler 2018-09-14 10:25:25.121 2250 INFO octavia.api.v1.controllers.load_balancer [req-7846a60c-29ca-40a7-9fbd-671a7d444014 - - - - -] Sending created Load Balancer 1b7d9356-893c-4045-a279-0239e158bb5f to the handler 2018-09-14 10:25:25.462 2250 INFO octavia.api.v1.controllers.listener [req-634a9318-b473-4df9-9e66-4b5152d7187d - - - - -] Sending Creation of Listener d6039d23-f284-426e-ba2d-feac1b0472d3 to handler 2018-09-14 10:25:25.706 2250 INFO octavia.api.v1.controllers.pool [req-6c2556f2-72ae-4a88-bb17-8d48755ad325 - - - - -] Sending Creation of Pool 6ce78847-1d02-4c5b-a35c-0ee3c96249a5 to handler 2018-09-14 10:25:25.704 2239 INFO octavia.api.v1.controllers.pool [req-27461fb5-cba1-418a-a03a-02cdfd77c958 - - - - -] Sending Creation of Pool 2a6421a1-3b28-482f-b487-ae47360aeef6 to handler 2018-09-14 10:25:25.724 2270 INFO octavia.api.v1.controllers.listener [req-bcc3410b-3bf6-42e3-901e-b69b19c94840 - - - - -] Sending Creation of Listener 3c096d84-4c58-4f6b-8192-ada350fd395f to handler 2018-09-14 10:25:25.678 2261 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. 2018-09-14 10:25:25.738 2261 INFO octavia.api.v1.controllers.load_balancer [req-5698c512-b64a-4def-b2d4-366207728b52 - - - - -] Sending created Load Balancer 2fd55868-9454-4203-b6ad-f7d6973e8589 to the handler 2018-09-14 10:25:24.578 2267 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.579 2267 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.243 2267 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. 2018-09-14 10:25:25.302 2267 INFO octavia.api.v1.controllers.load_balancer [req-b894b300-dd84-4a35-b8f4-edbf7d854940 - - - - -] Sending created Load Balancer 61f19813-cb02-4d60-912e-cd76db73079c to the handler 2018-09-14 10:25:25.677 2267 INFO octavia.api.v1.controllers.listener [req-ab1ab632-794f-4635-8c73-4dff47884f58 - - - - -] Sending Creation of Listener 82745c52-71d4-4963-8b4d-c3f81870b017 to handler 2018-09-14 10:25:24.429 2266 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.429 2266 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.011 2266 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. 2018-09-14 10:25:25.052 2266 INFO oslo_db.sqlalchemy.provision [req-ed0fb7a0-bb28-47fd-8c1b-794bf8ca3677 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:25.056 2266 INFO oslo_db.sqlalchemy.provision [req-ed0fb7a0-bb28-47fd-8c1b-794bf8ca3677 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dneqrvxevg 2018-09-14 10:25:25.056 2266 INFO oslo_db.sqlalchemy.provision [req-ed0fb7a0-bb28-47fd-8c1b-794bf8ca3677 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.test_root_controller.TestRootController.test_api_versions [1.285410s] ... ok 2018-09-14 10:25:25.592 2242 INFO octavia.api.v1.controllers.listener [req-147f7ee2-90d4-4d00-ad87-c1294599493e - - - - -] Sending Creation of Listener 80728a99-3ac0-49fe-b38e-93d870bccbbf to handler {21} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_reload [0.027202s] ... ok 2018-09-14 10:25:25.541 2257 INFO octavia.api.v1.controllers.pool [req-9ade6461-fbdb-4438-9fac-c2257a139cd8 - - - - -] Sending Creation of Pool 9dcd4f73-7c8c-47dd-a041-f06d6c30a2aa to handler 2018-09-14 10:25:25.721 2257 INFO octavia.api.v1.controllers.listener [req-cfbc6f64-2979-442f-9748-1795c8e2efbb - - - - -] Listener SEAN-CONNERY not found. 2018-09-14 10:25:25.747 2257 INFO oslo_db.sqlalchemy.provision [req-cfbc6f64-2979-442f-9748-1795c8e2efbb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:25.750 2257 INFO oslo_db.sqlalchemy.provision [req-cfbc6f64-2979-442f-9748-1795c8e2efbb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yjafbkzhdc 2018-09-14 10:25:25.751 2257 INFO oslo_db.sqlalchemy.provision [req-cfbc6f64-2979-442f-9748-1795c8e2efbb - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v1.test_listener.TestListener.test_delete_bad_listener_id [1.971218s] ... ok 2018-09-14 10:25:24.433 2265 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.433 2265 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:24.965 2265 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. 2018-09-14 10:25:25.022 2265 INFO octavia.api.v1.controllers.load_balancer [req-3fd0fe3a-2567-4323-b020-b8d1bd89c783 - - - - -] Sending created Load Balancer 5668c5b1-10cd-4a76-b00a-352fba862e68 to the handler 2018-09-14 10:25:25.483 2265 INFO octavia.api.v1.controllers.listener [req-c0f65f21-ce08-4d1a-af47-f39d85ffc3fd - - - - -] Sending Creation of Listener 37c23891-6428-4cbd-807c-ce6133c358a4 to handler 2018-09-14 10:25:25.707 2265 INFO octavia.api.v1.controllers.pool [req-76d583fc-beb8-40b2-b715-e68b72fd13a1 - - - - -] Sending Creation of Pool b51e2dce-218f-46b0-a09e-182e68822cb9 to handler 2018-09-14 10:25:25.828 2240 INFO octavia.api.v1.controllers.l7policy [req-77472592-5dac-4e95-83c4-5c5a7e41a2cb - - - - -] Sending Creation of L7Policy c407efbb-a85d-4094-b699-d1d2d00f2550 to handler 2018-09-14 10:25:25.880 2240 ERROR octavia.api.v1.controllers.base [req-82d985e0-f75c-457d-bc2a-62118a18b976 - - - - -] Pool c73671e3-6165-4ac6-8627-bb37a7dc2ce9 not found: None 2018-09-14 10:25:25.880 2240 ERROR octavia.api.v1.controllers.base None 2018-09-14 10:25:25.880 2240 ERROR octavia.api.v1.controllers.base 2018-09-14 10:25:25.906 2240 INFO oslo_db.sqlalchemy.provision [req-82d985e0-f75c-457d-bc2a-62118a18b976 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:25.909 2240 INFO oslo_db.sqlalchemy.provision [req-82d985e0-f75c-457d-bc2a-62118a18b976 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gjqigxxcrx 2018-09-14 10:25:25.910 2240 INFO oslo_db.sqlalchemy.provision [req-82d985e0-f75c-457d-bc2a-62118a18b976 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:25.648 2255 INFO octavia.api.v1.controllers.listener [req-46fe6f3f-7009-477a-b685-0bda3ff052da - - - - -] Sending Creation of Listener 1c2eb21b-ab4f-4349-b1cf-a1611c2f3042 to handler 2018-09-14 10:25:25.907 2267 INFO octavia.api.v1.controllers.pool [req-c9136be3-af1c-4cc9-9299-db1c988412a9 - - - - -] Sending Creation of Pool a37cbfe7-9922-4823-9695-6f4161ca8d28 to handler 2018-09-14 10:25:25.513 2243 INFO octavia.api.v1.controllers.pool [req-a0dbef71-a85b-4099-9874-a4dfd20fa717 - - - - -] Sending Creation of Pool 35184574-72d3-409e-863c-551cb797f449 to handler 2018-09-14 10:25:25.998 2265 INFO octavia.api.v1.controllers.l7policy [req-38e886b2-a0d5-4e7a-8cc9-82c9f81f8422 - - - - -] Sending Creation of L7Policy 29f1738e-29c0-4283-b71d-1db4b66d01dd to handler 2018-09-14 10:25:26.138 2265 INFO oslo_db.sqlalchemy.provision [req-f677d4f8-2fb7-4c87-913d-1a7d9c347bd9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.142 2265 INFO oslo_db.sqlalchemy.provision [req-f677d4f8-2fb7-4c87-913d-1a7d9c347bd9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dtblrllqwq 2018-09-14 10:25:26.143 2265 INFO oslo_db.sqlalchemy.provision [req-f677d4f8-2fb7-4c87-913d-1a7d9c347bd9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_with_bad_handler [2.375206s] ... ok {21} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_start [0.022313s] ... ok 2018-09-14 10:25:25.891 2251 INFO octavia.api.v1.controllers.listener [req-8bda9844-9dc1-4ddd-b3ea-6b2204507392 - - - - -] Sending Creation of Listener 4137c1bb-1c24-4258-b6f5-0d8fd780188b to handler 2018-09-14 10:25:24.619 2263 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.619 2263 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.290 2263 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. 2018-09-14 10:25:25.346 2263 INFO octavia.api.v1.controllers.load_balancer [req-318f7b82-aebc-4ff0-96b6-33d405e6e18d - - - - -] Sending created Load Balancer 0b3ba071-f241-4b6f-ad7e-bc5ed92b13cf to the handler 2018-09-14 10:25:25.683 2263 INFO octavia.api.v1.controllers.listener [req-fe759b1c-6d69-4b1b-8d99-3689876f7887 - - - - -] Sending Creation of Listener 3f191970-9e4f-4569-bd33-c9027b873f1e to handler 2018-09-14 10:25:25.930 2263 INFO octavia.api.v1.controllers.l7policy [req-5fca3b77-34ba-4894-8ddd-f3fb8e161c90 - - - - -] Sending Creation of L7Policy 77550efb-b950-4f48-b2c6-b70e56fd80c6 to handler {25} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_delete_ubuntu_listener_sysvinit [0.083527s] ... ok 2018-09-14 10:25:24.538 2269 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.538 2269 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.086 2269 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. 2018-09-14 10:25:25.149 2269 INFO octavia.api.v1.controllers.load_balancer [req-9a69783e-d475-4e7c-a94e-881c97ad1221 - - - - -] Sending created Load Balancer de2c08e6-758c-48a5-b661-5444fe4f0316 to the handler 2018-09-14 10:25:25.614 2269 INFO octavia.api.v1.controllers.listener [req-78f77e0e-3293-4f14-9e90-339f382b666a - - - - -] Sending Creation of Listener 9a1a6641-3082-400f-a5fe-c564cab12272 to handler 2018-09-14 10:25:25.848 2269 INFO octavia.api.v1.controllers.pool [req-6a974cce-bca3-4979-a5f3-f7ef60550b04 - - - - -] Sending Creation of Pool d5f2bf4c-57cf-44aa-8a81-a9c43ab790f1 to handler 2018-09-14 10:25:26.139 2269 INFO octavia.api.v1.controllers.pool [req-bea17f58-1b91-40a9-98ab-ae4dd74fd512 - - - - -] Sending Creation of Pool fd5bf83e-d7c2-4bb5-93f4-2ea7bffc7d1c to handler 2018-09-14 10:25:26.020 2239 INFO octavia.api.v1.controllers.pool [req-c08a068b-238d-4925-bbd4-722d706cf26d - - - - -] Sending Creation of Pool 93b63690-c4e5-4e1d-aa98-86ef40ab5879 to handler 2018-09-14 10:25:25.823 2242 INFO octavia.api.v1.controllers.pool [req-b7e1f29b-c290-411c-bbb3-e9df1a5bf7c4 - - - - -] Sending Creation of Pool 3f194132-0cbd-495c-ad84-26d22e6e63a6 to handler 2018-09-14 10:25:25.847 2244 INFO octavia.api.v1.controllers.l7policy [req-1ba31f5a-4bce-40b6-9a30-d0799b7ea0ae - - - - -] Sending Creation of L7Policy acdf0ae7-f184-498e-afff-c6e3ad088cda to handler {14} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_upload_keepalived_config_systemd [0.044706s] ... ok 2018-09-14 10:25:24.936 2245 INFO octavia.api.v1.controllers.load_balancer [req-223639e2-e86b-42eb-abd9-01a0e3a4d858 - - - - -] Sending created Load Balancer 98767a9a-2061-4269-bd8b-b1719167c352 to the handler 2018-09-14 10:25:26.106 2261 INFO octavia.api.v1.controllers.listener [req-0a1460fe-84a3-43de-b80b-e384138b13fd - - - - -] Sending Creation of Listener 93d7ff02-67b0-4edf-824b-c2b06d4a36bd to handler 2018-09-14 10:25:25.758 2257 INFO oslo_db.sqlalchemy.provision [req-cfbc6f64-2979-442f-9748-1795c8e2efbb - - - - -] CREATE BACKEND sqlite:// TOKEN crhzkclahp 2018-09-14 10:25:25.917 2257 INFO octavia.common.config [req-cfbc6f64-2979-442f-9748-1795c8e2efbb - - - - -] Logging enabled! 2018-09-14 10:25:25.918 2257 INFO octavia.common.config [req-cfbc6f64-2979-442f-9748-1795c8e2efbb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.956 2257 WARNING octavia.api.root_controller [req-cfbc6f64-2979-442f-9748-1795c8e2efbb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:25.977 2257 INFO octavia.api.v1.controllers.load_balancer [req-8eb00a11-dba2-44fd-8c52-13dcc133bf2e - - - - -] Sending created Load Balancer cae44ac4-7534-44f9-97d6-e0b12891df88 to the handler 2018-09-14 10:25:26.150 2257 INFO octavia.api.v1.controllers.pool [req-f9ffe78c-adce-4729-aba2-0765455d7d2b - - - - -] Sending Creation of Pool dd291b0c-fbb0-4216-bc2c-8220a1184b26 to handler {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_update_redirect_to_pool [2.323031s] ... ok 2018-09-14 10:25:25.887 2249 INFO octavia.api.v1.controllers.l7policy [req-1071650c-c7bd-4d6c-b886-7f18373ae656 - - - - -] Sending Creation of L7Policy 3e93cc16-3d68-4d71-9962-8b2bbd0138c9 to handler 2018-09-14 10:25:24.487 2268 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.488 2268 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.084 2268 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. 2018-09-14 10:25:25.147 2268 INFO octavia.api.v1.controllers.load_balancer [req-33b94de8-309b-4207-932d-70044a15478a - - - - -] Sending created Load Balancer 8fb95f4c-fa89-403f-b691-980cc037a48e to the handler 2018-09-14 10:25:25.172 2268 INFO octavia.api.v1.controllers.load_balancer [req-9e6e3b1a-2f73-401c-8f5e-dccc2f21b77b - - - - -] Sending created Load Balancer 2b1d97e7-3387-4c1f-9e10-2ce7df0d8379 to the handler 2018-09-14 10:25:25.192 2268 INFO octavia.api.v1.controllers.load_balancer [req-ea6cbc9c-6518-4d2f-94bc-abc25cbd70f8 - - - - -] Sending created Load Balancer d76f1d2e-6216-412c-891d-57e2e6e20dcc to the handler 2018-09-14 10:25:25.212 2268 INFO octavia.api.v1.controllers.load_balancer [req-b099be01-b07c-4be7-ae6c-4cd0aa7ae999 - - - - -] Sending created Load Balancer 5942a733-67a6-4b25-973e-f289980dd3fe to the handler 2018-09-14 10:25:25.231 2268 INFO octavia.api.v1.controllers.load_balancer [req-dd3f3bee-c412-4a9c-9b50-60da643c9531 - - - - -] Sending created Load Balancer 1d7f8a04-378b-435b-a9e6-bcc74cca6230 to the handler 2018-09-14 10:25:24.869 2247 INFO oslo_db.sqlalchemy.provision [req-cafff8e9-5334-4b75-a191-b326b6e7c46c - - - - -] CREATE BACKEND sqlite:// TOKEN bnkxnnbvrn 2018-09-14 10:25:25.168 2247 INFO octavia.common.config [req-cafff8e9-5334-4b75-a191-b326b6e7c46c - - - - -] Logging enabled! 2018-09-14 10:25:25.169 2247 INFO octavia.common.config [req-cafff8e9-5334-4b75-a191-b326b6e7c46c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.205 2247 WARNING octavia.api.root_controller [req-cafff8e9-5334-4b75-a191-b326b6e7c46c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:25.250 2247 INFO octavia.api.v1.controllers.load_balancer [req-5361041a-d199-48f5-b926-6e2417b74786 - - - - -] Sending created Load Balancer a235f1b7-3487-4190-83de-b75ca033bfc9 to the handler 2018-09-14 10:25:25.611 2247 INFO octavia.api.v1.controllers.listener [req-39ed667e-51ab-49dd-81da-b5ebdf0e691e - - - - -] Sending Creation of Listener 2e766727-233a-483b-8c83-376baf750392 to handler 2018-09-14 10:25:25.845 2247 INFO octavia.api.v1.controllers.pool [req-fdee1512-3a7e-43d1-906e-da880a9abc47 - - - - -] Sending Creation of Pool ca9e7370-3bec-4267-a370-f47add8b407d to handler 2018-09-14 10:25:26.160 2247 INFO octavia.api.v1.controllers.pool [req-4d72baea-8588-4b9c-8dfb-a9ee90b6618a - - - - -] Sending Creation of Pool da763c82-5d6c-4a2b-850b-5a66d9c123e3 to handler 2018-09-14 10:25:25.882 2255 INFO octavia.api.v1.controllers.pool [req-9e66ab8c-a59b-476e-9322-3ac0edd0f34f - - - - -] Sending Creation of Pool 0e46bff9-0eae-4de6-a683-64b2acc68263 to handler 2018-09-14 10:25:26.171 2255 INFO octavia.api.v1.controllers.pool [req-624a21db-733f-4cc4-a601-f3b6f8b0ffc8 - - - - -] Sending Creation of Pool 3015cbc4-ec0f-4c1c-98fc-0b0ffc9095a3 to handler 2018-09-14 10:25:26.324 2239 INFO octavia.api.v1.controllers.health_monitor [req-7b5e8e83-64f1-4e4f-9b23-5cf361298427 - - - - -] Sending Creation of Health Monitor for Pool 2a6421a1-3b28-482f-b487-ae47360aeef6 to handler 2018-09-14 10:25:25.939 2250 INFO oslo_db.sqlalchemy.provision [req-772172e0-8552-40d6-95f0-d9746027c8ff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:25.942 2250 INFO oslo_db.sqlalchemy.provision [req-772172e0-8552-40d6-95f0-d9746027c8ff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zhenvfghnz 2018-09-14 10:25:25.943 2250 INFO oslo_db.sqlalchemy.provision [req-772172e0-8552-40d6-95f0-d9746027c8ff - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_create [2.229643s] ... ok 2018-09-14 10:25:26.382 2269 INFO octavia.api.v1.controllers.health_monitor [req-e24b944e-2bec-43fd-9961-7a48dc9eea83 - - - - -] Health Monitor for Pool d5f2bf4c-57cf-44aa-8a81-a9c43ab790f1 was not found 2018-09-14 10:25:26.417 2269 INFO oslo_db.sqlalchemy.provision [req-e24b944e-2bec-43fd-9961-7a48dc9eea83 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.420 2269 INFO oslo_db.sqlalchemy.provision [req-e24b944e-2bec-43fd-9961-7a48dc9eea83 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oiuqrkpvda 2018-09-14 10:25:26.421 2269 INFO oslo_db.sqlalchemy.provision [req-e24b944e-2bec-43fd-9961-7a48dc9eea83 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_bad_delete [2.586407s] ... ok 2018-09-14 10:25:25.599 2246 INFO octavia.api.v1.controllers.listener [req-893aad57-6148-4d21-b049-2e7fe73d4078 - - - - -] Sending Creation of Listener 3deeb9b6-f2fe-47ac-91c3-eb52f83d57b5 to handler 2018-09-14 10:25:25.833 2246 INFO octavia.api.v1.controllers.pool [req-aa63ae52-c029-4f4e-8bcc-49a025f0fb7a - - - - -] Sending Creation of Pool 756b5f5a-5c47-4807-b45d-1d2ec5da89f5 to handler {19} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_manage_service_vrrp [0.030226s] ... ok 2018-09-14 10:25:25.966 2270 INFO octavia.api.v1.controllers.pool [req-d5f42cf8-59c8-4a08-b8f4-24b08324a7a7 - - - - -] Sending Creation of Pool e5329e60-612d-400d-bf66-d738cafd62cc to handler 2018-09-14 10:25:25.655 2268 INFO oslo_db.sqlalchemy.provision [req-b8a73fda-9554-4668-b5dc-2369d528ec75 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:25.659 2268 INFO oslo_db.sqlalchemy.provision [req-b8a73fda-9554-4668-b5dc-2369d528ec75 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kjpluvaxsf 2018-09-14 10:25:25.659 2268 INFO oslo_db.sqlalchemy.provision [req-b8a73fda-9554-4668-b5dc-2369d528ec75 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_lb_keysort [1.859418s] ... ok 2018-09-14 10:25:24.333 2254 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.334 2254 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:24.873 2254 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. 2018-09-14 10:25:24.930 2254 INFO octavia.api.v1.controllers.load_balancer [req-916c98e4-08e9-4995-ba24-f09652958b0b - - - - -] Sending created Load Balancer f5d7f45b-79f6-4677-ba89-ea5082ee660e to the handler 2018-09-14 10:25:25.390 2254 INFO octavia.api.v1.controllers.listener [req-460cbb79-9d70-40cb-9144-f04a5fc110b3 - - - - -] Sending Creation of Listener ad8aa8ff-9d68-475f-94ec-636201862e0f to handler 2018-09-14 10:25:25.616 2254 INFO octavia.api.v1.controllers.pool [req-02254459-a7ec-4ef1-b7e2-8b006985af19 - - - - -] Sending Creation of Pool 3f22d754-7d13-4d25-ba87-767bc35e8e84 to handler 2018-09-14 10:25:25.843 2254 INFO oslo_db.sqlalchemy.provision [req-1628d81d-e4d8-4b10-be53-2b7dba6aa75e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:25.847 2254 INFO oslo_db.sqlalchemy.provision [req-1628d81d-e4d8-4b10-be53-2b7dba6aa75e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN njkansyjbg 2018-09-14 10:25:25.847 2254 INFO oslo_db.sqlalchemy.provision [req-1628d81d-e4d8-4b10-be53-2b7dba6aa75e - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_create_redirect_to_url [2.214927s] ... ok 2018-09-14 10:25:26.164 2263 INFO octavia.api.v1.controllers.l7rule [req-15a454c2-8254-4a81-8d24-b7f0b69808f5 - - - - -] Sending Creation of L7Rule 09a38c6c-5b3e-476f-af1a-532bb0ddefda to handler 2018-09-14 10:25:26.402 2263 INFO octavia.api.v1.controllers.l7rule [req-96ae63c3-42ac-4a1b-926d-3a2feca3bdc2 - - - - -] Sending Deletion of L7Rule 09a38c6c-5b3e-476f-af1a-532bb0ddefda to handler 2018-09-14 10:25:25.065 2266 INFO oslo_db.sqlalchemy.provision [req-ed0fb7a0-bb28-47fd-8c1b-794bf8ca3677 - - - - -] CREATE BACKEND sqlite:// TOKEN rdvozswtkn 2018-09-14 10:25:25.354 2266 INFO octavia.common.config [req-ed0fb7a0-bb28-47fd-8c1b-794bf8ca3677 - - - - -] Logging enabled! 2018-09-14 10:25:25.355 2266 INFO octavia.common.config [req-ed0fb7a0-bb28-47fd-8c1b-794bf8ca3677 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.398 2266 WARNING octavia.api.root_controller [req-ed0fb7a0-bb28-47fd-8c1b-794bf8ca3677 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:25.443 2266 INFO octavia.api.v1.controllers.load_balancer [req-6aa519a7-7b11-4db7-bdeb-4a824e147553 - - - - -] Sending created Load Balancer 8c480ed2-2ffe-41b7-b6ac-4dc0e23d379d to the handler 2018-09-14 10:25:25.783 2266 INFO octavia.api.v1.controllers.listener [req-39bbf527-a07c-48ca-b903-77b5f6bdc14b - - - - -] Sending Creation of Listener e61c8a01-d4b1-470b-8fb6-54b029f0fae5 to handler 2018-09-14 10:25:26.022 2266 INFO octavia.api.v1.controllers.pool [req-6f2034fa-87aa-4f77-af6d-70471fa67567 - - - - -] Sending Creation of Pool 3507e1ed-b9e4-4d8a-8bbd-b576a02deb06 to handler 2018-09-14 10:25:26.352 2266 INFO octavia.api.v1.controllers.l7policy [req-0df3ad66-255c-485d-8e94-446caa2ef117 - - - - -] Sending Creation of L7Policy 0826da02-525b-4e1b-a603-68e11c95687f to handler 2018-09-14 10:25:26.195 2267 INFO octavia.api.v1.controllers.pool [req-cc7b60d7-f386-4f68-9732-83284e1d6b00 - - - - -] Sending Creation of Pool 262361c3-dafa-4779-a397-1e2820d440f1 to handler 2018-09-14 10:25:26.538 2247 INFO oslo_db.sqlalchemy.provision [req-d387ed18-e25a-4e6b-ad3c-ed6befcad2d2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.542 2247 INFO oslo_db.sqlalchemy.provision [req-d387ed18-e25a-4e6b-ad3c-ed6befcad2d2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bnkxnnbvrn 2018-09-14 10:25:26.543 2247 INFO oslo_db.sqlalchemy.provision [req-d387ed18-e25a-4e6b-ad3c-ed6befcad2d2 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:25.799 2243 INFO octavia.api.v1.controllers.l7policy [req-c61f5087-2ae1-4452-861b-6297aea385c9 - - - - -] Sending Creation of L7Policy d032b8d5-f3f0-463c-bd55-b24a4963a298 to handler 2018-09-14 10:25:25.877 2243 INFO oslo_db.sqlalchemy.provision [req-19586f91-7fc5-4cee-9531-e693ffaada9a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:25.881 2243 INFO oslo_db.sqlalchemy.provision [req-19586f91-7fc5-4cee-9531-e693ffaada9a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xxomynonnj 2018-09-14 10:25:25.882 2243 INFO oslo_db.sqlalchemy.provision [req-19586f91-7fc5-4cee-9531-e693ffaada9a - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_get [2.416471s] ... ok 2018-09-14 10:25:26.118 2242 INFO octavia.api.v1.controllers.pool [req-3f45dc50-d567-47d5-8ccd-5d0d6278cbdb - - - - -] Sending Creation of Pool f3ed326b-9c99-4379-9ef2-986f30e42f73 to handler 2018-09-14 10:25:26.372 2242 INFO octavia.api.v1.controllers.health_monitor [req-a1f01ba1-1511-46e6-bdea-59d692ff94e6 - - - - -] Health Monitor for Pool 3f194132-0cbd-495c-ad84-26d22e6e63a6 was not found 2018-09-14 10:25:26.398 2242 INFO oslo_db.sqlalchemy.provision [req-a1f01ba1-1511-46e6-bdea-59d692ff94e6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.402 2242 INFO oslo_db.sqlalchemy.provision [req-a1f01ba1-1511-46e6-bdea-59d692ff94e6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qbgoljlyoh 2018-09-14 10:25:26.402 2242 INFO oslo_db.sqlalchemy.provision [req-a1f01ba1-1511-46e6-bdea-59d692ff94e6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_bad_get [2.566952s] ... ok 2018-09-14 10:25:25.995 2256 INFO octavia.api.v1.controllers.l7rule [req-87513f99-43da-46df-a044-975bc1bc01f7 - - - - -] Sending Creation of L7Rule dcc8880f-494a-45f6-a5ac-3357f1ce4a10 to handler 2018-09-14 10:25:24.564 2264 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.565 2264 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.095 2264 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. 2018-09-14 10:25:25.279 2264 INFO octavia.api.v1.controllers.load_balancer [req-d2aa0a52-497b-42d1-8d1e-52ff2927e768 - - - - -] Sending created Load Balancer 3c219b87-42b4-4b3b-9f8e-799972e2cc18 to the handler 2018-09-14 10:25:25.616 2264 INFO octavia.api.v1.controllers.listener [req-cd159877-df7b-4657-a59f-0822b4a68f5a - - - - -] Sending Creation of Listener c76be9af-4638-40f6-b07c-88f5f40350ed to handler 2018-09-14 10:25:25.811 2264 INFO octavia.api.v1.controllers.listener [req-b9da4be0-3112-4866-befd-93cfe9436f91 - - - - -] Sending Creation of Listener 56a1e55b-7c6b-4484-bded-a89e73c0a666 to handler 2018-09-14 10:25:26.026 2264 INFO octavia.api.v1.controllers.listener [req-caf0d6c4-9e46-4849-9c69-a6a25af0d424 - - - - -] Sending Creation of Listener 6a65a79b-7da6-497f-9327-763fbe22b83a to handler 2018-09-14 10:25:26.257 2264 INFO octavia.api.v1.controllers.listener [req-adf4e53d-efdf-4282-b1be-923ec2af69fe - - - - -] Sending Creation of Listener 22ef95d3-eb7a-4259-9a11-d56c2109cb82 to handler 2018-09-14 10:25:26.492 2264 INFO octavia.api.v1.controllers.listener [req-5cc505b2-4ff7-421c-a800-23459b25b524 - - - - -] Sending Creation of Listener fd45581c-b011-4034-ae59-a4a862b93d38 to handler 2018-09-14 10:25:26.144 2249 INFO octavia.api.v1.controllers.l7rule [req-57e2fc85-d139-4bf6-947d-eb7989e63f33 - - - - -] Sending Creation of L7Rule 58743412-6491-48c3-90bc-7cf002751654 to handler 2018-09-14 10:25:26.351 2249 INFO octavia.api.v1.controllers.load_balancer [req-1d916a74-06ae-4bd7-9d4f-46b014dca064 - - - - -] Sending deleted Load Balancer 261eddd7-823b-44f2-b00f-86f20366b548 to the handler 2018-09-14 10:25:26.406 2249 INFO octavia.api.v1.controllers.l7rule [req-59a46933-8e32-467b-b8ac-4ceed2c8a6c8 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:26.454 2249 INFO oslo_db.sqlalchemy.provision [req-59a46933-8e32-467b-b8ac-4ceed2c8a6c8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.458 2249 INFO oslo_db.sqlalchemy.provision [req-59a46933-8e32-467b-b8ac-4ceed2c8a6c8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zdzcqaiend 2018-09-14 10:25:26.458 2249 INFO oslo_db.sqlalchemy.provision [req-59a46933-8e32-467b-b8ac-4ceed2c8a6c8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_delete_when_lb_pending_delete [2.628373s] ... ok 2018-09-14 10:25:26.479 2255 INFO octavia.api.v1.controllers.health_monitor [req-8cbd793d-09f1-497a-a185-b1eca7d1f7ea - - - - -] Sending Creation of Health Monitor for Pool 3015cbc4-ec0f-4c1c-98fc-0b0ffc9095a3 to handler {23} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_upload_certificate_md5 [0.048874s] ... ok 2018-09-14 10:25:26.126 2246 INFO octavia.api.v1.controllers.pool [req-827b5cf0-1cf0-4850-be21-0a30ecff0f62 - - - - -] Sending Creation of Pool 626a62f3-43d5-41ee-90ee-04a5262c0d3f to handler 2018-09-14 10:25:26.452 2246 INFO octavia.api.v1.controllers.health_monitor [req-c7feef0b-b3d5-478b-b181-c15d565415b6 - - - - -] Sending Creation of Health Monitor for Pool 626a62f3-43d5-41ee-90ee-04a5262c0d3f to handler 2018-09-14 10:25:26.706 2246 INFO octavia.api.v1.controllers.health_monitor [req-83570b48-6216-410f-85fe-ff348ea687e6 - - - - -] Sending Update of Health Monitor for Pool 626a62f3-43d5-41ee-90ee-04a5262c0d3f to handler 2018-09-14 10:25:26.959 2255 INFO oslo_db.sqlalchemy.provision [req-02dd11cd-5d1a-4382-8ab1-8666be65a561 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.963 2255 INFO oslo_db.sqlalchemy.provision [req-02dd11cd-5d1a-4382-8ab1-8666be65a561 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jrdlxwmawn 2018-09-14 10:25:26.964 2255 INFO oslo_db.sqlalchemy.provision [req-02dd11cd-5d1a-4382-8ab1-8666be65a561 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:26.191 2244 INFO oslo_db.sqlalchemy.provision [req-cc31ce75-bb22-4a14-a3f9-8213c4165449 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.195 2244 INFO oslo_db.sqlalchemy.provision [req-cc31ce75-bb22-4a14-a3f9-8213c4165449 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ldtsqlrdjg 2018-09-14 10:25:26.195 2244 INFO oslo_db.sqlalchemy.provision [req-cc31ce75-bb22-4a14-a3f9-8213c4165449 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_redirect_to_url [2.671643s] ... ok 2018-09-14 10:25:26.553 2239 INFO octavia.api.v1.controllers.load_balancer [req-d77b62a6-8480-4984-a03b-0c3ca2b30139 - - - - -] Sending deleted Load Balancer ad3409de-f920-4a18-b111-a3ba0dad44c1 to the handler 2018-09-14 10:25:26.650 2239 INFO octavia.api.v1.controllers.health_monitor [req-fc1ba6a1-9ef9-4c95-8ce6-9a7cf37a5a67 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:26.717 2239 INFO oslo_db.sqlalchemy.provision [req-fc1ba6a1-9ef9-4c95-8ce6-9a7cf37a5a67 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.721 2239 INFO oslo_db.sqlalchemy.provision [req-fc1ba6a1-9ef9-4c95-8ce6-9a7cf37a5a67 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lmmvfgclzv 2018-09-14 10:25:26.721 2239 INFO oslo_db.sqlalchemy.provision [req-fc1ba6a1-9ef9-4c95-8ce6-9a7cf37a5a67 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_update_when_lb_pending_delete [3.048141s] ... ok 2018-09-14 10:25:25.278 2245 INFO octavia.api.v1.controllers.listener [req-dc1cdebc-d66b-4c4d-8597-5de91eae25ee - - - - -] Sending Creation of Listener fa0d55f9-68a0-4855-b913-9498c3b6fe4e to handler 2018-09-14 10:25:25.538 2245 INFO octavia.api.v1.controllers.pool [req-0503944f-ceda-46d0-a3d7-fe8fe22da0fd - - - - -] Sending Creation of Pool dc0835c0-0e8b-431e-a7fc-8fb1f374be58 to handler 2018-09-14 10:25:25.805 2245 INFO octavia.api.v1.controllers.member [req-a9fcfc9c-6fd6-4699-9492-4ba0261c4b9c - - - - -] Sending Creation of Member d9e45d6e-104e-4474-81ca-0a552ffa044c to handler 2018-09-14 10:25:26.047 2245 INFO octavia.api.v1.controllers.member [req-597175f0-9cca-4572-8710-15a4c8f84072 - - - - -] Sending Creation of Member 2bcc9c23-3c11-404a-b4c2-82c96d037c12 to handler 2018-09-14 10:25:26.290 2245 INFO octavia.api.v1.controllers.member [req-ba9894e2-da7d-4e04-9481-2dbbee76fe2a - - - - -] Sending Creation of Member e18932f2-06e4-4067-8ff1-e6feddc3b35a to handler 2018-09-14 10:25:26.553 2245 INFO octavia.api.v1.controllers.member [req-01bbcbd0-e77f-4dc4-a40e-5c7d93e77639 - - - - -] Sending Creation of Member 89cdb21f-8cef-4445-8600-26246dd4de48 to handler 2018-09-14 10:25:26.813 2245 INFO octavia.api.v1.controllers.member [req-4f757b7f-11b9-479a-8911-5d52c4739b0e - - - - -] Sending Creation of Member a9f86a79-863d-4753-8eac-72a7c1824cc6 to handler 2018-09-14 10:25:26.429 2269 INFO oslo_db.sqlalchemy.provision [req-e24b944e-2bec-43fd-9961-7a48dc9eea83 - - - - -] CREATE BACKEND sqlite:// TOKEN hzpiparbwc 2018-09-14 10:25:26.604 2269 INFO octavia.common.config [req-e24b944e-2bec-43fd-9961-7a48dc9eea83 - - - - -] Logging enabled! 2018-09-14 10:25:26.605 2269 INFO octavia.common.config [req-e24b944e-2bec-43fd-9961-7a48dc9eea83 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.646 2269 WARNING octavia.api.root_controller [req-e24b944e-2bec-43fd-9961-7a48dc9eea83 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:26.668 2269 INFO octavia.api.v1.controllers.load_balancer [req-1ed157f7-83f6-423a-a485-f31ede418ee1 - - - - -] Sending created Load Balancer 828082d8-5355-457f-85b8-e216e2274e4f to the handler 2018-09-14 10:25:26.837 2269 INFO octavia.api.v1.controllers.listener [req-c234e306-6db9-49fa-8388-cc4e9255d5cd - - - - -] Sending Creation of Listener be1ecb0c-f3ca-4d1c-abb7-4dc135391ea0 to handler 2018-09-14 10:25:27.045 2269 INFO octavia.api.v1.controllers.pool [req-a5ba4665-60ba-41cf-beeb-28ce74bcfc4d - - - - -] Sending Creation of Pool 8521694b-6b70-4840-8638-287c82805253 to handler 2018-09-14 10:25:26.518 2267 INFO octavia.api.v1.controllers.health_monitor [req-ba390925-8bdc-4fca-9f05-5364a097699a - - - - -] Sending Creation of Health Monitor for Pool 262361c3-dafa-4779-a397-1e2820d440f1 to handler 2018-09-14 10:25:26.841 2267 INFO octavia.api.v1.controllers.health_monitor [req-0f6d2836-64be-425d-98ad-431b17bdb761 - - - - -] Sending Deletion of Health Monitor for Pool 262361c3-dafa-4779-a397-1e2820d440f1 to handler {8} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_bad_create [1.680169s] ... ok 2018-09-14 10:25:26.214 2270 ERROR octavia.api.v1.controllers.base [req-5c3f1899-7ba3-4bd6-8910-e407ac5dc7b6 - - - - -] Pool 7072b8bf-4797-4f1b-a1ed-2c6f515e3c8c not found: None 2018-09-14 10:25:26.214 2270 ERROR octavia.api.v1.controllers.base None 2018-09-14 10:25:26.214 2270 ERROR octavia.api.v1.controllers.base 2018-09-14 10:25:26.244 2270 INFO oslo_db.sqlalchemy.provision [req-5c3f1899-7ba3-4bd6-8910-e407ac5dc7b6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.248 2270 INFO oslo_db.sqlalchemy.provision [req-5c3f1899-7ba3-4bd6-8910-e407ac5dc7b6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ketvlhinzs 2018-09-14 10:25:26.249 2270 INFO oslo_db.sqlalchemy.provision [req-5c3f1899-7ba3-4bd6-8910-e407ac5dc7b6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_create_redirect_to_pool [2.217298s] ... ok 2018-09-14 10:25:26.489 2261 INFO octavia.api.v1.controllers.l7policy [req-ae7cd7fa-154f-48e6-9a30-c965b06abbcb - - - - -] Sending Creation of L7Policy a024ea8c-7556-45ec-bdab-bda41a90f27e to handler 2018-09-14 10:25:26.308 2257 INFO octavia.api.v1.controllers.load_balancer [req-fa2c4e56-8444-4c04-9885-2930dd4acf30 - - - - -] Sending created Load Balancer 20d00269-fb07-4cfe-b4fa-7878f6f51758 to the handler 2018-09-14 10:25:26.345 2257 INFO octavia.api.v1.controllers.listener [req-8ad3344e-bcd1-4a88-abca-bc18f0367283 - - - - -] Load Balancer 20d00269-fb07-4cfe-b4fa-7878f6f51758 is immutable. 2018-09-14 10:25:26.371 2257 INFO oslo_db.sqlalchemy.provision [req-8ad3344e-bcd1-4a88-abca-bc18f0367283 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.375 2257 INFO oslo_db.sqlalchemy.provision [req-8ad3344e-bcd1-4a88-abca-bc18f0367283 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN crhzkclahp 2018-09-14 10:25:26.376 2257 INFO oslo_db.sqlalchemy.provision [req-8ad3344e-bcd1-4a88-abca-bc18f0367283 - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_pending_create [0.624164s] ... ok 2018-09-14 10:25:24.500 2260 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.501 2260 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.025 2260 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. 2018-09-14 10:25:25.192 2260 INFO oslo_db.sqlalchemy.provision [req-5706bed9-bcf0-4ad5-8fde-419752de4b5c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:25.197 2260 INFO oslo_db.sqlalchemy.provision [req-5706bed9-bcf0-4ad5-8fde-419752de4b5c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rjukpbusqc 2018-09-14 10:25:25.198 2260 INFO oslo_db.sqlalchemy.provision [req-5706bed9-bcf0-4ad5-8fde-419752de4b5c - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_invalid_sort_key [1.382089s] ... ok 2018-09-14 10:25:26.769 2264 INFO octavia.api.v1.controllers.listener [req-baa57f1e-95e0-4727-8b9a-482ceeae2936 - - - - -] Sending Creation of Listener 9af0ed9a-5203-4f47-8750-212fc14f60cf to handler 2018-09-14 10:25:27.101 2264 INFO octavia.api.v1.controllers.listener [req-79865070-0ec4-4204-83f8-df748a194d13 - - - - -] Sending Creation of Listener 93b6cd16-4fff-4a93-a55f-e01a4fe051bf to handler 2018-09-14 10:25:25.917 2240 INFO oslo_db.sqlalchemy.provision [req-82d985e0-f75c-457d-bc2a-62118a18b976 - - - - -] CREATE BACKEND sqlite:// TOKEN etsilhwbln 2018-09-14 10:25:26.078 2240 INFO octavia.common.config [req-82d985e0-f75c-457d-bc2a-62118a18b976 - - - - -] Logging enabled! 2018-09-14 10:25:26.079 2240 INFO octavia.common.config [req-82d985e0-f75c-457d-bc2a-62118a18b976 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.116 2240 WARNING octavia.api.root_controller [req-82d985e0-f75c-457d-bc2a-62118a18b976 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:26.139 2240 INFO octavia.api.v1.controllers.load_balancer [req-e5df556e-288b-4fda-9933-3d2ca9ba34ba - - - - -] Sending created Load Balancer d1af3b10-2154-400a-87d9-cba64b55be09 to the handler 2018-09-14 10:25:26.302 2240 INFO octavia.api.v1.controllers.listener [req-5d826fcd-a967-46ff-959f-2318c739009b - - - - -] Sending Creation of Listener d641a303-219d-49cb-a2b0-a8d787270d9f to handler 2018-09-14 10:25:26.503 2240 INFO octavia.api.v1.controllers.pool [req-c53d2dc1-35ae-44e7-971c-323cb05e4597 - - - - -] Sending Creation of Pool 2994ad5b-bfdb-43b6-8a40-53f88bad7a68 to handler 2018-09-14 10:25:26.811 2240 INFO octavia.api.v1.controllers.l7policy [req-5f8142f9-48cf-4e9e-835d-7390812ba382 - - - - -] Sending Creation of L7Policy 551dae4e-2e25-422c-a304-49778e296c0f to handler 2018-09-14 10:25:27.044 2240 INFO oslo_db.sqlalchemy.provision [req-e276de92-90c0-4266-8647-4af8ae890081 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.048 2240 INFO oslo_db.sqlalchemy.provision [req-e276de92-90c0-4266-8647-4af8ae890081 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN etsilhwbln 2018-09-14 10:25:27.048 2240 INFO oslo_db.sqlalchemy.provision [req-e276de92-90c0-4266-8647-4af8ae890081 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_redirect_to_url_bad_url [1.138053s] ... ok 2018-09-14 10:25:27.124 2246 INFO oslo_db.sqlalchemy.provision [req-208dad09-2602-4519-90f8-6d5b23d56bf5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.127 2246 INFO oslo_db.sqlalchemy.provision [req-208dad09-2602-4519-90f8-6d5b23d56bf5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hrelhmhleh 2018-09-14 10:25:27.128 2246 INFO oslo_db.sqlalchemy.provision [req-208dad09-2602-4519-90f8-6d5b23d56bf5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_update [2.315404s] ... ok 2018-09-14 10:25:26.295 2256 INFO oslo_db.sqlalchemy.provision [req-db06fd4d-2720-44e6-9525-1fa76ca09086 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.299 2256 INFO oslo_db.sqlalchemy.provision [req-db06fd4d-2720-44e6-9525-1fa76ca09086 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yuzdieqqex 2018-09-14 10:25:26.300 2256 INFO oslo_db.sqlalchemy.provision [req-db06fd4d-2720-44e6-9525-1fa76ca09086 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_host_name_rule [2.550515s] ... ok 2018-09-14 10:25:24.454 2253 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.455 2253 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:24.931 2253 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are disabled -- is this intentional? 2018-09-14 10:25:24.974 2253 INFO oslo_db.sqlalchemy.provision [req-51567c25-aa78-47f7-ad44-0096b2734ce1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:24.978 2253 INFO oslo_db.sqlalchemy.provision [req-51567c25-aa78-47f7-ad44-0096b2734ce1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN blxepvabit 2018-09-14 10:25:24.978 2253 INFO oslo_db.sqlalchemy.provision [req-51567c25-aa78-47f7-ad44-0096b2734ce1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.test_root_controller.TestRootController.test_api_both_disabled [1.200939s] ... ok 2018-09-14 10:25:26.701 2263 INFO oslo_db.sqlalchemy.provision [req-6d2ccc61-4f88-40de-a8d8-822a8b93a5fa - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.704 2263 INFO oslo_db.sqlalchemy.provision [req-6d2ccc61-4f88-40de-a8d8-822a8b93a5fa - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wjgdhkxcly 2018-09-14 10:25:26.705 2263 INFO oslo_db.sqlalchemy.provision [req-6d2ccc61-4f88-40de-a8d8-822a8b93a5fa - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_delete [2.743557s] ... ok {16} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_with_listener [3.041609s] ... ok 2018-09-14 10:25:26.149 2265 INFO oslo_db.sqlalchemy.provision [req-f677d4f8-2fb7-4c87-913d-1a7d9c347bd9 - - - - -] CREATE BACKEND sqlite:// TOKEN mutelssppe 2018-09-14 10:25:26.308 2265 INFO octavia.common.config [req-f677d4f8-2fb7-4c87-913d-1a7d9c347bd9 - - - - -] Logging enabled! 2018-09-14 10:25:26.309 2265 INFO octavia.common.config [req-f677d4f8-2fb7-4c87-913d-1a7d9c347bd9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.346 2265 WARNING octavia.api.root_controller [req-f677d4f8-2fb7-4c87-913d-1a7d9c347bd9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:26.367 2265 INFO octavia.api.v1.controllers.load_balancer [req-41bb6206-6c00-4c01-8165-9b8cc36170d8 - - - - -] Sending created Load Balancer ba772d8c-2718-4f2c-8e9d-e80fdc2fd4b2 to the handler 2018-09-14 10:25:26.532 2265 INFO octavia.api.v1.controllers.listener [req-0ce312cf-ce43-417b-88ea-a7adc92c9a80 - - - - -] Sending Creation of Listener db78307e-b5b3-4ced-a1fe-4d71f3237eaa to handler 2018-09-14 10:25:26.720 2265 INFO octavia.api.v1.controllers.pool [req-8ca283af-64aa-447c-8a24-b01daeeb53d5 - - - - -] Sending Creation of Pool cb90ec7d-8af4-474b-89c9-e2a222816f18 to handler 2018-09-14 10:25:27.024 2265 INFO octavia.api.v1.controllers.l7policy [req-2b44621c-f222-4d0e-ae59-dfc86dfb54f3 - - - - -] Sending Creation of L7Policy 7a00754f-a1b3-4c3f-8560-99475cc19364 to handler 2018-09-14 10:25:26.694 2261 INFO oslo_db.sqlalchemy.provision [req-ea26c900-7eab-432f-ab99-ab73d1d1f93e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.698 2261 INFO oslo_db.sqlalchemy.provision [req-ea26c900-7eab-432f-ab99-ab73d1d1f93e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qqvpggrhmz 2018-09-14 10:25:26.698 2261 INFO oslo_db.sqlalchemy.provision [req-ea26c900-7eab-432f-ab99-ab73d1d1f93e - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create_path_rule [2.193150s] ... ok 2018-09-14 10:25:27.273 2267 INFO oslo_db.sqlalchemy.provision [req-eb99e31c-6674-4f88-90e3-9d728d4b850f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.277 2267 INFO oslo_db.sqlalchemy.provision [req-eb99e31c-6674-4f88-90e3-9d728d4b850f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bneqptwhnj 2018-09-14 10:25:27.277 2267 INFO oslo_db.sqlalchemy.provision [req-eb99e31c-6674-4f88-90e3-9d728d4b850f - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_delete [3.383788s] ... ok 2018-09-14 10:25:27.378 2269 INFO octavia.api.v1.controllers.l7policy [req-3564d6ee-9324-4e69-ab60-2d63f5674fbc - - - - -] Sending Creation of L7Policy 27fb7df1-a979-440a-b536-0541c160dd5b to handler 2018-09-14 10:25:26.144 2251 INFO octavia.api.v1.controllers.pool [req-a7b14c16-47ba-4323-9497-b423c97b3546 - - - - -] Sending Creation of Pool 9b585518-33ee-4b08-a241-bfc2b55511d3 to handler 2018-09-14 10:25:26.558 2266 INFO octavia.api.v1.controllers.load_balancer [req-998564ba-573c-4751-9d8a-f69d93e413ae - - - - -] Sending updated Load Balancer 8c480ed2-2ffe-41b7-b6ac-4dc0e23d379d to the handler 2018-09-14 10:25:26.666 2266 INFO octavia.api.v1.controllers.l7policy [req-1f85a2bc-df25-42b7-bd0b-6a6fe6913945 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:26.735 2266 INFO oslo_db.sqlalchemy.provision [req-1f85a2bc-df25-42b7-bd0b-6a6fe6913945 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.738 2266 INFO oslo_db.sqlalchemy.provision [req-1f85a2bc-df25-42b7-bd0b-6a6fe6913945 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rdvozswtkn 2018-09-14 10:25:26.739 2266 INFO oslo_db.sqlalchemy.provision [req-1f85a2bc-df25-42b7-bd0b-6a6fe6913945 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_delete_when_lb_pending_update [1.680904s] ... ok {20} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_upload_keepalived_config_sysvinit [0.050528s] ... ok 2018-09-14 10:25:27.618 2245 INFO oslo_db.sqlalchemy.provision [req-62a76337-fe65-4f74-bd99-a52f090fa3f9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.623 2245 INFO oslo_db.sqlalchemy.provision [req-62a76337-fe65-4f74-bd99-a52f090fa3f9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN imwasvpzgo 2018-09-14 10:25:27.624 2245 INFO oslo_db.sqlalchemy.provision [req-62a76337-fe65-4f74-bd99-a52f090fa3f9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_haproxy_systemd [0.136327s] ... ok {13} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_start [0.052259s] ... ok 2018-09-14 10:25:24.504 2258 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.504 2258 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.042 2258 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. 2018-09-14 10:25:25.103 2258 INFO octavia.api.v1.controllers.load_balancer [req-f571027f-7507-4593-a26d-3dfad6cc14af - - - - -] Sending created Load Balancer a9e20631-9fbe-4dbe-b2cb-14d12612da37 to the handler 2018-09-14 10:25:25.579 2258 INFO octavia.api.v1.controllers.listener [req-213f7839-e594-4e5a-8f7b-a3f9ef4f718b - - - - -] Sending Creation of Listener 2e1038de-56b4-4a7c-8e6b-841419c7d10b to handler 2018-09-14 10:25:25.809 2258 INFO octavia.api.v1.controllers.pool [req-949fe508-0010-4333-851a-d2b76612202b - - - - -] Sending Creation of Pool a66e12b7-a740-4ca7-9613-5be542442166 to handler 2018-09-14 10:25:26.110 2258 INFO octavia.api.v1.controllers.pool [req-6cad21cb-90ae-40ca-9242-400c115dbff8 - - - - -] Sending Creation of Pool 734dfe29-1122-4b7e-835a-309d090ade07 to handler 2018-09-14 10:25:26.419 2258 INFO octavia.api.v1.controllers.health_monitor [req-1822728d-ffa5-40dd-ad52-bc127424da7f - - - - -] Sending Creation of Health Monitor for Pool a66e12b7-a740-4ca7-9613-5be542442166 to handler 2018-09-14 10:25:26.619 2258 INFO octavia.api.v1.controllers.load_balancer [req-b7ccf25f-4f5b-456c-ac85-18e100b7c7f0 - - - - -] Sending updated Load Balancer a9e20631-9fbe-4dbe-b2cb-14d12612da37 to the handler 2018-09-14 10:25:26.714 2258 INFO octavia.api.v1.controllers.health_monitor [req-bf12775d-b5f1-4aec-839e-e119e7628d04 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:26.775 2258 INFO oslo_db.sqlalchemy.provision [req-bf12775d-b5f1-4aec-839e-e119e7628d04 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.779 2258 INFO oslo_db.sqlalchemy.provision [req-bf12775d-b5f1-4aec-839e-e119e7628d04 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fljiydligw 2018-09-14 10:25:26.780 2258 INFO oslo_db.sqlalchemy.provision [req-bf12775d-b5f1-4aec-839e-e119e7628d04 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_update_when_lb_pending_update [2.943594s] ... ok 2018-09-14 10:25:25.950 2250 INFO oslo_db.sqlalchemy.provision [req-772172e0-8552-40d6-95f0-d9746027c8ff - - - - -] CREATE BACKEND sqlite:// TOKEN bedivvqfcl 2018-09-14 10:25:26.109 2250 INFO octavia.common.config [req-772172e0-8552-40d6-95f0-d9746027c8ff - - - - -] Logging enabled! 2018-09-14 10:25:26.110 2250 INFO octavia.common.config [req-772172e0-8552-40d6-95f0-d9746027c8ff - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.147 2250 WARNING octavia.api.root_controller [req-772172e0-8552-40d6-95f0-d9746027c8ff - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:26.168 2250 INFO octavia.api.v1.controllers.load_balancer [req-e24d8a84-704d-4a1e-bb6d-57207cb26fc7 - - - - -] Sending created Load Balancer b46aca1f-ceb5-4b7f-820e-aaddab5ec89e to the handler 2018-09-14 10:25:26.329 2250 INFO octavia.api.v1.controllers.listener [req-aede507b-8914-422c-a573-300cbd22c3b7 - - - - -] Sending Creation of Listener f468e8d8-36ed-49f7-824d-f0967520e8cc to handler 2018-09-14 10:25:26.535 2250 INFO octavia.api.v1.controllers.pool [req-bdacc95e-aca4-491e-8369-cc396372d0c5 - - - - -] Sending Creation of Pool 5aeceea6-082e-4630-873b-39ffad5bde41 to handler 2018-09-14 10:25:26.867 2250 INFO octavia.api.v1.controllers.l7policy [req-43a00457-9465-4836-9a29-6a300169bf30 - - - - -] Sending Creation of L7Policy db5cb536-7763-4fbd-9a22-2ed7e582f545 to handler 2018-09-14 10:25:27.134 2250 INFO octavia.api.v1.controllers.l7policy [req-12114d61-b8de-4184-9a28-5c0387edb07d - - - - -] Sending Update of L7Policy db5cb536-7763-4fbd-9a22-2ed7e582f545 to handler 2018-09-14 10:25:27.196 2250 INFO oslo_db.sqlalchemy.provision [req-12114d61-b8de-4184-9a28-5c0387edb07d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.200 2250 INFO oslo_db.sqlalchemy.provision [req-12114d61-b8de-4184-9a28-5c0387edb07d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bedivvqfcl 2018-09-14 10:25:27.201 2250 INFO oslo_db.sqlalchemy.provision [req-12114d61-b8de-4184-9a28-5c0387edb07d - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_redirect_to_pool_minimal [1.257818s] ... ok 2018-09-14 10:25:26.466 2249 INFO oslo_db.sqlalchemy.provision [req-59a46933-8e32-467b-b8ac-4ceed2c8a6c8 - - - - -] CREATE BACKEND sqlite:// TOKEN fxkmsxwtme 2018-09-14 10:25:26.637 2249 INFO octavia.common.config [req-59a46933-8e32-467b-b8ac-4ceed2c8a6c8 - - - - -] Logging enabled! 2018-09-14 10:25:26.638 2249 INFO octavia.common.config [req-59a46933-8e32-467b-b8ac-4ceed2c8a6c8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.683 2249 WARNING octavia.api.root_controller [req-59a46933-8e32-467b-b8ac-4ceed2c8a6c8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:26.705 2249 INFO octavia.api.v1.controllers.load_balancer [req-4a8d8495-9302-4398-8cff-711b8a6c56b4 - - - - -] Sending created Load Balancer 411b6bbb-4345-41a8-985a-627fb9f0b596 to the handler 2018-09-14 10:25:26.927 2249 INFO octavia.api.v1.controllers.pool [req-a051a9e1-84f4-4552-9a50-7cb36151b5c2 - - - - -] Sending Creation of Pool 97dd82c8-561f-49bb-b416-c203580cec72 to handler 2018-09-14 10:25:27.153 2249 INFO octavia.api.v1.controllers.listener [req-6f4aeb0f-a52e-41dc-b0a0-db5b390d9556 - - - - -] Sending Creation of Listener 936a29ff-9feb-4265-b77c-ce4e92c97768 to handler 2018-09-14 10:25:27.579 2249 INFO oslo_db.sqlalchemy.provision [req-c347c7f6-2794-4617-afb2-21672bcd52fc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.583 2249 INFO oslo_db.sqlalchemy.provision [req-c347c7f6-2794-4617-afb2-21672bcd52fc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fxkmsxwtme 2018-09-14 10:25:27.583 2249 INFO oslo_db.sqlalchemy.provision [req-c347c7f6-2794-4617-afb2-21672bcd52fc - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_listeners_same_port [1.124376s] ... ok {13} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_upload_certificate_md5 [0.038647s] ... ok 2018-09-14 10:25:25.668 2268 INFO oslo_db.sqlalchemy.provision [req-b8a73fda-9554-4668-b5dc-2369d528ec75 - - - - -] CREATE BACKEND sqlite:// TOKEN asgdfzvrvi 2018-09-14 10:25:25.848 2268 INFO octavia.common.config [req-b8a73fda-9554-4668-b5dc-2369d528ec75 - - - - -] Logging enabled! 2018-09-14 10:25:25.849 2268 INFO octavia.common.config [req-b8a73fda-9554-4668-b5dc-2369d528ec75 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.891 2268 WARNING octavia.api.root_controller [req-b8a73fda-9554-4668-b5dc-2369d528ec75 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:25.917 2268 INFO octavia.api.v1.controllers.load_balancer [req-25d4a209-c7ba-4592-94d0-2fdf3613ff9d - - - - -] Sending created Load Balancer 82d6ddac-dc1e-4b12-b2bb-c2d319a3eb0d to the handler 2018-09-14 10:25:26.178 2268 INFO octavia.api.v1.controllers.pool [req-833fda93-39c9-4864-a064-26c8bc9c7b4a - - - - -] Sending Creation of Pool f014c1af-3d12-4ae3-bdf3-cd8a78c2969b to handler 2018-09-14 10:25:26.401 2268 INFO oslo_db.sqlalchemy.provision [req-42442f35-e12c-4b63-a3be-ba67eae8f925 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.404 2268 INFO oslo_db.sqlalchemy.provision [req-42442f35-e12c-4b63-a3be-ba67eae8f925 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN asgdfzvrvi 2018-09-14 10:25:26.405 2268 INFO oslo_db.sqlalchemy.provision [req-42442f35-e12c-4b63-a3be-ba67eae8f925 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_over_quota [0.746457s] ... ok 2018-09-14 10:25:26.203 2244 INFO oslo_db.sqlalchemy.provision [req-cc31ce75-bb22-4a14-a3f9-8213c4165449 - - - - -] CREATE BACKEND sqlite:// TOKEN qevxlskmjj 2018-09-14 10:25:26.361 2244 INFO octavia.common.config [req-cc31ce75-bb22-4a14-a3f9-8213c4165449 - - - - -] Logging enabled! 2018-09-14 10:25:26.362 2244 INFO octavia.common.config [req-cc31ce75-bb22-4a14-a3f9-8213c4165449 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.401 2244 WARNING octavia.api.root_controller [req-cc31ce75-bb22-4a14-a3f9-8213c4165449 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:26.422 2244 INFO octavia.api.v1.controllers.load_balancer [req-fce57110-b8f0-4496-99ca-5fb918fb116a - - - - -] Sending created Load Balancer f9cc74ee-2831-475f-9156-3c27f3a47f74 to the handler 2018-09-14 10:25:26.592 2244 INFO octavia.api.v1.controllers.listener [req-cfb19086-d01a-4eb0-a2be-0ab9cb7a3f3d - - - - -] Sending Creation of Listener 9fe8d1bf-ade7-4ec6-abfa-0c6fc427819f to handler 2018-09-14 10:25:26.874 2244 INFO octavia.api.v1.controllers.l7policy [req-f8d635fb-8418-4386-9f28-626b610db59a - - - - -] Sending Creation of L7Policy f5d48caf-2905-4d6c-a146-a6e48271cafa to handler 2018-09-14 10:25:27.095 2244 INFO oslo_db.sqlalchemy.provision [req-0faf3edf-5d26-43b2-8eb9-7c0db4f56884 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.099 2244 INFO oslo_db.sqlalchemy.provision [req-0faf3edf-5d26-43b2-8eb9-7c0db4f56884 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qevxlskmjj 2018-09-14 10:25:27.100 2244 INFO oslo_db.sqlalchemy.provision [req-0faf3edf-5d26-43b2-8eb9-7c0db4f56884 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create_host_name_rule [0.903498s] ... ok 2018-09-14 10:25:25.205 2260 INFO oslo_db.sqlalchemy.provision [req-5706bed9-bcf0-4ad5-8fde-419752de4b5c - - - - -] CREATE BACKEND sqlite:// TOKEN kyyaujzrsr 2018-09-14 10:25:25.367 2260 INFO octavia.common.config [req-5706bed9-bcf0-4ad5-8fde-419752de4b5c - - - - -] Logging enabled! 2018-09-14 10:25:25.368 2260 INFO octavia.common.config [req-5706bed9-bcf0-4ad5-8fde-419752de4b5c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.405 2260 WARNING octavia.api.root_controller [req-5706bed9-bcf0-4ad5-8fde-419752de4b5c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:25.448 2260 INFO octavia.api.v1.controllers.load_balancer [req-63f9b7b0-d0b1-4697-a657-7e8a122ea43a - - - - -] Sending created Load Balancer 5d8e4e48-3658-486a-a2eb-87d5520c409e to the handler 2018-09-14 10:25:25.792 2260 INFO octavia.api.v1.controllers.listener [req-fb96eac6-883e-4949-a0a1-7655822693c7 - - - - -] Sending Creation of Listener f8524cca-4854-46dd-a340-2f5c44faa85a to handler 2018-09-14 10:25:26.026 2260 INFO octavia.api.v1.controllers.pool [req-5c863a9a-7814-4db0-9046-371dadc10d6f - - - - -] Sending Creation of Pool 00bfe690-cf29-4b69-b102-2aef4190c9ed to handler 2018-09-14 10:25:26.347 2260 INFO octavia.api.v1.controllers.pool [req-272f51ab-1281-49af-86df-678e2dcda78a - - - - -] Sending Creation of Pool 7983a571-6cd6-4918-ad24-08879b1d1cef to handler 2018-09-14 10:25:26.571 2260 INFO oslo_db.sqlalchemy.provision [req-5240d04b-fe91-4bdc-ab42-ebda7f8e48f8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.575 2260 INFO oslo_db.sqlalchemy.provision [req-5240d04b-fe91-4bdc-ab42-ebda7f8e48f8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kyyaujzrsr 2018-09-14 10:25:26.575 2260 INFO oslo_db.sqlalchemy.provision [req-5240d04b-fe91-4bdc-ab42-ebda7f8e48f8 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:26.409 2242 INFO oslo_db.sqlalchemy.provision [req-a1f01ba1-1511-46e6-bdea-59d692ff94e6 - - - - -] CREATE BACKEND sqlite:// TOKEN hqopffutiu 2018-09-14 10:25:26.574 2242 INFO octavia.common.config [req-a1f01ba1-1511-46e6-bdea-59d692ff94e6 - - - - -] Logging enabled! 2018-09-14 10:25:26.575 2242 INFO octavia.common.config [req-a1f01ba1-1511-46e6-bdea-59d692ff94e6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.611 2242 WARNING octavia.api.root_controller [req-a1f01ba1-1511-46e6-bdea-59d692ff94e6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:26.632 2242 INFO octavia.api.v1.controllers.load_balancer [req-c930ee8e-b6d6-4002-84f0-e563b1e45a87 - - - - -] Sending created Load Balancer c20cdc2a-12f5-4bc6-84ac-13aed99423ad to the handler 2018-09-14 10:25:26.914 2242 INFO octavia.api.v1.controllers.listener [req-ac6ce2aa-5ed6-42df-a288-b2e7bd6bbdd7 - - - - -] Sending Creation of Listener 4bab1a6b-a171-4d65-b6b7-47c95ef09af1 to handler 2018-09-14 10:25:27.103 2242 INFO octavia.api.v1.controllers.pool [req-97fe41f1-c630-46d5-821e-449df9a43a02 - - - - -] Sending Creation of Pool b744a53b-33a0-4e2d-a1af-420994d0895b to handler 2018-09-14 10:25:27.397 2242 INFO octavia.api.v1.controllers.pool [req-ce3e81d7-292f-4105-a072-8efc2ef4aba3 - - - - -] Sending Creation of Pool f25595da-4537-42fb-93b2-dce32a32acb4 to handler 2018-09-14 10:25:27.739 2242 INFO octavia.api.v1.controllers.health_monitor [req-c7d9fa60-7d74-48cd-add9-32e3377bb85a - - - - -] Sending Creation of Health Monitor for Pool f25595da-4537-42fb-93b2-dce32a32acb4 to handler 2018-09-14 10:25:28.032 2242 INFO octavia.api.v1.controllers.health_monitor [req-346af185-489f-43d7-b5ed-9d593650fe46 - - - - -] Sending Deletion of Health Monitor for Pool f25595da-4537-42fb-93b2-dce32a32acb4 to handler 2018-09-14 10:25:27.351 2265 INFO octavia.api.v1.controllers.l7policy [req-03227180-244a-4569-b5b9-02e7c77c0d5a - - - - -] Sending Creation of L7Policy d0760c66-2dc7-4fce-904f-0ecf4ba4775d to handler 2018-09-14 10:25:25.854 2254 INFO oslo_db.sqlalchemy.provision [req-1628d81d-e4d8-4b10-be53-2b7dba6aa75e - - - - -] CREATE BACKEND sqlite:// TOKEN cmcdxxmfni 2018-09-14 10:25:26.012 2254 INFO octavia.common.config [req-1628d81d-e4d8-4b10-be53-2b7dba6aa75e - - - - -] Logging enabled! 2018-09-14 10:25:26.013 2254 INFO octavia.common.config [req-1628d81d-e4d8-4b10-be53-2b7dba6aa75e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.051 2254 WARNING octavia.api.root_controller [req-1628d81d-e4d8-4b10-be53-2b7dba6aa75e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:26.071 2254 INFO octavia.api.v1.controllers.load_balancer [req-44671349-0450-4713-8da7-48e75af9380e - - - - -] Sending created Load Balancer c4b6d3ee-ef4e-49e3-bf4f-70a9eb424814 to the handler 2018-09-14 10:25:26.228 2254 INFO octavia.api.v1.controllers.listener [req-ed76a50b-497a-4b00-aa05-454460a327d1 - - - - -] Sending Creation of Listener a9cf0823-5a43-42af-b5b0-f3f129c820fd to handler 2018-09-14 10:25:26.412 2254 INFO octavia.api.v1.controllers.pool [req-e758dd96-a78e-4830-8931-f76139c730fd - - - - -] Sending Creation of Pool afe049f9-9619-409b-99b3-251c77158ff1 to handler 2018-09-14 10:25:26.706 2254 INFO octavia.api.v1.controllers.l7policy [req-a6b6224a-5689-41ab-9305-03fbe9ec8928 - - - - -] Sending Creation of L7Policy dbfd0eb9-2c9f-4006-8310-2a86bc1fb7fb to handler 2018-09-14 10:25:26.900 2254 INFO octavia.api.v1.controllers.load_balancer [req-3c467a51-caf4-4ff6-9fc5-50cb2e29e50e - - - - -] Sending updated Load Balancer c4b6d3ee-ef4e-49e3-bf4f-70a9eb424814 to the handler 2018-09-14 10:25:26.996 2254 INFO octavia.api.v1.controllers.l7policy [req-f04a1226-d6d7-4e21-b6a5-1b9aad6c87b0 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:27.049 2254 INFO oslo_db.sqlalchemy.provision [req-f04a1226-d6d7-4e21-b6a5-1b9aad6c87b0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.052 2254 INFO oslo_db.sqlalchemy.provision [req-f04a1226-d6d7-4e21-b6a5-1b9aad6c87b0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cmcdxxmfni 2018-09-14 10:25:27.053 2254 INFO oslo_db.sqlalchemy.provision [req-f04a1226-d6d7-4e21-b6a5-1b9aad6c87b0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_when_lb_pending_update [1.205250s] ... ok 2018-09-14 10:25:27.413 2264 INFO octavia.api.v1.controllers.listener [req-681dbe75-9290-4d51-bab0-26440149db2e - - - - -] Sending Creation of Listener b4344ae5-1ded-4bdb-9752-7a7560cd2830 to handler 2018-09-14 10:25:26.729 2239 INFO oslo_db.sqlalchemy.provision [req-fc1ba6a1-9ef9-4c95-8ce6-9a7cf37a5a67 - - - - -] CREATE BACKEND sqlite:// TOKEN fqkvdnotom 2018-09-14 10:25:26.925 2239 INFO octavia.common.config [req-fc1ba6a1-9ef9-4c95-8ce6-9a7cf37a5a67 - - - - -] Logging enabled! 2018-09-14 10:25:26.926 2239 INFO octavia.common.config [req-fc1ba6a1-9ef9-4c95-8ce6-9a7cf37a5a67 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.970 2239 WARNING octavia.api.root_controller [req-fc1ba6a1-9ef9-4c95-8ce6-9a7cf37a5a67 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:26.999 2239 INFO octavia.api.v1.controllers.load_balancer [req-9950b53f-2a28-4867-81bb-8e2a92c3a51c - - - - -] Sending created Load Balancer c9df0155-0cce-4eec-9a49-9b6752955c87 to the handler 2018-09-14 10:25:27.188 2239 INFO octavia.api.v1.controllers.listener [req-07dc7360-a81f-4bbc-bbbd-df0ec0a8d2a2 - - - - -] Sending Creation of Listener 8c26f1a1-8589-464f-9d8b-b97ec22bc0d7 to handler 2018-09-14 10:25:27.406 2239 INFO octavia.api.v1.controllers.pool [req-a5b0a32f-a403-4946-a174-eacf4694afd9 - - - - -] Sending Creation of Pool 134a4ebd-cfec-435b-9011-632aa0e88e2a to handler 2018-09-14 10:25:27.868 2239 INFO octavia.api.v1.controllers.l7policy [req-4838c1b2-b1c2-4f32-987a-b469b30cc136 - - - - -] Sending Creation of L7Policy 50c40258-9729-4def-8e5e-01629899b4e8 to handler 2018-09-14 10:25:28.093 2239 INFO octavia.api.v1.controllers.l7policy [req-22865f54-8e72-4097-aa39-2dc18198b465 - - - - -] Sending Update of L7Policy 50c40258-9729-4def-8e5e-01629899b4e8 to handler 2018-09-14 10:25:27.932 2269 INFO oslo_db.sqlalchemy.provision [req-394445e6-a21f-4f23-8e3b-c7d43f931cff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.935 2269 INFO oslo_db.sqlalchemy.provision [req-394445e6-a21f-4f23-8e3b-c7d43f931cff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hzpiparbwc 2018-09-14 10:25:27.936 2269 INFO oslo_db.sqlalchemy.provision [req-394445e6-a21f-4f23-8e3b-c7d43f931cff - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_redirect_to_pool [1.518803s] ... ok {6} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_members_sorting_and_pagination [4.113559s] ... ok 2018-09-14 10:25:27.060 2240 INFO oslo_db.sqlalchemy.provision [req-e276de92-90c0-4266-8647-4af8ae890081 - - - - -] CREATE BACKEND sqlite:// TOKEN dudwhpxxjw 2018-09-14 10:25:27.243 2240 INFO octavia.common.config [req-e276de92-90c0-4266-8647-4af8ae890081 - - - - -] Logging enabled! 2018-09-14 10:25:27.244 2240 INFO octavia.common.config [req-e276de92-90c0-4266-8647-4af8ae890081 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:27.284 2240 WARNING octavia.api.root_controller [req-e276de92-90c0-4266-8647-4af8ae890081 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.307 2240 INFO octavia.api.v1.controllers.load_balancer [req-92ab0955-5327-4afd-874d-e144587cf411 - - - - -] Sending created Load Balancer e9eb1e36-0d00-4ed1-bb5a-63dfdd175e68 to the handler 2018-09-14 10:25:27.661 2240 INFO octavia.api.v1.controllers.listener [req-7b02fc02-95cf-45f0-acbe-534db9455767 - - - - -] Sending Creation of Listener 91820285-f4ae-4d6a-ae78-cf9c8b29761a to handler 2018-09-14 10:25:27.920 2240 INFO oslo_db.sqlalchemy.provision [req-b15185b0-4889-4347-b8ee-aa6ddd90ec88 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.924 2240 INFO oslo_db.sqlalchemy.provision [req-b15185b0-4889-4347-b8ee-aa6ddd90ec88 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dudwhpxxjw 2018-09-14 10:25:27.925 2240 INFO oslo_db.sqlalchemy.provision [req-b15185b0-4889-4347-b8ee-aa6ddd90ec88 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener_statistics.TestListenerStatistics.test_get [0.874424s] ... ok 2018-09-14 10:25:24.509 2262 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.510 2262 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.056 2262 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. 2018-09-14 10:25:25.244 2262 INFO octavia.api.v1.controllers.load_balancer [req-f6e1def2-f0dc-4204-bdb9-fe8693a7daab - - - - -] Sending created Load Balancer 77b4953c-7723-48d5-8124-59c7695d1913 to the handler 2018-09-14 10:25:25.583 2262 INFO octavia.api.v1.controllers.listener [req-b7f237b7-b3ef-4b65-8a0a-a50b5e64a3ca - - - - -] Sending Creation of Listener 6aa4ce6f-8ee7-4364-bbeb-8903d5f14399 to handler 2018-09-14 10:25:25.818 2262 INFO octavia.api.v1.controllers.pool [req-597e2e90-cc1a-492f-b9d8-1d6354124bbd - - - - -] Sending Creation of Pool 3f4d1558-d14f-4ef3-8835-d1a732951a1e to handler 2018-09-14 10:25:26.110 2262 INFO octavia.api.v1.controllers.pool [req-2d59e696-3b8b-4024-a2f6-a7810a9fa31f - - - - -] Sending Creation of Pool 048daff7-7f5b-4b26-9ac3-50c24d555cbc to handler 2018-09-14 10:25:26.357 2262 INFO octavia.api.v1.controllers.load_balancer [req-f9ff7c32-9207-42d4-96ad-4601e1cda9ab - - - - -] Sending updated Load Balancer 77b4953c-7723-48d5-8124-59c7695d1913 to the handler 2018-09-14 10:25:26.477 2262 INFO octavia.api.v1.controllers.health_monitor [req-58dd91dc-1ddc-4403-a82e-7314da11bd5c - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:26.507 2262 INFO oslo_db.sqlalchemy.provision [req-58dd91dc-1ddc-4403-a82e-7314da11bd5c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.511 2262 INFO oslo_db.sqlalchemy.provision [req-58dd91dc-1ddc-4403-a82e-7314da11bd5c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bgblnzsyaq 2018-09-14 10:25:26.512 2262 INFO oslo_db.sqlalchemy.provision [req-58dd91dc-1ddc-4403-a82e-7314da11bd5c - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_when_lb_pending_update [2.684545s] ... ok 2018-09-14 10:25:26.257 2270 INFO oslo_db.sqlalchemy.provision [req-5c3f1899-7ba3-4bd6-8910-e407ac5dc7b6 - - - - -] CREATE BACKEND sqlite:// TOKEN gnfpwchosj 2018-09-14 10:25:26.444 2270 INFO octavia.common.config [req-5c3f1899-7ba3-4bd6-8910-e407ac5dc7b6 - - - - -] Logging enabled! 2018-09-14 10:25:26.445 2270 INFO octavia.common.config [req-5c3f1899-7ba3-4bd6-8910-e407ac5dc7b6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.485 2270 WARNING octavia.api.root_controller [req-5c3f1899-7ba3-4bd6-8910-e407ac5dc7b6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:26.517 2270 INFO octavia.api.v1.controllers.load_balancer [req-33942001-7781-413b-84ef-cb4cd4dd5897 - - - - -] Sending created Load Balancer 53a79406-c6f9-42c7-b6c9-2f616079fbeb to the handler 2018-09-14 10:25:26.688 2270 INFO octavia.api.v1.controllers.listener [req-61287edf-0809-4fb3-b5fc-4395cc9e97e1 - - - - -] Sending Creation of Listener fa7950f5-3253-44c7-b399-1919e35b37df to handler 2018-09-14 10:25:26.886 2270 INFO octavia.api.v1.controllers.pool [req-51590aa8-fb67-4a48-8f91-d9dcd2bf34c8 - - - - -] Sending Creation of Pool b3757ced-9e51-4475-8a16-65c366627e13 to handler 2018-09-14 10:25:27.162 2270 INFO octavia.api.v1.controllers.l7policy [req-b8948b87-dd71-4ea7-8d15-d3404e650a97 - - - - -] Sending Creation of L7Policy f1326828-ec46-4994-86c7-4137d9a78a94 to handler 2018-09-14 10:25:27.196 2270 INFO oslo_db.sqlalchemy.provision [req-b8948b87-dd71-4ea7-8d15-d3404e650a97 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.200 2270 INFO oslo_db.sqlalchemy.provision [req-b8948b87-dd71-4ea7-8d15-d3404e650a97 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gnfpwchosj 2018-09-14 10:25:27.200 2270 INFO oslo_db.sqlalchemy.provision [req-b8948b87-dd71-4ea7-8d15-d3404e650a97 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_with_id [0.951235s] ... ok 2018-09-14 10:25:28.194 2242 INFO oslo_db.sqlalchemy.provision [req-590cd988-55e0-4e88-b579-4b77b0eff1bc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.198 2242 INFO oslo_db.sqlalchemy.provision [req-590cd988-55e0-4e88-b579-4b77b0eff1bc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hqopffutiu 2018-09-14 10:25:28.199 2242 INFO oslo_db.sqlalchemy.provision [req-590cd988-55e0-4e88-b579-4b77b0eff1bc - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:27.854 2265 INFO octavia.api.v1.controllers.l7policy [req-057331c8-4ddc-491e-ba85-c77175aa6bea - - - - -] Sending Creation of L7Policy 38962164-1955-46aa-8b53-3195d47748de to handler 2018-09-14 10:25:28.135 2265 INFO oslo_db.sqlalchemy.provision [req-0fff03b0-3388-429a-a91a-2470671f4995 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.139 2265 INFO oslo_db.sqlalchemy.provision [req-0fff03b0-3388-429a-a91a-2470671f4995 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mutelssppe 2018-09-14 10:25:28.140 2265 INFO oslo_db.sqlalchemy.provision [req-0fff03b0-3388-429a-a91a-2470671f4995 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:27.139 2246 INFO oslo_db.sqlalchemy.provision [req-208dad09-2602-4519-90f8-6d5b23d56bf5 - - - - -] CREATE BACKEND sqlite:// TOKEN ouxnrsijwl 2018-09-14 10:25:27.321 2246 INFO octavia.common.config [req-208dad09-2602-4519-90f8-6d5b23d56bf5 - - - - -] Logging enabled! 2018-09-14 10:25:27.322 2246 INFO octavia.common.config [req-208dad09-2602-4519-90f8-6d5b23d56bf5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:27.366 2246 WARNING octavia.api.root_controller [req-208dad09-2602-4519-90f8-6d5b23d56bf5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.397 2246 INFO octavia.api.v1.controllers.load_balancer [req-852b618f-c4a4-4c1b-82d8-44e4614cdc58 - - - - -] Sending created Load Balancer d53a238e-33e8-499e-81c6-a96309d8ebb0 to the handler 2018-09-14 10:25:27.734 2246 INFO octavia.api.v1.controllers.listener [req-cb7cfd1d-3d4d-4107-8ae1-4740874ffe66 - - - - -] Sending Creation of Listener 70a24cd0-7619-447e-b34b-4d9a654e7259 to handler 2018-09-14 10:25:27.934 2246 INFO octavia.api.v1.controllers.pool [req-c4f125b9-e329-426a-a8e6-2fc588cbf43c - - - - -] Sending Creation of Pool 0b151a52-d79a-46eb-8a80-9ff0e00bc956 to handler 2018-09-14 10:25:28.153 2246 ERROR octavia.api.v1.controllers.base [req-ee9cc49e-a559-4272-aa71-153e18380204 - - - - -] L7 Policy 1ecbc9d5-2be8-43a3-84d1-8b53416e59a5 not found: None 2018-09-14 10:25:28.153 2246 ERROR octavia.api.v1.controllers.base None 2018-09-14 10:25:28.153 2246 ERROR octavia.api.v1.controllers.base 2018-09-14 10:25:28.179 2246 INFO oslo_db.sqlalchemy.provision [req-ee9cc49e-a559-4272-aa71-153e18380204 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.182 2246 INFO oslo_db.sqlalchemy.provision [req-ee9cc49e-a559-4272-aa71-153e18380204 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ouxnrsijwl 2018-09-14 10:25:28.183 2246 INFO oslo_db.sqlalchemy.provision [req-ee9cc49e-a559-4272-aa71-153e18380204 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_bad_update ... SKIPPED: This test will need reviewed after a validation layer is built 2018-09-14 10:25:28.466 2239 INFO oslo_db.sqlalchemy.provision [req-f2fcf060-882d-4a8a-a970-2dd33e8930a4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.470 2239 INFO oslo_db.sqlalchemy.provision [req-f2fcf060-882d-4a8a-a970-2dd33e8930a4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fqkvdnotom 2018-09-14 10:25:28.471 2239 INFO oslo_db.sqlalchemy.provision [req-f2fcf060-882d-4a8a-a970-2dd33e8930a4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update [1.748757s] ... ok 2018-09-14 10:25:26.459 2251 INFO octavia.api.v1.controllers.pool [req-a8952c4e-adcb-4840-8b49-b286261ea520 - - - - -] Sending Creation of Pool 59d7d40b-a537-418d-a7ef-ad7c16cc3dc4 to handler 2018-09-14 10:25:26.765 2251 INFO octavia.api.v1.controllers.health_monitor [req-79ced53c-51fa-443e-a6cd-a2224bca964f - - - - -] Sending Creation of Health Monitor for Pool 9b585518-33ee-4b08-a241-bfc2b55511d3 to handler 2018-09-14 10:25:27.112 2251 INFO oslo_db.sqlalchemy.provision [req-5e17c7f8-b7fd-4d64-ad22-1eda5fb258e7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.116 2251 INFO oslo_db.sqlalchemy.provision [req-5e17c7f8-b7fd-4d64-ad22-1eda5fb258e7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qbhywhsowh 2018-09-14 10:25:27.116 2251 INFO oslo_db.sqlalchemy.provision [req-5e17c7f8-b7fd-4d64-ad22-1eda5fb258e7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_duplicate_create [1.885132s] ... ok 2018-09-14 10:25:27.897 2264 INFO octavia.api.v1.controllers.listener [req-eb4f84f5-b8ee-4e81-9fd6-6f6f2987ce72 - - - - -] Sending Creation of Listener 845ca24f-3dc2-4ab2-a5b3-270c5855396f to handler 2018-09-14 10:25:28.243 2264 INFO octavia.api.v1.controllers.listener [req-d436abdd-6fa0-4c6f-9f89-461cc393a5ef - - - - -] Sending Creation of Listener 4901a181-563d-4df4-a16c-283cf7067ed7 to handler {26} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_get_all [1.996609s] ... ok {7} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_get [1.054821s] ... ok 2018-09-14 10:25:27.212 2250 INFO oslo_db.sqlalchemy.provision [req-12114d61-b8de-4184-9a28-5c0387edb07d - - - - -] CREATE BACKEND sqlite:// TOKEN zatyfclkhc 2018-09-14 10:25:27.388 2250 INFO octavia.common.config [req-12114d61-b8de-4184-9a28-5c0387edb07d - - - - -] Logging enabled! 2018-09-14 10:25:27.389 2250 INFO octavia.common.config [req-12114d61-b8de-4184-9a28-5c0387edb07d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:27.599 2250 WARNING octavia.api.root_controller [req-12114d61-b8de-4184-9a28-5c0387edb07d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.623 2250 INFO octavia.api.v1.controllers.load_balancer [req-683cd00e-e41e-4879-b6fc-da266bcbb827 - - - - -] Sending created Load Balancer 32661f75-b29e-42c3-99cf-edd82c770c41 to the handler 2018-09-14 10:25:27.797 2250 INFO oslo_db.sqlalchemy.provision [req-11395ecb-1c25-406d-a13a-a98d6011a504 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.801 2250 INFO oslo_db.sqlalchemy.provision [req-11395ecb-1c25-406d-a13a-a98d6011a504 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zatyfclkhc 2018-09-14 10:25:27.801 2250 INFO oslo_db.sqlalchemy.provision [req-11395ecb-1c25-406d-a13a-a98d6011a504 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_picks_subnet_ipv4 [0.597584s] ... ok 2018-09-14 10:25:26.383 2257 INFO oslo_db.sqlalchemy.provision [req-8ad3344e-bcd1-4a88-abca-bc18f0367283 - - - - -] CREATE BACKEND sqlite:// TOKEN atvngqedke 2018-09-14 10:25:26.550 2257 INFO octavia.common.config [req-8ad3344e-bcd1-4a88-abca-bc18f0367283 - - - - -] Logging enabled! 2018-09-14 10:25:26.552 2257 INFO octavia.common.config [req-8ad3344e-bcd1-4a88-abca-bc18f0367283 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.611 2257 WARNING octavia.api.root_controller [req-8ad3344e-bcd1-4a88-abca-bc18f0367283 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:26.641 2257 INFO octavia.api.v1.controllers.load_balancer [req-b791309d-be59-4962-ab29-7a7aeddd1dcb - - - - -] Sending created Load Balancer 7e52e165-ab3c-4179-9fba-7e45d20e410e to the handler 2018-09-14 10:25:26.677 2257 INFO oslo_db.sqlalchemy.provision [req-d4733cd3-b720-4da7-ae7b-dadb7cfe3fbf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.681 2257 INFO oslo_db.sqlalchemy.provision [req-d4733cd3-b720-4da7-ae7b-dadb7cfe3fbf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN atvngqedke 2018-09-14 10:25:26.682 2257 INFO oslo_db.sqlalchemy.provision [req-d4733cd3-b720-4da7-ae7b-dadb7cfe3fbf - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_duplicate_id [0.305541s] ... ok 2018-09-14 10:25:26.746 2266 INFO oslo_db.sqlalchemy.provision [req-1f85a2bc-df25-42b7-bd0b-6a6fe6913945 - - - - -] CREATE BACKEND sqlite:// TOKEN dsrogujuzg 2018-09-14 10:25:26.948 2266 INFO octavia.common.config [req-1f85a2bc-df25-42b7-bd0b-6a6fe6913945 - - - - -] Logging enabled! 2018-09-14 10:25:26.949 2266 INFO octavia.common.config [req-1f85a2bc-df25-42b7-bd0b-6a6fe6913945 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.998 2266 WARNING octavia.api.root_controller [req-1f85a2bc-df25-42b7-bd0b-6a6fe6913945 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.023 2266 INFO octavia.api.v1.controllers.load_balancer [req-fdfbc60c-61b7-4cbf-b0f8-9a2e2b25b8b5 - - - - -] Sending created Load Balancer 88caa1fb-89b5-4704-92ec-f1c261f588bb to the handler 2018-09-14 10:25:27.193 2266 INFO octavia.api.v1.controllers.listener [req-4f2e06c8-5b77-43ee-9556-63a4860dcf8e - - - - -] Sending Creation of Listener f589b4c2-f105-46df-aa92-0d77cf6caa1e to handler 2018-09-14 10:25:27.422 2266 INFO octavia.api.v1.controllers.pool [req-af42815c-40af-4078-9280-0e8e4366f087 - - - - -] Sending Creation of Pool b6839bad-efe2-41a5-8b28-409e305dfe5a to handler 2018-09-14 10:25:27.911 2266 INFO octavia.api.v1.controllers.l7policy [req-10214e8e-e1d2-4dd6-8858-1ec87e4ff785 - - - - -] Sending Creation of L7Policy 1ef2eda0-64ee-4926-9a39-d2ff5d561e92 to handler 2018-09-14 10:25:28.219 2266 INFO octavia.api.v1.controllers.l7policy [req-20a5c288-0ffe-44bb-b649-2dc11954f0c1 - - - - -] Sending Deletion of L7Policy 1ef2eda0-64ee-4926-9a39-d2ff5d561e92 to handler 2018-09-14 10:25:28.378 2266 INFO oslo_db.sqlalchemy.provision [req-790b792c-6b55-4701-a803-e3d823a6645a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.381 2266 INFO oslo_db.sqlalchemy.provision [req-790b792c-6b55-4701-a803-e3d823a6645a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dsrogujuzg 2018-09-14 10:25:28.382 2266 INFO oslo_db.sqlalchemy.provision [req-790b792c-6b55-4701-a803-e3d823a6645a - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:29.184 2264 INFO oslo_db.sqlalchemy.provision [req-76fb76f0-c036-48eb-892a-cd40594cc939 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.187 2264 INFO oslo_db.sqlalchemy.provision [req-76fb76f0-c036-48eb-892a-cd40594cc939 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vlwsghiuez 2018-09-14 10:25:29.188 2264 INFO oslo_db.sqlalchemy.provision [req-76fb76f0-c036-48eb-892a-cd40594cc939 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:27.287 2267 INFO oslo_db.sqlalchemy.provision [req-eb99e31c-6674-4f88-90e3-9d728d4b850f - - - - -] CREATE BACKEND sqlite:// TOKEN mwduevyidj 2018-09-14 10:25:27.461 2267 INFO octavia.common.config [req-eb99e31c-6674-4f88-90e3-9d728d4b850f - - - - -] Logging enabled! 2018-09-14 10:25:27.462 2267 INFO octavia.common.config [req-eb99e31c-6674-4f88-90e3-9d728d4b850f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:27.505 2267 WARNING octavia.api.root_controller [req-eb99e31c-6674-4f88-90e3-9d728d4b850f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.528 2267 INFO octavia.api.v1.controllers.load_balancer [req-5e9cf5cc-cc5d-4dae-a1c8-8dec4a3f36b9 - - - - -] Sending created Load Balancer 28cde9cf-a599-4083-9502-3eee49ab9955 to the handler 2018-09-14 10:25:27.875 2267 INFO octavia.api.v1.controllers.listener [req-23034c59-8e07-41c3-af6e-41a8b068cb55 - - - - -] Sending Creation of Listener d5120093-8991-4320-85a0-a197acf59089 to handler 2018-09-14 10:25:28.126 2267 INFO octavia.api.v1.controllers.l7policy [req-3f48c230-afab-4fe8-99f4-344b371271b4 - - - - -] Sending Creation of L7Policy 882d7908-22ce-4030-9f7b-0b2a2a182a0c to handler 2018-09-14 10:25:28.341 2267 INFO oslo_db.sqlalchemy.provision [req-7026914f-2d18-4e62-aeac-96d876e9b2e8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.345 2267 INFO oslo_db.sqlalchemy.provision [req-7026914f-2d18-4e62-aeac-96d876e9b2e8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mwduevyidj 2018-09-14 10:25:28.345 2267 INFO oslo_db.sqlalchemy.provision [req-7026914f-2d18-4e62-aeac-96d876e9b2e8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create_cookie_rule [1.066163s] ... ok 2018-09-14 10:25:26.789 2258 INFO oslo_db.sqlalchemy.provision [req-bf12775d-b5f1-4aec-839e-e119e7628d04 - - - - -] CREATE BACKEND sqlite:// TOKEN neganpyixg 2018-09-14 10:25:26.958 2258 INFO octavia.common.config [req-bf12775d-b5f1-4aec-839e-e119e7628d04 - - - - -] Logging enabled! 2018-09-14 10:25:26.959 2258 INFO octavia.common.config [req-bf12775d-b5f1-4aec-839e-e119e7628d04 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.997 2258 WARNING octavia.api.root_controller [req-bf12775d-b5f1-4aec-839e-e119e7628d04 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.021 2258 INFO octavia.api.v1.controllers.load_balancer [req-8cdd03cf-dc78-4885-9cfd-aca48b9b1b45 - - - - -] Sending created Load Balancer a63d52ff-5afa-4cca-9612-7af83041b989 to the handler 2018-09-14 10:25:27.189 2258 INFO octavia.api.v1.controllers.listener [req-d41f5b04-b1fa-42a5-bdc3-0748c1ddb4b9 - - - - -] Sending Creation of Listener 07574a1c-b66e-414e-a5d7-9b12ece04d3e to handler 2018-09-14 10:25:27.401 2258 INFO octavia.api.v1.controllers.pool [req-7d1915ab-34d1-4a05-9c01-8d7852dbbb93 - - - - -] Sending Creation of Pool ecba082a-4d7e-4647-97e1-0a1286e505af to handler 2018-09-14 10:25:27.856 2258 INFO octavia.api.v1.controllers.l7policy [req-7a8e45fd-25d4-4beb-9353-212bce9fff4e - - - - -] Sending Creation of L7Policy 58446c52-5db3-433e-956c-67f78ba8614a to handler 2018-09-14 10:25:28.179 2258 INFO oslo_db.sqlalchemy.provision [req-dc1a1461-8422-42be-ab15-ecb8686afea7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.183 2258 INFO oslo_db.sqlalchemy.provision [req-dc1a1461-8422-42be-ab15-ecb8686afea7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN neganpyixg 2018-09-14 10:25:28.183 2258 INFO oslo_db.sqlalchemy.provision [req-dc1a1461-8422-42be-ab15-ecb8686afea7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_reject_policy [1.402022s] ... ok 2018-09-14 10:25:27.107 2244 INFO oslo_db.sqlalchemy.provision [req-0faf3edf-5d26-43b2-8eb9-7c0db4f56884 - - - - -] CREATE BACKEND sqlite:// TOKEN qqormueico 2018-09-14 10:25:27.292 2244 INFO octavia.common.config [req-0faf3edf-5d26-43b2-8eb9-7c0db4f56884 - - - - -] Logging enabled! 2018-09-14 10:25:27.293 2244 INFO octavia.common.config [req-0faf3edf-5d26-43b2-8eb9-7c0db4f56884 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:27.332 2244 WARNING octavia.api.root_controller [req-0faf3edf-5d26-43b2-8eb9-7c0db4f56884 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.353 2244 INFO octavia.api.v1.controllers.load_balancer [req-d07154f7-999c-4635-96bc-f95d1533bd62 - - - - -] Sending created Load Balancer f18d6ed0-04d2-4cdb-8f9f-4c33c00de8b0 to the handler 2018-09-14 10:25:27.734 2244 INFO octavia.api.v1.controllers.pool [req-ae93d77a-c54e-4d80-bad9-bc39c1edf169 - - - - -] Sending Creation of Pool 05a0a8b1-b930-482f-80fa-caa17ef14d25 to handler 2018-09-14 10:25:27.944 2244 INFO oslo_db.sqlalchemy.provision [req-8e28c117-2ad1-4cfe-aa11-e540eb11bd85 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.948 2244 INFO oslo_db.sqlalchemy.provision [req-8e28c117-2ad1-4cfe-aa11-e540eb11bd85 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qqormueico 2018-09-14 10:25:27.949 2244 INFO oslo_db.sqlalchemy.provision [req-8e28c117-2ad1-4cfe-aa11-e540eb11bd85 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_bad_insert_headers [0.848346s] ... ok 2018-09-14 10:25:25.889 2243 INFO oslo_db.sqlalchemy.provision [req-19586f91-7fc5-4cee-9531-e693ffaada9a - - - - -] CREATE BACKEND sqlite:// TOKEN hiqefotjfm 2018-09-14 10:25:26.048 2243 INFO octavia.common.config [req-19586f91-7fc5-4cee-9531-e693ffaada9a - - - - -] Logging enabled! 2018-09-14 10:25:26.049 2243 INFO octavia.common.config [req-19586f91-7fc5-4cee-9531-e693ffaada9a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.086 2243 WARNING octavia.api.root_controller [req-19586f91-7fc5-4cee-9531-e693ffaada9a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:26.109 2243 INFO octavia.api.v1.controllers.load_balancer [req-9dd0d04b-9498-4add-9414-b1641a5a3dcf - - - - -] Sending created Load Balancer 62e10ecc-7169-48cd-abbf-8a0d8ee489ab to the handler 2018-09-14 10:25:26.267 2243 INFO octavia.api.v1.controllers.listener [req-51b86682-7b40-4aeb-aeb8-7e17445570e1 - - - - -] Sending Creation of Listener 6228d22d-c367-47c2-bd08-e7d0730714df to handler 2018-09-14 10:25:26.507 2243 INFO octavia.api.v1.controllers.l7policy [req-3dcc376f-9e7b-4049-821e-9bb7588e0061 - - - - -] Sending Creation of L7Policy 5f8c48a6-d8f2-4cfb-acf4-5c3afd295639 to handler 2018-09-14 10:25:26.755 2243 INFO octavia.api.v1.controllers.l7rule [req-e84a7618-2393-4a2d-8e13-35ed10b305e2 - - - - -] Sending Creation of L7Rule 488b1c5e-ac42-4a56-9cf4-77c00c47dd26 to handler 2018-09-14 10:25:26.924 2243 INFO octavia.api.v1.controllers.load_balancer [req-26e4defb-1e2c-4e1e-b974-10e941a66dca - - - - -] Sending updated Load Balancer 62e10ecc-7169-48cd-abbf-8a0d8ee489ab to the handler 2018-09-14 10:25:27.032 2243 INFO octavia.api.v1.controllers.l7rule [req-c3917aba-40ed-4d1f-8cc4-e319fd3e4713 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:27.078 2243 INFO oslo_db.sqlalchemy.provision [req-c3917aba-40ed-4d1f-8cc4-e319fd3e4713 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.081 2243 INFO oslo_db.sqlalchemy.provision [req-c3917aba-40ed-4d1f-8cc4-e319fd3e4713 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hiqefotjfm 2018-09-14 10:25:27.082 2243 INFO oslo_db.sqlalchemy.provision [req-c3917aba-40ed-4d1f-8cc4-e319fd3e4713 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_when_lb_pending_update [1.200190s] ... ok 2018-09-14 10:25:26.307 2256 INFO oslo_db.sqlalchemy.provision [req-db06fd4d-2720-44e6-9525-1fa76ca09086 - - - - -] CREATE BACKEND sqlite:// TOKEN avytfmevij 2018-09-14 10:25:26.472 2256 INFO octavia.common.config [req-db06fd4d-2720-44e6-9525-1fa76ca09086 - - - - -] Logging enabled! 2018-09-14 10:25:26.473 2256 INFO octavia.common.config [req-db06fd4d-2720-44e6-9525-1fa76ca09086 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.511 2256 WARNING octavia.api.root_controller [req-db06fd4d-2720-44e6-9525-1fa76ca09086 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:26.533 2256 INFO octavia.api.v1.controllers.load_balancer [req-307b11fb-5679-4f5f-946a-612a6fc6d337 - - - - -] Sending created Load Balancer 34241dd4-c7cd-4d76-a39d-69e74ea7997a to the handler 2018-09-14 10:25:26.708 2256 INFO octavia.api.v1.controllers.listener [req-4ed8936c-2894-4846-832c-c888c64a8207 - - - - -] Sending Creation of Listener 54e8f6c5-4c73-4e6f-83b8-b08af435c5d7 to handler 2018-09-14 10:25:26.977 2256 INFO octavia.api.v1.controllers.l7policy [req-626dd4e1-dc27-421a-b290-91df54d80d66 - - - - -] Sending Creation of L7Policy 66cd9e7c-780b-45cf-afc6-9065817bc69d to handler 2018-09-14 10:25:27.215 2256 INFO octavia.api.v1.controllers.l7rule [req-5a3a7c82-1b9c-4a36-93e6-0aa1b38e7935 - - - - -] Sending Creation of L7Rule a57dd803-e83c-4634-bcb9-6be9c045c2c6 to handler 2018-09-14 10:25:27.400 2256 INFO octavia.api.v1.controllers.load_balancer [req-c6bb6f53-d5d0-4fb5-bd37-6e4b71f58ef8 - - - - -] Sending updated Load Balancer 34241dd4-c7cd-4d76-a39d-69e74ea7997a to the handler 2018-09-14 10:25:27.487 2256 INFO octavia.api.v1.controllers.l7rule [req-d257dd26-3b3c-465a-99db-ff1a3b784d28 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:27.535 2256 INFO oslo_db.sqlalchemy.provision [req-d257dd26-3b3c-465a-99db-ff1a3b784d28 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.539 2256 INFO oslo_db.sqlalchemy.provision [req-d257dd26-3b3c-465a-99db-ff1a3b784d28 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN avytfmevij 2018-09-14 10:25:27.540 2256 INFO oslo_db.sqlalchemy.provision [req-d257dd26-3b3c-465a-99db-ff1a3b784d28 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_delete_with_bad_handler [1.642870s] ... ok 2018-09-14 10:25:27.590 2249 INFO oslo_db.sqlalchemy.provision [req-c347c7f6-2794-4617-afb2-21672bcd52fc - - - - -] CREATE BACKEND sqlite:// TOKEN fahlvzviht 2018-09-14 10:25:27.765 2249 INFO octavia.common.config [req-c347c7f6-2794-4617-afb2-21672bcd52fc - - - - -] Logging enabled! 2018-09-14 10:25:27.766 2249 INFO octavia.common.config [req-c347c7f6-2794-4617-afb2-21672bcd52fc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:27.802 2249 WARNING octavia.api.root_controller [req-c347c7f6-2794-4617-afb2-21672bcd52fc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.823 2249 INFO octavia.api.v1.controllers.load_balancer [req-c723b068-9bf1-4331-b9e7-72fedebac0c8 - - - - -] Sending created Load Balancer 597a37ed-5e82-45d6-95d4-17516be94824 to the handler 2018-09-14 10:25:27.987 2249 INFO octavia.api.v1.controllers.pool [req-8601069d-172a-41a8-9e17-4c11823c318e - - - - -] Sending Creation of Pool e8d68a3a-3a81-4d98-aebe-8d21a810dba1 to handler 2018-09-14 10:25:28.183 2249 INFO octavia.api.v1.controllers.listener [req-9b955fdf-c658-4ae5-9e71-4d784e0bf902 - - - - -] Sending Creation of Listener 815e133e-ff5a-4bc1-bf1b-b076bb51de85 to handler 2018-09-14 10:25:28.428 2249 INFO oslo_db.sqlalchemy.provision [req-981362e0-070c-4409-ac9d-c805441a31f4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.431 2249 INFO oslo_db.sqlalchemy.provision [req-981362e0-070c-4409-ac9d-c805441a31f4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fahlvzviht 2018-09-14 10:25:28.432 2249 INFO oslo_db.sqlalchemy.provision [req-981362e0-070c-4409-ac9d-c805441a31f4 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:24.987 2253 INFO oslo_db.sqlalchemy.provision [req-51567c25-aa78-47f7-ad44-0096b2734ce1 - - - - -] CREATE BACKEND sqlite:// TOKEN elokvifhxl 2018-09-14 10:25:25.168 2253 INFO octavia.common.config [req-51567c25-aa78-47f7-ad44-0096b2734ce1 - - - - -] Logging enabled! 2018-09-14 10:25:25.169 2253 INFO octavia.common.config [req-51567c25-aa78-47f7-ad44-0096b2734ce1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.379 2253 WARNING octavia.api.root_controller [req-51567c25-aa78-47f7-ad44-0096b2734ce1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:25.424 2253 INFO octavia.api.v1.controllers.load_balancer [req-6b48412c-a59d-4fb9-a36e-52fa531cc3de - - - - -] Sending created Load Balancer d378a821-079c-46bc-9386-757c5fbee8c1 to the handler 2018-09-14 10:25:25.764 2253 INFO octavia.api.v1.controllers.listener [req-4628f7dd-81b9-43b2-b670-d47e62dfdcee - - - - -] Sending Creation of Listener 1a3e26d6-f507-4e6e-94e3-72dc5cfd3f6c to handler 2018-09-14 10:25:25.996 2253 INFO octavia.api.v1.controllers.pool [req-bbab33b2-9b13-4334-9af5-ea69e1ce4e74 - - - - -] Sending Creation of Pool 6a703b18-a702-45fa-ae8d-26b1a4bfc478 to handler 2018-09-14 10:25:26.300 2253 INFO octavia.api.v1.controllers.pool [req-f2ac0c55-8bf8-4690-aca1-885c3ac082a6 - - - - -] Sending Creation of Pool 6e2893f9-353d-4df4-9352-86d698b78b3c to handler 2018-09-14 10:25:26.614 2253 INFO octavia.api.v1.controllers.health_monitor [req-febd033f-5da8-4e8e-9a3c-61efdc6ce12e - - - - -] Sending Creation of Health Monitor for Pool 6e2893f9-353d-4df4-9352-86d698b78b3c to handler 2018-09-14 10:25:26.879 2253 INFO octavia.api.v1.controllers.health_monitor [req-55dfd64f-65c3-4125-b1fc-7cb8baa736b1 - - - - -] Sending Update of Health Monitor for Pool 6e2893f9-353d-4df4-9352-86d698b78b3c to handler 2018-09-14 10:25:27.047 2253 INFO oslo_db.sqlalchemy.provision [req-77f9d03a-62bb-4c99-902c-e894ee52d264 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.051 2253 INFO oslo_db.sqlalchemy.provision [req-77f9d03a-62bb-4c99-902c-e894ee52d264 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN elokvifhxl 2018-09-14 10:25:27.052 2253 INFO oslo_db.sqlalchemy.provision [req-77f9d03a-62bb-4c99-902c-e894ee52d264 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_listeners_sorting_and_pagination [5.295869s] ... ok 2018-09-14 10:25:26.713 2263 INFO oslo_db.sqlalchemy.provision [req-6d2ccc61-4f88-40de-a8d8-822a8b93a5fa - - - - -] CREATE BACKEND sqlite:// TOKEN osatquqqku 2018-09-14 10:25:26.887 2263 INFO octavia.common.config [req-6d2ccc61-4f88-40de-a8d8-822a8b93a5fa - - - - -] Logging enabled! 2018-09-14 10:25:26.888 2263 INFO octavia.common.config [req-6d2ccc61-4f88-40de-a8d8-822a8b93a5fa - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.930 2263 WARNING octavia.api.root_controller [req-6d2ccc61-4f88-40de-a8d8-822a8b93a5fa - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:26.956 2263 INFO octavia.api.v1.controllers.load_balancer [req-75b1b54c-1b55-433a-be80-222a71cbadd0 - - - - -] Sending created Load Balancer 0c319c95-93bd-4cf6-b330-93e0e878a4c5 to the handler 2018-09-14 10:25:27.121 2263 INFO octavia.api.v1.controllers.listener [req-ef5aa9a9-df82-410c-8f8f-55a22b65ebc0 - - - - -] Sending Creation of Listener 5d093dbe-1c8e-4ebe-8abe-62700e9f1b92 to handler 2018-09-14 10:25:27.540 2263 INFO oslo_db.sqlalchemy.provision [req-1108f9de-2140-405f-a805-230aab46039f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.544 2263 INFO oslo_db.sqlalchemy.provision [req-1108f9de-2140-405f-a805-230aab46039f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN osatquqqku 2018-09-14 10:25:27.545 2263 INFO oslo_db.sqlalchemy.provision [req-1108f9de-2140-405f-a805-230aab46039f - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:24.480 2259 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.481 2259 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.018 2259 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. 2018-09-14 10:25:25.203 2259 INFO octavia.api.v1.controllers.load_balancer [req-d20ab123-ec25-4d99-a707-979a16f5abd6 - - - - -] Sending created Load Balancer 66cd2773-435d-462f-8eaf-4f694cf8ceba to the handler 2018-09-14 10:25:25.600 2259 INFO octavia.api.v1.controllers.listener [req-d3ca2ac0-d4ed-455a-8999-7ff89fb7f7c3 - - - - -] Sending Creation of Listener 2a05e636-26f6-4c63-8032-36fce2b8a6d7 to handler 2018-09-14 10:25:25.852 2259 INFO octavia.api.v1.controllers.pool [req-f78ae890-9ce8-4534-a14d-a0cec7f9491b - - - - -] Sending Creation of Pool 6930b4a3-c4d8-4d8d-8a07-378ada4073a2 to handler 2018-09-14 10:25:26.180 2259 INFO octavia.api.v1.controllers.pool [req-ab79b662-73c5-40ac-8f88-997eb72dfe32 - - - - -] Sending Creation of Pool 7d9917b7-841a-4d47-84cf-38ae8414a056 to handler 2018-09-14 10:25:26.531 2259 INFO octavia.api.v1.controllers.health_monitor [req-50061de7-ef71-4257-9627-2ce3b30131d0 - - - - -] Sending Creation of Health Monitor for Pool 6930b4a3-c4d8-4d8d-8a07-378ada4073a2 to handler 2018-09-14 10:25:26.743 2259 INFO octavia.api.v1.controllers.load_balancer [req-90aa4d36-c9b9-40bd-a5f6-e10b8f8d9ec0 - - - - -] Sending updated Load Balancer 66cd2773-435d-462f-8eaf-4f694cf8ceba to the handler 2018-09-14 10:25:26.837 2259 INFO octavia.api.v1.controllers.health_monitor [req-23650e12-a5b8-4ee3-81e4-5cc8b291cde6 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:26.902 2259 INFO oslo_db.sqlalchemy.provision [req-23650e12-a5b8-4ee3-81e4-5cc8b291cde6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.906 2259 INFO oslo_db.sqlalchemy.provision [req-23650e12-a5b8-4ee3-81e4-5cc8b291cde6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uiwfuudzux 2018-09-14 10:25:26.907 2259 INFO oslo_db.sqlalchemy.provision [req-23650e12-a5b8-4ee3-81e4-5cc8b291cde6 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:24.903 2252 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.903 2252 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.613 2252 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. 2018-09-14 10:25:25.668 2252 INFO octavia.api.v1.controllers.load_balancer [req-effcae0d-d412-4a22-b75e-113b9c5c9086 - - - - -] Sending created Load Balancer ac9c7aa5-8554-4462-ba18-693431677f74 to the handler 2018-09-14 10:25:26.010 2252 INFO octavia.api.v1.controllers.listener [req-2afd95b2-3cb2-4fbe-8bf9-632dea2f9fc2 - - - - -] Sending Creation of Listener 8adcda82-2d6c-403c-85fa-30cd01f1a279 to handler 2018-09-14 10:25:26.239 2252 INFO octavia.api.v1.controllers.pool [req-c7e7d5ca-1737-4eb6-a484-e7c4fb768322 - - - - -] Sending Creation of Pool 504ccac0-7604-40f0-a5f9-d5927fc6c4f6 to handler 2018-09-14 10:25:26.562 2252 INFO octavia.api.v1.controllers.pool [req-7682d4f5-5b82-4a2c-9b7f-dbf2f8089633 - - - - -] Sending Creation of Pool 38c29c6e-ff97-4282-9a92-c32ab615d747 to handler 2018-09-14 10:25:26.833 2252 INFO oslo_db.sqlalchemy.provision [req-f97f599d-0e94-4458-9ce5-09a0b624b85a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.836 2252 INFO oslo_db.sqlalchemy.provision [req-f97f599d-0e94-4458-9ce5-09a0b624b85a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nwtfkjsugq 2018-09-14 10:25:26.837 2252 INFO oslo_db.sqlalchemy.provision [req-f97f599d-0e94-4458-9ce5-09a0b624b85a - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_over_quota [2.608668s] ... ok {17} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_update_when_lb_pending_update [1.239616s] ... ok 2018-09-14 10:25:26.414 2268 INFO oslo_db.sqlalchemy.provision [req-42442f35-e12c-4b63-a3be-ba67eae8f925 - - - - -] CREATE BACKEND sqlite:// TOKEN ijigediqst 2018-09-14 10:25:26.576 2268 INFO octavia.common.config [req-42442f35-e12c-4b63-a3be-ba67eae8f925 - - - - -] Logging enabled! 2018-09-14 10:25:26.577 2268 INFO octavia.common.config [req-42442f35-e12c-4b63-a3be-ba67eae8f925 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.616 2268 WARNING octavia.api.root_controller [req-42442f35-e12c-4b63-a3be-ba67eae8f925 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:26.637 2268 INFO octavia.api.v1.controllers.load_balancer [req-2e70259a-4fa7-4275-a3e5-ecd5588143c5 - - - - -] Sending created Load Balancer 2a96ff82-8bd0-490d-9831-e34b1cc9a9cc to the handler 2018-09-14 10:25:26.813 2268 INFO octavia.api.v1.controllers.pool [req-8b602020-9f0f-4203-a325-b5892f59b91f - - - - -] Sending Creation of Pool 1e657367-1b75-41c6-83ee-1a0acaa043ee to handler 2018-09-14 10:25:27.013 2268 INFO octavia.api.v1.controllers.listener [req-2fef1d84-1612-4f6d-a17a-de2290dd97fa - - - - -] Listener SEAN-CONNERY not found. 2018-09-14 10:25:27.039 2268 INFO oslo_db.sqlalchemy.provision [req-2fef1d84-1612-4f6d-a17a-de2290dd97fa - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.042 2268 INFO oslo_db.sqlalchemy.provision [req-2fef1d84-1612-4f6d-a17a-de2290dd97fa - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ijigediqst 2018-09-14 10:25:27.043 2268 INFO oslo_db.sqlalchemy.provision [req-2fef1d84-1612-4f6d-a17a-de2290dd97fa - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:26.549 2247 INFO oslo_db.sqlalchemy.provision [req-d387ed18-e25a-4e6b-ad3c-ed6befcad2d2 - - - - -] CREATE BACKEND sqlite:// TOKEN nocvtkumnu 2018-09-14 10:25:26.709 2247 INFO octavia.common.config [req-d387ed18-e25a-4e6b-ad3c-ed6befcad2d2 - - - - -] Logging enabled! 2018-09-14 10:25:26.709 2247 INFO octavia.common.config [req-d387ed18-e25a-4e6b-ad3c-ed6befcad2d2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.757 2247 WARNING octavia.api.root_controller [req-d387ed18-e25a-4e6b-ad3c-ed6befcad2d2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:26.779 2247 INFO octavia.api.v1.controllers.load_balancer [req-ffbd8300-9325-4653-8107-db9c6ce59631 - - - - -] Sending created Load Balancer 49d11c8e-1223-4b8d-9264-21cc5504c993 to the handler 2018-09-14 10:25:26.964 2247 INFO octavia.api.v1.controllers.listener [req-5c24f5b9-3c78-425a-a05a-416dab2eb207 - - - - -] Sending Creation of Listener a687c84d-bf86-4306-9abb-fee42e512b1f to handler 2018-09-14 10:25:27.196 2247 INFO octavia.api.v1.controllers.pool [req-6cadfdac-3e9c-4ead-85a7-df76016e75cf - - - - -] Sending Creation of Pool 4debdd78-f6a1-473a-8fc5-368baeb9bb82 to handler 2018-09-14 10:25:27.678 2247 INFO octavia.api.v1.controllers.pool [req-90dd4b12-2701-4f50-bb88-1a5d86efe84b - - - - -] Sending Creation of Pool fbfbd15c-5eb8-4d4a-a9ad-13ef8ccab93a to handler 2018-09-14 10:25:28.000 2247 INFO octavia.api.v1.controllers.health_monitor [req-9f069947-56a1-4d87-962c-e77c073884e6 - - - - -] Sending Creation of Health Monitor for Pool 4debdd78-f6a1-473a-8fc5-368baeb9bb82 to handler 2018-09-14 10:25:28.226 2247 INFO octavia.api.v1.controllers.load_balancer [req-5bd9fcf1-99ac-4154-b4a8-8d80bd3c09a0 - - - - -] Sending deleted Load Balancer 49d11c8e-1223-4b8d-9264-21cc5504c993 to the handler 2018-09-14 10:25:28.292 2247 INFO octavia.api.v1.controllers.health_monitor [req-3982f269-f372-495b-864f-041f580d6714 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:28.358 2247 INFO oslo_db.sqlalchemy.provision [req-3982f269-f372-495b-864f-041f580d6714 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.362 2247 INFO oslo_db.sqlalchemy.provision [req-3982f269-f372-495b-864f-041f580d6714 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nocvtkumnu 2018-09-14 10:25:28.363 2247 INFO oslo_db.sqlalchemy.provision [req-3982f269-f372-495b-864f-041f580d6714 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_duplicate_id [0.847969s] ... ok 2018-09-14 10:25:27.634 2245 INFO oslo_db.sqlalchemy.provision [req-62a76337-fe65-4f74-bd99-a52f090fa3f9 - - - - -] CREATE BACKEND sqlite:// TOKEN ozuzmtlltd 2018-09-14 10:25:27.818 2245 INFO octavia.common.config [req-62a76337-fe65-4f74-bd99-a52f090fa3f9 - - - - -] Logging enabled! 2018-09-14 10:25:27.818 2245 INFO octavia.common.config [req-62a76337-fe65-4f74-bd99-a52f090fa3f9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:27.857 2245 WARNING octavia.api.root_controller [req-62a76337-fe65-4f74-bd99-a52f090fa3f9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.878 2245 INFO octavia.api.v1.controllers.load_balancer [req-06a86e85-a411-4542-a75e-47263d33f9e7 - - - - -] Sending created Load Balancer c074b077-43da-4fe9-97b7-f8c69ffac8cc to the handler 2018-09-14 10:25:28.067 2245 INFO octavia.api.v1.controllers.listener [req-47be59f7-03c7-45af-822f-95d58572bb69 - - - - -] Sending Creation of Listener c4e765ce-639f-4913-b732-1ae69c9a0a48 to handler 2018-09-14 10:25:28.266 2245 INFO octavia.api.v1.controllers.pool [req-842e273a-6af1-4d49-b862-d0bff254d0c3 - - - - -] Sending Creation of Pool 1068cc77-169c-4044-9b6f-5bdfa2d4259b to handler 2018-09-14 10:25:28.542 2245 INFO octavia.api.v1.controllers.l7policy [req-e4563fcc-bb32-47ba-8ee1-dcd0ec6ed99a - - - - -] Sending Creation of L7Policy 06ee32e4-a802-4915-b8e8-3ceca7b16cf2 to handler 2018-09-14 10:25:28.771 2245 INFO octavia.api.v1.controllers.l7policy [req-8b1b5f45-baff-4605-b8ce-e05d5aee3669 - - - - -] Sending Update of L7Policy 06ee32e4-a802-4915-b8e8-3ceca7b16cf2 to handler 2018-09-14 10:25:28.906 2245 INFO oslo_db.sqlalchemy.provision [req-294dbd1a-6775-4866-955f-92018e0e44ce - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.910 2245 INFO oslo_db.sqlalchemy.provision [req-294dbd1a-6775-4866-955f-92018e0e44ce - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ozuzmtlltd 2018-09-14 10:25:28.911 2245 INFO oslo_db.sqlalchemy.provision [req-294dbd1a-6775-4866-955f-92018e0e44ce - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_with_bad_handler [1.285091s] ... ok {14} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_update_with_bad_handler [2.072142s] ... ok {24} octavia.tests.functional.api.v1.test_load_balancer_statistics.TestLoadBlancerStatistics.test_get [0.837995s] ... ok {20} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_delete_when_lb_pending_update [3.097859s] ... ok {9} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_get_listener [0.030249s] ... ok 2018-09-14 10:25:28.190 2246 INFO oslo_db.sqlalchemy.provision [req-ee9cc49e-a559-4272-aa71-153e18380204 - - - - -] CREATE BACKEND sqlite:// TOKEN kcnpelztqg 2018-09-14 10:25:28.352 2246 INFO octavia.common.config [req-ee9cc49e-a559-4272-aa71-153e18380204 - - - - -] Logging enabled! 2018-09-14 10:25:28.353 2246 INFO octavia.common.config [req-ee9cc49e-a559-4272-aa71-153e18380204 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.396 2246 WARNING octavia.api.root_controller [req-ee9cc49e-a559-4272-aa71-153e18380204 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.417 2246 INFO octavia.api.v1.controllers.load_balancer [req-b972359c-2a53-489b-916a-125529e01a54 - - - - -] Sending created Load Balancer 75c82635-b2e1-4fd8-bbbb-d1f4cf1e0dc2 to the handler 2018-09-14 10:25:28.578 2246 INFO octavia.api.v1.controllers.listener [req-ac344baf-ede2-4a64-822f-1e5b27a4a8fd - - - - -] Sending Creation of Listener 5a56ac42-efb4-49b4-ab70-85e9009c001e to handler 2018-09-14 10:25:28.776 2246 INFO octavia.api.v1.controllers.pool [req-0370336d-c8c7-4917-9034-91821dd3e1ed - - - - -] Sending Creation of Pool f7559441-dd79-4454-8e1a-858ced83d2af to handler 2018-09-14 10:25:29.072 2246 INFO octavia.api.v1.controllers.l7policy [req-9ff16481-23b7-429b-b168-5970e9f8f198 - - - - -] Sending Creation of L7Policy 18dd1827-5bd7-4cc4-9663-1751ab8416ae to handler 2018-09-14 10:25:29.295 2246 INFO octavia.api.v1.controllers.load_balancer [req-4f76b93d-3a48-4479-9923-d4adb1eec983 - - - - -] Sending deleted Load Balancer 75c82635-b2e1-4fd8-bbbb-d1f4cf1e0dc2 to the handler 2018-09-14 10:25:29.352 2246 INFO octavia.api.v1.controllers.l7policy [req-93692b4c-221d-46a9-ad10-cd610cd7dd75 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:29.406 2246 INFO oslo_db.sqlalchemy.provision [req-93692b4c-221d-46a9-ad10-cd610cd7dd75 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.410 2246 INFO oslo_db.sqlalchemy.provision [req-93692b4c-221d-46a9-ad10-cd610cd7dd75 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kcnpelztqg 2018-09-14 10:25:29.410 2246 INFO oslo_db.sqlalchemy.provision [req-93692b4c-221d-46a9-ad10-cd610cd7dd75 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_when_lb_pending_delete [1.226487s] ... ok 2018-09-14 10:25:27.124 2251 INFO oslo_db.sqlalchemy.provision [req-5e17c7f8-b7fd-4d64-ad22-1eda5fb258e7 - - - - -] CREATE BACKEND sqlite:// TOKEN rueyggytfo 2018-09-14 10:25:27.284 2251 INFO octavia.common.config [req-5e17c7f8-b7fd-4d64-ad22-1eda5fb258e7 - - - - -] Logging enabled! 2018-09-14 10:25:27.284 2251 INFO octavia.common.config [req-5e17c7f8-b7fd-4d64-ad22-1eda5fb258e7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:27.322 2251 WARNING octavia.api.root_controller [req-5e17c7f8-b7fd-4d64-ad22-1eda5fb258e7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.346 2251 INFO octavia.api.v1.controllers.load_balancer [req-4764e789-c3e2-4f15-acf6-1fb63fa10229 - - - - -] Sending created Load Balancer 6345749a-efca-4d8e-83cd-032dd58cead7 to the handler 2018-09-14 10:25:27.553 2251 INFO octavia.api.v1.controllers.pool [req-c4e910bb-098c-4c5e-b4b0-6ccdaac7d66b - - - - -] Sending Creation of Pool 0666e663-e5bb-4067-a567-dafa3c2e7400 to handler 2018-09-14 10:25:27.782 2251 INFO octavia.api.v1.controllers.listener [req-6453fd95-4807-4dc6-b99b-6f357acc7234 - - - - -] Sending Creation of Listener 4a2285f1-37ba-4545-8a71-8b32c69b999e to handler 2018-09-14 10:25:28.207 2251 INFO oslo_db.sqlalchemy.provision [req-cd04f35c-2eed-45ef-88bd-0c6683ccb92a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.211 2251 INFO oslo_db.sqlalchemy.provision [req-cd04f35c-2eed-45ef-88bd-0c6683ccb92a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rueyggytfo 2018-09-14 10:25:28.212 2251 INFO oslo_db.sqlalchemy.provision [req-cd04f35c-2eed-45ef-88bd-0c6683ccb92a - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_defaults [1.094805s] ... ok {29} octavia.tests.functional.api.v1.test_listener.TestListener.test_get_bad_listener_id [0.634838s] ... ok 2018-09-14 10:25:27.932 2240 INFO oslo_db.sqlalchemy.provision [req-b15185b0-4889-4347-b8ee-aa6ddd90ec88 - - - - -] CREATE BACKEND sqlite:// TOKEN jikhulbnsa 2018-09-14 10:25:28.100 2240 INFO octavia.common.config [req-b15185b0-4889-4347-b8ee-aa6ddd90ec88 - - - - -] Logging enabled! 2018-09-14 10:25:28.101 2240 INFO octavia.common.config [req-b15185b0-4889-4347-b8ee-aa6ddd90ec88 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.141 2240 WARNING octavia.api.root_controller [req-b15185b0-4889-4347-b8ee-aa6ddd90ec88 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.164 2240 INFO octavia.api.v1.controllers.load_balancer [req-7c1c0e73-8902-4bd6-a43d-7f3f3bc449e9 - - - - -] Sending created Load Balancer b8649821-dfa0-48f0-a91e-09229543cae8 to the handler 2018-09-14 10:25:28.327 2240 INFO oslo_db.sqlalchemy.provision [req-af0a8f23-d194-4812-9cb0-83191c284c55 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.331 2240 INFO oslo_db.sqlalchemy.provision [req-af0a8f23-d194-4812-9cb0-83191c284c55 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jikhulbnsa 2018-09-14 10:25:28.332 2240 INFO oslo_db.sqlalchemy.provision [req-af0a8f23-d194-4812-9cb0-83191c284c55 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_project_id [0.405559s] ... ok 2018-09-14 10:25:27.809 2250 INFO oslo_db.sqlalchemy.provision [req-11395ecb-1c25-406d-a13a-a98d6011a504 - - - - -] CREATE BACKEND sqlite:// TOKEN zzoytbyqta 2018-09-14 10:25:27.975 2250 INFO octavia.common.config [req-11395ecb-1c25-406d-a13a-a98d6011a504 - - - - -] Logging enabled! 2018-09-14 10:25:27.976 2250 INFO octavia.common.config [req-11395ecb-1c25-406d-a13a-a98d6011a504 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.020 2250 WARNING octavia.api.root_controller [req-11395ecb-1c25-406d-a13a-a98d6011a504 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.061 2250 INFO oslo_db.sqlalchemy.provision [req-6c38f138-ecb7-46a0-9b8c-e29411ae37ca - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.064 2250 INFO oslo_db.sqlalchemy.provision [req-6c38f138-ecb7-46a0-9b8c-e29411ae37ca - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zzoytbyqta 2018-09-14 10:25:28.065 2250 INFO oslo_db.sqlalchemy.provision [req-6c38f138-ecb7-46a0-9b8c-e29411ae37ca - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_bad_rule [0.263053s] ... ok 2018-09-14 10:25:27.061 2254 INFO oslo_db.sqlalchemy.provision [req-f04a1226-d6d7-4e21-b6a5-1b9aad6c87b0 - - - - -] CREATE BACKEND sqlite:// TOKEN lpmegzopgs 2018-09-14 10:25:27.219 2254 INFO octavia.common.config [req-f04a1226-d6d7-4e21-b6a5-1b9aad6c87b0 - - - - -] Logging enabled! 2018-09-14 10:25:27.220 2254 INFO octavia.common.config [req-f04a1226-d6d7-4e21-b6a5-1b9aad6c87b0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:27.256 2254 WARNING octavia.api.root_controller [req-f04a1226-d6d7-4e21-b6a5-1b9aad6c87b0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.276 2254 INFO octavia.api.v1.controllers.load_balancer [req-2f95e371-654a-461f-81a2-7544584e17e2 - - - - -] Sending created Load Balancer d5c4f363-b8b1-4d98-b2ce-cd5eafcb594a to the handler 2018-09-14 10:25:27.629 2254 INFO octavia.api.v1.controllers.listener [req-4f11d6af-97b1-4043-847b-54a9e8743ca1 - - - - -] Sending Creation of Listener ef4d641a-a5fb-4fa9-acc9-d158aa8b0065 to handler 2018-09-14 10:25:27.858 2254 INFO octavia.api.v1.controllers.l7policy [req-3e763646-b96e-43df-a6a4-6c9cf4baf144 - - - - -] Sending Creation of L7Policy 47cb3413-3d2a-475a-8e72-ce5b660abaa9 to handler 2018-09-14 10:25:28.073 2254 INFO oslo_db.sqlalchemy.provision [req-a84d5661-1bc7-4e7a-9734-d9c3f59fb20d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.077 2254 INFO oslo_db.sqlalchemy.provision [req-a84d5661-1bc7-4e7a-9734-d9c3f59fb20d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lpmegzopgs 2018-09-14 10:25:28.077 2254 INFO oslo_db.sqlalchemy.provision [req-a84d5661-1bc7-4e7a-9734-d9c3f59fb20d - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:28.391 2266 INFO oslo_db.sqlalchemy.provision [req-790b792c-6b55-4701-a803-e3d823a6645a - - - - -] CREATE BACKEND sqlite:// TOKEN doqiijlimp 2018-09-14 10:25:28.576 2266 INFO octavia.common.config [req-790b792c-6b55-4701-a803-e3d823a6645a - - - - -] Logging enabled! 2018-09-14 10:25:28.576 2266 INFO octavia.common.config [req-790b792c-6b55-4701-a803-e3d823a6645a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.619 2266 WARNING octavia.api.root_controller [req-790b792c-6b55-4701-a803-e3d823a6645a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.641 2266 INFO octavia.api.v1.controllers.load_balancer [req-8be4cf7e-9f41-425e-9356-005832be715f - - - - -] Sending created Load Balancer c61efb82-0bc9-46b3-9697-f734f2cb09c1 to the handler 2018-09-14 10:25:28.807 2266 INFO octavia.api.v1.controllers.pool [req-cebbef38-4704-401f-b33b-cd60b59cec4f - - - - -] Sending Creation of Pool fff4c0ed-2617-4b61-9022-122c68d4bb07 to handler 2018-09-14 10:25:28.968 2266 INFO oslo_db.sqlalchemy.provision [req-a16250ee-e09f-4bf6-8b6b-e1c12ab50dd6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.972 2266 INFO oslo_db.sqlalchemy.provision [req-a16250ee-e09f-4bf6-8b6b-e1c12ab50dd6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN doqiijlimp 2018-09-14 10:25:28.972 2266 INFO oslo_db.sqlalchemy.provision [req-a16250ee-e09f-4bf6-8b6b-e1c12ab50dd6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_listener_bad_protocol ... SKIPPED: This test should pass after a validation layer. 2018-09-14 10:25:27.209 2270 INFO oslo_db.sqlalchemy.provision [req-b8948b87-dd71-4ea7-8d15-d3404e650a97 - - - - -] CREATE BACKEND sqlite:// TOKEN zqyvjgozzv 2018-09-14 10:25:27.373 2270 INFO octavia.common.config [req-b8948b87-dd71-4ea7-8d15-d3404e650a97 - - - - -] Logging enabled! 2018-09-14 10:25:27.374 2270 INFO octavia.common.config [req-b8948b87-dd71-4ea7-8d15-d3404e650a97 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:27.412 2270 WARNING octavia.api.root_controller [req-b8948b87-dd71-4ea7-8d15-d3404e650a97 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.591 2270 INFO octavia.api.v1.controllers.load_balancer [req-f22a6885-a468-4241-9ff8-a3a217cf92ce - - - - -] Sending created Load Balancer 4518f698-99f8-4048-9982-2a3351d367ed to the handler 2018-09-14 10:25:27.761 2270 INFO octavia.api.v1.controllers.listener [req-12e97928-c29e-4dd3-b5d3-9942db17460c - - - - -] Sending Creation of Listener b4a10908-e257-4705-931c-6e8bf643f66e to handler 2018-09-14 10:25:28.004 2270 INFO octavia.api.v1.controllers.l7policy [req-1cb49690-7f51-498d-8c2f-af999eb1ab9d - - - - -] Sending Creation of L7Policy 7aa9cd1f-becd-4a5c-8e03-5409a38645da to handler 2018-09-14 10:25:28.271 2270 INFO octavia.api.v1.controllers.l7rule [req-99748118-71b6-4bba-8749-466fa0af7859 - - - - -] Sending Creation of L7Rule ae00a21e-ccc6-4e83-9b19-fb581f9ecad4 to handler 2018-09-14 10:25:28.436 2270 INFO octavia.api.v1.controllers.load_balancer [req-e9d82a85-ea02-450e-9e0a-61c51c1afe28 - - - - -] Sending updated Load Balancer 4518f698-99f8-4048-9982-2a3351d367ed to the handler 2018-09-14 10:25:28.527 2270 INFO octavia.api.v1.controllers.l7rule [req-acffd7a7-d8d7-4dc6-9a41-0bdb222766ca - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:28.574 2270 INFO oslo_db.sqlalchemy.provision [req-acffd7a7-d8d7-4dc6-9a41-0bdb222766ca - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.577 2270 INFO oslo_db.sqlalchemy.provision [req-acffd7a7-d8d7-4dc6-9a41-0bdb222766ca - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zqyvjgozzv 2018-09-14 10:25:28.578 2270 INFO oslo_db.sqlalchemy.provision [req-acffd7a7-d8d7-4dc6-9a41-0bdb222766ca - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:26.971 2255 INFO oslo_db.sqlalchemy.provision [req-02dd11cd-5d1a-4382-8ab1-8666be65a561 - - - - -] CREATE BACKEND sqlite:// TOKEN nyvwzlgqcm 2018-09-14 10:25:27.132 2255 INFO octavia.common.config [req-02dd11cd-5d1a-4382-8ab1-8666be65a561 - - - - -] Logging enabled! 2018-09-14 10:25:27.133 2255 INFO octavia.common.config [req-02dd11cd-5d1a-4382-8ab1-8666be65a561 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:27.176 2255 WARNING octavia.api.root_controller [req-02dd11cd-5d1a-4382-8ab1-8666be65a561 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.215 2255 INFO octavia.api.v1.controllers.load_balancer [req-c2b87f70-fc37-44c8-b03f-a3bee6483920 - - - - -] Sending created Load Balancer f3d838b2-7747-46cf-8c50-57ca52359647 to the handler 2018-09-14 10:25:27.387 2255 INFO octavia.api.v1.controllers.listener [req-b6f78a7a-b898-4ab2-a379-0e0c22b6539b - - - - -] Sending Creation of Listener 0390dd36-3778-4938-808a-75328d81c7b4 to handler 2018-09-14 10:25:27.614 2255 INFO octavia.api.v1.controllers.pool [req-c6861d91-f8d6-402d-9559-37af431cab2a - - - - -] Sending Creation of Pool 897f3302-5a24-4a5b-9e6c-f0a109c4d609 to handler 2018-09-14 10:25:27.944 2255 INFO octavia.api.v1.controllers.l7policy [req-57b22105-15b0-48e0-8b79-67a2824535d0 - - - - -] Sending Creation of L7Policy 42ef9d33-eeb6-46c2-8856-4e775de03e43 to handler 2018-09-14 10:25:28.161 2255 INFO octavia.api.v1.controllers.load_balancer [req-4ddc14db-c92c-426f-b949-a291a8507721 - - - - -] Sending deleted Load Balancer f3d838b2-7747-46cf-8c50-57ca52359647 to the handler 2018-09-14 10:25:28.208 2255 INFO octavia.api.v1.controllers.l7policy [req-f9f620ae-a923-44ad-b4c5-35fd296e8513 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:28.261 2255 INFO oslo_db.sqlalchemy.provision [req-f9f620ae-a923-44ad-b4c5-35fd296e8513 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.265 2255 INFO oslo_db.sqlalchemy.provision [req-f9f620ae-a923-44ad-b4c5-35fd296e8513 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nyvwzlgqcm 2018-09-14 10:25:28.265 2255 INFO oslo_db.sqlalchemy.provision [req-f9f620ae-a923-44ad-b4c5-35fd296e8513 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:26.585 2260 INFO oslo_db.sqlalchemy.provision [req-5240d04b-fe91-4bdc-ab42-ebda7f8e48f8 - - - - -] CREATE BACKEND sqlite:// TOKEN ncvmavglae 2018-09-14 10:25:26.751 2260 INFO octavia.common.config [req-5240d04b-fe91-4bdc-ab42-ebda7f8e48f8 - - - - -] Logging enabled! 2018-09-14 10:25:26.752 2260 INFO octavia.common.config [req-5240d04b-fe91-4bdc-ab42-ebda7f8e48f8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.791 2260 WARNING octavia.api.root_controller [req-5240d04b-fe91-4bdc-ab42-ebda7f8e48f8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:26.812 2260 INFO octavia.api.v1.controllers.load_balancer [req-916df7a0-57c1-4930-a438-ff7ce9fe2422 - - - - -] Sending created Load Balancer 76fdbfcc-6185-4b42-8091-f59d6cf1f40e to the handler 2018-09-14 10:25:26.966 2260 INFO octavia.api.v1.controllers.listener [req-1d7db9a1-8a0b-42a8-9c61-7637ae59a061 - - - - -] Sending Creation of Listener e7ec171c-0ede-4918-8c0b-14d872fa3ed3 to handler 2018-09-14 10:25:27.237 2260 INFO octavia.api.v1.controllers.l7policy [req-40939819-6cc8-47ff-ac13-c92872aa028c - - - - -] Sending Creation of L7Policy 438ca217-e18b-4ac7-bfad-c4fe37a063f9 to handler 2018-09-14 10:25:27.499 2260 INFO octavia.api.v1.controllers.l7rule [req-33388431-395b-499d-9f85-048953d8cd04 - - - - -] Sending Creation of L7Rule 4cb0b341-a671-4be7-9e89-cf82bb47933c to handler 2018-09-14 10:25:27.994 2260 INFO oslo_db.sqlalchemy.provision [req-bdbd25f2-2d30-40d8-9dfe-ad2bc358dfce - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.997 2260 INFO oslo_db.sqlalchemy.provision [req-bdbd25f2-2d30-40d8-9dfe-ad2bc358dfce - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ncvmavglae 2018-09-14 10:25:27.998 2260 INFO oslo_db.sqlalchemy.provision [req-bdbd25f2-2d30-40d8-9dfe-ad2bc358dfce - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_path_rule [1.420011s] ... ok {9} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_details [0.019394s] ... ok {9} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_get_interface [0.024036s] ... ok 2018-09-14 10:25:26.706 2261 INFO oslo_db.sqlalchemy.provision [req-ea26c900-7eab-432f-ab99-ab73d1d1f93e - - - - -] CREATE BACKEND sqlite:// TOKEN ootgngfntd 2018-09-14 10:25:26.882 2261 INFO octavia.common.config [req-ea26c900-7eab-432f-ab99-ab73d1d1f93e - - - - -] Logging enabled! 2018-09-14 10:25:26.884 2261 INFO octavia.common.config [req-ea26c900-7eab-432f-ab99-ab73d1d1f93e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.938 2261 WARNING octavia.api.root_controller [req-ea26c900-7eab-432f-ab99-ab73d1d1f93e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:26.965 2261 INFO octavia.api.v1.controllers.load_balancer [req-2dcaea55-76f9-4893-b57e-69b0acddd048 - - - - -] Sending created Load Balancer 8acbbcf3-e129-4587-9d83-719012a4b469 to the handler 2018-09-14 10:25:27.171 2261 INFO octavia.api.v1.controllers.pool [req-9758830e-a9cb-4bb9-8f8b-2865c733bdb1 - - - - -] Sending Creation of Pool c50bde8e-84be-4d61-ac5b-5fe57b7eb593 to handler 2018-09-14 10:25:27.398 2261 INFO octavia.api.v1.controllers.listener [req-fc5a95f9-1cb8-4ed5-b737-6dd699f5ae91 - - - - -] Sending Creation of Listener 9f2ec70b-5e8d-476c-a875-c0d5bc6370f5 to handler 2018-09-14 10:25:27.622 2261 INFO octavia.api.v1.controllers.listener [req-de53eeb7-199b-4456-881c-bf0dd12c7e7f - - - - -] Sending Creation of Listener d1441a0a-0b20-4048-98a0-ebc8ed04cdec to handler 2018-09-14 10:25:27.893 2261 INFO octavia.api.v1.controllers.listener [req-f6ea7cd8-40e8-48d8-aaca-20ad35417250 - - - - -] Sending Creation of Listener 59ed9b2e-4983-49ea-ac34-af675b14995d to handler 2018-09-14 10:25:28.268 2261 INFO oslo_db.sqlalchemy.provision [req-2c235798-1f8f-4f08-a6ba-18f5eb8ff0c8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.272 2261 INFO oslo_db.sqlalchemy.provision [req-2c235798-1f8f-4f08-a6ba-18f5eb8ff0c8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ootgngfntd 2018-09-14 10:25:28.273 2261 INFO oslo_db.sqlalchemy.provision [req-2c235798-1f8f-4f08-a6ba-18f5eb8ff0c8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create [1.023725s] ... ok 2018-09-14 10:25:28.479 2239 INFO oslo_db.sqlalchemy.provision [req-f2fcf060-882d-4a8a-a970-2dd33e8930a4 - - - - -] CREATE BACKEND sqlite:// TOKEN byiicgcljd 2018-09-14 10:25:28.654 2239 INFO octavia.common.config [req-f2fcf060-882d-4a8a-a970-2dd33e8930a4 - - - - -] Logging enabled! 2018-09-14 10:25:28.656 2239 INFO octavia.common.config [req-f2fcf060-882d-4a8a-a970-2dd33e8930a4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.696 2239 WARNING octavia.api.root_controller [req-f2fcf060-882d-4a8a-a970-2dd33e8930a4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.717 2239 INFO octavia.api.v1.controllers.load_balancer [req-b7c8ecce-60e3-46dd-955d-f0c53bada0b3 - - - - -] Sending created Load Balancer f31fd87f-59b3-4ef7-9607-2368725fff18 to the handler 2018-09-14 10:25:28.885 2239 INFO octavia.api.v1.controllers.listener [req-436b6099-9a8e-4871-a789-65f0759107e1 - - - - -] Sending Creation of Listener becf4297-eb9f-47b8-bdde-20ff32b1a3b3 to handler 2018-09-14 10:25:29.130 2239 INFO octavia.api.v1.controllers.l7policy [req-958b2741-342e-4a1a-861e-aedd856a2661 - - - - -] Sending Creation of L7Policy 788dcb39-d09a-4356-bd3e-d8e7f0470e0f to handler 2018-09-14 10:25:29.402 2239 INFO octavia.api.v1.controllers.l7rule [req-438b6e66-df79-4100-8b02-2dabc936416f - - - - -] Sending Creation of L7Rule 28908918-cf2c-4c66-a3af-94bc42bb4e43 to handler 2018-09-14 10:25:29.537 2239 INFO oslo_db.sqlalchemy.provision [req-6df88ae1-f279-495f-ba21-f7d8abfe3efc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.541 2239 INFO oslo_db.sqlalchemy.provision [req-6df88ae1-f279-495f-ba21-f7d8abfe3efc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN byiicgcljd 2018-09-14 10:25:29.542 2239 INFO oslo_db.sqlalchemy.provision [req-6df88ae1-f279-495f-ba21-f7d8abfe3efc - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:28.155 2265 INFO oslo_db.sqlalchemy.provision [req-0fff03b0-3388-429a-a91a-2470671f4995 - - - - -] CREATE BACKEND sqlite:// TOKEN bfpdougrub 2018-09-14 10:25:28.317 2265 INFO octavia.common.config [req-0fff03b0-3388-429a-a91a-2470671f4995 - - - - -] Logging enabled! 2018-09-14 10:25:28.318 2265 INFO octavia.common.config [req-0fff03b0-3388-429a-a91a-2470671f4995 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.358 2265 WARNING octavia.api.root_controller [req-0fff03b0-3388-429a-a91a-2470671f4995 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.379 2265 INFO octavia.api.v1.controllers.load_balancer [req-eabdb98b-23fd-42c4-8315-38c853702238 - - - - -] Sending created Load Balancer ee1ac200-26d7-482b-ad81-8ea65439b501 to the handler 2018-09-14 10:25:28.551 2265 INFO octavia.api.v1.controllers.pool [req-e98b5e06-d0ad-4ece-bfa7-0d773a2e30ce - - - - -] Sending Creation of Pool 56d04bb4-1e7a-40eb-b3a1-5513f1dda6df to handler 2018-09-14 10:25:28.782 2265 INFO octavia.api.v1.controllers.listener [req-606f3107-c59f-4e95-8e13-37977d9ddc34 - - - - -] Sending Creation of Listener a4c9dcf3-dbc6-45fe-8571-31227c00d065 to handler 2018-09-14 10:25:29.200 2265 INFO oslo_db.sqlalchemy.provision [req-18e60f18-c1d4-4d2a-9361-37d6734753b2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.204 2265 INFO oslo_db.sqlalchemy.provision [req-18e60f18-c1d4-4d2a-9361-37d6734753b2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bfpdougrub 2018-09-14 10:25:29.205 2265 INFO oslo_db.sqlalchemy.provision [req-18e60f18-c1d4-4d2a-9361-37d6734753b2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v1.test_listener.TestListener.test_create [1.065073s] ... ok {31} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_delete_when_lb_pending_update [1.375879s] ... ok {16} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_when_lb_pending_delete [1.301081s] ... ok {3} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_delete_with_bad_handler [1.796104s] ... ok 2018-09-14 10:25:28.192 2258 INFO oslo_db.sqlalchemy.provision [req-dc1a1461-8422-42be-ab15-ecb8686afea7 - - - - -] CREATE BACKEND sqlite:// TOKEN jzrasvvixf 2018-09-14 10:25:28.369 2258 INFO octavia.common.config [req-dc1a1461-8422-42be-ab15-ecb8686afea7 - - - - -] Logging enabled! 2018-09-14 10:25:28.370 2258 INFO octavia.common.config [req-dc1a1461-8422-42be-ab15-ecb8686afea7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.409 2258 WARNING octavia.api.root_controller [req-dc1a1461-8422-42be-ab15-ecb8686afea7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.434 2258 INFO octavia.api.v1.controllers.load_balancer [req-1f8d9ba1-6b0c-4274-9704-486b6d615cfb - - - - -] Sending created Load Balancer 3aa836f9-b4eb-4cff-9784-77156a94854b to the handler 2018-09-14 10:25:28.614 2258 INFO octavia.api.v1.controllers.listener [req-b34d40d9-c66c-4695-8ed1-316b06d95173 - - - - -] Sending Creation of Listener 3f70f410-4fb2-4a89-946c-959dcff879cf to handler 2018-09-14 10:25:28.807 2258 INFO octavia.api.v1.controllers.pool [req-18eb807c-c32a-4b6f-b113-bf10c28963ca - - - - -] Sending Creation of Pool 393ad8aa-23a8-442e-9423-87a4155c7f9d to handler 2018-09-14 10:25:29.063 2258 INFO octavia.api.v1.controllers.l7policy [req-9fd69d58-760d-4250-bbfa-3d9774fed2de - - - - -] Sending Creation of L7Policy 50d30b49-d66e-46e1-b71b-c2c4f39d6928 to handler 2018-09-14 10:25:29.259 2258 INFO octavia.api.v1.controllers.load_balancer [req-88fc3ced-2b3f-4cde-b5c7-edc5f61b5e04 - - - - -] Sending updated Load Balancer 3aa836f9-b4eb-4cff-9784-77156a94854b to the handler 2018-09-14 10:25:29.342 2258 INFO octavia.api.v1.controllers.l7policy [req-2c48b817-0697-409a-af9b-37538c65437e - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:29.403 2258 INFO oslo_db.sqlalchemy.provision [req-2c48b817-0697-409a-af9b-37538c65437e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.407 2258 INFO oslo_db.sqlalchemy.provision [req-2c48b817-0697-409a-af9b-37538c65437e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jzrasvvixf 2018-09-14 10:25:29.407 2258 INFO oslo_db.sqlalchemy.provision [req-2c48b817-0697-409a-af9b-37538c65437e - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:26.691 2257 INFO oslo_db.sqlalchemy.provision [req-d4733cd3-b720-4da7-ae7b-dadb7cfe3fbf - - - - -] CREATE BACKEND sqlite:// TOKEN rlxcgkclvs 2018-09-14 10:25:26.869 2257 INFO octavia.common.config [req-d4733cd3-b720-4da7-ae7b-dadb7cfe3fbf - - - - -] Logging enabled! 2018-09-14 10:25:26.870 2257 INFO octavia.common.config [req-d4733cd3-b720-4da7-ae7b-dadb7cfe3fbf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.911 2257 WARNING octavia.api.root_controller [req-d4733cd3-b720-4da7-ae7b-dadb7cfe3fbf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:26.936 2257 INFO octavia.api.v1.controllers.load_balancer [req-4b9df1e8-5047-44ee-a74a-2d076157d7a3 - - - - -] Sending created Load Balancer 0dc01a1c-eed5-46a8-89ad-4d14b5348ed9 to the handler 2018-09-14 10:25:27.118 2257 INFO octavia.api.v1.controllers.listener [req-dc940088-2608-47a6-9ade-04747e6414ae - - - - -] Sending Creation of Listener fcb88fe1-3321-400d-b66f-e63892b710e5 to handler 2018-09-14 10:25:27.338 2257 INFO octavia.api.v1.controllers.pool [req-d4b55f58-e08c-453a-9181-7c0e34e82d39 - - - - -] Sending Creation of Pool a6662e89-cb8e-436b-82c9-b769eb1560ca to handler 2018-09-14 10:25:27.633 2257 INFO octavia.api.v1.controllers.pool [req-2174c00f-b49b-4ad3-a198-212edffc2435 - - - - -] Sending Creation of Pool 0e5aea3c-9029-4c47-8dcc-2ab3d88a29ed to handler 2018-09-14 10:25:28.054 2257 ERROR octavia.api.v1.controllers.base [req-c6b73788-5c77-40fe-b3c6-cb81f87b4a49 - - - - -] Member 55ce18a4-c842-49f8-a736-a4ce8119210c not found: None 2018-09-14 10:25:28.054 2257 ERROR octavia.api.v1.controllers.base None 2018-09-14 10:25:28.054 2257 ERROR octavia.api.v1.controllers.base 2018-09-14 10:25:28.084 2257 INFO oslo_db.sqlalchemy.provision [req-c6b73788-5c77-40fe-b3c6-cb81f87b4a49 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.087 2257 INFO oslo_db.sqlalchemy.provision [req-c6b73788-5c77-40fe-b3c6-cb81f87b4a49 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rlxcgkclvs 2018-09-14 10:25:28.088 2257 INFO oslo_db.sqlalchemy.provision [req-c6b73788-5c77-40fe-b3c6-cb81f87b4a49 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:27.947 2269 INFO oslo_db.sqlalchemy.provision [req-394445e6-a21f-4f23-8e3b-c7d43f931cff - - - - -] CREATE BACKEND sqlite:// TOKEN zsszdemjqc 2018-09-14 10:25:28.115 2269 INFO octavia.common.config [req-394445e6-a21f-4f23-8e3b-c7d43f931cff - - - - -] Logging enabled! 2018-09-14 10:25:28.116 2269 INFO octavia.common.config [req-394445e6-a21f-4f23-8e3b-c7d43f931cff - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.155 2269 WARNING octavia.api.root_controller [req-394445e6-a21f-4f23-8e3b-c7d43f931cff - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.177 2269 INFO octavia.api.v1.controllers.load_balancer [req-9c3be962-61af-4ea6-b2cf-d9069e5ee90e - - - - -] Sending created Load Balancer f5e3669c-c687-4a0b-892e-4e4a96db3a5d to the handler 2018-09-14 10:25:28.341 2269 INFO octavia.api.v1.controllers.listener [req-c38f6fce-1664-4ce6-9f5c-b85ff4fec67e - - - - -] Sending Creation of Listener 0ec0e4cb-bae5-4008-8210-cc555bf1c59a to handler 2018-09-14 10:25:28.540 2269 INFO octavia.api.v1.controllers.pool [req-ad50d664-771e-40bf-9b92-9f82c81e8608 - - - - -] Sending Creation of Pool b6f27a50-6163-4239-8dad-d9bbacfe94c4 to handler 2018-09-14 10:25:28.788 2269 INFO oslo_db.sqlalchemy.provision [req-aa67c493-461f-4892-ae7f-485061c7e54b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.791 2269 INFO oslo_db.sqlalchemy.provision [req-aa67c493-461f-4892-ae7f-485061c7e54b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zsszdemjqc 2018-09-14 10:25:28.792 2269 INFO oslo_db.sqlalchemy.provision [req-aa67c493-461f-4892-ae7f-485061c7e54b - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:28.918 2245 INFO oslo_db.sqlalchemy.provision [req-294dbd1a-6775-4866-955f-92018e0e44ce - - - - -] CREATE BACKEND sqlite:// TOKEN uhjuxtodjk 2018-09-14 10:25:29.087 2245 INFO octavia.common.config [req-294dbd1a-6775-4866-955f-92018e0e44ce - - - - -] Logging enabled! 2018-09-14 10:25:29.088 2245 INFO octavia.common.config [req-294dbd1a-6775-4866-955f-92018e0e44ce - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.126 2245 WARNING octavia.api.root_controller [req-294dbd1a-6775-4866-955f-92018e0e44ce - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.147 2245 INFO octavia.api.v1.controllers.load_balancer [req-94c4f8c3-c081-4060-9650-96b77d1a498f - - - - -] Sending created Load Balancer 72ed3b71-e2e8-4808-be0e-6c33aa054894 to the handler 2018-09-14 10:25:29.326 2245 INFO octavia.api.v1.controllers.pool [req-18a74dfc-ab16-4392-9495-9a6cfb59241c - - - - -] Sending Creation of Pool f686c5b4-9a53-4621-8081-e9f7ddcd2025 to handler 2018-09-14 10:25:29.533 2245 INFO oslo_db.sqlalchemy.provision [req-7970246d-ac72-479c-b020-e1867db8d51e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.537 2245 INFO oslo_db.sqlalchemy.provision [req-7970246d-ac72-479c-b020-e1867db8d51e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uhjuxtodjk 2018-09-14 10:25:29.538 2245 INFO oslo_db.sqlalchemy.provision [req-7970246d-ac72-479c-b020-e1867db8d51e - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v1.test_listener.TestListener.test_get_all [1.573269s] ... ok 2018-09-14 10:25:29.419 2246 INFO oslo_db.sqlalchemy.provision [req-93692b4c-221d-46a9-ad10-cd610cd7dd75 - - - - -] CREATE BACKEND sqlite:// TOKEN okfpvrrgkq 2018-09-14 10:25:29.583 2246 INFO octavia.common.config [req-93692b4c-221d-46a9-ad10-cd610cd7dd75 - - - - -] Logging enabled! 2018-09-14 10:25:29.584 2246 INFO octavia.common.config [req-93692b4c-221d-46a9-ad10-cd610cd7dd75 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.625 2246 WARNING octavia.api.root_controller [req-93692b4c-221d-46a9-ad10-cd610cd7dd75 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.645 2246 INFO octavia.api.v1.controllers.load_balancer [req-03840726-bb18-4eeb-a85a-9ac2e788d4c6 - - - - -] Sending created Load Balancer 8be2cc6d-9b8d-4cd9-ad2c-91d026ccb942 to the handler 2018-09-14 10:25:29.805 2246 INFO octavia.api.v1.controllers.listener [req-7b1d426a-f633-4655-9aa0-e4baeb3a5493 - - - - -] Sending Creation of Listener c6452c3d-881e-4e14-a031-81cd26d3cb31 to handler 2018-09-14 10:25:30.067 2246 INFO octavia.api.v1.controllers.l7policy [req-bb302af8-f9cf-4c84-a557-096aaa518291 - - - - -] Sending Creation of L7Policy d448ac28-ce8e-4815-80a9-0a88b3db5b6c to handler 2018-09-14 10:25:30.315 2246 INFO octavia.api.v1.controllers.l7rule [req-e0946664-22dd-4103-9013-39b3040cad3b - - - - -] Sending Creation of L7Rule 8889dccb-99e9-4e99-b660-2a8b877db3d4 to handler {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_with_bad_handler [1.069873s] ... ok {8} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_delete_when_lb_pending_delete [1.819517s] ... ok 2018-09-14 10:25:27.090 2243 INFO oslo_db.sqlalchemy.provision [req-c3917aba-40ed-4d1f-8cc4-e319fd3e4713 - - - - -] CREATE BACKEND sqlite:// TOKEN vnezwzlmfc 2018-09-14 10:25:27.292 2243 INFO octavia.common.config [req-c3917aba-40ed-4d1f-8cc4-e319fd3e4713 - - - - -] Logging enabled! 2018-09-14 10:25:27.293 2243 INFO octavia.common.config [req-c3917aba-40ed-4d1f-8cc4-e319fd3e4713 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:27.332 2243 WARNING octavia.api.root_controller [req-c3917aba-40ed-4d1f-8cc4-e319fd3e4713 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.380 2243 INFO oslo_db.sqlalchemy.provision [req-587365cb-c0dd-4a6a-8a71-d429ddba4f1a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.383 2243 INFO oslo_db.sqlalchemy.provision [req-587365cb-c0dd-4a6a-8a71-d429ddba4f1a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vnezwzlmfc 2018-09-14 10:25:27.384 2243 INFO oslo_db.sqlalchemy.provision [req-587365cb-c0dd-4a6a-8a71-d429ddba4f1a - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_without_vip [0.300148s] ... ok 2018-09-14 10:25:26.914 2259 INFO oslo_db.sqlalchemy.provision [req-23650e12-a5b8-4ee3-81e4-5cc8b291cde6 - - - - -] CREATE BACKEND sqlite:// TOKEN wzxrjwwprl 2018-09-14 10:25:27.118 2259 INFO octavia.common.config [req-23650e12-a5b8-4ee3-81e4-5cc8b291cde6 - - - - -] Logging enabled! 2018-09-14 10:25:27.120 2259 INFO octavia.common.config [req-23650e12-a5b8-4ee3-81e4-5cc8b291cde6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:27.164 2259 WARNING octavia.api.root_controller [req-23650e12-a5b8-4ee3-81e4-5cc8b291cde6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.191 2259 INFO octavia.api.v1.controllers.load_balancer [req-cd53e85d-ef66-4457-a7c2-e14e2fb323a6 - - - - -] Sending created Load Balancer 103496c2-04dd-4b33-be93-1c7f7f0c3249 to the handler 2018-09-14 10:25:27.361 2259 INFO octavia.api.v1.controllers.listener [req-102bdcd0-5da3-4569-b7c9-5bec9cff4165 - - - - -] Sending Creation of Listener b80de937-eacb-43ac-ad26-fcc007ecff30 to handler 2018-09-14 10:25:27.564 2259 INFO octavia.api.v1.controllers.pool [req-92b06883-80ed-4707-aa99-8076abfdf59d - - - - -] Sending Creation of Pool a3cc8dc9-0b73-470b-841f-cdbb1ca50c62 to handler 2018-09-14 10:25:28.011 2259 INFO octavia.api.v1.controllers.l7policy [req-ebfa47b9-2550-4509-97ed-92321ef79cbf - - - - -] Sending Creation of L7Policy 1c923a14-fb5f-4e0e-906e-e13eece68eb4 to handler 2018-09-14 10:25:28.275 2259 INFO octavia.api.v1.controllers.l7policy [req-072de5f1-425f-41c9-8c76-45322c9921ec - - - - -] Sending Deletion of L7Policy 1c923a14-fb5f-4e0e-906e-e13eece68eb4 to handler 2018-09-14 10:25:28.633 2259 INFO oslo_db.sqlalchemy.provision [req-84046b71-2847-4a76-9fca-52d2a4b47f52 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.637 2259 INFO oslo_db.sqlalchemy.provision [req-84046b71-2847-4a76-9fca-52d2a4b47f52 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wzxrjwwprl 2018-09-14 10:25:28.638 2259 INFO oslo_db.sqlalchemy.provision [req-84046b71-2847-4a76-9fca-52d2a4b47f52 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:26.518 2262 INFO oslo_db.sqlalchemy.provision [req-58dd91dc-1ddc-4403-a82e-7314da11bd5c - - - - -] CREATE BACKEND sqlite:// TOKEN pzfchxprkj 2018-09-14 10:25:26.680 2262 INFO octavia.common.config [req-58dd91dc-1ddc-4403-a82e-7314da11bd5c - - - - -] Logging enabled! 2018-09-14 10:25:26.681 2262 INFO octavia.common.config [req-58dd91dc-1ddc-4403-a82e-7314da11bd5c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.721 2262 WARNING octavia.api.root_controller [req-58dd91dc-1ddc-4403-a82e-7314da11bd5c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:26.743 2262 INFO octavia.api.v1.controllers.load_balancer [req-52fd6614-1913-4c4d-9f8c-57e55c224ad7 - - - - -] Sending created Load Balancer 2287bea7-e78c-4dd6-86c0-d3db3f280e72 to the handler 2018-09-14 10:25:26.944 2262 INFO octavia.api.v1.controllers.listener [req-5ff1da7b-f404-4757-8308-4e86eb0701c6 - - - - -] Sending Creation of Listener a1323421-7110-466f-83ba-c5d686b1c734 to handler 2018-09-14 10:25:27.160 2262 INFO octavia.api.v1.controllers.pool [req-a2ab7ac2-db47-4b61-8b7c-afe131913ee5 - - - - -] Sending Creation of Pool 7ed67c80-3ce6-4f8f-9190-480903c4080d to handler 2018-09-14 10:25:27.460 2262 INFO octavia.api.v1.controllers.pool [req-0b5722d5-2252-460b-a854-38896a2553b6 - - - - -] Sending Creation of Pool 5114f1f0-5801-4bcf-b4bd-457d10501b84 to handler 2018-09-14 10:25:27.961 2262 INFO octavia.api.v1.controllers.health_monitor [req-81f398fd-8fd8-45e3-96f9-97c5000a9939 - - - - -] Sending Creation of Health Monitor for Pool 5114f1f0-5801-4bcf-b4bd-457d10501b84 to handler 2018-09-14 10:25:28.123 2262 INFO oslo_db.sqlalchemy.provision [req-84282554-6950-42e7-bbbd-1928478a1675 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.126 2262 INFO oslo_db.sqlalchemy.provision [req-84282554-6950-42e7-bbbd-1928478a1675 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pzfchxprkj 2018-09-14 10:25:28.127 2262 INFO oslo_db.sqlalchemy.provision [req-84282554-6950-42e7-bbbd-1928478a1675 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:28.439 2249 INFO oslo_db.sqlalchemy.provision [req-981362e0-070c-4409-ac9d-c805441a31f4 - - - - -] CREATE BACKEND sqlite:// TOKEN hynixcglgy 2018-09-14 10:25:28.602 2249 INFO octavia.common.config [req-981362e0-070c-4409-ac9d-c805441a31f4 - - - - -] Logging enabled! 2018-09-14 10:25:28.603 2249 INFO octavia.common.config [req-981362e0-070c-4409-ac9d-c805441a31f4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.643 2249 WARNING octavia.api.root_controller [req-981362e0-070c-4409-ac9d-c805441a31f4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.666 2249 INFO octavia.api.v1.controllers.load_balancer [req-6d1301dd-8bc2-429c-987a-ff50fd96e2e6 - - - - -] Sending created Load Balancer dd24de23-765b-4427-85d3-7f4368633369 to the handler 2018-09-14 10:25:28.843 2249 INFO octavia.api.v1.controllers.pool [req-20d20bd8-3df2-4e3b-a870-6b4590fdf699 - - - - -] Sending Creation of Pool 4b37f0a4-c334-4842-98b0-87cf8100a761 to handler 2018-09-14 10:25:29.012 2249 INFO oslo_db.sqlalchemy.provision [req-e8e5c82b-1032-4758-8f1f-047bb68a121b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.016 2249 INFO oslo_db.sqlalchemy.provision [req-e8e5c82b-1032-4758-8f1f-047bb68a121b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hynixcglgy 2018-09-14 10:25:29.016 2249 INFO oslo_db.sqlalchemy.provision [req-e8e5c82b-1032-4758-8f1f-047bb68a121b - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v1.test_member.TestMember.test_bad_delete [1.404637s] ... ok 2018-09-14 10:25:29.196 2264 INFO oslo_db.sqlalchemy.provision [req-76fb76f0-c036-48eb-892a-cd40594cc939 - - - - -] CREATE BACKEND sqlite:// TOKEN pdriztlkcc 2018-09-14 10:25:29.360 2264 INFO octavia.common.config [req-76fb76f0-c036-48eb-892a-cd40594cc939 - - - - -] Logging enabled! 2018-09-14 10:25:29.361 2264 INFO octavia.common.config [req-76fb76f0-c036-48eb-892a-cd40594cc939 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.398 2264 WARNING octavia.api.root_controller [req-76fb76f0-c036-48eb-892a-cd40594cc939 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.419 2264 INFO octavia.api.v1.controllers.load_balancer [req-54b1ea58-0435-4b9d-8883-3d4999bab8fc - - - - -] Sending created Load Balancer ab42fa3c-d0b6-4c71-9c87-115863d73a97 to the handler 2018-09-14 10:25:29.581 2264 INFO octavia.api.v1.controllers.listener [req-9735079c-5a10-4ecb-b2f3-3adefa3b401c - - - - -] Sending Creation of Listener 4864b2b5-022c-41f9-9115-1c89f56e9999 to handler 2018-09-14 10:25:29.797 2264 INFO octavia.api.v1.controllers.pool [req-4cf6cbd5-91ec-4e1d-ab28-586df7eef4a2 - - - - -] Sending Creation of Pool 4299d1a3-6aea-4f36-bb60-642e9957186b to handler 2018-09-14 10:25:30.086 2264 INFO octavia.api.v1.controllers.l7policy [req-29815d32-d279-410f-b586-acc0fd1a886f - - - - -] Sending Creation of L7Policy cebaf439-cee3-4a31-aa87-084766b73015 to handler {30} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_empty_get_all [0.851188s] ... ok 2018-09-14 10:25:24.392 2248 INFO octavia.common.config [-] Logging enabled! 2018-09-14 10:25:24.393 2248 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.038 2248 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. 2018-09-14 10:25:25.092 2248 INFO oslo_db.sqlalchemy.provision [req-b8306362-719f-46b7-94d0-2a8b9aa87279 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:25.095 2248 INFO oslo_db.sqlalchemy.provision [req-b8306362-719f-46b7-94d0-2a8b9aa87279 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yopfytxxww 2018-09-14 10:25:25.096 2248 INFO oslo_db.sqlalchemy.provision [req-b8306362-719f-46b7-94d0-2a8b9aa87279 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_invalid_marker [1.413018s] ... ok 2018-09-14 10:25:28.352 2267 INFO oslo_db.sqlalchemy.provision [req-7026914f-2d18-4e62-aeac-96d876e9b2e8 - - - - -] CREATE BACKEND sqlite:// TOKEN ywiqaecdnz 2018-09-14 10:25:28.524 2267 INFO octavia.common.config [req-7026914f-2d18-4e62-aeac-96d876e9b2e8 - - - - -] Logging enabled! 2018-09-14 10:25:28.524 2267 INFO octavia.common.config [req-7026914f-2d18-4e62-aeac-96d876e9b2e8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.568 2267 WARNING octavia.api.root_controller [req-7026914f-2d18-4e62-aeac-96d876e9b2e8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.589 2267 INFO octavia.api.v1.controllers.load_balancer [req-e81914e3-686c-43af-88f8-e76ce57564cf - - - - -] Sending created Load Balancer 491394d0-0d5c-462c-a739-4e18c433085b to the handler 2018-09-14 10:25:28.773 2267 INFO octavia.api.v1.controllers.listener [req-50dd69f1-b31b-4cb8-9a2b-e86544c7a586 - - - - -] Sending Creation of Listener d2f1172b-60fd-443f-b801-6c66f644a351 to handler 2018-09-14 10:25:29.020 2267 INFO octavia.api.v1.controllers.l7policy [req-622e4d16-d831-45d8-a111-bfac2233ce64 - - - - -] Sending Creation of L7Policy b271ae08-dc80-45e9-a35b-b8d80670bb1f to handler 2018-09-14 10:25:29.258 2267 INFO octavia.api.v1.controllers.l7rule [req-bb9671ae-e65a-48d9-b499-c08eb88e35a9 - - - - -] Sending Creation of L7Rule eeaaf6ad-070f-49b5-87c7-ef5a13a53165 to handler 2018-09-14 10:25:29.445 2267 INFO octavia.api.v1.controllers.load_balancer [req-682d158c-d223-4702-8313-9f7d34507dd4 - - - - -] Sending deleted Load Balancer 491394d0-0d5c-462c-a739-4e18c433085b to the handler 2018-09-14 10:25:29.511 2267 INFO octavia.api.v1.controllers.l7rule [req-8d69d05d-a46d-4170-b4d9-40df0a13907f - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:29.555 2267 INFO oslo_db.sqlalchemy.provision [req-8d69d05d-a46d-4170-b4d9-40df0a13907f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.558 2267 INFO oslo_db.sqlalchemy.provision [req-8d69d05d-a46d-4170-b4d9-40df0a13907f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ywiqaecdnz 2018-09-14 10:25:29.559 2267 INFO oslo_db.sqlalchemy.provision [req-8d69d05d-a46d-4170-b4d9-40df0a13907f - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_when_lb_pending_delete [1.212813s] ... ok {19} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_when_lb_pending_update [1.228799s] ... ok 2018-09-14 10:25:27.956 2244 INFO oslo_db.sqlalchemy.provision [req-8e28c117-2ad1-4cfe-aa11-e540eb11bd85 - - - - -] CREATE BACKEND sqlite:// TOKEN luwklebcvp 2018-09-14 10:25:28.128 2244 INFO octavia.common.config [req-8e28c117-2ad1-4cfe-aa11-e540eb11bd85 - - - - -] Logging enabled! 2018-09-14 10:25:28.129 2244 INFO octavia.common.config [req-8e28c117-2ad1-4cfe-aa11-e540eb11bd85 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.168 2244 WARNING octavia.api.root_controller [req-8e28c117-2ad1-4cfe-aa11-e540eb11bd85 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.194 2244 INFO octavia.api.v1.controllers.load_balancer [req-1920b479-68d7-4c9d-8d02-86f77e5914e6 - - - - -] Sending created Load Balancer 5aa9683c-d6d5-4d9a-8e53-7cd52ab178e7 to the handler 2018-09-14 10:25:28.359 2244 INFO octavia.api.v1.controllers.pool [req-310496fc-fdf3-4567-8f4c-f686f01d64e4 - - - - -] Sending Creation of Pool 7c25985c-9a18-4e7b-ab64-c40f7514c74c to handler 2018-09-14 10:25:28.515 2244 INFO octavia.api.v1.controllers.load_balancer [req-85fdf9e2-9207-46f9-b08f-7bbef2555c3d - - - - -] Sending created Load Balancer 8cbd8ced-0065-4e75-9ed3-ec134d231501 to the handler 2018-09-14 10:25:28.691 2244 INFO octavia.api.v1.controllers.listener [req-05f1a38c-5cba-4ab6-97dc-86e31c57ca6d - - - - -] Sending Creation of Listener a7e7c5dd-94d7-439c-a527-b71ec02c47fd to handler 2018-09-14 10:25:28.757 2244 INFO octavia.api.v1.controllers.listener [req-26984812-c147-4576-9805-9e9c17a42679 - - - - -] Load Balancer 8cbd8ced-0065-4e75-9ed3-ec134d231501 is immutable. 2018-09-14 10:25:28.799 2244 INFO oslo_db.sqlalchemy.provision [req-26984812-c147-4576-9805-9e9c17a42679 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.802 2244 INFO oslo_db.sqlalchemy.provision [req-26984812-c147-4576-9805-9e9c17a42679 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN luwklebcvp 2018-09-14 10:25:28.803 2244 INFO oslo_db.sqlalchemy.provision [req-26984812-c147-4576-9805-9e9c17a42679 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v1.test_listener.TestListener.test_delete_pending_update [0.853761s] ... ok {20} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_delete [1.729991s] ... ok 2018-09-14 10:25:30.449 2264 INFO oslo_db.sqlalchemy.provision [req-d94f4b8b-e30b-41c3-ab8b-c0c4af2e4051 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.453 2264 INFO oslo_db.sqlalchemy.provision [req-d94f4b8b-e30b-41c3-ab8b-c0c4af2e4051 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pdriztlkcc 2018-09-14 10:25:30.453 2264 INFO oslo_db.sqlalchemy.provision [req-d94f4b8b-e30b-41c3-ab8b-c0c4af2e4051 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_with_duplicate_id [1.264471s] ... ok 2018-09-14 10:25:28.208 2242 INFO oslo_db.sqlalchemy.provision [req-590cd988-55e0-4e88-b579-4b77b0eff1bc - - - - -] CREATE BACKEND sqlite:// TOKEN gpduptwoil 2018-09-14 10:25:28.372 2242 INFO octavia.common.config [req-590cd988-55e0-4e88-b579-4b77b0eff1bc - - - - -] Logging enabled! 2018-09-14 10:25:28.373 2242 INFO octavia.common.config [req-590cd988-55e0-4e88-b579-4b77b0eff1bc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.411 2242 WARNING octavia.api.root_controller [req-590cd988-55e0-4e88-b579-4b77b0eff1bc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.432 2242 INFO octavia.api.v1.controllers.load_balancer [req-f196388c-71b6-48dd-90cb-e5b8c5987b72 - - - - -] Sending created Load Balancer fe908cd5-8ee3-4b17-befd-692ded48a972 to the handler 2018-09-14 10:25:28.596 2242 INFO octavia.api.v1.controllers.listener [req-29830cd9-adea-4442-b3c2-f210f8e0fcf6 - - - - -] Sending Creation of Listener 061f7f05-c3f2-4835-bd5b-3ada53cf4bc5 to handler 2018-09-14 10:25:28.827 2242 INFO octavia.api.v1.controllers.l7policy [req-8d12705c-cf1b-46bb-9127-73e5c40bfecb - - - - -] Sending Creation of L7Policy b38a8a43-ea74-4207-a8f9-721f5484aa63 to handler 2018-09-14 10:25:29.197 2242 INFO oslo_db.sqlalchemy.provision [req-775ed678-361b-4679-b9c0-4ae6ac25fbc8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.201 2242 INFO oslo_db.sqlalchemy.provision [req-775ed678-361b-4679-b9c0-4ae6ac25fbc8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gpduptwoil 2018-09-14 10:25:29.201 2242 INFO oslo_db.sqlalchemy.provision [req-775ed678-361b-4679-b9c0-4ae6ac25fbc8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_empty_get_all [1.000339s] ... ok {6} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_listener_bad_protocol [0.626827s] ... ok {23} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_with_bad_handler [1.614755s] ... ok 2018-09-14 10:25:29.213 2265 INFO oslo_db.sqlalchemy.provision [req-18e60f18-c1d4-4d2a-9361-37d6734753b2 - - - - -] CREATE BACKEND sqlite:// TOKEN euyacxzncc 2018-09-14 10:25:29.376 2265 INFO octavia.common.config [req-18e60f18-c1d4-4d2a-9361-37d6734753b2 - - - - -] Logging enabled! 2018-09-14 10:25:29.377 2265 INFO octavia.common.config [req-18e60f18-c1d4-4d2a-9361-37d6734753b2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.415 2265 WARNING octavia.api.root_controller [req-18e60f18-c1d4-4d2a-9361-37d6734753b2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.435 2265 INFO octavia.api.v1.controllers.load_balancer [req-a8aef104-3c29-4dcd-b4ad-4659ef38a1ee - - - - -] Sending created Load Balancer 3194f13a-a897-4eb4-8d80-8e67c6172026 to the handler 2018-09-14 10:25:29.596 2265 INFO octavia.api.v1.controllers.pool [req-2fc2b0c4-c52b-4278-9295-1eb9cfffe49a - - - - -] Sending Creation of Pool 8635df29-cb87-47e3-bd10-871a45540967 to handler 2018-09-14 10:25:29.843 2265 INFO octavia.api.v1.controllers.listener [req-06caadf8-6da7-488a-8aaa-631f0cf38bc0 - - - - -] Sending Creation of Listener ed12e179-4f28-4295-a35a-347c8d86575b to handler 2018-09-14 10:25:30.071 2265 INFO octavia.api.v1.controllers.listener [req-a87ea4fc-41f1-4323-9578-fb47af3142ea - - - - -] Sending Update of Listener ed12e179-4f28-4295-a35a-347c8d86575b to handler 2018-09-14 10:25:30.494 2265 INFO oslo_db.sqlalchemy.provision [req-ce1339bb-98a0-4696-8146-08ef55b73c4d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.498 2265 INFO oslo_db.sqlalchemy.provision [req-ce1339bb-98a0-4696-8146-08ef55b73c4d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN euyacxzncc 2018-09-14 10:25:30.498 2265 INFO oslo_db.sqlalchemy.provision [req-ce1339bb-98a0-4696-8146-08ef55b73c4d - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v1.test_listener.TestListener.test_update [1.291992s] ... ok 2018-09-14 10:25:28.810 2244 INFO oslo_db.sqlalchemy.provision [req-26984812-c147-4576-9805-9e9c17a42679 - - - - -] CREATE BACKEND sqlite:// TOKEN royrvuotku 2018-09-14 10:25:28.978 2244 INFO octavia.common.config [req-26984812-c147-4576-9805-9e9c17a42679 - - - - -] Logging enabled! 2018-09-14 10:25:28.979 2244 INFO octavia.common.config [req-26984812-c147-4576-9805-9e9c17a42679 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.020 2244 WARNING octavia.api.root_controller [req-26984812-c147-4576-9805-9e9c17a42679 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.045 2244 INFO octavia.api.v1.controllers.load_balancer [req-1ba1afd5-d959-4814-b654-0e58ee79b9b0 - - - - -] Sending created Load Balancer f48d9ea9-9ccd-4185-b8c1-e2f51ade3465 to the handler 2018-09-14 10:25:29.200 2244 INFO octavia.api.v1.controllers.load_balancer [req-119b3a61-5b32-4632-8fbb-42bf272e5476 - - - - -] Sending updated Load Balancer f48d9ea9-9ccd-4185-b8c1-e2f51ade3465 to the handler 2018-09-14 10:25:29.237 2244 INFO octavia.api.v1.controllers.load_balancer [req-a319ef0a-43fa-4104-b03f-078dee6b2a3f - - - - -] Load Balancer f48d9ea9-9ccd-4185-b8c1-e2f51ade3465 is immutable. 2018-09-14 10:25:29.273 2244 INFO oslo_db.sqlalchemy.provision [req-a319ef0a-43fa-4104-b03f-078dee6b2a3f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.277 2244 INFO oslo_db.sqlalchemy.provision [req-a319ef0a-43fa-4104-b03f-078dee6b2a3f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN royrvuotku 2018-09-14 10:25:29.277 2244 INFO oslo_db.sqlalchemy.provision [req-a319ef0a-43fa-4104-b03f-078dee6b2a3f - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_pending_update [0.473500s] ... ok 2018-09-14 10:25:29.549 2239 INFO oslo_db.sqlalchemy.provision [req-6df88ae1-f279-495f-ba21-f7d8abfe3efc - - - - -] CREATE BACKEND sqlite:// TOKEN irbhqbxyae 2018-09-14 10:25:29.714 2239 INFO octavia.common.config [req-6df88ae1-f279-495f-ba21-f7d8abfe3efc - - - - -] Logging enabled! 2018-09-14 10:25:29.715 2239 INFO octavia.common.config [req-6df88ae1-f279-495f-ba21-f7d8abfe3efc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.752 2239 WARNING octavia.api.root_controller [req-6df88ae1-f279-495f-ba21-f7d8abfe3efc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.773 2239 INFO octavia.api.v1.controllers.load_balancer [req-8334a3c9-4b73-42a0-9dbc-4f941561e601 - - - - -] Sending created Load Balancer af2009ab-7ec0-4ac0-878a-966f52728e9a to the handler 2018-09-14 10:25:29.952 2239 INFO octavia.api.v1.controllers.pool [req-dc7e0274-a8a2-4bc2-b3a3-46a03adadc05 - - - - -] Sending Creation of Pool e6cb26e1-e664-4d3f-834b-e93ebe26aea3 to handler 2018-09-14 10:25:30.152 2239 INFO octavia.api.v1.controllers.listener [req-58ea632d-f196-4b7d-a5ca-bf71af42078e - - - - -] Sending Creation of Listener dcb74a92-6943-4ad1-aa5c-609bd64db355 to handler 2018-09-14 10:25:30.256 2239 INFO oslo_db.sqlalchemy.provision [req-178e64c5-7a3d-4998-8766-cc96bc3de798 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.260 2239 INFO oslo_db.sqlalchemy.provision [req-178e64c5-7a3d-4998-8766-cc96bc3de798 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN irbhqbxyae 2018-09-14 10:25:30.261 2239 INFO oslo_db.sqlalchemy.provision [req-178e64c5-7a3d-4998-8766-cc96bc3de798 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_get [0.719006s] ... ok 2018-09-14 10:25:28.980 2266 INFO oslo_db.sqlalchemy.provision [req-a16250ee-e09f-4bf6-8b6b-e1c12ab50dd6 - - - - -] CREATE BACKEND sqlite:// TOKEN chmlxoxgeo 2018-09-14 10:25:29.140 2266 INFO octavia.common.config [req-a16250ee-e09f-4bf6-8b6b-e1c12ab50dd6 - - - - -] Logging enabled! 2018-09-14 10:25:29.141 2266 INFO octavia.common.config [req-a16250ee-e09f-4bf6-8b6b-e1c12ab50dd6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.183 2266 WARNING octavia.api.root_controller [req-a16250ee-e09f-4bf6-8b6b-e1c12ab50dd6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.218 2266 INFO oslo_db.sqlalchemy.provision [req-8b71c544-33a3-4cf6-a623-c8873ab5276d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.221 2266 INFO oslo_db.sqlalchemy.provision [req-8b71c544-33a3-4cf6-a623-c8873ab5276d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN chmlxoxgeo 2018-09-14 10:25:29.222 2266 INFO oslo_db.sqlalchemy.provision [req-8b71c544-33a3-4cf6-a623-c8873ab5276d - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:27.060 2253 INFO oslo_db.sqlalchemy.provision [req-77f9d03a-62bb-4c99-902c-e894ee52d264 - - - - -] CREATE BACKEND sqlite:// TOKEN uqztigkmid 2018-09-14 10:25:27.232 2253 INFO octavia.common.config [req-77f9d03a-62bb-4c99-902c-e894ee52d264 - - - - -] Logging enabled! 2018-09-14 10:25:27.233 2253 INFO octavia.common.config [req-77f9d03a-62bb-4c99-902c-e894ee52d264 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:27.272 2253 WARNING octavia.api.root_controller [req-77f9d03a-62bb-4c99-902c-e894ee52d264 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.294 2253 INFO octavia.api.v1.controllers.load_balancer [req-1a601967-bb7b-4deb-a697-2d1bbb6aabd5 - - - - -] Sending created Load Balancer d96fa4e8-1b31-4c98-8c81-fe3e35a1876d to the handler 2018-09-14 10:25:27.469 2253 INFO octavia.api.v1.controllers.listener [req-9d740f1e-ad12-409e-84d1-45dca0c37125 - - - - -] Sending Creation of Listener 4a55f63b-8d33-4ff9-8132-d7ce7f02ec41 to handler 2018-09-14 10:25:27.679 2253 INFO octavia.api.v1.controllers.pool [req-ca0a32ad-4bd7-49f0-a5cd-71ed4caf548c - - - - -] Sending Creation of Pool e10333bf-4363-458b-8723-3ff0b0c5c176 to handler 2018-09-14 10:25:28.076 2253 ERROR octavia.api.v1.controllers.base [req-a41985e6-04bc-4d37-b80d-84dc4d0f0f1f - - - - -] L7 Policy e6b3adb7-3f28-4d13-8288-0b0aedcfe7b3 not found: None 2018-09-14 10:25:28.076 2253 ERROR octavia.api.v1.controllers.base None 2018-09-14 10:25:28.076 2253 ERROR octavia.api.v1.controllers.base 2018-09-14 10:25:28.102 2253 INFO oslo_db.sqlalchemy.provision [req-a41985e6-04bc-4d37-b80d-84dc4d0f0f1f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.105 2253 INFO oslo_db.sqlalchemy.provision [req-a41985e6-04bc-4d37-b80d-84dc4d0f0f1f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uqztigkmid 2018-09-14 10:25:28.106 2253 INFO oslo_db.sqlalchemy.provision [req-a41985e6-04bc-4d37-b80d-84dc4d0f0f1f - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_listeners_same_port ... SKIPPED: This test should pass with a validation layer. 2018-09-14 10:25:29.545 2245 INFO oslo_db.sqlalchemy.provision [req-7970246d-ac72-479c-b020-e1867db8d51e - - - - -] CREATE BACKEND sqlite:// TOKEN fcdcyjnyyk 2018-09-14 10:25:29.714 2245 INFO octavia.common.config [req-7970246d-ac72-479c-b020-e1867db8d51e - - - - -] Logging enabled! 2018-09-14 10:25:29.715 2245 INFO octavia.common.config [req-7970246d-ac72-479c-b020-e1867db8d51e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.752 2245 WARNING octavia.api.root_controller [req-7970246d-ac72-479c-b020-e1867db8d51e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.772 2245 INFO octavia.api.v1.controllers.load_balancer [req-614d5bd8-b71b-422d-9095-d06f6bbc38ef - - - - -] Sending created Load Balancer 70c7e7bd-8c40-4a97-bdad-0ce26bd47b6a to the handler 2018-09-14 10:25:29.946 2245 INFO octavia.api.v1.controllers.pool [req-357a1d10-2b37-4639-9a15-8e91e6394fb0 - - - - -] Sending Creation of Pool 45b93a19-2d37-4abe-9f57-322871fba5af to handler 2018-09-14 10:25:30.324 2245 INFO octavia.api.v1.controllers.listener [req-76a09575-69fa-4db4-aeba-ee413be89147 - - - - -] Sending Creation of Listener 40913d7e-f6ef-4847-8856-3a1f49ed13e2 to handler 2018-09-14 10:25:30.785 2245 INFO oslo_db.sqlalchemy.provision [req-6170241c-dec4-4fbd-a773-64ab211c7652 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.788 2245 INFO oslo_db.sqlalchemy.provision [req-6170241c-dec4-4fbd-a773-64ab211c7652 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fcdcyjnyyk 2018-09-14 10:25:30.789 2245 INFO oslo_db.sqlalchemy.provision [req-6170241c-dec4-4fbd-a773-64ab211c7652 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:27.392 2243 INFO oslo_db.sqlalchemy.provision [req-587365cb-c0dd-4a6a-8a71-d429ddba4f1a - - - - -] CREATE BACKEND sqlite:// TOKEN govalgcyhu 2018-09-14 10:25:27.568 2243 INFO octavia.common.config [req-587365cb-c0dd-4a6a-8a71-d429ddba4f1a - - - - -] Logging enabled! 2018-09-14 10:25:27.569 2243 INFO octavia.common.config [req-587365cb-c0dd-4a6a-8a71-d429ddba4f1a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:27.611 2243 WARNING octavia.api.root_controller [req-587365cb-c0dd-4a6a-8a71-d429ddba4f1a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.814 2243 INFO octavia.api.v1.controllers.load_balancer [req-98a8defe-7e42-4c13-b86e-34358c56aa3f - - - - -] Sending created Load Balancer cce2cea2-a89c-4478-a485-b8b470fd3d24 to the handler 2018-09-14 10:25:27.835 2243 INFO octavia.api.v1.controllers.load_balancer [req-cca37905-348a-4b2d-a144-cbc812e8b9be - - - - -] Sending created Load Balancer f78b1ece-420d-45e7-9f44-46fe533c4114 to the handler 2018-09-14 10:25:27.855 2243 INFO octavia.api.v1.controllers.load_balancer [req-1fd5f586-8f0e-4979-9e0f-a6f2200e61a5 - - - - -] Sending created Load Balancer 7726fcc3-1a2a-4a5f-a118-c9bd57e3cd54 to the handler 2018-09-14 10:25:28.050 2243 INFO oslo_db.sqlalchemy.provision [req-0a32029d-703d-4c63-9aac-615747409234 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.053 2243 INFO oslo_db.sqlalchemy.provision [req-0a32029d-703d-4c63-9aac-615747409234 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN govalgcyhu 2018-09-14 10:25:28.054 2243 INFO oslo_db.sqlalchemy.provision [req-0a32029d-703d-4c63-9aac-615747409234 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_get_all [0.668970s] ... ok 2018-09-14 10:25:25.104 2248 INFO oslo_db.sqlalchemy.provision [req-b8306362-719f-46b7-94d0-2a8b9aa87279 - - - - -] CREATE BACKEND sqlite:// TOKEN pbhbuxabhw 2018-09-14 10:25:25.272 2248 INFO octavia.common.config [req-b8306362-719f-46b7-94d0-2a8b9aa87279 - - - - -] Logging enabled! 2018-09-14 10:25:25.272 2248 INFO octavia.common.config [req-b8306362-719f-46b7-94d0-2a8b9aa87279 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:25.309 2248 WARNING octavia.api.root_controller [req-b8306362-719f-46b7-94d0-2a8b9aa87279 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:25.352 2248 INFO octavia.api.v1.controllers.load_balancer [req-718ba15a-91a8-4bb9-8391-aa3d6bef7a8c - - - - -] Sending created Load Balancer 4ec4fcfd-b3a8-4b1b-a128-20e6ab1a1403 to the handler 2018-09-14 10:25:25.688 2248 INFO octavia.api.v1.controllers.listener [req-c6901876-5323-478f-a754-b2676039ba2a - - - - -] Sending Creation of Listener 0806f5b0-1ea7-42ab-853b-80d6643a64b7 to handler 2018-09-14 10:25:25.941 2248 INFO octavia.api.v1.controllers.l7policy [req-5ae291a3-0347-4fcc-a8de-09129179507c - - - - -] Sending Creation of L7Policy 13d50b12-097e-4e6c-a8ec-b33504af2c39 to handler 2018-09-14 10:25:26.142 2248 INFO oslo_db.sqlalchemy.provision [req-e583e6dd-5c8b-4d5a-9e83-f68085b262ab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:26.146 2248 INFO oslo_db.sqlalchemy.provision [req-e583e6dd-5c8b-4d5a-9e83-f68085b262ab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pbhbuxabhw 2018-09-14 10:25:26.146 2248 INFO oslo_db.sqlalchemy.provision [req-e583e6dd-5c8b-4d5a-9e83-f68085b262ab - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create_header_rule [1.048945s] ... ok 2018-09-14 10:25:25.118 2241 INFO octavia.api.v1.controllers.load_balancer [req-7b759fad-d6e9-4288-a5bd-e533e9f6076a - - - - -] Sending created Load Balancer 7de643fb-8d81-4416-9758-f6cd30c3ea0e to the handler 2018-09-14 10:25:25.139 2241 INFO octavia.api.v1.controllers.load_balancer [req-b85f8cd6-1e11-42d8-9d08-ad971e92c125 - - - - -] Sending created Load Balancer d2d296d8-4064-4749-bcda-3aedfb41e185 to the handler 2018-09-14 10:25:25.160 2241 INFO octavia.api.v1.controllers.load_balancer [req-7154bdd0-657b-4515-8eb1-af60fb38f45c - - - - -] Sending created Load Balancer fcf43d50-656a-44d9-beaf-d349a29d175c to the handler 2018-09-14 10:25:25.181 2241 INFO octavia.api.v1.controllers.load_balancer [req-b4f5549d-bc00-4905-8376-43a89cce031d - - - - -] Sending created Load Balancer af762c55-3191-4985-9aa5-e7c4a6622b1a to the handler 2018-09-14 10:25:25.201 2241 INFO octavia.api.v1.controllers.load_balancer [req-fd34b20b-c554-437b-8a0d-30875640f9df - - - - -] Sending created Load Balancer 39e35e06-c63b-4b10-8eca-ff84ce4ee9c5 to the handler 2018-09-14 10:25:25.222 2241 INFO octavia.api.v1.controllers.load_balancer [req-30f79ae2-2063-4c4b-b439-cc46d9ffa9ff - - - - -] Sending created Load Balancer 0bc92abc-4faa-4422-9332-3e8aedf131bc to the handler 2018-09-14 10:25:25.240 2241 INFO octavia.api.v1.controllers.load_balancer [req-ef95ae96-b906-4797-8bcd-ba3f8a5f85b5 - - - - -] Sending created Load Balancer a42ccce4-3fe6-49e7-b4f2-d2b8bbdbe102 to the handler 2018-09-14 10:25:25.257 2241 INFO octavia.api.v1.controllers.load_balancer [req-b0e99cf0-21a1-43d1-8236-7948e197332d - - - - -] Sending created Load Balancer f6a8ea55-f8d6-4517-99a3-a36aa9e547ba to the handler 2018-09-14 10:25:25.278 2241 INFO octavia.api.v1.controllers.load_balancer [req-171446fd-f9c1-4d09-a4e2-7f094dc7f3e0 - - - - -] Sending created Load Balancer 0ab7e984-aa15-4ecf-9663-cb5b1775491f to the handler 2018-09-14 10:25:25.296 2241 INFO octavia.api.v1.controllers.load_balancer [req-ea9f9802-65c9-45e3-a07f-ad64dd970628 - - - - -] Sending created Load Balancer aeceea16-2e96-47f2-bf18-a696346405de to the handler 2018-09-14 10:25:25.315 2241 INFO octavia.api.v1.controllers.load_balancer [req-29ed690c-d69f-4837-a2f1-b9ac5d8f4a66 - - - - -] Sending created Load Balancer 7bcdf7e8-4732-45cd-b552-27ecac843053 to the handler 2018-09-14 10:25:25.334 2241 INFO octavia.api.v1.controllers.load_balancer [req-7b17ecb1-1cb9-4b83-a379-0f3817c86a01 - - - - -] Sending created Load Balancer 32e1a119-c717-4e8e-8b34-66196c49884d to the handler 2018-09-14 10:25:25.352 2241 INFO octavia.api.v1.controllers.load_balancer [req-982583fc-06a8-463d-883c-35bb60039721 - - - - -] Sending created Load Balancer 061ff4c7-f680-4441-889b-7adfb057975b to the handler 2018-09-14 10:25:25.371 2241 INFO octavia.api.v1.controllers.load_balancer [req-39f87dd8-9457-42d0-8657-332a6caf6a01 - - - - -] Sending created Load Balancer 42d7607e-16a2-4e9b-bc6c-9938e47f018c to the handler 2018-09-14 10:25:25.390 2241 INFO octavia.api.v1.controllers.load_balancer [req-c786511f-a0f1-43be-8ad3-5366b634a543 - - - - -] Sending created Load Balancer cbfe4d71-24ad-4244-99e4-9fcfadd1861a to the handler 2018-09-14 10:25:25.408 2241 INFO octavia.api.v1.controllers.load_balancer [req-f5d9827d-7600-4e12-b99d-c4d02aa40b45 - - - - -] Sending created Load Balancer edb31140-a0e2-4d0c-bec6-68fcbabdf9e5 to the handler 2018-09-14 10:25:25.426 2241 INFO octavia.api.v1.controllers.load_balancer [req-d9591c5e-ce00-4e27-83dd-df7812ee5c75 - - - - -] Sending created Load Balancer 5009b2b2-7f88-4b32-a2df-46f1faa480dd to the handler 2018-09-14 10:25:25.446 2241 INFO octavia.api.v1.controllers.load_balancer [req-b07277e0-f2a0-4ac8-9ef0-9bf9c2515040 - - - - -] Sending created Load Balancer ff615dbe-02c6-47b9-8a90-3240d6fd2cd8 to the handler 2018-09-14 10:25:25.464 2241 INFO octavia.api.v1.controllers.load_balancer [req-ff64e7d6-7946-489f-9511-b7bd036176b0 - - - - -] Sending created Load Balancer 9c47477c-5cd4-4918-ab5c-2d094477098e to the handler 2018-09-14 10:25:25.483 2241 INFO octavia.api.v1.controllers.load_balancer [req-21d38908-2969-4002-ba88-b851ff26784e - - - - -] Sending created Load Balancer c706cf74-530b-4a59-952d-2333086045d6 to the handler 2018-09-14 10:25:25.502 2241 INFO octavia.api.v1.controllers.load_balancer [req-f8425bc8-1bf8-4183-a00f-e68c296a9d13 - - - - -] Sending created Load Balancer 6585e02c-f600-4784-9910-9168dbb4bf52 to the handler 2018-09-14 10:25:25.521 2241 INFO octavia.api.v1.controllers.load_balancer [req-0f0420b4-0b2b-4f5f-8892-c10485992e0d - - - - -] Sending created Load Balancer 10f3e03c-b660-4bba-9b23-8ecf94228160 to the handler 2018-09-14 10:25:25.540 2241 INFO octavia.api.v1.controllers.load_balancer [req-c873c3aa-b90b-4ccd-a08d-455d379c8133 - - - - -] Sending created Load Balancer 7f8cfe4b-a14f-4501-b8e6-6a8867f4c6c4 to the handler 2018-09-14 10:25:25.559 2241 INFO octavia.api.v1.controllers.load_balancer [req-bea615fe-2756-4c14-8e41-cc06f90029c7 - - - - -] Sending created Load Balancer 8cde0954-8bbe-4702-8cd0-195e12dde90c to the handler 2018-09-14 10:25:25.578 2241 INFO octavia.api.v1.controllers.load_balancer [req-bcabc627-5a84-4476-b196-49a79582efb5 - - - - -] Sending created Load Balancer 0269ba70-fc68-45eb-b356-9e68eb22972e to the handler 2018-09-14 10:25:25.597 2241 INFO octavia.api.v1.controllers.load_balancer [req-bce9e330-95b9-4691-b16c-68e28e13b950 - - - - -] Sending created Load Balancer 851c74b8-d198-4d98-b755-2ae1422071e6 to the handler 2018-09-14 10:25:25.616 2241 INFO octavia.api.v1.controllers.load_balancer [req-3520f84c-0cad-47c8-ac0d-9285b527d78e - - - - -] Sending created Load Balancer 270dca6a-2090-4390-bf42-efa23b0b67b4 to the handler 2018-09-14 10:25:25.635 2241 INFO octavia.api.v1.controllers.load_balancer [req-38e0804f-4792-44f9-a268-84071edb8ef8 - - - - -] Sending created Load Balancer c5fc5e9f-621a-4c66-96fe-5dec35ee72b3 to the handler 2018-09-14 10:25:25.654 2241 INFO octavia.api.v1.controllers.load_balancer [req-bc366dd6-f9fc-4bfe-8f09-c4e4090fc9db - - - - -] Sending created Load Balancer f96180cb-9f6f-432b-9687-0d66a9d78464 to the handler 2018-09-14 10:25:25.672 2241 INFO octavia.api.v1.controllers.load_balancer [req-beafb0ee-580b-4c6c-8b7c-dd11577fec76 - - - - -] Sending created Load Balancer b3cf9b66-ff88-45ca-aa7b-b0724500e02a to the handler 2018-09-14 10:25:25.692 2241 INFO octavia.api.v1.controllers.load_balancer [req-2cdd98f7-83f4-4199-8312-f9d97474173a - - - - -] Sending created Load Balancer b64463a2-63d4-4a85-8900-375b88b3819e to the handler 2018-09-14 10:25:25.711 2241 INFO octavia.api.v1.controllers.load_balancer [req-81612153-fa5e-40be-99b5-a5695fafd0f0 - - - - -] Sending created Load Balancer d82b7f56-7298-45aa-9089-690a5fe50a0e to the handler 2018-09-14 10:25:25.732 2241 INFO octavia.api.v1.controllers.load_balancer [req-31586d4e-37dd-4057-bdae-3669fe9b709b - - - - -] Sending created Load Balancer c629bf7c-162a-4e65-a8e7-61766c1be933 to the handler 2018-09-14 10:25:25.756 2241 INFO octavia.api.v1.controllers.load_balancer [req-f302ae1b-9760-4e59-a334-1fed61d0c37f - - - - -] Sending created Load Balancer 733e7440-0425-4421-9b9d-5ffdd7f18d93 to the handler 2018-09-14 10:25:25.779 2241 INFO octavia.api.v1.controllers.load_balancer [req-a8c54d86-6fa4-43c2-953b-acec79656977 - - - - -] Sending created Load Balancer a3ff5392-74c5-4c05-ad0a-5b2286ec37a2 to the handler 2018-09-14 10:25:25.799 2241 INFO octavia.api.v1.controllers.load_balancer [req-b4c3bae0-876d-428b-89e1-8a46ce0beaee - - - - -] Sending created Load Balancer 4d08744d-adc7-44bc-a540-0574f1e2fca9 to the handler 2018-09-14 10:25:25.823 2241 INFO octavia.api.v1.controllers.load_balancer [req-d6d3587d-b724-4ce6-a4a0-3f8787f10a4c - - - - -] Sending created Load Balancer 80c66b1d-ac8a-46f1-b801-14d586567a02 to the handler 2018-09-14 10:25:25.849 2241 INFO octavia.api.v1.controllers.load_balancer [req-82f0a849-52f0-4ddb-882c-1d02aa1edacd - - - - -] Sending created Load Balancer 916d95e3-bc5d-4ca6-9120-4f150ca48447 to the handler 2018-09-14 10:25:25.868 2241 INFO octavia.api.v1.controllers.load_balancer [req-394c7911-8b5f-4575-aef2-e8bdd67544f3 - - - - -] Sending created Load Balancer dc13d2c4-b7a0-433d-b230-45b910f856d5 to the handler 2018-09-14 10:25:25.893 2241 INFO octavia.api.v1.controllers.load_balancer [req-657c9a76-e08e-473c-b5d9-bf2439b4397f - - - - -] Sending created Load Balancer bd40a7fc-0425-4f69-912b-0d0814358813 to the handler 2018-09-14 10:25:25.913 2241 INFO octavia.api.v1.controllers.load_balancer [req-085e5765-371f-41fe-82f9-b5fc88bb1a9f - - - - -] Sending created Load Balancer fe52b5aa-2e6e-4900-a629-8901b9922795 to the handler 2018-09-14 10:25:25.931 2241 INFO octavia.api.v1.controllers.load_balancer [req-5e7ddb01-e6b5-42d9-922f-d93b2cd51582 - - - - -] Sending created Load Balancer 311a67aa-9a4b-4fdd-9db3-53208ba203f3 to the handler 2018-09-14 10:25:25.951 2241 INFO octavia.api.v1.controllers.load_balancer [req-38d8e90c-23e9-451f-b53b-a861c0a74699 - - - - -] Sending created Load Balancer 1cd9ff4b-cec3-4d02-be93-046834ce51c9 to the handler 2018-09-14 10:25:25.969 2241 INFO octavia.api.v1.controllers.load_balancer [req-6575c9a0-de0e-4710-822d-e209d8145eb8 - - - - -] Sending created Load Balancer 7c84c793-e95e-4b31-ba16-45e5016e414e to the handler 2018-09-14 10:25:25.988 2241 INFO octavia.api.v1.controllers.load_balancer [req-a0b35220-0920-4ee4-9495-e01d850509f7 - - - - -] Sending created Load Balancer c18b21a1-f8aa-4232-9340-453788f3e31b to the handler 2018-09-14 10:25:26.009 2241 INFO octavia.api.v1.controllers.load_balancer [req-c1c2eb53-9a09-4b63-b917-a143b6329ab5 - - - - -] Sending created Load Balancer f4d32da7-b5f7-4a6a-b8dc-d9df839d03d2 to the handler 2018-09-14 10:25:26.028 2241 INFO octavia.api.v1.controllers.load_balancer [req-87be4aad-75b8-4c7b-a250-53a86bf9f4c9 - - - - -] Sending created Load Balancer 542590b7-ff8e-4271-aa18-97b60ff26a7e to the handler 2018-09-14 10:25:26.047 2241 INFO octavia.api.v1.controllers.load_balancer [req-08e2e89d-b192-46c6-a7a7-b7697b96b7bf - - - - -] Sending created Load Balancer 554fb6f9-db26-4b27-9fa3-eac83236f466 to the handler 2018-09-14 10:25:26.066 2241 INFO octavia.api.v1.controllers.load_balancer [req-699c60c0-12d2-48fb-acf3-7e8fb5b144da - - - - -] Sending created Load Balancer cdca554b-55f8-4edf-afc0-59420a7870a9 to the handler 2018-09-14 10:25:26.086 2241 INFO octavia.api.v1.controllers.load_balancer [req-06c2ade4-c7cb-4e54-a92c-3566e6e06cde - - - - -] Sending created Load Balancer 1af2e8a4-8309-4424-b369-3af53e8525d8 to the handler 2018-09-14 10:25:26.108 2241 INFO octavia.api.v1.controllers.load_balancer [req-84edf0ab-bbd7-488a-9410-7bcbd1ce3118 - - - - -] Sending created Load Balancer 1f695419-df94-4b29-8ae0-da91ba5e34b3 to the handler 2018-09-14 10:25:26.130 2241 INFO octavia.api.v1.controllers.load_balancer [req-2c51b406-768b-49fa-b888-dd05645163c3 - - - - -] Sending created Load Balancer b8765338-aac9-451a-a957-ddaabafa9376 to the handler 2018-09-14 10:25:26.153 2241 INFO octavia.api.v1.controllers.load_balancer [req-2d955404-4211-4cd8-9749-682386eb8c64 - - - - -] Sending created Load Balancer b8c8e2c6-4cec-487f-994a-fe6941c364b2 to the handler 2018-09-14 10:25:26.175 2241 INFO octavia.api.v1.controllers.load_balancer [req-e8e2222a-2288-4996-9cb3-706d5740c498 - - - - -] Sending created Load Balancer 2bf46d45-3346-4b30-b240-738911387b3e to the handler 2018-09-14 10:25:26.194 2241 INFO octavia.api.v1.controllers.load_balancer [req-b183371d-3ae9-4ea3-99f2-4f752d1720dc - - - - -] Sending created Load Balancer b194d64c-ce7c-4cc5-abc3-e8b61043e32a to the handler 2018-09-14 10:25:26.214 2241 INFO octavia.api.v1.controllers.load_balancer [req-782580d8-a6c6-4fd5-b0b6-61dcd648b38b - - - - -] Sending created Load Balancer 54eeea50-0116-4b1f-8dfa-6d21ad00b1ae to the handler 2018-09-14 10:25:26.233 2241 INFO octavia.api.v1.controllers.load_balancer [req-fec6c989-a014-4a15-8aaa-2ce2b5067f46 - - - - -] Sending created Load Balancer cc78bdab-db27-4151-95c3-1edcf9dd6c52 to the handler 2018-09-14 10:25:26.253 2241 INFO octavia.api.v1.controllers.load_balancer [req-5f1e98c0-935d-4328-a74d-f05a589bb8c4 - - - - -] Sending created Load Balancer 47b99b60-1cfc-4ba5-8291-ce80bafe6582 to the handler 2018-09-14 10:25:26.276 2241 INFO octavia.api.v1.controllers.load_balancer [req-7df0aae2-9299-41d6-8ad2-071a63342f55 - - - - -] Sending created Load Balancer 2afc22df-610f-40f8-95f7-3c0fedfcb53d to the handler 2018-09-14 10:25:26.297 2241 INFO octavia.api.v1.controllers.load_balancer [req-2f43a04c-581e-4423-8586-fb0dafb14c00 - - - - -] Sending created Load Balancer fef68261-e0de-43e1-aa20-7043b3061d16 to the handler 2018-09-14 10:25:26.322 2241 INFO octavia.api.v1.controllers.load_balancer [req-cfbe1561-6c0b-4511-9dad-e02c79547c6b - - - - -] Sending created Load Balancer a6d4c414-ccf5-4168-81ad-76b91106364a to the handler 2018-09-14 10:25:26.343 2241 INFO octavia.api.v1.controllers.load_balancer [req-c0c01ad4-6095-42d8-9788-f7ba773a573b - - - - -] Sending created Load Balancer 428a02f1-a20c-42cc-8c5f-82ff4be48aa5 to the handler 2018-09-14 10:25:26.382 2241 INFO octavia.api.v1.controllers.load_balancer [req-661ff5f2-e3dc-4233-896e-e79e75c754ea - - - - -] Sending created Load Balancer f8de1dfe-6735-4839-bd8d-88ee3b49095b to the handler 2018-09-14 10:25:26.402 2241 INFO octavia.api.v1.controllers.load_balancer [req-6944718e-6d2b-422f-ad84-dc2de5182014 - - - - -] Sending created Load Balancer 56656f09-c851-4cf0-8195-a7ee26357786 to the handler 2018-09-14 10:25:27.568 2241 INFO oslo_db.sqlalchemy.provision [req-ff997611-5bda-440b-82ad-8f191636cf40 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.573 2241 INFO oslo_db.sqlalchemy.provision [req-ff997611-5bda-440b-82ad-8f191636cf40 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rypwshkqou 2018-09-14 10:25:27.573 2241 INFO oslo_db.sqlalchemy.provision [req-ff997611-5bda-440b-82ad-8f191636cf40 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_delete [1.053063s] ... ok {6} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_project_id [1.250379s] ... ok 2018-09-14 10:25:29.566 2267 INFO oslo_db.sqlalchemy.provision [req-8d69d05d-a46d-4170-b4d9-40df0a13907f - - - - -] CREATE BACKEND sqlite:// TOKEN pgmriqdikt 2018-09-14 10:25:29.733 2267 INFO octavia.common.config [req-8d69d05d-a46d-4170-b4d9-40df0a13907f - - - - -] Logging enabled! 2018-09-14 10:25:29.734 2267 INFO octavia.common.config [req-8d69d05d-a46d-4170-b4d9-40df0a13907f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.774 2267 WARNING octavia.api.root_controller [req-8d69d05d-a46d-4170-b4d9-40df0a13907f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.795 2267 INFO octavia.api.v1.controllers.load_balancer [req-59315ffb-b439-43f9-ba10-2594cf5bea2a - - - - -] Sending created Load Balancer ce7d6254-43a9-4680-9cb4-708716d9a521 to the handler 2018-09-14 10:25:29.936 2267 INFO octavia.api.v1.controllers.load_balancer [req-50847867-baa0-4cf7-af73-c2f58f2ee892 - - - - -] Sending deleted Load Balancer ce7d6254-43a9-4680-9cb4-708716d9a521 to the handler 2018-09-14 10:25:30.107 2267 INFO oslo_db.sqlalchemy.provision [req-6c4736bc-1b56-4849-913e-145156da7902 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.111 2267 INFO oslo_db.sqlalchemy.provision [req-6c4736bc-1b56-4849-913e-145156da7902 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pgmriqdikt 2018-09-14 10:25:30.112 2267 INFO oslo_db.sqlalchemy.provision [req-6c4736bc-1b56-4849-913e-145156da7902 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:28.084 2254 INFO oslo_db.sqlalchemy.provision [req-a84d5661-1bc7-4e7a-9734-d9c3f59fb20d - - - - -] CREATE BACKEND sqlite:// TOKEN lelsaaqwzo 2018-09-14 10:25:28.247 2254 INFO octavia.common.config [req-a84d5661-1bc7-4e7a-9734-d9c3f59fb20d - - - - -] Logging enabled! 2018-09-14 10:25:28.248 2254 INFO octavia.common.config [req-a84d5661-1bc7-4e7a-9734-d9c3f59fb20d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.284 2254 WARNING octavia.api.root_controller [req-a84d5661-1bc7-4e7a-9734-d9c3f59fb20d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.305 2254 INFO octavia.api.v1.controllers.load_balancer [req-d7a7ec1f-24c5-47e5-9aee-24ed042bcc80 - - - - -] Sending created Load Balancer 20d667bf-aad4-49ee-8490-988b26e227c7 to the handler 2018-09-14 10:25:28.460 2254 INFO octavia.api.v1.controllers.listener [req-9e5e58c6-8415-40a8-a385-98b093316cbf - - - - -] Sending Creation of Listener 30558a9e-53d4-4fff-a7e5-fddbcc94c671 to handler 2018-09-14 10:25:28.689 2254 INFO octavia.api.v1.controllers.l7policy [req-490e3183-5398-47a6-a239-23dd1c9609f1 - - - - -] Sending Creation of L7Policy f772aba6-48f4-4470-a2d5-7c31be6a72b3 to handler 2018-09-14 10:25:28.919 2254 INFO octavia.api.v1.controllers.l7rule [req-3c0f2a2e-772e-45cf-af0a-0766877da1ed - - - - -] Sending Creation of L7Rule 37d2a946-0030-4f99-958e-72e4ddc2174d to handler 2018-09-14 10:25:28.951 2254 INFO oslo_db.sqlalchemy.provision [req-3c0f2a2e-772e-45cf-af0a-0766877da1ed - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.955 2254 INFO oslo_db.sqlalchemy.provision [req-3c0f2a2e-772e-45cf-af0a-0766877da1ed - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lelsaaqwzo 2018-09-14 10:25:28.955 2254 INFO oslo_db.sqlalchemy.provision [req-3c0f2a2e-772e-45cf-af0a-0766877da1ed - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:30.515 2265 INFO oslo_db.sqlalchemy.provision [req-ce1339bb-98a0-4696-8146-08ef55b73c4d - - - - -] CREATE BACKEND sqlite:// TOKEN ttaflupzyf 2018-09-14 10:25:30.694 2265 INFO octavia.common.config [req-ce1339bb-98a0-4696-8146-08ef55b73c4d - - - - -] Logging enabled! 2018-09-14 10:25:30.695 2265 INFO octavia.common.config [req-ce1339bb-98a0-4696-8146-08ef55b73c4d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.734 2265 WARNING octavia.api.root_controller [req-ce1339bb-98a0-4696-8146-08ef55b73c4d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.957 2265 INFO octavia.api.v1.controllers.load_balancer [req-8c3aa262-b7b1-4cff-a6ea-bfc04eb64b1a - - - - -] Sending full load balancer configuration bf6aa4df-c430-4587-aee5-48aeda6f014f to the handler 2018-09-14 10:25:30.992 2265 INFO oslo_db.sqlalchemy.provision [req-8c3aa262-b7b1-4cff-a6ea-bfc04eb64b1a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.996 2265 INFO oslo_db.sqlalchemy.provision [req-8c3aa262-b7b1-4cff-a6ea-bfc04eb64b1a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ttaflupzyf 2018-09-14 10:25:30.997 2265 INFO oslo_db.sqlalchemy.provision [req-8c3aa262-b7b1-4cff-a6ea-bfc04eb64b1a - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_of_everything [0.497250s] ... ok {27} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_invalid_vip_subnet [0.248357s] ... ok 2018-09-14 10:25:28.096 2257 INFO oslo_db.sqlalchemy.provision [req-c6b73788-5c77-40fe-b3c6-cb81f87b4a49 - - - - -] CREATE BACKEND sqlite:// TOKEN hcxbddzmll 2018-09-14 10:25:28.272 2257 INFO octavia.common.config [req-c6b73788-5c77-40fe-b3c6-cb81f87b4a49 - - - - -] Logging enabled! 2018-09-14 10:25:28.273 2257 INFO octavia.common.config [req-c6b73788-5c77-40fe-b3c6-cb81f87b4a49 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.311 2257 WARNING octavia.api.root_controller [req-c6b73788-5c77-40fe-b3c6-cb81f87b4a49 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.343 2257 INFO octavia.api.v1.controllers.load_balancer [req-9d5b06c2-d1f4-4382-a4a0-50c29c9c674f - - - - -] Sending created Load Balancer 147c0351-8753-4837-9658-ee1e6dab2998 to the handler 2018-09-14 10:25:28.520 2257 INFO octavia.api.v1.controllers.listener [req-1a92b1b5-f6c6-4fa2-b96c-c52f5cbf196a - - - - -] Sending Creation of Listener 6ee38d2a-218f-4fa3-9e92-137e96e2c5b2 to handler 2018-09-14 10:25:28.797 2257 INFO octavia.api.v1.controllers.pool [req-2418fd06-3e46-4fd6-8c7c-570deb2ec259 - - - - -] Sending Creation of Pool 26cf56f7-5bf4-4f23-9b77-9872274be95b to handler 2018-09-14 10:25:28.993 2257 INFO octavia.api.v1.controllers.load_balancer [req-21afec65-c9b0-486c-ab4d-4fb1402e7412 - - - - -] Sending updated Load Balancer 147c0351-8753-4837-9658-ee1e6dab2998 to the handler 2018-09-14 10:25:29.062 2257 INFO octavia.api.v1.controllers.pool [req-ceb438af-c23c-4981-bdec-73569cf044b4 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:29.120 2257 INFO oslo_db.sqlalchemy.provision [req-ceb438af-c23c-4981-bdec-73569cf044b4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.123 2257 INFO oslo_db.sqlalchemy.provision [req-ceb438af-c23c-4981-bdec-73569cf044b4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hcxbddzmll 2018-09-14 10:25:29.124 2257 INFO oslo_db.sqlalchemy.provision [req-ceb438af-c23c-4981-bdec-73569cf044b4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_when_lb_pending_update [1.034399s] ... ok 2018-09-14 10:25:30.268 2239 INFO oslo_db.sqlalchemy.provision [req-178e64c5-7a3d-4998-8766-cc96bc3de798 - - - - -] CREATE BACKEND sqlite:// TOKEN rrsgmzxwwu 2018-09-14 10:25:30.446 2239 INFO octavia.common.config [req-178e64c5-7a3d-4998-8766-cc96bc3de798 - - - - -] Logging enabled! 2018-09-14 10:25:30.447 2239 INFO octavia.common.config [req-178e64c5-7a3d-4998-8766-cc96bc3de798 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.486 2239 WARNING octavia.api.root_controller [req-178e64c5-7a3d-4998-8766-cc96bc3de798 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.508 2239 INFO octavia.api.v1.controllers.load_balancer [req-686013e0-cf10-4e49-9376-7d7d7e83cce4 - - - - -] Sending created Load Balancer 8555ad19-9fe8-498f-8cbb-7b17de8003e2 to the handler 2018-09-14 10:25:30.694 2239 INFO octavia.api.v1.controllers.pool [req-0adb2ef8-5740-4f8e-b92e-0452cea29cf0 - - - - -] Sending Creation of Pool bbcdd544-e97d-4dd8-a995-ce9f8ec3bf2f to handler 2018-09-14 10:25:31.000 2239 INFO octavia.api.v1.controllers.load_balancer [req-5c61d8c4-5f9e-4b02-b247-73c712d604b2 - - - - -] Sending created Load Balancer 4496cf68-1387-4d27-903a-ed301c49c88a to the handler 2018-09-14 10:25:31.164 2239 INFO octavia.api.v1.controllers.listener [req-ba99f6ea-a893-482a-bf39-8fa1ae38d007 - - - - -] Sending Creation of Listener 0b0ceaa0-92b1-4433-9151-0a4887226a71 to handler 2018-09-14 10:25:31.341 2239 INFO octavia.api.v1.controllers.load_balancer [req-49dc4dcc-61b1-4fe3-a183-29051717f9dd - - - - -] Sending updated Load Balancer 4496cf68-1387-4d27-903a-ed301c49c88a to the handler 2018-09-14 10:25:31.390 2239 INFO octavia.api.v1.controllers.listener [req-3b5c3d6f-1850-4e83-bea4-0538043a4f35 - - - - -] Load Balancer 4496cf68-1387-4d27-903a-ed301c49c88a is immutable. 2018-09-14 10:25:31.431 2239 INFO oslo_db.sqlalchemy.provision [req-3b5c3d6f-1850-4e83-bea4-0538043a4f35 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.435 2239 INFO oslo_db.sqlalchemy.provision [req-3b5c3d6f-1850-4e83-bea4-0538043a4f35 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rrsgmzxwwu 2018-09-14 10:25:31.435 2239 INFO oslo_db.sqlalchemy.provision [req-3b5c3d6f-1850-4e83-bea4-0538043a4f35 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:31.004 2265 INFO oslo_db.sqlalchemy.provision [req-8c3aa262-b7b1-4cff-a6ea-bfc04eb64b1a - - - - -] CREATE BACKEND sqlite:// TOKEN kecsfbfqwv 2018-09-14 10:25:31.169 2265 INFO octavia.common.config [req-8c3aa262-b7b1-4cff-a6ea-bfc04eb64b1a - - - - -] Logging enabled! 2018-09-14 10:25:31.170 2265 INFO octavia.common.config [req-8c3aa262-b7b1-4cff-a6ea-bfc04eb64b1a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.207 2265 WARNING octavia.api.root_controller [req-8c3aa262-b7b1-4cff-a6ea-bfc04eb64b1a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.228 2265 INFO octavia.api.v1.controllers.load_balancer [req-927621d0-8239-43af-834e-207ff5f15feb - - - - -] Sending created Load Balancer bd4760bb-66c4-4ec0-9182-fe948127a55d to the handler 2018-09-14 10:25:31.398 2265 INFO octavia.api.v1.controllers.listener [req-e7dfd799-1e70-42e0-9c67-043886c40e3d - - - - -] Sending Creation of Listener 9d0e924b-d6d3-440b-86c8-847ddc6ab37a to handler 2018-09-14 10:25:31.595 2265 INFO octavia.api.v1.controllers.pool [req-2316532b-634c-402d-a2a0-5e9f1d9468cd - - - - -] Sending Creation of Pool cf4f1c28-d840-469f-8eb3-1d11bdd2a340 to handler 2018-09-14 10:25:31.867 2265 INFO octavia.api.v1.controllers.pool [req-009f0c59-5d68-4ce6-8ff2-35f8bff0de54 - - - - -] Sending Creation of Pool c7630130-1072-427f-a318-b745824d1437 to handler 2018-09-14 10:25:28.060 2243 INFO oslo_db.sqlalchemy.provision [req-0a32029d-703d-4c63-9aac-615747409234 - - - - -] CREATE BACKEND sqlite:// TOKEN aibzdjxzoj 2018-09-14 10:25:28.220 2243 INFO octavia.common.config [req-0a32029d-703d-4c63-9aac-615747409234 - - - - -] Logging enabled! 2018-09-14 10:25:28.221 2243 INFO octavia.common.config [req-0a32029d-703d-4c63-9aac-615747409234 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.258 2243 WARNING octavia.api.root_controller [req-0a32029d-703d-4c63-9aac-615747409234 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.270 2243 ERROR octavia.api.v1.controllers.base [req-99217de1-aeae-4721-9836-a81b53f22272 - - - - -] Load Balancer SEAN-CONNERY not found: None 2018-09-14 10:25:28.270 2243 ERROR octavia.api.v1.controllers.base None 2018-09-14 10:25:28.270 2243 ERROR octavia.api.v1.controllers.base 2018-09-14 10:25:28.296 2243 INFO oslo_db.sqlalchemy.provision [req-99217de1-aeae-4721-9836-a81b53f22272 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.300 2243 INFO oslo_db.sqlalchemy.provision [req-99217de1-aeae-4721-9836-a81b53f22272 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aibzdjxzoj 2018-09-14 10:25:28.300 2243 INFO oslo_db.sqlalchemy.provision [req-99217de1-aeae-4721-9836-a81b53f22272 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update_bad_lb_id [0.245935s] ... ok 2018-09-14 10:25:28.338 2240 INFO oslo_db.sqlalchemy.provision [req-af0a8f23-d194-4812-9cb0-83191c284c55 - - - - -] CREATE BACKEND sqlite:// TOKEN rnnrflfvea 2018-09-14 10:25:28.500 2240 INFO octavia.common.config [req-af0a8f23-d194-4812-9cb0-83191c284c55 - - - - -] Logging enabled! 2018-09-14 10:25:28.501 2240 INFO octavia.common.config [req-af0a8f23-d194-4812-9cb0-83191c284c55 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.539 2240 WARNING octavia.api.root_controller [req-af0a8f23-d194-4812-9cb0-83191c284c55 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.561 2240 INFO octavia.api.v1.controllers.load_balancer [req-030f0364-8d5a-4799-bdba-2cea874b3169 - - - - -] Sending created Load Balancer 8fa0735d-0665-441b-810a-7f03b71604a5 to the handler 2018-09-14 10:25:28.581 2240 INFO octavia.api.v1.controllers.load_balancer [req-35aeaf4a-5ee4-4024-90d5-108251805f5b - - - - -] Sending created Load Balancer 9ea262b0-a9f5-45f8-a25c-dc1c035de7c1 to the handler 2018-09-14 10:25:28.600 2240 INFO octavia.api.v1.controllers.load_balancer [req-fd416c93-ab95-4602-b3e5-c7e99d869d87 - - - - -] Sending created Load Balancer d9fe9321-1f85-497c-ac93-17da3325ac1f to the handler 2018-09-14 10:25:28.900 2240 INFO oslo_db.sqlalchemy.provision [req-b678a1be-6998-49b3-b089-d96742151ad2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.904 2240 INFO oslo_db.sqlalchemy.provision [req-b678a1be-6998-49b3-b089-d96742151ad2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rnnrflfvea 2018-09-14 10:25:28.905 2240 INFO oslo_db.sqlalchemy.provision [req-b678a1be-6998-49b3-b089-d96742151ad2 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:30.462 2264 INFO oslo_db.sqlalchemy.provision [req-d94f4b8b-e30b-41c3-ab8b-c0c4af2e4051 - - - - -] CREATE BACKEND sqlite:// TOKEN yecwctvejj 2018-09-14 10:25:30.659 2264 INFO octavia.common.config [req-d94f4b8b-e30b-41c3-ab8b-c0c4af2e4051 - - - - -] Logging enabled! 2018-09-14 10:25:30.660 2264 INFO octavia.common.config [req-d94f4b8b-e30b-41c3-ab8b-c0c4af2e4051 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.712 2264 WARNING octavia.api.root_controller [req-d94f4b8b-e30b-41c3-ab8b-c0c4af2e4051 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.751 2264 INFO octavia.api.v1.controllers.load_balancer [req-f8aba242-1ab6-4379-b1f4-5a64bfea7867 - - - - -] Sending created Load Balancer 908125e2-f6c4-46ff-a67a-d13ae350fca6 to the handler 2018-09-14 10:25:30.976 2264 INFO octavia.api.v1.controllers.pool [req-8d0290b7-7b3f-48a1-82be-c4e074f819d6 - - - - -] Sending Creation of Pool 16859577-6d42-436a-955a-a45ad37446ed to handler 2018-09-14 10:25:31.191 2264 INFO octavia.api.v1.controllers.listener [req-de7bc69f-9cbe-415f-a415-dd30627b512c - - - - -] Sending Creation of Listener 4b2c392c-cf34-4dae-a160-fde7f2e23cc0 to handler 2018-09-14 10:25:31.248 2264 INFO oslo_db.sqlalchemy.provision [req-de7bc69f-9cbe-415f-a415-dd30627b512c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.252 2264 INFO oslo_db.sqlalchemy.provision [req-de7bc69f-9cbe-415f-a415-dd30627b512c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yecwctvejj 2018-09-14 10:25:31.252 2264 INFO oslo_db.sqlalchemy.provision [req-de7bc69f-9cbe-415f-a415-dd30627b512c - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete [0.552101s] ... ok 2018-09-14 10:25:26.844 2252 INFO oslo_db.sqlalchemy.provision [req-f97f599d-0e94-4458-9ce5-09a0b624b85a - - - - -] CREATE BACKEND sqlite:// TOKEN vidkqupkmh 2018-09-14 10:25:27.020 2252 INFO octavia.common.config [req-f97f599d-0e94-4458-9ce5-09a0b624b85a - - - - -] Logging enabled! 2018-09-14 10:25:27.021 2252 INFO octavia.common.config [req-f97f599d-0e94-4458-9ce5-09a0b624b85a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:27.061 2252 WARNING octavia.api.root_controller [req-f97f599d-0e94-4458-9ce5-09a0b624b85a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.087 2252 INFO octavia.api.v1.controllers.load_balancer [req-80080a67-9c1d-47af-8aac-2d9c20f8f805 - - - - -] Sending created Load Balancer add13a06-1785-4a33-aeb4-c96e2494a974 to the handler 2018-09-14 10:25:27.262 2252 INFO octavia.api.v1.controllers.listener [req-4ab4f6ee-401b-4ee7-ab54-618b0e40cfc0 - - - - -] Sending Creation of Listener 08a0033f-d179-4c8e-b208-cebcb9252fc3 to handler 2018-09-14 10:25:27.474 2252 INFO octavia.api.v1.controllers.pool [req-84be9d04-fb60-4529-8f0d-bf9703be2f81 - - - - -] Sending Creation of Pool 222a1809-766e-4341-84c3-3c31f7a847fe to handler 2018-09-14 10:25:27.943 2252 INFO octavia.api.v1.controllers.pool [req-3b67a705-693d-4f3d-831f-7a3eaacc8301 - - - - -] Sending Creation of Pool 9cacbb68-585a-4b4e-aeda-e8ee367664e6 to handler 2018-09-14 10:25:28.243 2252 INFO octavia.api.v1.controllers.health_monitor [req-4a5abbbd-5572-4c51-b688-725b21d1db32 - - - - -] Sending Creation of Health Monitor for Pool 222a1809-766e-4341-84c3-3c31f7a847fe to handler 2018-09-14 10:25:28.481 2252 INFO oslo_db.sqlalchemy.provision [req-fdd853a9-9c37-4bc9-8fa3-2d7b6c3c6e47 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.485 2252 INFO oslo_db.sqlalchemy.provision [req-fdd853a9-9c37-4bc9-8fa3-2d7b6c3c6e47 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vidkqupkmh 2018-09-14 10:25:28.486 2252 INFO oslo_db.sqlalchemy.provision [req-fdd853a9-9c37-4bc9-8fa3-2d7b6c3c6e47 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_get [1.647886s] ... ok 2018-09-14 10:25:29.208 2242 INFO oslo_db.sqlalchemy.provision [req-775ed678-361b-4679-b9c0-4ae6ac25fbc8 - - - - -] CREATE BACKEND sqlite:// TOKEN hzaofyjpus 2018-09-14 10:25:29.369 2242 INFO octavia.common.config [req-775ed678-361b-4679-b9c0-4ae6ac25fbc8 - - - - -] Logging enabled! 2018-09-14 10:25:29.370 2242 INFO octavia.common.config [req-775ed678-361b-4679-b9c0-4ae6ac25fbc8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.407 2242 WARNING octavia.api.root_controller [req-775ed678-361b-4679-b9c0-4ae6ac25fbc8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.428 2242 INFO octavia.api.v1.controllers.load_balancer [req-e8df0c1e-5ac5-4541-8ca4-8918aa959945 - - - - -] Sending created Load Balancer 2da73bc6-4c1d-4656-a083-140b402b90c3 to the handler 2018-09-14 10:25:29.752 2242 INFO octavia.api.v1.controllers.listener [req-6eef9aea-f710-4627-a45d-8937515967f9 - - - - -] Sending Creation of Listener f09c88cf-098b-4dfe-9f0d-02729901ca3b to handler 2018-09-14 10:25:29.990 2242 INFO octavia.api.v1.controllers.l7policy [req-8a4e797a-0d94-41ff-a3e4-5c922fc79346 - - - - -] Sending Creation of L7Policy dcf97a25-db64-41fc-b78e-1a56b339b155 to handler 2018-09-14 10:25:30.248 2242 INFO octavia.api.v1.controllers.l7rule [req-611964ff-1761-4bab-b0c4-f4797ecc1968 - - - - -] Sending Creation of L7Rule 9e08a290-2d04-41b5-944c-f3d4c9235f37 to handler 2018-09-14 10:25:30.460 2242 INFO octavia.api.v1.controllers.l7rule [req-26ea41c1-3baf-4801-8dd0-cca5e5aea86f - - - - -] Sending Update of L7Rule 9e08a290-2d04-41b5-944c-f3d4c9235f37 to handler 2018-09-14 10:25:30.759 2242 INFO oslo_db.sqlalchemy.provision [req-c9603d64-151e-4e2f-94da-8cad541ad586 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.763 2242 INFO oslo_db.sqlalchemy.provision [req-c9603d64-151e-4e2f-94da-8cad541ad586 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hzaofyjpus 2018-09-14 10:25:30.764 2242 INFO oslo_db.sqlalchemy.provision [req-c9603d64-151e-4e2f-94da-8cad541ad586 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_update [1.562183s] ... ok {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_pending_update [1.173352s] ... ok 2018-09-14 10:25:26.153 2248 INFO oslo_db.sqlalchemy.provision [req-e583e6dd-5c8b-4d5a-9e83-f68085b262ab - - - - -] CREATE BACKEND sqlite:// TOKEN cwfrwilzyi 2018-09-14 10:25:26.311 2248 INFO octavia.common.config [req-e583e6dd-5c8b-4d5a-9e83-f68085b262ab - - - - -] Logging enabled! 2018-09-14 10:25:26.312 2248 INFO octavia.common.config [req-e583e6dd-5c8b-4d5a-9e83-f68085b262ab - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:26.351 2248 WARNING octavia.api.root_controller [req-e583e6dd-5c8b-4d5a-9e83-f68085b262ab - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:26.371 2248 INFO octavia.api.v1.controllers.load_balancer [req-bf650caf-1673-476b-9008-c74f37194717 - - - - -] Sending created Load Balancer 50d326f4-4df8-4668-9b50-c23b324888de to the handler 2018-09-14 10:25:26.530 2248 INFO octavia.api.v1.controllers.listener [req-03eca48e-8872-4649-b19c-ad36d815fd80 - - - - -] Sending Creation of Listener 2e7c0f8c-f24d-43a1-a973-3204f824c9f8 to handler 2018-09-14 10:25:26.775 2248 INFO octavia.api.v1.controllers.l7policy [req-30baa5d5-f7e0-4b3d-8ad4-005659041465 - - - - -] Sending Creation of L7Policy da038a1d-a185-4d8c-be6b-01ef97801cc8 to handler 2018-09-14 10:25:27.020 2248 INFO octavia.api.v1.controllers.l7rule [req-fa67924a-5a8a-4f61-8f2b-33e7b4511489 - - - - -] Sending Creation of L7Rule 59879640-c9a8-4b44-af5e-4c16fcf2ba81 to handler 2018-09-14 10:25:27.290 2248 INFO oslo_db.sqlalchemy.provision [req-be3d61a6-165c-436b-9a37-5b517691835a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.294 2248 INFO oslo_db.sqlalchemy.provision [req-be3d61a6-165c-436b-9a37-5b517691835a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cwfrwilzyi 2018-09-14 10:25:27.294 2248 INFO oslo_db.sqlalchemy.provision [req-be3d61a6-165c-436b-9a37-5b517691835a - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_with_duplicate_id [1.147475s] ... ok 2018-09-14 10:25:27.052 2268 INFO oslo_db.sqlalchemy.provision [req-2fef1d84-1612-4f6d-a17a-de2290dd97fa - - - - -] CREATE BACKEND sqlite:// TOKEN oglqphjbpp 2018-09-14 10:25:27.215 2268 INFO octavia.common.config [req-2fef1d84-1612-4f6d-a17a-de2290dd97fa - - - - -] Logging enabled! 2018-09-14 10:25:27.216 2268 INFO octavia.common.config [req-2fef1d84-1612-4f6d-a17a-de2290dd97fa - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:27.254 2268 WARNING octavia.api.root_controller [req-2fef1d84-1612-4f6d-a17a-de2290dd97fa - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.276 2268 INFO octavia.api.v1.controllers.load_balancer [req-2ca69bec-3536-4e66-a03f-09bd2132de19 - - - - -] Sending created Load Balancer 446b5997-8b0d-444b-9010-37118f553453 to the handler 2018-09-14 10:25:27.482 2268 INFO octavia.api.v1.controllers.listener [req-db0dcf0b-3532-4c50-a162-39363f4780d8 - - - - -] Sending Creation of Listener b7562e8e-6374-47cf-9d62-a53f9750e1c2 to handler 2018-09-14 10:25:27.713 2268 ERROR octavia.api.v1.controllers.base [req-f9448555-7cc6-4c14-89f0-6ebc54cc2893 - - - - -] Pool fa3cef8a-265a-4e17-91d0-8beef5ed60b5 not found: None 2018-09-14 10:25:27.713 2268 ERROR octavia.api.v1.controllers.base None 2018-09-14 10:25:27.713 2268 ERROR octavia.api.v1.controllers.base 2018-09-14 10:25:27.742 2268 INFO oslo_db.sqlalchemy.provision [req-f9448555-7cc6-4c14-89f0-6ebc54cc2893 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.746 2268 INFO oslo_db.sqlalchemy.provision [req-f9448555-7cc6-4c14-89f0-6ebc54cc2893 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oglqphjbpp 2018-09-14 10:25:27.747 2268 INFO oslo_db.sqlalchemy.provision [req-f9448555-7cc6-4c14-89f0-6ebc54cc2893 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v1.test_pool.TestPool.test_bad_get [0.702635s] ... ok 2018-09-14 10:25:28.285 2261 INFO oslo_db.sqlalchemy.provision [req-2c235798-1f8f-4f08-a6ba-18f5eb8ff0c8 - - - - -] CREATE BACKEND sqlite:// TOKEN tamxqndkjt 2018-09-14 10:25:28.449 2261 INFO octavia.common.config [req-2c235798-1f8f-4f08-a6ba-18f5eb8ff0c8 - - - - -] Logging enabled! 2018-09-14 10:25:28.450 2261 INFO octavia.common.config [req-2c235798-1f8f-4f08-a6ba-18f5eb8ff0c8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.489 2261 WARNING octavia.api.root_controller [req-2c235798-1f8f-4f08-a6ba-18f5eb8ff0c8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.515 2261 INFO octavia.api.v1.controllers.load_balancer [req-8e0e84e4-f93c-4bbe-999f-3f29e8ce6fde - - - - -] Sending created Load Balancer bb952807-5572-446e-9474-1ed673543761 to the handler 2018-09-14 10:25:28.679 2261 INFO octavia.api.v1.controllers.pool [req-538e43e2-af94-45ca-b0ca-8ee4cf1c511e - - - - -] Sending Creation of Pool 83edfad5-4d8e-499a-8405-365316523658 to handler 2018-09-14 10:25:28.836 2261 INFO octavia.api.v1.controllers.load_balancer [req-b3aa4a1b-5f25-4f79-b705-b6d1347c6f41 - - - - -] Load Balancer SEAN-CONNERY was not found. 2018-09-14 10:25:28.842 2261 INFO octavia.api.v1.controllers.load_balancer [req-b3aa4a1b-5f25-4f79-b705-b6d1347c6f41 - - - - -] Load Balancer SEAN-CONNERY was not found. 2018-09-14 10:25:28.867 2261 INFO oslo_db.sqlalchemy.provision [req-b3aa4a1b-5f25-4f79-b705-b6d1347c6f41 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.871 2261 INFO oslo_db.sqlalchemy.provision [req-b3aa4a1b-5f25-4f79-b705-b6d1347c6f41 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tamxqndkjt 2018-09-14 10:25:28.871 2261 INFO oslo_db.sqlalchemy.provision [req-b3aa4a1b-5f25-4f79-b705-b6d1347c6f41 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v1.test_listener.TestListener.test_get_all_bad_lb_id [0.597952s] ... ok {2} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_loadbalancer_sorting_and_pagination [3.867054s] ... ok 2018-09-14 10:25:28.220 2251 INFO oslo_db.sqlalchemy.provision [req-cd04f35c-2eed-45ef-88bd-0c6683ccb92a - - - - -] CREATE BACKEND sqlite:// TOKEN yeqafdkojh 2018-09-14 10:25:28.384 2251 INFO octavia.common.config [req-cd04f35c-2eed-45ef-88bd-0c6683ccb92a - - - - -] Logging enabled! 2018-09-14 10:25:28.385 2251 INFO octavia.common.config [req-cd04f35c-2eed-45ef-88bd-0c6683ccb92a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.422 2251 WARNING octavia.api.root_controller [req-cd04f35c-2eed-45ef-88bd-0c6683ccb92a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.444 2251 INFO octavia.api.v1.controllers.load_balancer [req-54d2b278-f46e-4f66-b658-b4d43874a00b - - - - -] Sending created Load Balancer 47ea1f3d-b2a0-49e3-b0e1-26cc4fd4f0ff to the handler 2018-09-14 10:25:28.606 2251 INFO octavia.api.v1.controllers.pool [req-9a59e797-46ab-4182-9008-eaf785451c3e - - - - -] Sending Creation of Pool 9065cc65-728e-4c0a-868f-851a6ef9dcfd to handler 2018-09-14 10:25:28.759 2251 INFO octavia.api.v1.controllers.load_balancer [req-b1963e03-a6f8-4cb6-8581-ae197fddb940 - - - - -] Sending created Load Balancer 804a87e4-6dbb-4b0a-b835-575aaa9465c7 to the handler 2018-09-14 10:25:28.927 2251 INFO octavia.api.v1.controllers.listener [req-92c26f27-fc27-4f0f-96dd-b06c4801cf10 - - - - -] Sending Creation of Listener 8c90b328-b8ad-4db5-aa7b-68c661b7f377 to handler 2018-09-14 10:25:29.122 2251 INFO octavia.api.v1.controllers.load_balancer [req-d7dab52e-8cdd-4532-b095-a54e24b00a5b - - - - -] Sending deleted Load Balancer 804a87e4-6dbb-4b0a-b835-575aaa9465c7 to the handler 2018-09-14 10:25:29.157 2251 INFO octavia.api.v1.controllers.listener [req-5ac7154d-9e11-4924-8046-db7312b6f212 - - - - -] Load Balancer 804a87e4-6dbb-4b0a-b835-575aaa9465c7 is immutable. 2018-09-14 10:25:29.200 2251 INFO oslo_db.sqlalchemy.provision [req-5ac7154d-9e11-4924-8046-db7312b6f212 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.203 2251 INFO oslo_db.sqlalchemy.provision [req-5ac7154d-9e11-4924-8046-db7312b6f212 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yeqafdkojh 2018-09-14 10:25:29.204 2251 INFO oslo_db.sqlalchemy.provision [req-5ac7154d-9e11-4924-8046-db7312b6f212 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_get_all_by_project_id [0.572313s] ... ok 2018-09-14 10:25:28.134 2262 INFO oslo_db.sqlalchemy.provision [req-84282554-6950-42e7-bbbd-1928478a1675 - - - - -] CREATE BACKEND sqlite:// TOKEN coyiekeefu 2018-09-14 10:25:28.306 2262 INFO octavia.common.config [req-84282554-6950-42e7-bbbd-1928478a1675 - - - - -] Logging enabled! 2018-09-14 10:25:28.307 2262 INFO octavia.common.config [req-84282554-6950-42e7-bbbd-1928478a1675 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.345 2262 WARNING octavia.api.root_controller [req-84282554-6950-42e7-bbbd-1928478a1675 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.373 2262 INFO octavia.api.v1.controllers.load_balancer [req-f019b0ab-cd37-4c6a-9a41-ab85a368b452 - - - - -] Sending created Load Balancer dec45382-edbf-4a75-a543-6bb45b918f31 to the handler 2018-09-14 10:25:28.552 2262 INFO octavia.api.v1.controllers.listener [req-aaf890c6-3532-498c-bcef-23f3192e2ea4 - - - - -] Sending Creation of Listener b15b8ad7-d0cc-4616-b1ad-95be65e38bc2 to handler 2018-09-14 10:25:28.749 2262 INFO octavia.api.v1.controllers.pool [req-97d9d471-2145-4477-96ae-d1653bbd82e3 - - - - -] Sending Creation of Pool 46f6306d-d07c-41b4-8a10-b09801595181 to handler 2018-09-14 10:25:29.025 2262 INFO octavia.api.v1.controllers.pool [req-14e5240e-e0fc-4dcf-9828-3c5b57fcc5f4 - - - - -] Sending Creation of Pool 889ca08b-8996-4293-9459-7ac48c5fb41a to handler 2018-09-14 10:25:29.309 2262 INFO octavia.api.v1.controllers.health_monitor [req-e7db9a4a-9ae0-4026-967e-9f4e3ade1162 - - - - -] Sending Creation of Health Monitor for Pool 46f6306d-d07c-41b4-8a10-b09801595181 to handler 2018-09-14 10:25:29.336 2262 INFO oslo_db.sqlalchemy.provision [req-e7db9a4a-9ae0-4026-967e-9f4e3ade1162 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.340 2262 INFO oslo_db.sqlalchemy.provision [req-e7db9a4a-9ae0-4026-967e-9f4e3ade1162 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN coyiekeefu 2018-09-14 10:25:29.340 2262 INFO oslo_db.sqlalchemy.provision [req-e7db9a4a-9ae0-4026-967e-9f4e3ade1162 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:28.073 2250 INFO oslo_db.sqlalchemy.provision [req-6c38f138-ecb7-46a0-9b8c-e29411ae37ca - - - - -] CREATE BACKEND sqlite:// TOKEN ameocotbly 2018-09-14 10:25:28.247 2250 INFO octavia.common.config [req-6c38f138-ecb7-46a0-9b8c-e29411ae37ca - - - - -] Logging enabled! 2018-09-14 10:25:28.247 2250 INFO octavia.common.config [req-6c38f138-ecb7-46a0-9b8c-e29411ae37ca - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.286 2250 WARNING octavia.api.root_controller [req-6c38f138-ecb7-46a0-9b8c-e29411ae37ca - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.306 2250 INFO octavia.api.v1.controllers.load_balancer [req-b3d31a39-cf7b-4717-8506-d7fccaa3ca63 - - - - -] Sending created Load Balancer 9b5b45b7-a770-483c-bc75-fc914e55e4c3 to the handler 2018-09-14 10:25:28.471 2250 INFO octavia.api.v1.controllers.listener [req-0df966a8-63eb-4291-9a61-0aea725d93a9 - - - - -] Sending Creation of Listener fdfd335d-1209-443d-9064-1608f6198897 to handler 2018-09-14 10:25:28.735 2250 INFO octavia.api.v1.controllers.pool [req-ed3b8b57-dc5d-4ef1-9249-e55b18ae6e30 - - - - -] Sending Creation of Pool e28cb1fb-b8ce-4e78-baf1-d0a871404000 to handler 2018-09-14 10:25:28.965 2250 INFO oslo_db.sqlalchemy.provision [req-dac35421-06e8-4a00-8c31-7043341c76d1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.969 2250 INFO oslo_db.sqlalchemy.provision [req-dac35421-06e8-4a00-8c31-7043341c76d1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ameocotbly 2018-09-14 10:25:28.970 2250 INFO oslo_db.sqlalchemy.provision [req-dac35421-06e8-4a00-8c31-7043341c76d1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_default_pool_id [0.797687s] ... ok {15} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_with_id [0.877147s] ... ok 2018-09-14 10:25:30.796 2245 INFO oslo_db.sqlalchemy.provision [req-6170241c-dec4-4fbd-a773-64ab211c7652 - - - - -] CREATE BACKEND sqlite:// TOKEN zrswbyekgw 2018-09-14 10:25:30.947 2245 INFO octavia.common.config [req-6170241c-dec4-4fbd-a773-64ab211c7652 - - - - -] Logging enabled! 2018-09-14 10:25:30.948 2245 INFO octavia.common.config [req-6170241c-dec4-4fbd-a773-64ab211c7652 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.985 2245 WARNING octavia.api.root_controller [req-6170241c-dec4-4fbd-a773-64ab211c7652 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.006 2245 INFO octavia.api.v1.controllers.load_balancer [req-65b252a8-82f4-4741-af9a-c15255cadf71 - - - - -] Sending created Load Balancer 3a642990-fe90-48d8-a0e2-1429fc4e3e43 to the handler 2018-09-14 10:25:31.165 2245 INFO oslo_db.sqlalchemy.provision [req-c8daba6b-bf57-44bf-b4ba-312c0692aa09 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.168 2245 INFO oslo_db.sqlalchemy.provision [req-c8daba6b-bf57-44bf-b4ba-312c0692aa09 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zrswbyekgw 2018-09-14 10:25:31.169 2245 INFO oslo_db.sqlalchemy.provision [req-c8daba6b-bf57-44bf-b4ba-312c0692aa09 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_id [0.379333s] ... ok 2018-09-14 10:25:32.172 2265 INFO octavia.api.v1.controllers.member [req-76819150-99af-414f-a4c7-f72ac82e1556 - - - - -] Sending Creation of Member c2b21070-d284-4981-9ccc-1dd82b9042f5 to handler {11} octavia.tests.functional.api.v1.test_pool.TestPool.test_get_all_with_listener [0.903224s] ... ok {23} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_with_project_id [1.212963s] ... ok 2018-09-14 10:25:31.442 2239 INFO oslo_db.sqlalchemy.provision [req-3b5c3d6f-1850-4e83-bea4-0538043a4f35 - - - - -] CREATE BACKEND sqlite:// TOKEN ilsczkhcvl 2018-09-14 10:25:31.616 2239 INFO octavia.common.config [req-3b5c3d6f-1850-4e83-bea4-0538043a4f35 - - - - -] Logging enabled! 2018-09-14 10:25:31.617 2239 INFO octavia.common.config [req-3b5c3d6f-1850-4e83-bea4-0538043a4f35 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.657 2239 WARNING octavia.api.root_controller [req-3b5c3d6f-1850-4e83-bea4-0538043a4f35 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.686 2239 INFO octavia.api.v1.controllers.load_balancer [req-8db0fd2e-7c46-457c-810a-7d8cbcaeb7b6 - - - - -] Sending created Load Balancer df88a4a7-f6ec-4c46-8bc0-a54a826e1cce to the handler 2018-09-14 10:25:31.854 2239 INFO oslo_db.sqlalchemy.provision [req-1b215573-924e-43b6-8be7-326e3c9fde02 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.858 2239 INFO oslo_db.sqlalchemy.provision [req-1b215573-924e-43b6-8be7-326e3c9fde02 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ilsczkhcvl 2018-09-14 10:25:31.858 2239 INFO oslo_db.sqlalchemy.provision [req-1b215573-924e-43b6-8be7-326e3c9fde02 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_vip_subnet_fills_network [0.422519s] ... ok 2018-09-14 10:25:28.884 2261 INFO oslo_db.sqlalchemy.provision [req-b3aa4a1b-5f25-4f79-b705-b6d1347c6f41 - - - - -] CREATE BACKEND sqlite:// TOKEN tvcjmdbtzh 2018-09-14 10:25:29.071 2261 INFO octavia.common.config [req-b3aa4a1b-5f25-4f79-b705-b6d1347c6f41 - - - - -] Logging enabled! 2018-09-14 10:25:29.072 2261 INFO octavia.common.config [req-b3aa4a1b-5f25-4f79-b705-b6d1347c6f41 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.266 2261 WARNING octavia.api.root_controller [req-b3aa4a1b-5f25-4f79-b705-b6d1347c6f41 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.294 2261 INFO octavia.api.v1.controllers.load_balancer [req-224f5c06-95b5-4ac8-9de7-5ce1e2e2e3a9 - - - - -] Sending created Load Balancer cb9b35af-7d8f-4ed8-8750-831bdc68134b to the handler 2018-09-14 10:25:29.461 2261 INFO oslo_db.sqlalchemy.provision [req-feafb292-b518-44f5-a8a3-d2ec5a66ddc8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.464 2261 INFO oslo_db.sqlalchemy.provision [req-feafb292-b518-44f5-a8a3-d2ec5a66ddc8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tvcjmdbtzh 2018-09-14 10:25:29.465 2261 INFO oslo_db.sqlalchemy.provision [req-feafb292-b518-44f5-a8a3-d2ec5a66ddc8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create [0.592695s] ... ok {12} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_pending_delete [0.990575s] ... ok 2018-09-14 10:25:32.477 2265 INFO octavia.api.v1.controllers.member [req-8ea5fa16-0ede-4a1d-9d88-3a07f659c162 - - - - -] Sending Deletion of Member c2b21070-d284-4981-9ccc-1dd82b9042f5 to handler 2018-09-14 10:25:28.586 2270 INFO oslo_db.sqlalchemy.provision [req-acffd7a7-d8d7-4dc6-9a41-0bdb222766ca - - - - -] CREATE BACKEND sqlite:// TOKEN lgvraoqxwj 2018-09-14 10:25:28.747 2270 INFO octavia.common.config [req-acffd7a7-d8d7-4dc6-9a41-0bdb222766ca - - - - -] Logging enabled! 2018-09-14 10:25:28.748 2270 INFO octavia.common.config [req-acffd7a7-d8d7-4dc6-9a41-0bdb222766ca - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.786 2270 WARNING octavia.api.root_controller [req-acffd7a7-d8d7-4dc6-9a41-0bdb222766ca - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.952 2270 INFO octavia.api.v1.controllers.load_balancer [req-bae2feb0-09ca-4b6d-89d1-4e1945ad3908 - - - - -] Sending full load balancer configuration 316db763-be6d-4fff-bdeb-5d6cce3215d1 to the handler 2018-09-14 10:25:28.986 2270 INFO oslo_db.sqlalchemy.provision [req-bae2feb0-09ca-4b6d-89d1-4e1945ad3908 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.990 2270 INFO oslo_db.sqlalchemy.provision [req-bae2feb0-09ca-4b6d-89d1-4e1945ad3908 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lgvraoqxwj 2018-09-14 10:25:28.990 2270 INFO oslo_db.sqlalchemy.provision [req-bae2feb0-09ca-4b6d-89d1-4e1945ad3908 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_l7policies_one_redirect_pool_one_rule [0.410908s] ... ok 2018-09-14 10:25:27.548 2256 INFO oslo_db.sqlalchemy.provision [req-d257dd26-3b3c-465a-99db-ff1a3b784d28 - - - - -] CREATE BACKEND sqlite:// TOKEN tzirmpoxud 2018-09-14 10:25:27.733 2256 INFO octavia.common.config [req-d257dd26-3b3c-465a-99db-ff1a3b784d28 - - - - -] Logging enabled! 2018-09-14 10:25:27.734 2256 INFO octavia.common.config [req-d257dd26-3b3c-465a-99db-ff1a3b784d28 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:27.929 2256 WARNING octavia.api.root_controller [req-d257dd26-3b3c-465a-99db-ff1a3b784d28 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.964 2256 INFO oslo_db.sqlalchemy.provision [req-58cdeacd-25d4-4bec-8016-3319cfc2175d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:27.967 2256 INFO oslo_db.sqlalchemy.provision [req-58cdeacd-25d4-4bec-8016-3319cfc2175d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tzirmpoxud 2018-09-14 10:25:27.968 2256 INFO oslo_db.sqlalchemy.provision [req-58cdeacd-25d4-4bec-8016-3319cfc2175d - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_over_quota [0.426589s] ... ok 2018-09-14 10:25:29.284 2244 INFO oslo_db.sqlalchemy.provision [req-a319ef0a-43fa-4104-b03f-078dee6b2a3f - - - - -] CREATE BACKEND sqlite:// TOKEN sgnkdbmxzq 2018-09-14 10:25:29.457 2244 INFO octavia.common.config [req-a319ef0a-43fa-4104-b03f-078dee6b2a3f - - - - -] Logging enabled! 2018-09-14 10:25:29.458 2244 INFO octavia.common.config [req-a319ef0a-43fa-4104-b03f-078dee6b2a3f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.498 2244 WARNING octavia.api.root_controller [req-a319ef0a-43fa-4104-b03f-078dee6b2a3f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.521 2244 INFO octavia.api.v1.controllers.load_balancer [req-a789f8e9-75bd-479b-80fe-994982dc2938 - - - - -] Sending created Load Balancer 9bf2d1d4-027a-44a5-bc02-536c3eff7c14 to the handler 2018-09-14 10:25:29.700 2244 INFO octavia.api.v1.controllers.pool [req-32e0f477-fc87-4d6a-98a5-8bfb61e67e93 - - - - -] Sending Creation of Pool 5b30138a-af5e-439b-a307-5364682075d5 to handler 2018-09-14 10:25:29.871 2244 WARNING octavia.api.v1.controllers.load_balancer [req-e7a0a13f-b5ce-4c97-aa10-dd07cd19c696 - - - - -] Cannot delete Load Balancer 9bf2d1d4-027a-44a5-bc02-536c3eff7c14 - it has children 2018-09-14 10:25:29.896 2244 INFO oslo_db.sqlalchemy.provision [req-e7a0a13f-b5ce-4c97-aa10-dd07cd19c696 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.900 2244 INFO oslo_db.sqlalchemy.provision [req-e7a0a13f-b5ce-4c97-aa10-dd07cd19c696 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sgnkdbmxzq 2018-09-14 10:25:29.900 2244 INFO oslo_db.sqlalchemy.provision [req-e7a0a13f-b5ce-4c97-aa10-dd07cd19c696 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:27.302 2248 INFO oslo_db.sqlalchemy.provision [req-be3d61a6-165c-436b-9a37-5b517691835a - - - - -] CREATE BACKEND sqlite:// TOKEN yisydcpktq 2018-09-14 10:25:27.622 2248 INFO octavia.common.config [req-be3d61a6-165c-436b-9a37-5b517691835a - - - - -] Logging enabled! 2018-09-14 10:25:27.623 2248 INFO octavia.common.config [req-be3d61a6-165c-436b-9a37-5b517691835a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:27.660 2248 WARNING octavia.api.root_controller [req-be3d61a6-165c-436b-9a37-5b517691835a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.682 2248 INFO octavia.api.v1.controllers.load_balancer [req-3de17a4e-b689-453f-bb4c-f620b476b6cc - - - - -] Sending created Load Balancer c57585ed-c1a4-4879-bbab-aa19fa52d0ef to the handler 2018-09-14 10:25:27.846 2248 INFO octavia.api.v1.controllers.listener [req-d1bcfff8-ea1f-4edc-99df-275fbdbf11ee - - - - -] Sending Creation of Listener df6929e9-0ce6-4e83-8205-148512ac7dd6 to handler 2018-09-14 10:25:28.080 2248 INFO octavia.api.v1.controllers.l7policy [req-ca9b8866-b472-4f8b-b472-78b8c50fbab7 - - - - -] Sending Creation of L7Policy 4ebb611e-67c6-443d-938c-701794b2873d to handler 2018-09-14 10:25:28.308 2248 INFO octavia.api.v1.controllers.l7rule [req-d657ad60-34a0-4da1-9bc2-52425ee44030 - - - - -] Sending Creation of L7Rule 6878f606-77d9-46e7-a800-4abbdc0322d5 to handler 2018-09-14 10:25:28.557 2248 INFO octavia.api.v1.controllers.l7rule [req-3de32aa3-5d6d-4b2e-88ae-52aecdf533c7 - - - - -] Sending Creation of L7Rule 2e43d850-8626-4678-bbf4-f5dc40380ac8 to handler 2018-09-14 10:25:28.919 2248 INFO oslo_db.sqlalchemy.provision [req-d51043e1-c69d-4700-a9ef-ffa8c6b7a89d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.923 2248 INFO oslo_db.sqlalchemy.provision [req-d51043e1-c69d-4700-a9ef-ffa8c6b7a89d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yisydcpktq 2018-09-14 10:25:28.923 2248 INFO oslo_db.sqlalchemy.provision [req-d51043e1-c69d-4700-a9ef-ffa8c6b7a89d - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_get_all [1.628249s] ... ok 2018-09-14 10:25:29.024 2249 INFO oslo_db.sqlalchemy.provision [req-e8e5c82b-1032-4758-8f1f-047bb68a121b - - - - -] CREATE BACKEND sqlite:// TOKEN dnsbjzlzzl 2018-09-14 10:25:29.185 2249 INFO octavia.common.config [req-e8e5c82b-1032-4758-8f1f-047bb68a121b - - - - -] Logging enabled! 2018-09-14 10:25:29.186 2249 INFO octavia.common.config [req-e8e5c82b-1032-4758-8f1f-047bb68a121b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.229 2249 WARNING octavia.api.root_controller [req-e8e5c82b-1032-4758-8f1f-047bb68a121b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.253 2249 INFO octavia.api.v1.controllers.load_balancer [req-e945f67c-c63a-4667-b2ec-4296aa78a363 - - - - -] Sending created Load Balancer e6c179af-f200-4963-9bc0-7a5b20d3b0a3 to the handler 2018-09-14 10:25:29.415 2249 INFO oslo_db.sqlalchemy.provision [req-f476c025-29af-4da3-97c4-5655d5fd1b4b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.418 2249 INFO oslo_db.sqlalchemy.provision [req-f476c025-29af-4da3-97c4-5655d5fd1b4b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dnsbjzlzzl 2018-09-14 10:25:29.419 2249 INFO oslo_db.sqlalchemy.provision [req-f476c025-29af-4da3-97c4-5655d5fd1b4b - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_picks_subnet_ipv6 [0.401249s] ... ok 2018-09-14 10:25:30.771 2242 INFO oslo_db.sqlalchemy.provision [req-c9603d64-151e-4e2f-94da-8cad541ad586 - - - - -] CREATE BACKEND sqlite:// TOKEN iwljjogste 2018-09-14 10:25:30.942 2242 INFO octavia.common.config [req-c9603d64-151e-4e2f-94da-8cad541ad586 - - - - -] Logging enabled! 2018-09-14 10:25:30.943 2242 INFO octavia.common.config [req-c9603d64-151e-4e2f-94da-8cad541ad586 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.980 2242 WARNING octavia.api.root_controller [req-c9603d64-151e-4e2f-94da-8cad541ad586 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.002 2242 INFO octavia.api.v1.controllers.load_balancer [req-1d381b1f-8f7c-46a8-b47a-07315feb3f5d - - - - -] Sending created Load Balancer 20c60521-4bc7-44c0-b0ca-bc8804200ef0 to the handler 2018-09-14 10:25:31.174 2242 INFO octavia.api.v1.controllers.pool [req-5a87d49d-843f-4109-ab0c-bf05f0ef0cbf - - - - -] Sending Creation of Pool 8f89ab70-58a6-4270-830b-bf9bc0f2e405 to handler 2018-09-14 10:25:31.370 2242 INFO octavia.api.v1.controllers.listener [req-eb4fc0b0-6da4-4eee-a4c5-e78ca0293bcd - - - - -] Sending Creation of Listener ed740f52-2da2-4559-a9c6-24f6ae743541 to handler 2018-09-14 10:25:31.565 2242 INFO octavia.api.v1.controllers.listener [req-ebe496ff-641f-49a5-b1fa-2c6526972b8d - - - - -] Sending Deletion of Listener ed740f52-2da2-4559-a9c6-24f6ae743541 to handler 2018-09-14 10:25:32.018 2242 INFO oslo_db.sqlalchemy.provision [req-16fb594a-8db4-4027-b577-1f6500ceb6b4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:32.022 2242 INFO oslo_db.sqlalchemy.provision [req-16fb594a-8db4-4027-b577-1f6500ceb6b4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iwljjogste 2018-09-14 10:25:32.022 2242 INFO oslo_db.sqlalchemy.provision [req-16fb594a-8db4-4027-b577-1f6500ceb6b4 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:27.756 2268 INFO oslo_db.sqlalchemy.provision [req-f9448555-7cc6-4c14-89f0-6ebc54cc2893 - - - - -] CREATE BACKEND sqlite:// TOKEN nyhbsipuwf 2018-09-14 10:25:27.932 2268 INFO octavia.common.config [req-f9448555-7cc6-4c14-89f0-6ebc54cc2893 - - - - -] Logging enabled! 2018-09-14 10:25:27.933 2268 INFO octavia.common.config [req-f9448555-7cc6-4c14-89f0-6ebc54cc2893 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.127 2268 WARNING octavia.api.root_controller [req-f9448555-7cc6-4c14-89f0-6ebc54cc2893 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.148 2268 INFO octavia.api.v1.controllers.load_balancer [req-8c64bbdd-6829-4382-813f-5f99bcf13b96 - - - - -] Sending created Load Balancer 95aac69e-1c0e-4006-ae07-f2f29ac78a9d to the handler 2018-09-14 10:25:28.315 2268 INFO octavia.api.v1.controllers.listener [req-99c790c0-6adb-4b72-92df-31ade8372182 - - - - -] Sending Creation of Listener 630abd89-46c0-4688-a45a-bfa5ffacecb6 to handler 2018-09-14 10:25:28.593 2268 INFO octavia.api.v1.controllers.pool [req-28d4d3a9-4df5-4a3d-985c-d617d0ebc34e - - - - -] Sending Creation of Pool d6706c61-858a-4b0b-9026-36f7316bafdc to handler 2018-09-14 10:25:28.890 2268 INFO oslo_db.sqlalchemy.provision [req-978e33c2-4b04-4590-92a4-656692477379 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.894 2268 INFO oslo_db.sqlalchemy.provision [req-978e33c2-4b04-4590-92a4-656692477379 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nyhbsipuwf 2018-09-14 10:25:28.895 2268 INFO oslo_db.sqlalchemy.provision [req-978e33c2-4b04-4590-92a4-656692477379 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:29.230 2266 INFO oslo_db.sqlalchemy.provision [req-8b71c544-33a3-4cf6-a623-c8873ab5276d - - - - -] CREATE BACKEND sqlite:// TOKEN vcheunidep 2018-09-14 10:25:29.404 2266 INFO octavia.common.config [req-8b71c544-33a3-4cf6-a623-c8873ab5276d - - - - -] Logging enabled! 2018-09-14 10:25:29.405 2266 INFO octavia.common.config [req-8b71c544-33a3-4cf6-a623-c8873ab5276d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.446 2266 WARNING octavia.api.root_controller [req-8b71c544-33a3-4cf6-a623-c8873ab5276d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.460 2266 ERROR wsme.api [req-f53f8b9e-6106-4091-8fee-71d18eba7d4d - - - - -] 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.0.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.0.2/octavia/api/v1/controllers/load_balancer.py", line 173, in post load_balancer) File "/builddir/build/BUILD/octavia-2.0.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 2018-09-14 10:25:29.486 2266 INFO oslo_db.sqlalchemy.provision [req-f53f8b9e-6106-4091-8fee-71d18eba7d4d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.489 2266 INFO oslo_db.sqlalchemy.provision [req-f53f8b9e-6106-4091-8fee-71d18eba7d4d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vcheunidep 2018-09-14 10:25:29.490 2266 INFO oslo_db.sqlalchemy.provision [req-f53f8b9e-6106-4091-8fee-71d18eba7d4d - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_db_create_failure [0.267423s] ... ok 2018-09-14 10:25:28.005 2260 INFO oslo_db.sqlalchemy.provision [req-bdbd25f2-2d30-40d8-9dfe-ad2bc358dfce - - - - -] CREATE BACKEND sqlite:// TOKEN nyuntxhvro 2018-09-14 10:25:28.165 2260 INFO octavia.common.config [req-bdbd25f2-2d30-40d8-9dfe-ad2bc358dfce - - - - -] Logging enabled! 2018-09-14 10:25:28.166 2260 INFO octavia.common.config [req-bdbd25f2-2d30-40d8-9dfe-ad2bc358dfce - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.204 2260 WARNING octavia.api.root_controller [req-bdbd25f2-2d30-40d8-9dfe-ad2bc358dfce - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.226 2260 INFO octavia.api.v1.controllers.load_balancer [req-4204beef-726f-4770-bc6d-e4248658f363 - - - - -] Sending created Load Balancer 53e0df2b-5847-4f50-acdc-6dac74c148dc to the handler 2018-09-14 10:25:28.404 2260 INFO octavia.api.v1.controllers.pool [req-64624734-e900-401c-b60d-46408a1f1ea1 - - - - -] Sending Creation of Pool cb6a326e-704d-4aa8-a962-40447447b0f7 to handler 2018-09-14 10:25:28.627 2260 INFO octavia.api.v1.controllers.listener [req-3b120d44-d1bb-4810-9bdd-e790b7cb53f5 - - - - -] Sending Creation of Listener 69dbe83c-967f-4b6e-aef8-4269604c20b6 to handler 2018-09-14 10:25:28.732 2260 INFO oslo_db.sqlalchemy.provision [req-8e8e447a-086c-47e1-8b41-1549b912ee59 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.736 2260 INFO oslo_db.sqlalchemy.provision [req-8e8e447a-086c-47e1-8b41-1549b912ee59 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nyuntxhvro 2018-09-14 10:25:28.737 2260 INFO oslo_db.sqlalchemy.provision [req-8e8e447a-086c-47e1-8b41-1549b912ee59 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_tls_termination_data [0.738151s] ... ok 2018-09-14 10:25:27.551 2263 INFO oslo_db.sqlalchemy.provision [req-1108f9de-2140-405f-a805-230aab46039f - - - - -] CREATE BACKEND sqlite:// TOKEN raapsavqla 2018-09-14 10:25:27.715 2263 INFO octavia.common.config [req-1108f9de-2140-405f-a805-230aab46039f - - - - -] Logging enabled! 2018-09-14 10:25:27.716 2263 INFO octavia.common.config [req-1108f9de-2140-405f-a805-230aab46039f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:27.753 2263 WARNING octavia.api.root_controller [req-1108f9de-2140-405f-a805-230aab46039f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.777 2263 INFO octavia.api.v1.controllers.load_balancer [req-07aa6375-8708-4d42-b8ea-995c93abf3fe - - - - -] Sending created Load Balancer 7b2fd595-034b-49ba-948c-14172d1cb88c to the handler 2018-09-14 10:25:27.939 2263 INFO octavia.api.v1.controllers.listener [req-2763e498-467b-4a0d-9d3b-7493c5a88cbb - - - - -] Sending Creation of Listener 4e520465-d2a2-4dbb-ad6f-2d818693f987 to handler 2018-09-14 10:25:28.152 2263 INFO octavia.api.v1.controllers.pool [req-479b1ce6-30fb-4b0a-aa2c-22bd9b6b42d5 - - - - -] Sending Creation of Pool afa6d373-ec2a-49da-909c-94191526d1db to handler 2018-09-14 10:25:28.414 2263 INFO octavia.api.v1.controllers.pool [req-788ffd11-7807-4a2e-b5a1-270b00e5396d - - - - -] Sending Creation of Pool b17c3d4a-422e-4ad3-87e6-c3e7b994cdf1 to handler 2018-09-14 10:25:28.753 2263 INFO octavia.api.v1.controllers.member [req-8c72df49-2ede-4d67-aae6-10fd74018d17 - - - - -] Sending Creation of Member 1290d731-812c-4b95-aec3-4fa9e828ca8e to handler 2018-09-14 10:25:28.978 2263 INFO octavia.api.v1.controllers.member [req-4828f7c0-c34a-4a66-acdc-6d020cb944e7 - - - - -] Sending Update of Member 1290d731-812c-4b95-aec3-4fa9e828ca8e to handler 2018-09-14 10:25:29.137 2263 INFO oslo_db.sqlalchemy.provision [req-c40373ce-8639-43d9-9b95-a7beb8612484 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.140 2263 INFO oslo_db.sqlalchemy.provision [req-c40373ce-8639-43d9-9b95-a7beb8612484 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN raapsavqla 2018-09-14 10:25:29.141 2263 INFO oslo_db.sqlalchemy.provision [req-c40373ce-8639-43d9-9b95-a7beb8612484 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v1.test_member.TestMember.test_update_with_bad_handler [1.595829s] ... ok 2018-09-14 10:25:28.114 2253 INFO oslo_db.sqlalchemy.provision [req-a41985e6-04bc-4d37-b80d-84dc4d0f0f1f - - - - -] CREATE BACKEND sqlite:// TOKEN tejkajegmx 2018-09-14 10:25:28.275 2253 INFO octavia.common.config [req-a41985e6-04bc-4d37-b80d-84dc4d0f0f1f - - - - -] Logging enabled! 2018-09-14 10:25:28.276 2253 INFO octavia.common.config [req-a41985e6-04bc-4d37-b80d-84dc4d0f0f1f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.314 2253 WARNING octavia.api.root_controller [req-a41985e6-04bc-4d37-b80d-84dc4d0f0f1f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.347 2253 INFO oslo_db.sqlalchemy.provision [req-76e7b2c5-3108-42bc-9951-307192f5208a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.351 2253 INFO oslo_db.sqlalchemy.provision [req-76e7b2c5-3108-42bc-9951-307192f5208a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tejkajegmx 2018-09-14 10:25:28.351 2253 INFO oslo_db.sqlalchemy.provision [req-76e7b2c5-3108-42bc-9951-307192f5208a - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:32.895 2265 INFO oslo_db.sqlalchemy.provision [req-044d0324-5d53-4066-a726-7d43f35fcb51 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:32.899 2265 INFO oslo_db.sqlalchemy.provision [req-044d0324-5d53-4066-a726-7d43f35fcb51 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kecsfbfqwv 2018-09-14 10:25:32.900 2265 INFO oslo_db.sqlalchemy.provision [req-044d0324-5d53-4066-a726-7d43f35fcb51 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v1.test_member.TestMember.test_delete [1.902355s] ... ok 2018-09-14 10:25:28.371 2247 INFO oslo_db.sqlalchemy.provision [req-3982f269-f372-495b-864f-041f580d6714 - - - - -] CREATE BACKEND sqlite:// TOKEN tllflrecmx 2018-09-14 10:25:28.543 2247 INFO octavia.common.config [req-3982f269-f372-495b-864f-041f580d6714 - - - - -] Logging enabled! 2018-09-14 10:25:28.544 2247 INFO octavia.common.config [req-3982f269-f372-495b-864f-041f580d6714 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.586 2247 WARNING octavia.api.root_controller [req-3982f269-f372-495b-864f-041f580d6714 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.607 2247 INFO octavia.api.v1.controllers.load_balancer [req-d0e46ab9-0dba-4d2a-a734-9a49f82d30d9 - - - - -] Sending created Load Balancer afc0eaea-79e1-45ea-af5c-04708f87a221 to the handler 2018-09-14 10:25:28.776 2247 INFO octavia.api.v1.controllers.listener [req-10ad5d53-4b4d-4bf8-8a16-11a2ab2b1949 - - - - -] Sending Creation of Listener c008d6cf-b5a3-473d-9b0e-0c52258d6078 to handler 2018-09-14 10:25:29.034 2247 INFO octavia.api.v1.controllers.l7policy [req-b5094b65-e7c1-483b-a337-d82826eb004b - - - - -] Sending Creation of L7Policy 13a0fd46-f878-4a0b-8c9e-b2ac3f4b1f8e to handler 2018-09-14 10:25:29.279 2247 INFO octavia.api.v1.controllers.l7rule [req-a2e2dbbb-e267-4a51-9db9-5cc2e2b3248d - - - - -] Sending Creation of L7Rule 769e1f49-2c48-41e1-8503-79c2a2c1266c to handler 2018-09-14 10:25:29.368 2247 INFO oslo_db.sqlalchemy.provision [req-c0ba0499-4dab-4f16-9bf9-8a7e62029be3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.371 2247 INFO oslo_db.sqlalchemy.provision [req-c0ba0499-4dab-4f16-9bf9-8a7e62029be3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tllflrecmx 2018-09-14 10:25:29.372 2247 INFO oslo_db.sqlalchemy.provision [req-c0ba0499-4dab-4f16-9bf9-8a7e62029be3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_update [1.008350s] ... ok 2018-09-14 10:25:31.866 2239 INFO oslo_db.sqlalchemy.provision [req-1b215573-924e-43b6-8be7-326e3c9fde02 - - - - -] CREATE BACKEND sqlite:// TOKEN byqlzjocuf 2018-09-14 10:25:32.029 2239 INFO octavia.common.config [req-1b215573-924e-43b6-8be7-326e3c9fde02 - - - - -] Logging enabled! 2018-09-14 10:25:32.030 2239 INFO octavia.common.config [req-1b215573-924e-43b6-8be7-326e3c9fde02 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.067 2239 WARNING octavia.api.root_controller [req-1b215573-924e-43b6-8be7-326e3c9fde02 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.088 2239 INFO octavia.api.v1.controllers.load_balancer [req-9c3791c1-4b78-495b-896c-7481ef2c22a5 - - - - -] Sending created Load Balancer f3621a4c-a0bd-491e-9c93-b1df0a358d01 to the handler 2018-09-14 10:25:32.252 2239 INFO octavia.api.v1.controllers.load_balancer [req-42f45a5c-3652-4c34-bdc8-ee1a571d2206 - - - - -] Sending deleted Load Balancer f3621a4c-a0bd-491e-9c93-b1df0a358d01 to the handler 2018-09-14 10:25:32.277 2239 INFO octavia.api.v1.controllers.load_balancer [req-f9d8a11f-8c3f-4e89-a59d-a0de84c055f5 - - - - -] Load Balancer f3621a4c-a0bd-491e-9c93-b1df0a358d01 is immutable. 2018-09-14 10:25:32.315 2239 INFO oslo_db.sqlalchemy.provision [req-f9d8a11f-8c3f-4e89-a59d-a0de84c055f5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:32.319 2239 INFO oslo_db.sqlalchemy.provision [req-f9d8a11f-8c3f-4e89-a59d-a0de84c055f5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN byqlzjocuf 2018-09-14 10:25:32.320 2239 INFO oslo_db.sqlalchemy.provision [req-f9d8a11f-8c3f-4e89-a59d-a0de84c055f5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update_pending_delete [0.460350s] ... ok 2018-09-14 10:25:29.421 2258 INFO oslo_db.sqlalchemy.provision [req-2c48b817-0697-409a-af9b-37538c65437e - - - - -] CREATE BACKEND sqlite:// TOKEN dzbamtyvly 2018-09-14 10:25:29.594 2258 INFO octavia.common.config [req-2c48b817-0697-409a-af9b-37538c65437e - - - - -] Logging enabled! 2018-09-14 10:25:29.595 2258 INFO octavia.common.config [req-2c48b817-0697-409a-af9b-37538c65437e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.634 2258 WARNING octavia.api.root_controller [req-2c48b817-0697-409a-af9b-37538c65437e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.758 2258 INFO octavia.api.v1.controllers.load_balancer [req-802c68fe-8955-476e-a470-fce6043e874a - - - - -] Sending full load balancer configuration d6c40027-63fb-40cc-b468-69391e9bd5bd to the handler 2018-09-14 10:25:29.788 2258 INFO oslo_db.sqlalchemy.provision [req-802c68fe-8955-476e-a470-fce6043e874a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.791 2258 INFO oslo_db.sqlalchemy.provision [req-802c68fe-8955-476e-a470-fce6043e874a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dzbamtyvly 2018-09-14 10:25:29.792 2258 INFO oslo_db.sqlalchemy.provision [req-802c68fe-8955-476e-a470-fce6043e874a - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_no_rule [0.377760s] ... ok 2018-09-14 10:25:29.131 2257 INFO oslo_db.sqlalchemy.provision [req-ceb438af-c23c-4981-bdec-73569cf044b4 - - - - -] CREATE BACKEND sqlite:// TOKEN maeoetcyci 2018-09-14 10:25:29.303 2257 INFO octavia.common.config [req-ceb438af-c23c-4981-bdec-73569cf044b4 - - - - -] Logging enabled! 2018-09-14 10:25:29.304 2257 INFO octavia.common.config [req-ceb438af-c23c-4981-bdec-73569cf044b4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.345 2257 WARNING octavia.api.root_controller [req-ceb438af-c23c-4981-bdec-73569cf044b4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.377 2257 INFO octavia.api.v2.controllers.load_balancer [req-b0a9b05f-8009-485e-ba4e-0fa155a19d45 - - - - -] Sending created Load Balancer d32f7bfd-b647-44e3-afcd-0af0683b9ddf to the handler 2018-09-14 10:25:29.836 2257 INFO oslo_db.sqlalchemy.provision [req-a2d637b8-1235-45e8-a641-ab9f18b82b3d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.840 2257 INFO oslo_db.sqlalchemy.provision [req-a2d637b8-1235-45e8-a641-ab9f18b82b3d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN maeoetcyci 2018-09-14 10:25:29.841 2257 INFO oslo_db.sqlalchemy.provision [req-a2d637b8-1235-45e8-a641-ab9f18b82b3d - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_empty_get_all [0.716507s] ... ok 2018-09-14 10:25:28.800 2269 INFO oslo_db.sqlalchemy.provision [req-aa67c493-461f-4892-ae7f-485061c7e54b - - - - -] CREATE BACKEND sqlite:// TOKEN ttxrbqcmjm 2018-09-14 10:25:28.962 2269 INFO octavia.common.config [req-aa67c493-461f-4892-ae7f-485061c7e54b - - - - -] Logging enabled! 2018-09-14 10:25:28.963 2269 INFO octavia.common.config [req-aa67c493-461f-4892-ae7f-485061c7e54b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.003 2269 WARNING octavia.api.root_controller [req-aa67c493-461f-4892-ae7f-485061c7e54b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.025 2269 INFO octavia.api.v1.controllers.load_balancer [req-5d163cb0-78ad-4037-a7a1-6ab535cfeea7 - - - - -] Sending created Load Balancer 804c99ee-9fbe-45bf-af1e-0eb91ca58ba0 to the handler 2018-09-14 10:25:29.201 2269 INFO octavia.api.v1.controllers.listener [req-17699435-2025-4816-9ec3-b6affeabe1a3 - - - - -] Sending Creation of Listener 214357ac-8ef0-4c7d-84ce-5fabd9609f55 to handler 2018-09-14 10:25:29.440 2269 INFO octavia.api.v1.controllers.l7policy [req-d292010e-27dc-4b95-9dae-f26712e9037a - - - - -] Sending Creation of L7Policy 41e99dc8-bbf4-4e11-9b0b-c5603c3293bb to handler 2018-09-14 10:25:29.677 2269 INFO octavia.api.v1.controllers.l7rule [req-09962a0f-914e-4ca8-9256-2723c59f60c5 - - - - -] Sending Creation of L7Rule fd8b867e-e187-420f-8ddd-a851fdb3e712 to handler 2018-09-14 10:25:29.973 2269 INFO oslo_db.sqlalchemy.provision [req-020c8d20-014c-449b-96ca-1ea5eac7b827 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.978 2269 INFO oslo_db.sqlalchemy.provision [req-020c8d20-014c-449b-96ca-1ea5eac7b827 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ttxrbqcmjm 2018-09-14 10:25:29.979 2269 INFO oslo_db.sqlalchemy.provision [req-020c8d20-014c-449b-96ca-1ea5eac7b827 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_nonuuid_vip_attributes [0.243504s] ... ok 2018-09-14 10:25:30.119 2267 INFO oslo_db.sqlalchemy.provision [req-6c4736bc-1b56-4849-913e-145156da7902 - - - - -] CREATE BACKEND sqlite:// TOKEN cuyjzpnybh 2018-09-14 10:25:30.291 2267 INFO octavia.common.config [req-6c4736bc-1b56-4849-913e-145156da7902 - - - - -] Logging enabled! 2018-09-14 10:25:30.292 2267 INFO octavia.common.config [req-6c4736bc-1b56-4849-913e-145156da7902 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.331 2267 WARNING octavia.api.root_controller [req-6c4736bc-1b56-4849-913e-145156da7902 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.353 2267 INFO octavia.api.v1.controllers.load_balancer [req-34c6bfae-f879-40fa-9f69-c6dc413d39d8 - - - - -] Sending created Load Balancer 5bbba60a-f2fc-4355-9dc5-431ec8516e76 to the handler 2018-09-14 10:25:30.683 2267 INFO octavia.api.v1.controllers.listener [req-b798332d-f27f-427e-9a2e-c2ca5f08d9c6 - - - - -] Sending Creation of Listener e12bfdc8-676f-4c66-9959-ecdd08548d9e to handler 2018-09-14 10:25:30.852 2267 WARNING octavia.api.v1.controllers.load_balancer [req-01bbc8e9-3541-4e2f-8d7b-3723ed70ef8e - - - - -] Cannot delete Load Balancer 5bbba60a-f2fc-4355-9dc5-431ec8516e76 - it has children 2018-09-14 10:25:30.877 2267 INFO oslo_db.sqlalchemy.provision [req-01bbc8e9-3541-4e2f-8d7b-3723ed70ef8e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.881 2267 INFO oslo_db.sqlalchemy.provision [req-01bbc8e9-3541-4e2f-8d7b-3723ed70ef8e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cuyjzpnybh 2018-09-14 10:25:30.882 2267 INFO oslo_db.sqlalchemy.provision [req-01bbc8e9-3541-4e2f-8d7b-3723ed70ef8e - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:27.975 2256 INFO oslo_db.sqlalchemy.provision [req-58cdeacd-25d4-4bec-8016-3319cfc2175d - - - - -] CREATE BACKEND sqlite:// TOKEN szearqbngm 2018-09-14 10:25:28.154 2256 INFO octavia.common.config [req-58cdeacd-25d4-4bec-8016-3319cfc2175d - - - - -] Logging enabled! 2018-09-14 10:25:28.155 2256 INFO octavia.common.config [req-58cdeacd-25d4-4bec-8016-3319cfc2175d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.195 2256 WARNING octavia.api.root_controller [req-58cdeacd-25d4-4bec-8016-3319cfc2175d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.220 2256 INFO octavia.api.v1.controllers.load_balancer [req-337e2705-6629-4c83-9f7e-e597a0008039 - - - - -] Sending created Load Balancer e83b5c89-317f-4c8b-ae04-85e579d7431a to the handler 2018-09-14 10:25:28.368 2256 INFO octavia.api.v1.controllers.load_balancer [req-715a429b-713e-463b-b958-e69554fcdf5d - - - - -] Sending updated Load Balancer e83b5c89-317f-4c8b-ae04-85e579d7431a to the handler 2018-09-14 10:25:28.542 2256 INFO oslo_db.sqlalchemy.provision [req-eae5569c-9b34-4f6f-8c24-5a2ba6689b93 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.546 2256 INFO oslo_db.sqlalchemy.provision [req-eae5569c-9b34-4f6f-8c24-5a2ba6689b93 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN szearqbngm 2018-09-14 10:25:28.546 2256 INFO oslo_db.sqlalchemy.provision [req-eae5569c-9b34-4f6f-8c24-5a2ba6689b93 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update [0.577807s] ... ok 2018-09-14 10:25:29.471 2261 INFO oslo_db.sqlalchemy.provision [req-feafb292-b518-44f5-a8a3-d2ec5a66ddc8 - - - - -] CREATE BACKEND sqlite:// TOKEN xtxryhgktv 2018-09-14 10:25:29.635 2261 INFO octavia.common.config [req-feafb292-b518-44f5-a8a3-d2ec5a66ddc8 - - - - -] Logging enabled! 2018-09-14 10:25:29.635 2261 INFO octavia.common.config [req-feafb292-b518-44f5-a8a3-d2ec5a66ddc8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.680 2261 WARNING octavia.api.root_controller [req-feafb292-b518-44f5-a8a3-d2ec5a66ddc8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.714 2261 INFO oslo_db.sqlalchemy.provision [req-a8b9c550-217b-49fe-99b4-d2c990e4244f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.718 2261 INFO oslo_db.sqlalchemy.provision [req-a8b9c550-217b-49fe-99b4-d2c990e4244f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xtxryhgktv 2018-09-14 10:25:29.718 2261 INFO oslo_db.sqlalchemy.provision [req-a8b9c550-217b-49fe-99b4-d2c990e4244f - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:28.645 2259 INFO oslo_db.sqlalchemy.provision [req-84046b71-2847-4a76-9fca-52d2a4b47f52 - - - - -] CREATE BACKEND sqlite:// TOKEN igobzsnflp 2018-09-14 10:25:28.826 2259 INFO octavia.common.config [req-84046b71-2847-4a76-9fca-52d2a4b47f52 - - - - -] Logging enabled! 2018-09-14 10:25:28.827 2259 INFO octavia.common.config [req-84046b71-2847-4a76-9fca-52d2a4b47f52 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.871 2259 WARNING octavia.api.root_controller [req-84046b71-2847-4a76-9fca-52d2a4b47f52 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.892 2259 INFO octavia.api.v1.controllers.load_balancer [req-0ed04d11-375d-4414-9049-172ee777ed49 - - - - -] Sending created Load Balancer a00d9a95-1283-455d-8aed-fd51a8ce030f to the handler 2018-09-14 10:25:29.066 2259 INFO octavia.api.v1.controllers.listener [req-3aabeffb-7e9d-459f-a89e-692fedfd8103 - - - - -] Sending Creation of Listener b63844e1-0fc2-46d3-b978-4f11c677abfb to handler 2018-09-14 10:25:29.309 2259 INFO octavia.api.v1.controllers.l7policy [req-dafc8c56-72be-4f7b-a6e0-fe7e3a3cfbfb - - - - -] Sending Creation of L7Policy f3dfe46d-4268-4966-b764-1887359ff379 to handler 2018-09-14 10:25:29.524 2259 INFO oslo_db.sqlalchemy.provision [req-8a292a07-44c6-4bcf-bb3d-0406ff85aa7f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.528 2259 INFO oslo_db.sqlalchemy.provision [req-8a292a07-44c6-4bcf-bb3d-0406ff85aa7f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN igobzsnflp 2018-09-14 10:25:29.528 2259 INFO oslo_db.sqlalchemy.provision [req-8a292a07-44c6-4bcf-bb3d-0406ff85aa7f - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_listener.TestListener.test_delete [1.258202s] ... ok {29} octavia.tests.functional.api.v1.test_pool.TestPool.test_bad_update [1.146450s] ... ok {5} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_with_pool [0.622419s] ... ok 2018-09-14 10:25:28.308 2243 INFO oslo_db.sqlalchemy.provision [req-99217de1-aeae-4721-9836-a81b53f22272 - - - - -] CREATE BACKEND sqlite:// TOKEN qbojqaxepg 2018-09-14 10:25:28.466 2243 INFO octavia.common.config [req-99217de1-aeae-4721-9836-a81b53f22272 - - - - -] Logging enabled! 2018-09-14 10:25:28.466 2243 INFO octavia.common.config [req-99217de1-aeae-4721-9836-a81b53f22272 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.504 2243 WARNING octavia.api.root_controller [req-99217de1-aeae-4721-9836-a81b53f22272 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.524 2243 INFO octavia.api.v1.controllers.load_balancer [req-839e02b8-b11c-4549-b44e-63ffaa19d84f - - - - -] Sending created Load Balancer e2c4db67-2703-4c0b-beea-a47ee7578444 to the handler 2018-09-14 10:25:28.682 2243 INFO octavia.api.v1.controllers.listener [req-3df2dace-9fbd-4f75-bd88-b382e795d241 - - - - -] Sending Creation of Listener 9d1080bc-f1da-4521-8261-6271f289288d to handler 2018-09-14 10:25:28.870 2243 INFO octavia.api.v1.controllers.pool [req-c39d9f84-7fc4-46af-b7e0-718308d8eb2b - - - - -] Sending Creation of Pool 8aefdd6b-da73-4d6b-99b6-3ec08aacf2b5 to handler 2018-09-14 10:25:29.155 2243 INFO octavia.api.v1.controllers.pool [req-ce349729-9767-49a3-abb0-b30f24f93a3b - - - - -] Sending Creation of Pool 229b3eb5-aad1-4f29-9e47-2e08e64acad5 to handler 2018-09-14 10:25:29.479 2243 INFO octavia.api.v1.controllers.member [req-6dbddd7d-dca5-4aca-ae57-bdb5c0cb95e2 - - - - -] Sending Creation of Member 508c1a28-1859-4331-a409-7ddd656a2cd8 to handler 2018-09-14 10:25:29.510 2243 INFO oslo_db.sqlalchemy.provision [req-6dbddd7d-dca5-4aca-ae57-bdb5c0cb95e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.514 2243 INFO oslo_db.sqlalchemy.provision [req-6dbddd7d-dca5-4aca-ae57-bdb5c0cb95e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qbojqaxepg 2018-09-14 10:25:29.515 2243 INFO oslo_db.sqlalchemy.provision [req-6dbddd7d-dca5-4aca-ae57-bdb5c0cb95e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_id [1.214007s] ... ok {30} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_file_type_rule [1.186229s] ... ok {28} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_with_listener [0.769536s] ... ok 2018-09-14 10:25:29.800 2258 INFO oslo_db.sqlalchemy.provision [req-802c68fe-8955-476e-a470-fce6043e874a - - - - -] CREATE BACKEND sqlite:// TOKEN ahletkcrfo 2018-09-14 10:25:29.981 2258 INFO octavia.common.config [req-802c68fe-8955-476e-a470-fce6043e874a - - - - -] Logging enabled! 2018-09-14 10:25:29.983 2258 INFO octavia.common.config [req-802c68fe-8955-476e-a470-fce6043e874a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.032 2258 WARNING octavia.api.root_controller [req-802c68fe-8955-476e-a470-fce6043e874a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.061 2258 INFO octavia.api.v1.controllers.load_balancer [req-0b3ee190-22fb-4ea8-b3e3-33e2e3d9ccaf - - - - -] Sending created Load Balancer a483359f-8cf6-46b2-a7de-628e35e2bbaf to the handler 2018-09-14 10:25:30.243 2258 INFO octavia.api.v1.controllers.listener [req-ce0cf9b4-d6b2-42e4-95fb-e37615dda5b8 - - - - -] Sending Creation of Listener a0fb6c8a-8501-402d-8dab-0b9ff7bd3aa6 to handler 2018-09-14 10:25:30.497 2258 INFO octavia.api.v1.controllers.pool [req-70272d1f-d72a-4cef-9e6a-57fc72697b2e - - - - -] Sending Creation of Pool 3321d074-9eca-497e-94d7-dbbcdb8b5afc to handler 2018-09-14 10:25:30.749 2258 INFO octavia.api.v1.controllers.pool [req-7fa822d9-6057-4ed0-b4a8-c227578d34aa - - - - -] Sending Deletion of Pool 3321d074-9eca-497e-94d7-dbbcdb8b5afc to handler 2018-09-14 10:25:31.243 2258 INFO oslo_db.sqlalchemy.provision [req-de7fed75-e8e6-428c-a75a-4cc102e6ae5e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.246 2258 INFO oslo_db.sqlalchemy.provision [req-de7fed75-e8e6-428c-a75a-4cc102e6ae5e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ahletkcrfo 2018-09-14 10:25:31.247 2258 INFO oslo_db.sqlalchemy.provision [req-de7fed75-e8e6-428c-a75a-4cc102e6ae5e - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:28.976 2250 INFO oslo_db.sqlalchemy.provision [req-dac35421-06e8-4a00-8c31-7043341c76d1 - - - - -] CREATE BACKEND sqlite:// TOKEN mkkvwuqprc 2018-09-14 10:25:29.152 2250 INFO octavia.common.config [req-dac35421-06e8-4a00-8c31-7043341c76d1 - - - - -] Logging enabled! 2018-09-14 10:25:29.153 2250 INFO octavia.common.config [req-dac35421-06e8-4a00-8c31-7043341c76d1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.193 2250 WARNING octavia.api.root_controller [req-dac35421-06e8-4a00-8c31-7043341c76d1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.214 2250 INFO octavia.api.v1.controllers.load_balancer [req-3c6e31c2-271d-44f8-92b0-e626cacac6b3 - - - - -] Sending created Load Balancer 04545021-29fb-4115-a543-a014f9f5c06c to the handler 2018-09-14 10:25:29.394 2250 INFO octavia.api.v1.controllers.listener [req-dd7deb8f-e6a1-4d3c-a238-032aa46e3c0b - - - - -] Sending Creation of Listener 72d9ffd9-1acb-4c5b-817c-223c6aa1fdc8 to handler 2018-09-14 10:25:29.679 2250 INFO octavia.api.v1.controllers.pool [req-42fad9de-5540-40d1-8321-7002f054f706 - - - - -] Sending Creation of Pool e2a796f2-1176-4133-b48b-02a301b5aae4 to handler 2018-09-14 10:25:29.899 2250 INFO octavia.api.v1.controllers.pool [req-dbfce019-80a8-4be1-8ff0-05deea27f92f - - - - -] Sending Update of Pool e2a796f2-1176-4133-b48b-02a301b5aae4 to handler 2018-09-14 10:25:30.282 2250 INFO oslo_db.sqlalchemy.provision [req-8d98d951-4ee7-405f-acd6-8e2aa43767f5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.286 2250 INFO oslo_db.sqlalchemy.provision [req-8d98d951-4ee7-405f-acd6-8e2aa43767f5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mkkvwuqprc 2018-09-14 10:25:30.286 2250 INFO oslo_db.sqlalchemy.provision [req-8d98d951-4ee7-405f-acd6-8e2aa43767f5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_long_description [0.252955s] ... ok 2018-09-14 10:25:29.348 2262 INFO oslo_db.sqlalchemy.provision [req-e7db9a4a-9ae0-4026-967e-9f4e3ade1162 - - - - -] CREATE BACKEND sqlite:// TOKEN sftfcxongj 2018-09-14 10:25:29.517 2262 INFO octavia.common.config [req-e7db9a4a-9ae0-4026-967e-9f4e3ade1162 - - - - -] Logging enabled! 2018-09-14 10:25:29.518 2262 INFO octavia.common.config [req-e7db9a4a-9ae0-4026-967e-9f4e3ade1162 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.563 2262 WARNING octavia.api.root_controller [req-e7db9a4a-9ae0-4026-967e-9f4e3ade1162 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.584 2262 INFO octavia.api.v1.controllers.load_balancer [req-752d395f-35f8-47bf-a218-8b50f0721218 - - - - -] Sending created Load Balancer 7d2dfde6-0906-4bdf-bfa8-14337deb592b to the handler 2018-09-14 10:25:29.763 2262 INFO octavia.api.v1.controllers.listener [req-713aa87f-6e93-4336-98dc-2d2386dccfa4 - - - - -] Sending Creation of Listener f9f05e70-a66e-401a-b96f-260acc729256 to handler 2018-09-14 10:25:29.947 2262 INFO octavia.api.v1.controllers.pool [req-e341c7b3-0438-4c10-a083-cc11f423544b - - - - -] Sending Creation of Pool 5dfca59c-aaec-4f6b-9752-2264c2b0158f to handler 2018-09-14 10:25:30.239 2262 INFO octavia.api.v1.controllers.l7policy [req-dec41fa3-335d-4a77-9e32-29aaf1a99dbd - - - - -] Sending Creation of L7Policy 03c9664d-4749-4fe1-823a-cca96211be8a to handler 2018-09-14 10:25:30.314 2262 INFO oslo_db.sqlalchemy.provision [req-06f3ef7e-7f48-446d-9c56-6ecb866be81f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.318 2262 INFO oslo_db.sqlalchemy.provision [req-06f3ef7e-7f48-446d-9c56-6ecb866be81f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sftfcxongj 2018-09-14 10:25:30.319 2262 INFO oslo_db.sqlalchemy.provision [req-06f3ef7e-7f48-446d-9c56-6ecb866be81f - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_update_redirect_to_url [0.977581s] ... ok 2018-09-14 10:25:30.723 2246 INFO octavia.api.v1.controllers.l7rule [req-404f6ae0-2bfc-4513-8817-f7c2b7b25428 - - - - -] Sending Creation of L7Rule 2d0092bd-d64a-4566-bbd5-180677c5f109 to handler 2018-09-14 10:25:30.990 2246 INFO octavia.api.v1.controllers.l7rule [req-02fcf12e-f142-4218-847d-0129f5b0f8af - - - - -] Sending Creation of L7Rule 42d44b03-9dbd-4243-80ba-4a0c768c3f5c to handler 2018-09-14 10:25:31.220 2246 INFO octavia.api.v1.controllers.l7rule [req-d4f7cf24-770c-4cb4-afea-19a9dcb3c9d4 - - - - -] Sending Creation of L7Rule 806e89de-a7e9-4838-837a-6fc0a58d480a to handler 2018-09-14 10:25:31.466 2246 INFO octavia.api.v1.controllers.l7rule [req-196623b5-ddbf-43f7-949e-fcbb70224d05 - - - - -] Sending Creation of L7Rule b9728773-08c0-47ae-9619-2d2cdabbead9 to handler 2018-09-14 10:25:31.736 2246 INFO octavia.api.v1.controllers.l7rule [req-9c29381e-d7ee-4dc8-9012-1a7442f9f152 - - - - -] Sending Creation of L7Rule 4f2645b3-7c08-4616-b79c-1bc8103c7abc to handler 2018-09-14 10:25:31.985 2246 INFO octavia.api.v1.controllers.l7rule [req-67191498-766a-4535-ad94-384630a33e50 - - - - -] Sending Creation of L7Rule 717c6ed3-ade3-4a60-b1b7-c09f5a4f14dd to handler 2018-09-14 10:25:32.251 2246 INFO octavia.api.v1.controllers.l7rule [req-09bad000-c686-426f-b743-6ea891dd690b - - - - -] Sending Creation of L7Rule 56da7aaf-f0f7-4d9c-bf63-ee052a84b368 to handler 2018-09-14 10:25:32.667 2246 INFO octavia.api.v1.controllers.l7rule [req-e1cdc99f-b068-4bf7-9e84-bf4eabbb1774 - - - - -] Sending Creation of L7Rule dd6a6c2c-6b3a-4ac7-a614-c99bc2ab5350 to handler 2018-09-14 10:25:33.028 2246 INFO octavia.api.v1.controllers.l7rule [req-44adda91-6cca-406c-8fc8-442b367b1cbc - - - - -] Sending Creation of L7Rule 6c6523ff-5d97-4805-a6c7-fce83bfd8b11 to handler 2018-09-14 10:25:33.312 2246 INFO octavia.api.v1.controllers.l7rule [req-24e4c94b-b239-4910-99bf-932255d18f9e - - - - -] Sending Creation of L7Rule 6c777822-581f-466a-a697-f35d5326a209 to handler 2018-09-14 10:25:28.274 2255 INFO oslo_db.sqlalchemy.provision [req-f9f620ae-a923-44ad-b4c5-35fd296e8513 - - - - -] CREATE BACKEND sqlite:// TOKEN huzulzqepr 2018-09-14 10:25:28.444 2255 INFO octavia.common.config [req-f9f620ae-a923-44ad-b4c5-35fd296e8513 - - - - -] Logging enabled! 2018-09-14 10:25:28.445 2255 INFO octavia.common.config [req-f9f620ae-a923-44ad-b4c5-35fd296e8513 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.482 2255 WARNING octavia.api.root_controller [req-f9f620ae-a923-44ad-b4c5-35fd296e8513 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.504 2255 INFO octavia.api.v1.controllers.load_balancer [req-3700dd9d-93de-472d-854c-fa442918fedb - - - - -] Sending created Load Balancer cd309f3f-8307-4ffa-9855-472a43cbd398 to the handler 2018-09-14 10:25:28.682 2255 INFO octavia.api.v1.controllers.listener [req-ecc00127-ae0c-4a7a-af26-db33e4d519b6 - - - - -] Sending Creation of Listener 270ff443-c1bd-41c4-9a14-a85ff62e9036 to handler 2018-09-14 10:25:28.898 2255 INFO octavia.api.v1.controllers.pool [req-98dbbab3-694f-48f3-833d-87910b66a38b - - - - -] Sending Creation of Pool 97d1298c-5234-4e59-877a-a2f032e25430 to handler 2018-09-14 10:25:29.190 2255 INFO octavia.api.v1.controllers.l7policy [req-1e886a94-76b3-4003-a429-006d2015ed81 - - - - -] Sending Creation of L7Policy 9ff96566-17e8-4c07-882e-de8d874957ef to handler 2018-09-14 10:25:29.418 2255 ERROR octavia.api.v1.controllers.base [req-88abc9b7-9916-4aa6-a04e-df0652fba232 - - - - -] Pool f4cc0fc0-403c-472b-8da3-6124a75657a2 not found: None 2018-09-14 10:25:29.418 2255 ERROR octavia.api.v1.controllers.base None 2018-09-14 10:25:29.418 2255 ERROR octavia.api.v1.controllers.base 2018-09-14 10:25:29.447 2255 INFO oslo_db.sqlalchemy.provision [req-88abc9b7-9916-4aa6-a04e-df0652fba232 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.451 2255 INFO oslo_db.sqlalchemy.provision [req-88abc9b7-9916-4aa6-a04e-df0652fba232 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN huzulzqepr 2018-09-14 10:25:29.451 2255 INFO oslo_db.sqlalchemy.provision [req-88abc9b7-9916-4aa6-a04e-df0652fba232 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:29.211 2251 INFO oslo_db.sqlalchemy.provision [req-5ac7154d-9e11-4924-8046-db7312b6f212 - - - - -] CREATE BACKEND sqlite:// TOKEN wqeaytzelh 2018-09-14 10:25:29.375 2251 INFO octavia.common.config [req-5ac7154d-9e11-4924-8046-db7312b6f212 - - - - -] Logging enabled! 2018-09-14 10:25:29.376 2251 INFO octavia.common.config [req-5ac7154d-9e11-4924-8046-db7312b6f212 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.417 2251 WARNING octavia.api.root_controller [req-5ac7154d-9e11-4924-8046-db7312b6f212 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.454 2251 INFO oslo_db.sqlalchemy.provision [req-245cff35-e5c7-40bb-8535-c66b0c413df3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.458 2251 INFO oslo_db.sqlalchemy.provision [req-245cff35-e5c7-40bb-8535-c66b0c413df3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wqeaytzelh 2018-09-14 10:25:29.459 2251 INFO oslo_db.sqlalchemy.provision [req-245cff35-e5c7-40bb-8535-c66b0c413df3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v1.test_pool.TestPool.test_update [1.316460s] ... ok 2018-09-14 10:25:28.493 2252 INFO oslo_db.sqlalchemy.provision [req-fdd853a9-9c37-4bc9-8fa3-2d7b6c3c6e47 - - - - -] CREATE BACKEND sqlite:// TOKEN hqvlfumzzq 2018-09-14 10:25:28.672 2252 INFO octavia.common.config [req-fdd853a9-9c37-4bc9-8fa3-2d7b6c3c6e47 - - - - -] Logging enabled! 2018-09-14 10:25:28.672 2252 INFO octavia.common.config [req-fdd853a9-9c37-4bc9-8fa3-2d7b6c3c6e47 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.712 2252 WARNING octavia.api.root_controller [req-fdd853a9-9c37-4bc9-8fa3-2d7b6c3c6e47 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.738 2252 INFO octavia.api.v1.controllers.load_balancer [req-f5e07b59-4640-4712-853a-97c977a13184 - - - - -] Sending created Load Balancer fd05c589-f755-4021-a3a0-95fc48e041bc to the handler 2018-09-14 10:25:28.905 2252 INFO octavia.api.v1.controllers.listener [req-379b34d6-5218-4e68-b2fe-b57667a01641 - - - - -] Sending Creation of Listener 7d0245e8-ba2a-41b4-800e-9497dc2c6c98 to handler 2018-09-14 10:25:29.108 2252 INFO octavia.api.v1.controllers.pool [req-ce5352c7-2704-448f-95a4-354be2f5c092 - - - - -] Sending Creation of Pool 8a9ec1aa-83bc-4e61-8487-f4349ce0e9d1 to handler 2018-09-14 10:25:29.398 2252 INFO octavia.api.v1.controllers.l7policy [req-32f56801-1308-431b-b1da-621c2222fa5e - - - - -] Sending Creation of L7Policy 666f138f-6fa7-4758-9f79-6d8359117e67 to handler 2018-09-14 10:25:29.627 2252 INFO octavia.api.v1.controllers.l7policy [req-f0090e2c-6b71-4e64-8002-f52228a3ecf1 - - - - -] Sending Update of L7Policy 666f138f-6fa7-4758-9f79-6d8359117e67 to handler 2018-09-14 10:25:29.688 2252 INFO oslo_db.sqlalchemy.provision [req-f0090e2c-6b71-4e64-8002-f52228a3ecf1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.692 2252 INFO oslo_db.sqlalchemy.provision [req-f0090e2c-6b71-4e64-8002-f52228a3ecf1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hqvlfumzzq 2018-09-14 10:25:29.693 2252 INFO oslo_db.sqlalchemy.provision [req-f0090e2c-6b71-4e64-8002-f52228a3ecf1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_redirect_to_url_minimal [1.206289s] ... ok 2018-09-14 10:25:28.965 2254 INFO oslo_db.sqlalchemy.provision [req-3c0f2a2e-772e-45cf-af0a-0766877da1ed - - - - -] CREATE BACKEND sqlite:// TOKEN nbiayaaqmj 2018-09-14 10:25:29.134 2254 INFO octavia.common.config [req-3c0f2a2e-772e-45cf-af0a-0766877da1ed - - - - -] Logging enabled! 2018-09-14 10:25:29.135 2254 INFO octavia.common.config [req-3c0f2a2e-772e-45cf-af0a-0766877da1ed - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.173 2254 WARNING octavia.api.root_controller [req-3c0f2a2e-772e-45cf-af0a-0766877da1ed - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.195 2254 INFO octavia.api.v1.controllers.load_balancer [req-58b08fcd-1546-46c6-9c04-34fe6da3e6eb - - - - -] Sending created Load Balancer 19660f90-de07-41bc-a680-f91564e70ffc to the handler 2018-09-14 10:25:29.372 2254 INFO octavia.api.v1.controllers.pool [req-98a9f9b9-146e-4fa6-92ba-280ce2244b9e - - - - -] Sending Creation of Pool 0ce8f230-28d8-4282-870e-e1b1d95c58c7 to handler 2018-09-14 10:25:29.574 2254 INFO oslo_db.sqlalchemy.provision [req-9cb2c4c0-473a-4b33-b2e2-f70e87e8ef8b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.577 2254 INFO oslo_db.sqlalchemy.provision [req-9cb2c4c0-473a-4b33-b2e2-f70e87e8ef8b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nbiayaaqmj 2018-09-14 10:25:29.578 2254 INFO oslo_db.sqlalchemy.provision [req-9cb2c4c0-473a-4b33-b2e2-f70e87e8ef8b - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_bad_default_pool_id [0.622225s] ... ok 2018-09-14 10:25:27.582 2241 INFO oslo_db.sqlalchemy.provision [req-ff997611-5bda-440b-82ad-8f191636cf40 - - - - -] CREATE BACKEND sqlite:// TOKEN rkawhocwfs 2018-09-14 10:25:27.771 2241 INFO octavia.common.config [req-ff997611-5bda-440b-82ad-8f191636cf40 - - - - -] Logging enabled! 2018-09-14 10:25:27.771 2241 INFO octavia.common.config [req-ff997611-5bda-440b-82ad-8f191636cf40 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:27.811 2241 WARNING octavia.api.root_controller [req-ff997611-5bda-440b-82ad-8f191636cf40 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:27.833 2241 INFO octavia.api.v1.controllers.load_balancer [req-7b9b96de-c046-4929-bbc3-84b4c0e8ffb5 - - - - -] Sending created Load Balancer 732bb94a-0e43-494c-976f-55dafd345e0c to the handler 2018-09-14 10:25:28.236 2241 INFO octavia.api.v1.controllers.listener [req-bc9864ba-95d1-45d8-8db3-7066db2901ef - - - - -] Sending Creation of Listener 8727a39c-e1d9-4c68-8e30-4d62aa0560fc to handler 2018-09-14 10:25:28.473 2241 INFO octavia.api.v1.controllers.pool [req-79158c1d-7088-4d0d-b33d-c7578b3e8077 - - - - -] Sending Creation of Pool bea1bccd-a484-460e-b368-bde13bb51e99 to handler 2018-09-14 10:25:28.787 2241 INFO octavia.api.v1.controllers.pool [req-87ddb938-64ae-4e5d-842e-dfa0a32ae62a - - - - -] Sending Creation of Pool 272fd6be-1be0-4ab0-b6c0-8e1b52369621 to handler 2018-09-14 10:25:29.107 2241 INFO octavia.api.v1.controllers.health_monitor [req-3b43ef78-e6b3-4343-a3cc-ea14c37d4d26 - - - - -] Sending Creation of Health Monitor for Pool bea1bccd-a484-460e-b368-bde13bb51e99 to handler 2018-09-14 10:25:29.476 2241 INFO oslo_db.sqlalchemy.provision [req-db737854-4d18-43a5-9cda-4a2570b0972e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.480 2241 INFO oslo_db.sqlalchemy.provision [req-db737854-4d18-43a5-9cda-4a2570b0972e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rkawhocwfs 2018-09-14 10:25:29.480 2241 INFO oslo_db.sqlalchemy.provision [req-db737854-4d18-43a5-9cda-4a2570b0972e - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_sans_listener [1.905675s] ... ok {12} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_has_no_subnet [0.253794s] ... ok 2018-09-14 10:25:28.902 2268 INFO oslo_db.sqlalchemy.provision [req-978e33c2-4b04-4590-92a4-656692477379 - - - - -] CREATE BACKEND sqlite:// TOKEN wbezwxbqcv 2018-09-14 10:25:29.078 2268 INFO octavia.common.config [req-978e33c2-4b04-4590-92a4-656692477379 - - - - -] Logging enabled! 2018-09-14 10:25:29.079 2268 INFO octavia.common.config [req-978e33c2-4b04-4590-92a4-656692477379 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.121 2268 WARNING octavia.api.root_controller [req-978e33c2-4b04-4590-92a4-656692477379 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.143 2268 INFO octavia.api.v1.controllers.load_balancer [req-b290ef0a-29c9-405e-a5fe-e23082a8505c - - - - -] Sending created Load Balancer d3ceca31-ce36-4d60-bfa8-1e8f889ba907 to the handler 2018-09-14 10:25:29.311 2268 INFO octavia.api.v1.controllers.listener [req-0eb63425-c69e-4ef5-979f-39913997affb - - - - -] Sending Creation of Listener b4b002c5-1dea-4416-87c8-7bca94aea86c to handler 2018-09-14 10:25:29.516 2268 INFO oslo_db.sqlalchemy.provision [req-cefedb43-78d0-4a6d-8dbd-51a976b27c54 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.520 2268 INFO oslo_db.sqlalchemy.provision [req-cefedb43-78d0-4a6d-8dbd-51a976b27c54 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wbezwxbqcv 2018-09-14 10:25:29.520 2268 INFO oslo_db.sqlalchemy.provision [req-cefedb43-78d0-4a6d-8dbd-51a976b27c54 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_bad_session_persistence ... SKIPPED: This test should pass after a validation layer. 2018-09-14 10:25:28.555 2256 INFO oslo_db.sqlalchemy.provision [req-eae5569c-9b34-4f6f-8c24-5a2ba6689b93 - - - - -] CREATE BACKEND sqlite:// TOKEN cwfvnvprrg 2018-09-14 10:25:28.732 2256 INFO octavia.common.config [req-eae5569c-9b34-4f6f-8c24-5a2ba6689b93 - - - - -] Logging enabled! 2018-09-14 10:25:28.733 2256 INFO octavia.common.config [req-eae5569c-9b34-4f6f-8c24-5a2ba6689b93 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.773 2256 WARNING octavia.api.root_controller [req-eae5569c-9b34-4f6f-8c24-5a2ba6689b93 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.795 2256 INFO octavia.api.v1.controllers.load_balancer [req-871ebfc5-668f-47e7-8c18-65c2599df020 - - - - -] Sending created Load Balancer 09802672-1085-443b-9e88-a125af6d4865 to the handler 2018-09-14 10:25:28.954 2256 INFO octavia.api.v1.controllers.listener [req-a81fd536-001f-467a-9cea-a3654694449b - - - - -] Sending Creation of Listener 9538f517-dd80-4523-8607-717061b4dd6e to handler 2018-09-14 10:25:29.237 2256 INFO octavia.api.v1.controllers.pool [req-e05aabe1-3b71-4b5c-8a7c-4b279e70eda7 - - - - -] Sending Creation of Pool 4da26e41-6d67-4682-998d-86d62231a4dc to handler 2018-09-14 10:25:29.600 2256 INFO oslo_db.sqlalchemy.provision [req-cb070684-b7c8-4c08-9cfc-fcd9150d4daa - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.604 2256 INFO oslo_db.sqlalchemy.provision [req-cb070684-b7c8-4c08-9cfc-fcd9150d4daa - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cwfvnvprrg 2018-09-14 10:25:29.605 2256 INFO oslo_db.sqlalchemy.provision [req-cb070684-b7c8-4c08-9cfc-fcd9150d4daa - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_proxy_protocol [1.056824s] ... ok {16} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_redirect_to_pool_bad_pool_id [1.183804s] ... ok 2018-09-14 10:25:28.998 2270 INFO oslo_db.sqlalchemy.provision [req-bae2feb0-09ca-4b6d-89d1-4e1945ad3908 - - - - -] CREATE BACKEND sqlite:// TOKEN vilycmrfan 2018-09-14 10:25:29.159 2270 INFO octavia.common.config [req-bae2feb0-09ca-4b6d-89d1-4e1945ad3908 - - - - -] Logging enabled! 2018-09-14 10:25:29.160 2270 INFO octavia.common.config [req-bae2feb0-09ca-4b6d-89d1-4e1945ad3908 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.198 2270 WARNING octavia.api.root_controller [req-bae2feb0-09ca-4b6d-89d1-4e1945ad3908 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.220 2270 INFO octavia.api.v1.controllers.load_balancer [req-93f76b2e-6db3-47ff-b4be-3f111556766b - - - - -] Sending created Load Balancer 10aec2cf-a80e-4e55-9132-3147141285db to the handler 2018-09-14 10:25:29.391 2270 INFO octavia.api.v1.controllers.listener [req-16ee0244-ade4-4180-8609-ad6bd4d7d0e1 - - - - -] Sending Creation of Listener 2bfec7cb-84fb-4274-97ca-87c67acca567 to handler 2018-09-14 10:25:29.684 2270 INFO octavia.api.v1.controllers.pool [req-a3fa0a2b-ca7c-4de2-ab4c-c2835853985c - - - - -] Sending Creation of Pool 20be6c18-f54a-4bec-9511-a94b41c9b8c6 to handler 2018-09-14 10:25:29.977 2270 INFO octavia.api.v1.controllers.pool [req-0cd5f8db-eccb-4522-a8cf-dd395869bfdf - - - - -] Sending Deletion of Pool 20be6c18-f54a-4bec-9511-a94b41c9b8c6 to handler 2018-09-14 10:25:30.140 2270 INFO oslo_db.sqlalchemy.provision [req-d515bd7d-5fe6-452f-90c9-58e50e2376b8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.144 2270 INFO oslo_db.sqlalchemy.provision [req-d515bd7d-5fe6-452f-90c9-58e50e2376b8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vilycmrfan 2018-09-14 10:25:30.144 2270 INFO oslo_db.sqlalchemy.provision [req-d515bd7d-5fe6-452f-90c9-58e50e2376b8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_with_bad_handler [1.153152s] ... ok 2018-09-14 10:25:29.381 2247 INFO oslo_db.sqlalchemy.provision [req-c0ba0499-4dab-4f16-9bf9-8a7e62029be3 - - - - -] CREATE BACKEND sqlite:// TOKEN hlqtdlfmwo 2018-09-14 10:25:29.554 2247 INFO octavia.common.config [req-c0ba0499-4dab-4f16-9bf9-8a7e62029be3 - - - - -] Logging enabled! 2018-09-14 10:25:29.555 2247 INFO octavia.common.config [req-c0ba0499-4dab-4f16-9bf9-8a7e62029be3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.598 2247 WARNING octavia.api.root_controller [req-c0ba0499-4dab-4f16-9bf9-8a7e62029be3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.663 2247 INFO octavia.api.v1.controllers.load_balancer [req-26ef8b60-9684-4e06-acc9-9e602a9bb567 - - - - -] Sending full load balancer configuration 825f4744-b5e4-485e-af3d-15c166bf31eb to the handler 2018-09-14 10:25:29.699 2247 INFO oslo_db.sqlalchemy.provision [req-26ef8b60-9684-4e06-acc9-9e602a9bb567 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.703 2247 INFO oslo_db.sqlalchemy.provision [req-26ef8b60-9684-4e06-acc9-9e602a9bb567 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hlqtdlfmwo 2018-09-14 10:25:29.703 2247 INFO oslo_db.sqlalchemy.provision [req-26ef8b60-9684-4e06-acc9-9e602a9bb567 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create_file_type_rule [0.890019s] ... ok 2018-09-14 10:25:28.750 2260 INFO oslo_db.sqlalchemy.provision [req-8e8e447a-086c-47e1-8b41-1549b912ee59 - - - - -] CREATE BACKEND sqlite:// TOKEN kksalgkiik 2018-09-14 10:25:28.927 2260 INFO octavia.common.config [req-8e8e447a-086c-47e1-8b41-1549b912ee59 - - - - -] Logging enabled! 2018-09-14 10:25:28.928 2260 INFO octavia.common.config [req-8e8e447a-086c-47e1-8b41-1549b912ee59 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.972 2260 WARNING octavia.api.root_controller [req-8e8e447a-086c-47e1-8b41-1549b912ee59 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.011 2260 INFO oslo_db.sqlalchemy.provision [req-c0ef9c02-6214-4bea-addb-f808ec8b4348 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.015 2260 INFO oslo_db.sqlalchemy.provision [req-c0ef9c02-6214-4bea-addb-f808ec8b4348 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kksalgkiik 2018-09-14 10:25:29.016 2260 INFO oslo_db.sqlalchemy.provision [req-c0ef9c02-6214-4bea-addb-f808ec8b4348 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:28.359 2253 INFO oslo_db.sqlalchemy.provision [req-76e7b2c5-3108-42bc-9951-307192f5208a - - - - -] CREATE BACKEND sqlite:// TOKEN eeezzhxzly 2018-09-14 10:25:28.521 2253 INFO octavia.common.config [req-76e7b2c5-3108-42bc-9951-307192f5208a - - - - -] Logging enabled! 2018-09-14 10:25:28.521 2253 INFO octavia.common.config [req-76e7b2c5-3108-42bc-9951-307192f5208a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.559 2253 WARNING octavia.api.root_controller [req-76e7b2c5-3108-42bc-9951-307192f5208a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.661 2253 INFO octavia.api.v1.controllers.load_balancer [req-73008f14-5f12-4733-a506-6c970538665c - - - - -] Sending full load balancer configuration f53139a0-3048-4529-a2b4-bb59b4bce828 to the handler 2018-09-14 10:25:28.691 2253 INFO oslo_db.sqlalchemy.provision [req-73008f14-5f12-4733-a506-6c970538665c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:28.695 2253 INFO oslo_db.sqlalchemy.provision [req-73008f14-5f12-4733-a506-6c970538665c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eeezzhxzly 2018-09-14 10:25:28.696 2253 INFO oslo_db.sqlalchemy.provision [req-73008f14-5f12-4733-a506-6c970538665c - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:29.425 2249 INFO oslo_db.sqlalchemy.provision [req-f476c025-29af-4da3-97c4-5655d5fd1b4b - - - - -] CREATE BACKEND sqlite:// TOKEN xoymguktxm 2018-09-14 10:25:29.595 2249 INFO octavia.common.config [req-f476c025-29af-4da3-97c4-5655d5fd1b4b - - - - -] Logging enabled! 2018-09-14 10:25:29.596 2249 INFO octavia.common.config [req-f476c025-29af-4da3-97c4-5655d5fd1b4b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.638 2249 WARNING octavia.api.root_controller [req-f476c025-29af-4da3-97c4-5655d5fd1b4b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.825 2249 INFO oslo_db.sqlalchemy.provision [req-53debb0a-27a3-4599-847e-d1b43db655c6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.829 2249 INFO oslo_db.sqlalchemy.provision [req-53debb0a-27a3-4599-847e-d1b43db655c6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xoymguktxm 2018-09-14 10:25:29.830 2249 INFO oslo_db.sqlalchemy.provision [req-53debb0a-27a3-4599-847e-d1b43db655c6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_empty_list [0.410551s] ... ok 2018-09-14 10:25:31.259 2264 INFO oslo_db.sqlalchemy.provision [req-de7bc69f-9cbe-415f-a415-dd30627b512c - - - - -] CREATE BACKEND sqlite:// TOKEN nlberjcaqe 2018-09-14 10:25:31.419 2264 INFO octavia.common.config [req-de7bc69f-9cbe-415f-a415-dd30627b512c - - - - -] Logging enabled! 2018-09-14 10:25:31.420 2264 INFO octavia.common.config [req-de7bc69f-9cbe-415f-a415-dd30627b512c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.471 2264 WARNING octavia.api.root_controller [req-de7bc69f-9cbe-415f-a415-dd30627b512c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.502 2264 INFO octavia.api.v1.controllers.load_balancer [req-10ef13b1-e2a0-4fae-8150-25df0a6db355 - - - - -] Sending created Load Balancer e0b07d71-c230-4061-9709-b4fb2caea01e to the handler 2018-09-14 10:25:31.682 2264 INFO octavia.api.v1.controllers.pool [req-a0ec04a5-d5ec-4a16-a9f0-5af239f15361 - - - - -] Sending Creation of Pool 2b65d80d-daf4-4292-9bd8-ffae32cbbccd to handler 2018-09-14 10:25:31.884 2264 INFO octavia.api.v1.controllers.listener [req-6dc48459-b5c0-44f3-906c-9245338b5178 - - - - -] Sending Creation of Listener efda992a-d48b-4461-a5ab-3976835669b7 to handler 2018-09-14 10:25:32.108 2264 INFO octavia.api.v1.controllers.listener [req-0af2c71c-a8ac-4a69-9797-165b08a3f6b4 - - - - -] Sending Update of Listener efda992a-d48b-4461-a5ab-3976835669b7 to handler 2018-09-14 10:25:32.209 2264 INFO oslo_db.sqlalchemy.provision [req-914591fc-1e10-481c-9e58-2df695e2a730 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:32.213 2264 INFO oslo_db.sqlalchemy.provision [req-914591fc-1e10-481c-9e58-2df695e2a730 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nlberjcaqe 2018-09-14 10:25:32.213 2264 INFO oslo_db.sqlalchemy.provision [req-914591fc-1e10-481c-9e58-2df695e2a730 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_with_tls_termination_data [0.960794s] ... ok {8} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_sni_containers [0.329759s] ... ok 2018-09-14 10:25:33.836 2246 INFO octavia.api.v1.controllers.l7rule [req-02b0bf25-59e2-4d23-9e52-f2b9128d1852 - - - - -] Sending Creation of L7Rule 9de0dbee-020d-4462-94b1-d336775ce543 to handler 2018-09-14 10:25:34.125 2246 INFO octavia.api.v1.controllers.l7rule [req-ba4f19e5-7db7-40d7-a51f-b3631ac8ec89 - - - - -] Sending Creation of L7Rule 61097bc2-6137-4e10-b213-cd6f91301f40 to handler 2018-09-14 10:25:32.908 2265 INFO oslo_db.sqlalchemy.provision [req-044d0324-5d53-4066-a726-7d43f35fcb51 - - - - -] CREATE BACKEND sqlite:// TOKEN ozcaydlgfb 2018-09-14 10:25:33.069 2265 INFO octavia.common.config [req-044d0324-5d53-4066-a726-7d43f35fcb51 - - - - -] Logging enabled! 2018-09-14 10:25:33.070 2265 INFO octavia.common.config [req-044d0324-5d53-4066-a726-7d43f35fcb51 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:33.109 2265 WARNING octavia.api.root_controller [req-044d0324-5d53-4066-a726-7d43f35fcb51 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:33.131 2265 INFO octavia.api.v1.controllers.load_balancer [req-ff87d612-141b-4036-b935-fc152704268a - - - - -] Sending created Load Balancer 1b362f53-7977-474a-8194-d0f93b63a39d to the handler 2018-09-14 10:25:33.351 2265 INFO octavia.api.v1.controllers.listener [req-f582239a-0a86-4137-8c7a-506cf94bb92c - - - - -] Sending Creation of Listener 4d3be9c0-4366-478b-b17b-5419405fa79b to handler 2018-09-14 10:25:33.736 2265 INFO octavia.api.v1.controllers.pool [req-0e512a6b-ff91-4166-8252-e54fdf15df2c - - - - -] Sending Creation of Pool 9d01cb44-2416-4b3a-a96a-c8e76620c64c to handler 2018-09-14 10:25:34.043 2265 INFO octavia.api.v1.controllers.pool [req-5e3331bc-be79-4dbf-893b-c6528e70c371 - - - - -] Sending Creation of Pool 3d13a00f-e086-4eb3-8107-27f193ae4a67 to handler 2018-09-14 10:25:34.367 2265 INFO octavia.api.v1.controllers.member [req-7d1e9d29-aa58-4686-a10b-ad62d029363b - - - - -] Sending Creation of Member 24d67c08-b59f-4666-92fc-ec1567d1ba49 to handler 2018-09-14 10:25:34.573 2265 INFO octavia.api.v1.controllers.load_balancer [req-7397cc66-b6b4-476c-985a-bbb22c8e89e6 - - - - -] Sending updated Load Balancer 1b362f53-7977-474a-8194-d0f93b63a39d to the handler 2018-09-14 10:25:34.674 2265 INFO octavia.api.v1.controllers.member [req-6e26045a-aaf0-45a1-aa35-cad342009955 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:34.734 2265 INFO oslo_db.sqlalchemy.provision [req-6e26045a-aaf0-45a1-aa35-cad342009955 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.738 2265 INFO oslo_db.sqlalchemy.provision [req-6e26045a-aaf0-45a1-aa35-cad342009955 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ozcaydlgfb 2018-09-14 10:25:34.738 2265 INFO oslo_db.sqlalchemy.provision [req-6e26045a-aaf0-45a1-aa35-cad342009955 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v1.test_member.TestMember.test_update_when_lb_pending_update [1.837399s] ... ok 2018-09-14 10:25:32.328 2239 INFO oslo_db.sqlalchemy.provision [req-f9d8a11f-8c3f-4e89-a59d-a0de84c055f5 - - - - -] CREATE BACKEND sqlite:// TOKEN aakrsazvjm 2018-09-14 10:25:32.488 2239 INFO octavia.common.config [req-f9d8a11f-8c3f-4e89-a59d-a0de84c055f5 - - - - -] Logging enabled! 2018-09-14 10:25:32.488 2239 INFO octavia.common.config [req-f9d8a11f-8c3f-4e89-a59d-a0de84c055f5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.526 2239 WARNING octavia.api.root_controller [req-f9d8a11f-8c3f-4e89-a59d-a0de84c055f5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.547 2239 INFO octavia.api.v1.controllers.load_balancer [req-671fb795-666b-42f0-8d4a-a1400b4db2f3 - - - - -] Sending created Load Balancer 60b47655-e414-4ae6-ab29-2cccbaab90bb to the handler 2018-09-14 10:25:32.710 2239 INFO octavia.api.v1.controllers.listener [req-4d644e72-6d94-4c86-83cf-3baae4b6538a - - - - -] Sending Creation of Listener edc018cd-382a-4682-9047-b5223101a105 to handler 2018-09-14 10:25:32.996 2239 INFO octavia.api.v1.controllers.pool [req-80ea80f3-b460-415c-9be2-24e0e6afc5c3 - - - - -] Sending Creation of Pool 9fe2256d-4d1a-40f7-88a4-d427494136ff to handler 2018-09-14 10:25:33.281 2239 INFO oslo_db.sqlalchemy.provision [req-5171e95d-7a2f-497d-9eb9-db71eae22acb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.285 2239 INFO oslo_db.sqlalchemy.provision [req-5171e95d-7a2f-497d-9eb9-db71eae22acb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aakrsazvjm 2018-09-14 10:25:33.285 2239 INFO oslo_db.sqlalchemy.provision [req-5171e95d-7a2f-497d-9eb9-db71eae22acb - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_listener_with_default_pool_id_set [0.964389s] ... ok {21} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_empty_vip [0.278422s] ... ok 2018-09-14 10:25:30.890 2267 INFO oslo_db.sqlalchemy.provision [req-01bbc8e9-3541-4e2f-8d7b-3723ed70ef8e - - - - -] CREATE BACKEND sqlite:// TOKEN lfhctobftf 2018-09-14 10:25:31.071 2267 INFO octavia.common.config [req-01bbc8e9-3541-4e2f-8d7b-3723ed70ef8e - - - - -] Logging enabled! 2018-09-14 10:25:31.073 2267 INFO octavia.common.config [req-01bbc8e9-3541-4e2f-8d7b-3723ed70ef8e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.113 2267 WARNING octavia.api.root_controller [req-01bbc8e9-3541-4e2f-8d7b-3723ed70ef8e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.143 2267 INFO octavia.api.v1.controllers.load_balancer [req-7a6f7b20-c029-408a-9b3f-a3ad5dbe95cf - - - - -] Sending created Load Balancer 7f048085-63da-47c6-99c1-299047475cdc to the handler 2018-09-14 10:25:31.315 2267 INFO octavia.api.v1.controllers.listener [req-a215ecd2-6d60-4d67-a43c-30dfb6c4614b - - - - -] Sending Creation of Listener 966b6514-cfa7-4f00-9157-653f3ef4e88a to handler 2018-09-14 10:25:31.572 2267 INFO octavia.api.v1.controllers.pool [req-8b644abd-38d6-44de-a8f5-0242e50554e5 - - - - -] Sending Creation of Pool 2eda3c44-2a02-4eab-a2b9-b8b101642cda to handler 2018-09-14 10:25:31.901 2267 INFO oslo_db.sqlalchemy.provision [req-2e441630-89c6-468d-a829-6cb309946867 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.905 2267 INFO oslo_db.sqlalchemy.provision [req-2e441630-89c6-468d-a829-6cb309946867 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lfhctobftf 2018-09-14 10:25:31.905 2267 INFO oslo_db.sqlalchemy.provision [req-2e441630-89c6-468d-a829-6cb309946867 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:32.030 2242 INFO oslo_db.sqlalchemy.provision [req-16fb594a-8db4-4027-b577-1f6500ceb6b4 - - - - -] CREATE BACKEND sqlite:// TOKEN ftskkidfrp 2018-09-14 10:25:32.191 2242 INFO octavia.common.config [req-16fb594a-8db4-4027-b577-1f6500ceb6b4 - - - - -] Logging enabled! 2018-09-14 10:25:32.192 2242 INFO octavia.common.config [req-16fb594a-8db4-4027-b577-1f6500ceb6b4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.234 2242 WARNING octavia.api.root_controller [req-16fb594a-8db4-4027-b577-1f6500ceb6b4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.264 2242 INFO octavia.api.v1.controllers.load_balancer [req-59d59a8d-1ed8-4163-b2da-12488548e8b3 - - - - -] Sending created Load Balancer a3967a57-be31-4a7c-8ed0-f4cbb0887764 to the handler 2018-09-14 10:25:32.295 2242 INFO octavia.api.v1.controllers.load_balancer [req-c247d31c-7600-4b9a-9068-a7e59a2fb662 - - - - -] Load Balancer a3967a57-be31-4a7c-8ed0-f4cbb0887764 is immutable. 2018-09-14 10:25:32.338 2242 INFO oslo_db.sqlalchemy.provision [req-c247d31c-7600-4b9a-9068-a7e59a2fb662 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:32.341 2242 INFO oslo_db.sqlalchemy.provision [req-c247d31c-7600-4b9a-9068-a7e59a2fb662 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ftskkidfrp 2018-09-14 10:25:32.344 2242 INFO oslo_db.sqlalchemy.provision [req-c247d31c-7600-4b9a-9068-a7e59a2fb662 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_hm [0.343906s] ... ok {19} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete [1.453815s] ... ok 2018-09-14 10:25:28.912 2240 INFO oslo_db.sqlalchemy.provision [req-b678a1be-6998-49b3-b089-d96742151ad2 - - - - -] CREATE BACKEND sqlite:// TOKEN dmxorkrmpe 2018-09-14 10:25:29.080 2240 INFO octavia.common.config [req-b678a1be-6998-49b3-b089-d96742151ad2 - - - - -] Logging enabled! 2018-09-14 10:25:29.081 2240 INFO octavia.common.config [req-b678a1be-6998-49b3-b089-d96742151ad2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.118 2240 WARNING octavia.api.root_controller [req-b678a1be-6998-49b3-b089-d96742151ad2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.139 2240 INFO octavia.api.v1.controllers.load_balancer [req-deeb574c-ef41-4f93-a1ff-5fb9acecd040 - - - - -] Sending created Load Balancer 0e1de33f-9cb0-485e-b05e-f70d4cbb2ca4 to the handler 2018-09-14 10:25:29.313 2240 INFO octavia.api.v1.controllers.listener [req-1dfd3ed2-dd3d-4793-a811-6db0ca2efde7 - - - - -] Sending Creation of Listener cfbd7d53-5dc8-4314-8509-449995f655de to handler 2018-09-14 10:25:29.500 2240 INFO octavia.api.v1.controllers.pool [req-6b1c8656-4b98-4833-baab-47ff89046d19 - - - - -] Sending Creation of Pool ce314cc3-2029-40cf-ac0e-57097edad7ff to handler 2018-09-14 10:25:29.839 2240 INFO octavia.api.v1.controllers.pool [req-1a93b88d-270f-451c-874d-5b290d2ed210 - - - - -] Sending Creation of Pool d879ecf4-dec6-4100-afa6-831a293ea0b9 to handler 2018-09-14 10:25:30.060 2240 INFO oslo_db.sqlalchemy.provision [req-60a8c321-39df-4de7-8cd9-e13c36c7898b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.064 2240 INFO oslo_db.sqlalchemy.provision [req-60a8c321-39df-4de7-8cd9-e13c36c7898b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dmxorkrmpe 2018-09-14 10:25:30.065 2240 INFO oslo_db.sqlalchemy.provision [req-60a8c321-39df-4de7-8cd9-e13c36c7898b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_duplicate_update ... SKIPPED: This test should pass after a validation layer. 2018-09-14 10:25:29.466 2251 INFO oslo_db.sqlalchemy.provision [req-245cff35-e5c7-40bb-8535-c66b0c413df3 - - - - -] CREATE BACKEND sqlite:// TOKEN jjubujtehy 2018-09-14 10:25:29.631 2251 INFO octavia.common.config [req-245cff35-e5c7-40bb-8535-c66b0c413df3 - - - - -] Logging enabled! 2018-09-14 10:25:29.632 2251 INFO octavia.common.config [req-245cff35-e5c7-40bb-8535-c66b0c413df3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.669 2251 WARNING octavia.api.root_controller [req-245cff35-e5c7-40bb-8535-c66b0c413df3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.691 2251 INFO octavia.api.v1.controllers.load_balancer [req-ba07b59e-10b7-4888-aaae-bf75c21fbcfa - - - - -] Sending created Load Balancer 214c97ee-259a-48bb-b19e-ad202f457ff9 to the handler 2018-09-14 10:25:29.741 2251 INFO oslo_db.sqlalchemy.provision [req-e4e79033-5037-4389-a084-d1b61442a603 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.745 2251 INFO oslo_db.sqlalchemy.provision [req-e4e79033-5037-4389-a084-d1b61442a603 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jjubujtehy 2018-09-14 10:25:29.745 2251 INFO oslo_db.sqlalchemy.provision [req-e4e79033-5037-4389-a084-d1b61442a603 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_get [0.286203s] ... ok 2018-09-14 10:25:29.498 2266 INFO oslo_db.sqlalchemy.provision [req-f53f8b9e-6106-4091-8fee-71d18eba7d4d - - - - -] CREATE BACKEND sqlite:// TOKEN vmyiskzqxt 2018-09-14 10:25:29.674 2266 INFO octavia.common.config [req-f53f8b9e-6106-4091-8fee-71d18eba7d4d - - - - -] Logging enabled! 2018-09-14 10:25:29.674 2266 INFO octavia.common.config [req-f53f8b9e-6106-4091-8fee-71d18eba7d4d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.716 2266 WARNING octavia.api.root_controller [req-f53f8b9e-6106-4091-8fee-71d18eba7d4d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.737 2266 INFO octavia.api.v1.controllers.load_balancer [req-77970ad0-515e-4b26-995a-299ab755cc72 - - - - -] Sending created Load Balancer 6c28ff4d-12a3-4afa-b2e9-6b215f76ca17 to the handler 2018-09-14 10:25:29.911 2266 INFO octavia.api.v1.controllers.listener [req-ffcd96e1-309b-4870-aab1-a2cc6752e671 - - - - -] Sending Creation of Listener e4e39122-fcd6-4044-b38a-08ee9eae71d8 to handler 2018-09-14 10:25:30.138 2266 INFO octavia.api.v1.controllers.load_balancer [req-7631051a-014d-40e8-bbe4-ddbaf7e0700e - - - - -] Sending deleted Load Balancer 6c28ff4d-12a3-4afa-b2e9-6b215f76ca17 to the handler 2018-09-14 10:25:30.186 2266 INFO octavia.api.v1.controllers.pool [req-5959f545-64c5-489b-8288-bfdb6d446b21 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:30.223 2266 INFO oslo_db.sqlalchemy.provision [req-5959f545-64c5-489b-8288-bfdb6d446b21 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.227 2266 INFO oslo_db.sqlalchemy.provision [req-5959f545-64c5-489b-8288-bfdb6d446b21 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vmyiskzqxt 2018-09-14 10:25:30.228 2266 INFO oslo_db.sqlalchemy.provision [req-5959f545-64c5-489b-8288-bfdb6d446b21 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:31.178 2245 INFO oslo_db.sqlalchemy.provision [req-c8daba6b-bf57-44bf-b4ba-312c0692aa09 - - - - -] CREATE BACKEND sqlite:// TOKEN zcimzxtahm 2018-09-14 10:25:31.338 2245 INFO octavia.common.config [req-c8daba6b-bf57-44bf-b4ba-312c0692aa09 - - - - -] Logging enabled! 2018-09-14 10:25:31.338 2245 INFO octavia.common.config [req-c8daba6b-bf57-44bf-b4ba-312c0692aa09 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.378 2245 WARNING octavia.api.root_controller [req-c8daba6b-bf57-44bf-b4ba-312c0692aa09 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.399 2245 INFO octavia.api.v1.controllers.load_balancer [req-89eca654-dbf9-4383-8c4f-6f055aadc7bf - - - - -] Sending created Load Balancer f8d19d40-3d41-436a-972e-356852a2f5b8 to the handler 2018-09-14 10:25:31.557 2245 INFO octavia.api.v1.controllers.listener [req-568bd608-4867-4a85-a118-d32818ed7501 - - - - -] Sending Creation of Listener 4f0a9aa4-fadd-4b8d-94de-c3814c6e6c66 to handler 2018-09-14 10:25:31.860 2245 INFO oslo_db.sqlalchemy.provision [req-bad189db-c9fd-4ac0-9dee-5a48619c7170 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.864 2245 INFO oslo_db.sqlalchemy.provision [req-bad189db-c9fd-4ac0-9dee-5a48619c7170 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zcimzxtahm 2018-09-14 10:25:31.864 2245 INFO oslo_db.sqlalchemy.provision [req-bad189db-c9fd-4ac0-9dee-5a48619c7170 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v1.test_pool.TestPool.test_empty_get_all [0.693514s] ... ok 2018-09-14 10:25:29.849 2257 INFO oslo_db.sqlalchemy.provision [req-a2d637b8-1235-45e8-a641-ab9f18b82b3d - - - - -] CREATE BACKEND sqlite:// TOKEN ysxjfhwwcw 2018-09-14 10:25:30.016 2257 INFO octavia.common.config [req-a2d637b8-1235-45e8-a641-ab9f18b82b3d - - - - -] Logging enabled! 2018-09-14 10:25:30.017 2257 INFO octavia.common.config [req-a2d637b8-1235-45e8-a641-ab9f18b82b3d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.060 2257 WARNING octavia.api.root_controller [req-a2d637b8-1235-45e8-a641-ab9f18b82b3d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.087 2257 INFO octavia.api.v2.controllers.load_balancer [req-e8c9301a-ca86-4843-9066-bd80f3274a79 - - - - -] Sending created Load Balancer 1e95f8cd-38a0-4cf2-bab8-1396d19ec7fa to the handler 2018-09-14 10:25:30.373 2257 INFO octavia.api.v2.controllers.listener [req-0deec74c-617d-4b08-8e77-fb33fd5145aa - - - - -] Sending Creation of Listener 9470fb23-a8e8-4c5a-854a-7e0a8d4fcfe9 to handler 2018-09-14 10:25:30.840 2257 INFO octavia.api.v2.controllers.pool [req-4b7ff358-d9cc-4165-8c58-6f1b01db0085 - - - - -] Sending Creation of Pool 48d3605a-ab0b-4701-9956-8c6107ed478e to handler 2018-09-14 10:25:31.276 2257 INFO octavia.api.v2.controllers.pool [req-5a358bf2-38d2-46db-9847-ae1149df7ffe - - - - -] Sending Creation of Pool 36dbb7ea-85ec-44e6-a7fa-72fb2f2fa85a to handler 2018-09-14 10:25:31.739 2257 INFO octavia.api.v2.controllers.health_monitor [req-c156dd87-34ac-4a87-8cbb-4d84d7ccb357 - - - - -] Sending Creation of Health Monitor bf0f8be1-bf4a-4a19-94c7-b57848a8dcb1 to handler 2018-09-14 10:25:32.210 2257 INFO octavia.api.v2.controllers.health_monitor [req-7b0f76d5-4d6c-4ddb-a8a9-821512134f3b - a4b790f8-1df4-4ee7-b7d8-47c5163337c0 - - -] Sending Deletion of Health Monitor for Pool bf0f8be1-bf4a-4a19-94c7-b57848a8dcb1 to handler 2018-09-14 10:25:32.422 2257 INFO oslo_db.sqlalchemy.provision [req-57745d40-3a45-4f2b-b5b8-beda5fb86bb0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:32.425 2257 INFO oslo_db.sqlalchemy.provision [req-57745d40-3a45-4f2b-b5b8-beda5fb86bb0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ysxjfhwwcw 2018-09-14 10:25:32.426 2257 INFO oslo_db.sqlalchemy.provision [req-57745d40-3a45-4f2b-b5b8-beda5fb86bb0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_authorized [2.584423s] ... ok {3} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_pending_create [0.320924s] ... ok 2018-09-14 10:25:29.026 2260 INFO oslo_db.sqlalchemy.provision [req-c0ef9c02-6214-4bea-addb-f808ec8b4348 - - - - -] CREATE BACKEND sqlite:// TOKEN ehidivhcyz 2018-09-14 10:25:29.203 2260 INFO octavia.common.config [req-c0ef9c02-6214-4bea-addb-f808ec8b4348 - - - - -] Logging enabled! 2018-09-14 10:25:29.204 2260 INFO octavia.common.config [req-c0ef9c02-6214-4bea-addb-f808ec8b4348 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.242 2260 WARNING octavia.api.root_controller [req-c0ef9c02-6214-4bea-addb-f808ec8b4348 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.267 2260 INFO octavia.api.v1.controllers.load_balancer [req-2df5fea2-e924-4949-9f3d-34f325533518 - - - - -] Sending created Load Balancer 360267bf-3f6b-4a4e-a34c-2cbf4b457cf3 to the handler 2018-09-14 10:25:29.436 2260 INFO octavia.api.v1.controllers.listener [req-19a3ae95-4f76-4272-ba73-1b1b9557cd31 - - - - -] Sending Creation of Listener d45c3bfb-4e7f-41af-990d-4b67b1156c99 to handler 2018-09-14 10:25:29.648 2260 INFO octavia.api.v1.controllers.pool [req-c70c5659-8846-4ec5-a1e4-50a543497b46 - - - - -] Sending Creation of Pool 08486e44-1536-423f-88c9-1013869965d7 to handler 2018-09-14 10:25:29.959 2260 INFO octavia.api.v1.controllers.pool [req-799676d6-f03b-4054-9fff-f922477f7954 - - - - -] Sending Creation of Pool 88462add-9996-4dd5-a79b-46e86b371b06 to handler 2018-09-14 10:25:30.362 2260 INFO octavia.api.v1.controllers.member [req-51a0e95d-65ab-4206-89eb-9150c5eee022 - - - - -] Sending Creation of Member 9f9020f7-31dd-453a-bcc1-f6354521820e to handler 2018-09-14 10:25:30.535 2260 INFO oslo_db.sqlalchemy.provision [req-862172ee-475c-41e4-8dc4-655e64169465 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.539 2260 INFO oslo_db.sqlalchemy.provision [req-862172ee-475c-41e4-8dc4-655e64169465 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ehidivhcyz 2018-09-14 10:25:30.540 2260 INFO oslo_db.sqlalchemy.provision [req-862172ee-475c-41e4-8dc4-655e64169465 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_bad_handler [1.523157s] ... ok 2018-09-14 10:25:28.930 2248 INFO oslo_db.sqlalchemy.provision [req-d51043e1-c69d-4700-a9ef-ffa8c6b7a89d - - - - -] CREATE BACKEND sqlite:// TOKEN vglyhokdcp 2018-09-14 10:25:29.092 2248 INFO octavia.common.config [req-d51043e1-c69d-4700-a9ef-ffa8c6b7a89d - - - - -] Logging enabled! 2018-09-14 10:25:29.093 2248 INFO octavia.common.config [req-d51043e1-c69d-4700-a9ef-ffa8c6b7a89d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.131 2248 WARNING octavia.api.root_controller [req-d51043e1-c69d-4700-a9ef-ffa8c6b7a89d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.152 2248 INFO octavia.api.v1.controllers.load_balancer [req-e00cdb2b-1192-47d7-ae29-9d83f3388f6d - - - - -] Sending created Load Balancer 12f9c6db-e49d-46ec-86be-e38c1752d247 to the handler 2018-09-14 10:25:29.326 2248 INFO octavia.api.v1.controllers.listener [req-1d280687-be89-4bc9-b2cf-7f2734844138 - - - - -] Sending Creation of Listener b84558a9-9da6-4f22-8761-90f0faaf256a to handler 2018-09-14 10:25:29.567 2248 INFO octavia.api.v1.controllers.l7policy [req-674f6412-9773-49e9-86b0-9259eda96cfb - - - - -] Sending Creation of L7Policy d07ed78e-5078-4f10-8545-bbee023ebca1 to handler 2018-09-14 10:25:29.795 2248 INFO octavia.api.v1.controllers.l7rule [req-7c419645-e2e9-4942-b91b-afd288273576 - - - - -] Sending Creation of L7Rule 36e4e7fd-dcf9-4191-9cc5-bcaa8005ca43 to handler 2018-09-14 10:25:30.226 2248 INFO oslo_db.sqlalchemy.provision [req-2b3ebf92-bffa-4a5b-8169-8d7551ffdc9e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.230 2248 INFO oslo_db.sqlalchemy.provision [req-2b3ebf92-bffa-4a5b-8169-8d7551ffdc9e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vglyhokdcp 2018-09-14 10:25:30.231 2248 INFO oslo_db.sqlalchemy.provision [req-2b3ebf92-bffa-4a5b-8169-8d7551ffdc9e - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_update_with_invalid_rule [1.306837s] ... ok 2018-09-14 10:25:29.909 2244 INFO oslo_db.sqlalchemy.provision [req-e7a0a13f-b5ce-4c97-aa10-dd07cd19c696 - - - - -] CREATE BACKEND sqlite:// TOKEN rybfsohyss 2018-09-14 10:25:30.069 2244 INFO octavia.common.config [req-e7a0a13f-b5ce-4c97-aa10-dd07cd19c696 - - - - -] Logging enabled! 2018-09-14 10:25:30.070 2244 INFO octavia.common.config [req-e7a0a13f-b5ce-4c97-aa10-dd07cd19c696 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.108 2244 WARNING octavia.api.root_controller [req-e7a0a13f-b5ce-4c97-aa10-dd07cd19c696 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.140 2244 INFO octavia.api.v2.controllers.load_balancer [req-c7057eee-80e8-404c-a681-9eec4ab4997c - - - - -] Sending created Load Balancer 719fdf2d-f252-4412-90e6-ff90fc654840 to the handler 2018-09-14 10:25:30.584 2244 INFO octavia.api.v2.controllers.listener [req-7727f352-6b55-4ad1-b171-3f6ee633f010 - - - - -] Sending Creation of Listener fe22e6fc-2daf-4a45-bcc3-b72bb2ae023d to handler 2018-09-14 10:25:30.870 2244 INFO octavia.api.v2.controllers.pool [req-d02ac5f4-3df9-4a80-820a-568296ff222d - - - - -] Sending Creation of Pool edc237de-b150-4fc3-94f7-7b2f7e5f4126 to handler 2018-09-14 10:25:31.234 2244 INFO octavia.api.v2.controllers.pool [req-1035b289-6da1-4c9d-8d4f-6cc8188a4977 - - - - -] Sending Creation of Pool 9e5f6c90-ac0a-4024-a620-42d1fcc1b0c0 to handler 2018-09-14 10:25:31.587 2244 INFO oslo_db.sqlalchemy.provision [req-b8c99547-485f-4817-9e8b-669df30ed905 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.591 2244 INFO oslo_db.sqlalchemy.provision [req-b8c99547-485f-4817-9e8b-669df30ed905 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rybfsohyss 2018-09-14 10:25:31.592 2244 INFO oslo_db.sqlalchemy.provision [req-b8c99547-485f-4817-9e8b-669df30ed905 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_over_quota [1.689646s] ... ok {27} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_when_lb_pending_delete [0.736757s] ... ok 2018-09-14 10:25:29.726 2261 INFO oslo_db.sqlalchemy.provision [req-a8b9c550-217b-49fe-99b4-d2c990e4244f - - - - -] CREATE BACKEND sqlite:// TOKEN ornmwlgpna 2018-09-14 10:25:29.888 2261 INFO octavia.common.config [req-a8b9c550-217b-49fe-99b4-d2c990e4244f - - - - -] Logging enabled! 2018-09-14 10:25:29.889 2261 INFO octavia.common.config [req-a8b9c550-217b-49fe-99b4-d2c990e4244f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.928 2261 WARNING octavia.api.root_controller [req-a8b9c550-217b-49fe-99b4-d2c990e4244f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.026 2261 INFO octavia.api.v1.controllers.load_balancer [req-36089456-8ad5-48ac-818c-09dc5e67b52e - - - - -] Sending full load balancer configuration bc9e2979-1060-4e95-bd96-45c17d9df018 to the handler 2018-09-14 10:25:30.057 2261 INFO oslo_db.sqlalchemy.provision [req-36089456-8ad5-48ac-818c-09dc5e67b52e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.061 2261 INFO oslo_db.sqlalchemy.provision [req-36089456-8ad5-48ac-818c-09dc5e67b52e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ornmwlgpna 2018-09-14 10:25:30.061 2261 INFO oslo_db.sqlalchemy.provision [req-36089456-8ad5-48ac-818c-09dc5e67b52e - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_member [0.342278s] ... ok {28} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_listener_id_in_pool_dict [1.022088s] ... ok 2018-09-14 10:25:29.528 2268 INFO oslo_db.sqlalchemy.provision [req-cefedb43-78d0-4a6d-8dbd-51a976b27c54 - - - - -] CREATE BACKEND sqlite:// TOKEN zkqukaqkiw 2018-09-14 10:25:29.692 2268 INFO octavia.common.config [req-cefedb43-78d0-4a6d-8dbd-51a976b27c54 - - - - -] Logging enabled! 2018-09-14 10:25:29.693 2268 INFO octavia.common.config [req-cefedb43-78d0-4a6d-8dbd-51a976b27c54 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.733 2268 WARNING octavia.api.root_controller [req-cefedb43-78d0-4a6d-8dbd-51a976b27c54 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.775 2268 INFO oslo_db.sqlalchemy.provision [req-53f3a971-2168-4e7f-8d1c-0ca7cd10cd0e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.778 2268 INFO oslo_db.sqlalchemy.provision [req-53f3a971-2168-4e7f-8d1c-0ca7cd10cd0e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zkqukaqkiw 2018-09-14 10:25:29.779 2268 INFO oslo_db.sqlalchemy.provision [req-53f3a971-2168-4e7f-8d1c-0ca7cd10cd0e - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_delete_non_existent_custom_quotas [0.257627s] ... ok 2018-09-14 10:25:29.149 2263 INFO oslo_db.sqlalchemy.provision [req-c40373ce-8639-43d9-9b95-a7beb8612484 - - - - -] CREATE BACKEND sqlite:// TOKEN xrofbdrxqn 2018-09-14 10:25:29.310 2263 INFO octavia.common.config [req-c40373ce-8639-43d9-9b95-a7beb8612484 - - - - -] Logging enabled! 2018-09-14 10:25:29.311 2263 INFO octavia.common.config [req-c40373ce-8639-43d9-9b95-a7beb8612484 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.349 2263 WARNING octavia.api.root_controller [req-c40373ce-8639-43d9-9b95-a7beb8612484 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.369 2263 INFO octavia.api.v1.controllers.load_balancer [req-f7807fe4-56ed-4b57-b3f3-0fcd4d88ef0d - - - - -] Sending created Load Balancer 500dc0da-4ca8-4e63-a253-06b338955da7 to the handler 2018-09-14 10:25:29.535 2263 INFO octavia.api.v1.controllers.listener [req-a153de3b-4383-442f-a5fb-108f71fed463 - - - - -] Sending Creation of Listener c99874f5-250b-43ce-8f0e-c54876b1b3e4 to handler 2018-09-14 10:25:29.801 2263 INFO octavia.api.v1.controllers.pool [req-3b3d3046-465c-469b-932e-92b82d148cb7 - - - - -] Sending Creation of Pool e2a3aae0-91bb-4ff9-bbcb-0c349f3bbb44 to handler 2018-09-14 10:25:30.024 2263 INFO octavia.api.v1.controllers.load_balancer [req-d06c5034-647a-4ed0-99f4-c6311ec2fb4e - - - - -] Sending deleted Load Balancer 500dc0da-4ca8-4e63-a253-06b338955da7 to the handler 2018-09-14 10:25:30.066 2263 INFO octavia.api.v1.controllers.pool [req-62ffd7fe-923c-4338-923f-d08bc5a34925 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:30.118 2263 INFO oslo_db.sqlalchemy.provision [req-62ffd7fe-923c-4338-923f-d08bc5a34925 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.121 2263 INFO oslo_db.sqlalchemy.provision [req-62ffd7fe-923c-4338-923f-d08bc5a34925 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xrofbdrxqn 2018-09-14 10:25:30.122 2263 INFO oslo_db.sqlalchemy.provision [req-62ffd7fe-923c-4338-923f-d08bc5a34925 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_when_lb_pending_delete [0.980319s] ... ok 2018-09-14 10:25:32.222 2264 INFO oslo_db.sqlalchemy.provision [req-914591fc-1e10-481c-9e58-2df695e2a730 - - - - -] CREATE BACKEND sqlite:// TOKEN lqpynvcgjr 2018-09-14 10:25:32.398 2264 INFO octavia.common.config [req-914591fc-1e10-481c-9e58-2df695e2a730 - - - - -] Logging enabled! 2018-09-14 10:25:32.399 2264 INFO octavia.common.config [req-914591fc-1e10-481c-9e58-2df695e2a730 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.443 2264 WARNING octavia.api.root_controller [req-914591fc-1e10-481c-9e58-2df695e2a730 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.455 2264 ERROR octavia.api.v1.controllers.base [req-6e923a9a-52ba-4a07-be20-641357f41856 - - - - -] Load Balancer SEAN-CONNERY not found: None 2018-09-14 10:25:32.455 2264 ERROR octavia.api.v1.controllers.base None 2018-09-14 10:25:32.455 2264 ERROR octavia.api.v1.controllers.base 2018-09-14 10:25:32.481 2264 INFO oslo_db.sqlalchemy.provision [req-6e923a9a-52ba-4a07-be20-641357f41856 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:32.485 2264 INFO oslo_db.sqlalchemy.provision [req-6e923a9a-52ba-4a07-be20-641357f41856 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lqpynvcgjr 2018-09-14 10:25:32.486 2264 INFO oslo_db.sqlalchemy.provision [req-6e923a9a-52ba-4a07-be20-641357f41856 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_get_bad_lb_id [0.271062s] ... ok 2018-09-14 10:25:29.986 2269 INFO oslo_db.sqlalchemy.provision [req-020c8d20-014c-449b-96ca-1ea5eac7b827 - - - - -] CREATE BACKEND sqlite:// TOKEN ohbavmwmet 2018-09-14 10:25:30.167 2269 INFO octavia.common.config [req-020c8d20-014c-449b-96ca-1ea5eac7b827 - - - - -] Logging enabled! 2018-09-14 10:25:30.168 2269 INFO octavia.common.config [req-020c8d20-014c-449b-96ca-1ea5eac7b827 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.208 2269 WARNING octavia.api.root_controller [req-020c8d20-014c-449b-96ca-1ea5eac7b827 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.230 2269 INFO octavia.api.v1.controllers.load_balancer [req-825b408f-390f-455a-a08c-6b1c9035375e - - - - -] Sending created Load Balancer e83fa0c0-76fd-4de6-a9fd-08dc52e2b96d to the handler 2018-09-14 10:25:30.405 2269 INFO octavia.api.v1.controllers.pool [req-bf70f0b1-026e-4f93-a2d9-2dfacfca4d38 - - - - -] Sending Creation of Pool 3cdc296b-2bc6-42c5-a61d-2d798026c39a to handler 2018-09-14 10:25:30.783 2269 INFO octavia.api.v1.controllers.listener [req-dfc306dc-28b3-46dd-b133-cf2cc4f4f875 - - - - -] Sending Creation of Listener 792e7f23-95de-499e-a5c8-a1c3e7b92419 to handler 2018-09-14 10:25:31.217 2269 INFO oslo_db.sqlalchemy.provision [req-06ec9b95-fade-4578-a258-78a1b67ea98b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.221 2269 INFO oslo_db.sqlalchemy.provision [req-06ec9b95-fade-4578-a258-78a1b67ea98b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ohbavmwmet 2018-09-14 10:25:31.222 2269 INFO oslo_db.sqlalchemy.provision [req-06ec9b95-fade-4578-a258-78a1b67ea98b - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:30.158 2270 INFO oslo_db.sqlalchemy.provision [req-d515bd7d-5fe6-452f-90c9-58e50e2376b8 - - - - -] CREATE BACKEND sqlite:// TOKEN agzedysofu 2018-09-14 10:25:30.327 2270 INFO octavia.common.config [req-d515bd7d-5fe6-452f-90c9-58e50e2376b8 - - - - -] Logging enabled! 2018-09-14 10:25:30.328 2270 INFO octavia.common.config [req-d515bd7d-5fe6-452f-90c9-58e50e2376b8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.367 2270 WARNING octavia.api.root_controller [req-d515bd7d-5fe6-452f-90c9-58e50e2376b8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.400 2270 INFO octavia.api.v2.controllers.load_balancer [req-13d62adc-99ef-4889-9795-17f59d989e0c - - - - -] Sending created Load Balancer 8b7e112f-46a6-40a9-85c5-a2d7e66e6227 to the handler 2018-09-14 10:25:30.871 2270 INFO octavia.api.v2.controllers.listener [req-acda2552-c7e1-4cf8-a8ef-3eff334bcfec - - - - -] Sending Creation of Listener fe0a97e7-cdc6-408f-a5a6-5584ad2348ee to handler 2018-09-14 10:25:31.162 2270 INFO octavia.api.v2.controllers.pool [req-2e05a497-a109-4bfc-b487-9f641dee1794 - - - - -] Sending Creation of Pool f716bc62-2147-4fde-8e53-11336140fe50 to handler 2018-09-14 10:25:31.497 2270 INFO octavia.api.v2.controllers.l7policy [req-f96b2b95-1520-4f62-8f5b-b9761da86205 - - - - -] Sending Creation of L7Policy 8d607ad3-69a3-4d8c-96a7-dad815527f24 to handler 2018-09-14 10:25:31.956 2270 INFO octavia.api.v2.controllers.load_balancer [req-474fd9d4-5f32-4b5b-ad59-ef1947a1bb6c - - - - -] Sending deleted Load Balancer 8b7e112f-46a6-40a9-85c5-a2d7e66e6227 to the handler 2018-09-14 10:25:31.997 2270 INFO octavia.api.v2.controllers.l7policy [req-f5876849-4994-43ff-8e32-0c5adaec808f - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:32.023 2270 INFO oslo_db.sqlalchemy.provision [req-f5876849-4994-43ff-8e32-0c5adaec808f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:32.026 2270 INFO oslo_db.sqlalchemy.provision [req-f5876849-4994-43ff-8e32-0c5adaec808f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN agzedysofu 2018-09-14 10:25:32.027 2270 INFO oslo_db.sqlalchemy.provision [req-f5876849-4994-43ff-8e32-0c5adaec808f - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:29.459 2255 INFO oslo_db.sqlalchemy.provision [req-88abc9b7-9916-4aa6-a04e-df0652fba232 - - - - -] CREATE BACKEND sqlite:// TOKEN rsfshbjbtd 2018-09-14 10:25:29.634 2255 INFO octavia.common.config [req-88abc9b7-9916-4aa6-a04e-df0652fba232 - - - - -] Logging enabled! 2018-09-14 10:25:29.634 2255 INFO octavia.common.config [req-88abc9b7-9916-4aa6-a04e-df0652fba232 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.672 2255 WARNING octavia.api.root_controller [req-88abc9b7-9916-4aa6-a04e-df0652fba232 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.693 2255 INFO octavia.api.v1.controllers.load_balancer [req-f65b28ba-0e44-4629-ad38-ff1d34ffc2c6 - - - - -] Sending created Load Balancer c8b809b3-e16c-4535-8e37-582a6436438e to the handler 2018-09-14 10:25:29.856 2255 INFO octavia.api.v1.controllers.listener [req-2b567109-7dd4-43d1-b798-a39736f2181e - - - - -] Sending Creation of Listener 91aa97af-ad88-41d3-bef6-046780dbfd4e to handler 2018-09-14 10:25:30.106 2255 INFO octavia.api.v1.controllers.l7policy [req-43eb8a42-73df-4066-b142-c34715bae94a - - - - -] Sending Creation of L7Policy 01d9022f-105f-47f0-b5c5-e7bd3e93fb16 to handler 2018-09-14 10:25:30.353 2255 INFO octavia.api.v1.controllers.l7rule [req-9bf05f44-4ea7-4a30-900d-3a8cdc251a96 - - - - -] Sending Creation of L7Rule ac46cf28-cad1-4305-8192-094ea4495c80 to handler 2018-09-14 10:25:30.806 2255 INFO octavia.api.v1.controllers.l7rule [req-8f9e3dea-843a-4833-8972-d847d4abedb3 - - - - -] Sending Deletion of L7Rule ac46cf28-cad1-4305-8192-094ea4495c80 to handler 2018-09-14 10:25:30.918 2255 INFO oslo_db.sqlalchemy.provision [req-07daa3d6-3097-4c0a-9be2-c357429ff943 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.922 2255 INFO oslo_db.sqlalchemy.provision [req-07daa3d6-3097-4c0a-9be2-c357429ff943 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rsfshbjbtd 2018-09-14 10:25:30.923 2255 INFO oslo_db.sqlalchemy.provision [req-07daa3d6-3097-4c0a-9be2-c357429ff943 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_delete_with_bad_handler [1.470904s] ... ok 2018-09-14 10:25:30.326 2262 INFO oslo_db.sqlalchemy.provision [req-06f3ef7e-7f48-446d-9c56-6ecb866be81f - - - - -] CREATE BACKEND sqlite:// TOKEN sgmakvotco 2018-09-14 10:25:30.497 2262 INFO octavia.common.config [req-06f3ef7e-7f48-446d-9c56-6ecb866be81f - - - - -] Logging enabled! 2018-09-14 10:25:30.497 2262 INFO octavia.common.config [req-06f3ef7e-7f48-446d-9c56-6ecb866be81f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.534 2262 WARNING octavia.api.root_controller [req-06f3ef7e-7f48-446d-9c56-6ecb866be81f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.557 2262 INFO octavia.api.v1.controllers.load_balancer [req-e2ab9fff-196d-4c43-ad79-211ea45a6e52 - - - - -] Sending created Load Balancer 965a8a98-345a-44e7-9d5f-ccfa85ffab22 to the handler 2018-09-14 10:25:30.732 2262 INFO octavia.api.v1.controllers.listener [req-f62bc615-e7b0-4961-8440-ee064319856a - - - - -] Sending Creation of Listener c3e8ddc7-af59-4bcc-bc51-33b56c8d1309 to handler 2018-09-14 10:25:30.981 2262 INFO octavia.api.v1.controllers.l7policy [req-86342796-c34a-4296-80c0-28f4ed957c78 - - - - -] Sending Creation of L7Policy 8b62e1e3-a940-4281-8539-1a098bf1d83e to handler 2018-09-14 10:25:31.176 2262 ERROR octavia.api.v1.controllers.base [req-37d0734e-fd88-4742-8978-21cc0b78948b - - - - -] L7 Rule 86798f29-d41b-4e1f-b37b-eb4196201d64 not found: None 2018-09-14 10:25:31.176 2262 ERROR octavia.api.v1.controllers.base None 2018-09-14 10:25:31.176 2262 ERROR octavia.api.v1.controllers.base 2018-09-14 10:25:31.202 2262 INFO oslo_db.sqlalchemy.provision [req-37d0734e-fd88-4742-8978-21cc0b78948b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.206 2262 INFO oslo_db.sqlalchemy.provision [req-37d0734e-fd88-4742-8978-21cc0b78948b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sgmakvotco 2018-09-14 10:25:31.206 2262 INFO oslo_db.sqlalchemy.provision [req-37d0734e-fd88-4742-8978-21cc0b78948b - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_get [0.886992s] ... ok 2018-09-14 10:25:34.454 2246 INFO octavia.api.v1.controllers.l7rule [req-05282c54-a571-40ba-af56-276cac6e2578 - - - - -] Sending Creation of L7Rule 7e35ec89-d535-42a5-841d-8e07856e6980 to handler 2018-09-14 10:25:34.787 2246 INFO octavia.api.v1.controllers.l7rule [req-07e2b13b-00cc-421a-99e2-bbdc51c20560 - - - - -] Sending Creation of L7Rule 7297f4af-0aa1-4fdf-baa0-8c365e0aec24 to handler 2018-09-14 10:25:35.105 2246 INFO octavia.api.v1.controllers.l7rule [req-b0de6c17-2043-427d-8382-61753517a2fb - - - - -] Sending Creation of L7Rule 1df8e86a-b027-4793-9205-c4e5c3c885c6 to handler 2018-09-14 10:25:29.700 2252 INFO oslo_db.sqlalchemy.provision [req-f0090e2c-6b71-4e64-8002-f52228a3ecf1 - - - - -] CREATE BACKEND sqlite:// TOKEN uvfwhotmjy 2018-09-14 10:25:29.862 2252 INFO octavia.common.config [req-f0090e2c-6b71-4e64-8002-f52228a3ecf1 - - - - -] Logging enabled! 2018-09-14 10:25:29.863 2252 INFO octavia.common.config [req-f0090e2c-6b71-4e64-8002-f52228a3ecf1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.903 2252 WARNING octavia.api.root_controller [req-f0090e2c-6b71-4e64-8002-f52228a3ecf1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.924 2252 INFO octavia.api.v1.controllers.load_balancer [req-40b7e744-b9ca-42be-9338-1b83a35cc1fa - - - - -] Sending created Load Balancer 38016faf-ca72-4be6-bd1e-f9727198158a to the handler 2018-09-14 10:25:30.112 2252 INFO octavia.api.v1.controllers.listener [req-9a36edcb-8b61-4987-b43c-92213811c46c - - - - -] Sending Creation of Listener a505f374-0d95-480e-b6e1-f927f9e0a5a0 to handler 2018-09-14 10:25:30.370 2252 INFO octavia.api.v1.controllers.l7policy [req-4b021dcd-e66b-43b5-a999-1bca563d0f70 - - - - -] Sending Creation of L7Policy 0fa29ae0-dcac-40f8-b54d-dcd80cf4b80a to handler 2018-09-14 10:25:30.720 2252 ERROR octavia.api.v1.controllers.base [req-30356faf-5e5b-4ed7-8d62-3177d6a95248 - - - - -] L7 Rule 0466e22b-fb9b-4ed3-a450-f1b9d53118c5 not found: None 2018-09-14 10:25:30.720 2252 ERROR octavia.api.v1.controllers.base None 2018-09-14 10:25:30.720 2252 ERROR octavia.api.v1.controllers.base 2018-09-14 10:25:30.746 2252 INFO oslo_db.sqlalchemy.provision [req-30356faf-5e5b-4ed7-8d62-3177d6a95248 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.749 2252 INFO oslo_db.sqlalchemy.provision [req-30356faf-5e5b-4ed7-8d62-3177d6a95248 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uvfwhotmjy 2018-09-14 10:25:30.750 2252 INFO oslo_db.sqlalchemy.provision [req-30356faf-5e5b-4ed7-8d62-3177d6a95248 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_id [1.241855s] ... ok 2018-09-14 10:25:29.525 2243 INFO oslo_db.sqlalchemy.provision [req-6dbddd7d-dca5-4aca-ae57-bdb5c0cb95e2 - - - - -] CREATE BACKEND sqlite:// TOKEN jwtsqugdrh 2018-09-14 10:25:29.706 2243 INFO octavia.common.config [req-6dbddd7d-dca5-4aca-ae57-bdb5c0cb95e2 - - - - -] Logging enabled! 2018-09-14 10:25:29.707 2243 INFO octavia.common.config [req-6dbddd7d-dca5-4aca-ae57-bdb5c0cb95e2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.743 2243 WARNING octavia.api.root_controller [req-6dbddd7d-dca5-4aca-ae57-bdb5c0cb95e2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.764 2243 INFO octavia.api.v1.controllers.load_balancer [req-86074a47-1072-4bf7-b590-3eb0197e0ebd - - - - -] Sending created Load Balancer b19e465c-11bb-4023-9aa0-b8cb740bc5e5 to the handler 2018-09-14 10:25:29.941 2243 INFO octavia.api.v1.controllers.listener [req-e5ffcc5c-4117-4c2e-a05b-70b3c76fca6a - - - - -] Sending Creation of Listener 56d876de-d7fb-476f-b049-7d053a979439 to handler 2018-09-14 10:25:30.217 2243 INFO octavia.api.v1.controllers.pool [req-00e6285c-a29b-47b1-9297-5e06d417fdbe - - - - -] Sending Creation of Pool d1a35957-bab9-4d16-86ba-51b890eb1fce to handler 2018-09-14 10:25:30.360 2243 INFO oslo_db.sqlalchemy.provision [req-c0fed080-3a6f-4cca-9827-912f3537d69b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.363 2243 INFO oslo_db.sqlalchemy.provision [req-c0fed080-3a6f-4cca-9827-912f3537d69b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jwtsqugdrh 2018-09-14 10:25:30.364 2243 INFO oslo_db.sqlalchemy.provision [req-c0fed080-3a6f-4cca-9827-912f3537d69b - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:29.612 2256 INFO oslo_db.sqlalchemy.provision [req-cb070684-b7c8-4c08-9cfc-fcd9150d4daa - - - - -] CREATE BACKEND sqlite:// TOKEN wrptdmoelq 2018-09-14 10:25:29.773 2256 INFO octavia.common.config [req-cb070684-b7c8-4c08-9cfc-fcd9150d4daa - - - - -] Logging enabled! 2018-09-14 10:25:29.774 2256 INFO octavia.common.config [req-cb070684-b7c8-4c08-9cfc-fcd9150d4daa - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.811 2256 WARNING octavia.api.root_controller [req-cb070684-b7c8-4c08-9cfc-fcd9150d4daa - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.883 2256 INFO oslo_db.sqlalchemy.provision [req-300f86df-03cb-4678-96c4-ed17cd767879 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:29.887 2256 INFO oslo_db.sqlalchemy.provision [req-300f86df-03cb-4678-96c4-ed17cd767879 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wrptdmoelq 2018-09-14 10:25:29.887 2256 INFO oslo_db.sqlalchemy.provision [req-300f86df-03cb-4678-96c4-ed17cd767879 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_custom_partial_quotas [0.282043s] ... ok {31} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_when_lb_pending_delete [1.879770s] ... ok 2018-09-14 10:25:29.487 2241 INFO oslo_db.sqlalchemy.provision [req-db737854-4d18-43a5-9cda-4a2570b0972e - - - - -] CREATE BACKEND sqlite:// TOKEN yudnpxwaut 2018-09-14 10:25:29.651 2241 INFO octavia.common.config [req-db737854-4d18-43a5-9cda-4a2570b0972e - - - - -] Logging enabled! 2018-09-14 10:25:29.652 2241 INFO octavia.common.config [req-db737854-4d18-43a5-9cda-4a2570b0972e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.690 2241 WARNING octavia.api.root_controller [req-db737854-4d18-43a5-9cda-4a2570b0972e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.711 2241 INFO octavia.api.v1.controllers.load_balancer [req-d078c9d1-abda-42a7-a98b-8f9deab01546 - - - - -] Sending created Load Balancer 6a14db41-130f-4cce-aaa4-f479fff0bc79 to the handler 2018-09-14 10:25:29.870 2241 INFO octavia.api.v1.controllers.listener [req-aab147e7-4aeb-4f3c-a1c0-2c1ce9a1697d - - - - -] Sending Creation of Listener 841aa441-449f-4078-b0e8-38377b5e9d3f to handler 2018-09-14 10:25:30.083 2241 INFO octavia.api.v1.controllers.pool [req-b4f337a8-179c-439c-84ec-23df075441f9 - - - - -] Sending Creation of Pool e9059214-6281-45f4-9628-fd33d6fd81e6 to handler 2018-09-14 10:25:30.364 2241 INFO octavia.api.v1.controllers.pool [req-bf54c6aa-e8c4-4a70-b4b2-e401a7a967cd - - - - -] Sending Creation of Pool d6851f37-a422-4954-9a89-9619c43adfd6 to handler 2018-09-14 10:25:30.626 2241 INFO octavia.api.v1.controllers.load_balancer [req-29efdabe-690a-4b40-957a-0e5d238baa00 - - - - -] Sending deleted Load Balancer 6a14db41-130f-4cce-aaa4-f479fff0bc79 to the handler 2018-09-14 10:25:30.708 2241 INFO octavia.api.v1.controllers.health_monitor [req-458e2209-bc33-4c44-a255-5788c6428d25 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:30.739 2241 INFO oslo_db.sqlalchemy.provision [req-458e2209-bc33-4c44-a255-5788c6428d25 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.742 2241 INFO oslo_db.sqlalchemy.provision [req-458e2209-bc33-4c44-a255-5788c6428d25 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yudnpxwaut 2018-09-14 10:25:30.743 2241 INFO oslo_db.sqlalchemy.provision [req-458e2209-bc33-4c44-a255-5788c6428d25 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_delete [1.056689s] ... ok {2} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_when_lb_pending_delete [1.262137s] ... ok {4} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_bad_handler [0.848035s] ... ok 2018-09-14 10:25:35.410 2246 INFO octavia.api.v1.controllers.l7rule [req-0156d7af-f788-475b-8de9-f306542fb8a9 - - - - -] Sending Creation of L7Rule 48c1fd80-8692-42bf-8cfd-6b4c9acad27e to handler 2018-09-14 10:25:35.711 2246 INFO octavia.api.v1.controllers.l7rule [req-cd3cc868-442f-4cb0-92cc-c5636f6ebf26 - - - - -] Sending Creation of L7Rule 794391cf-dd3b-4166-87be-50509f543695 to handler 2018-09-14 10:25:30.294 2250 INFO oslo_db.sqlalchemy.provision [req-8d98d951-4ee7-405f-acd6-8e2aa43767f5 - - - - -] CREATE BACKEND sqlite:// TOKEN cnsuyqqpee 2018-09-14 10:25:30.458 2250 INFO octavia.common.config [req-8d98d951-4ee7-405f-acd6-8e2aa43767f5 - - - - -] Logging enabled! 2018-09-14 10:25:30.459 2250 INFO octavia.common.config [req-8d98d951-4ee7-405f-acd6-8e2aa43767f5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.653 2250 WARNING octavia.api.root_controller [req-8d98d951-4ee7-405f-acd6-8e2aa43767f5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.684 2250 INFO octavia.api.v2.controllers.load_balancer [req-0bd681cb-04a3-435f-8613-72b3a9d66f20 - - - - -] Sending created Load Balancer f1de80d7-3338-4936-be92-89b55f34d221 to the handler 2018-09-14 10:25:30.986 2250 INFO octavia.api.v2.controllers.listener [req-b1b8e2fc-3231-4099-8edd-0c7fcbd90aef - - - - -] Sending Creation of Listener d4c17966-1995-45e7-94b3-e906867584db to handler 2018-09-14 10:25:31.304 2250 INFO octavia.api.v2.controllers.pool [req-00f2f535-4c6d-4b74-8fb1-83f97cd55e3a - - - - -] Sending Creation of Pool 086e3423-3129-47b4-8cbf-20f3996681b6 to handler 2018-09-14 10:25:31.649 2250 INFO octavia.api.v2.controllers.pool [req-ef3f98ab-5e42-493f-a4ff-5a9c72ac2ed9 - - - - -] Sending Creation of Pool d2a42bda-c456-494e-a626-f8fa0450aa96 to handler 2018-09-14 10:25:32.014 2250 INFO octavia.api.v2.controllers.health_monitor [req-6c22b546-5045-4e41-9016-6f3cf492f371 - - - - -] Sending Creation of Health Monitor d9739d93-2baa-49b9-8806-0623bb2ec254 to handler 2018-09-14 10:25:32.427 2250 INFO oslo_db.sqlalchemy.provision [req-c1f5bff9-f804-4d65-8f66-bcc194db18fb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:32.430 2250 INFO oslo_db.sqlalchemy.provision [req-c1f5bff9-f804-4d65-8f66-bcc194db18fb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cnsuyqqpee 2018-09-14 10:25:32.431 2250 INFO oslo_db.sqlalchemy.provision [req-c1f5bff9-f804-4d65-8f66-bcc194db18fb - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:30.551 2260 INFO oslo_db.sqlalchemy.provision [req-862172ee-475c-41e4-8dc4-655e64169465 - - - - -] CREATE BACKEND sqlite:// TOKEN npaqvlafln 2018-09-14 10:25:30.729 2260 INFO octavia.common.config [req-862172ee-475c-41e4-8dc4-655e64169465 - - - - -] Logging enabled! 2018-09-14 10:25:30.730 2260 INFO octavia.common.config [req-862172ee-475c-41e4-8dc4-655e64169465 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.769 2260 WARNING octavia.api.root_controller [req-862172ee-475c-41e4-8dc4-655e64169465 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.801 2260 INFO octavia.api.v2.controllers.load_balancer [req-efdfa1fd-34da-46ab-89a4-727e711341f0 - - - - -] Sending created Load Balancer baaaca39-dedb-421b-bce7-20c4eebd0400 to the handler 2018-09-14 10:25:31.261 2260 INFO octavia.api.v2.controllers.listener [req-2f3c95f3-1e3b-43e9-b326-3b161fbe7e8f - - - - -] Sending Creation of Listener 13c31b44-1183-4689-a905-a64ca34bc56c to handler 2018-09-14 10:25:31.554 2260 INFO octavia.api.v2.controllers.pool [req-e90d7c24-1773-4d23-be37-4180afdc43fc - - - - -] Sending Creation of Pool 57783e6b-5f98-4377-acf0-230ce522ae3d to handler 2018-09-14 10:25:31.828 2260 ERROR octavia.api.v2.controllers.base [req-87e7eacb-666e-49a0-91c6-e9dadcfc22b5 - - - - -] Pool b0185585-e2b5-4887-ad9f-3820c8d9f6c8 not found: None 2018-09-14 10:25:31.828 2260 ERROR octavia.api.v2.controllers.base None 2018-09-14 10:25:31.828 2260 ERROR octavia.api.v2.controllers.base 2018-09-14 10:25:31.854 2260 INFO oslo_db.sqlalchemy.provision [req-87e7eacb-666e-49a0-91c6-e9dadcfc22b5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.857 2260 INFO oslo_db.sqlalchemy.provision [req-87e7eacb-666e-49a0-91c6-e9dadcfc22b5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN npaqvlafln 2018-09-14 10:25:31.858 2260 INFO oslo_db.sqlalchemy.provision [req-87e7eacb-666e-49a0-91c6-e9dadcfc22b5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_create_redirect_to_pool [1.314901s] ... ok {11} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_duplicate_create [2.143856s] ... ok 2018-09-14 10:25:31.913 2267 INFO oslo_db.sqlalchemy.provision [req-2e441630-89c6-468d-a829-6cb309946867 - - - - -] CREATE BACKEND sqlite:// TOKEN unchtlzupe 2018-09-14 10:25:32.078 2267 INFO octavia.common.config [req-2e441630-89c6-468d-a829-6cb309946867 - - - - -] Logging enabled! 2018-09-14 10:25:32.079 2267 INFO octavia.common.config [req-2e441630-89c6-468d-a829-6cb309946867 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.117 2267 WARNING octavia.api.root_controller [req-2e441630-89c6-468d-a829-6cb309946867 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.138 2267 INFO octavia.api.v1.controllers.load_balancer [req-7bd4a531-3149-48e2-87f4-13a988a42cb8 - - - - -] Sending created Load Balancer a38b1317-f58d-411f-9a5f-47dec242e681 to the handler 2018-09-14 10:25:32.307 2267 INFO octavia.api.v1.controllers.listener [req-090fc5e7-5964-4462-a2d5-71638f79db17 - - - - -] Sending Creation of Listener 9c7c345e-06bd-41d9-9206-e1ca5541fc16 to handler 2018-09-14 10:25:32.530 2267 INFO octavia.api.v1.controllers.pool [req-e0696415-6948-4a27-8a11-7d07866e4e4e - - - - -] Sending Creation of Pool c55a7d64-5765-4730-b9ab-50333a740a82 to handler 2018-09-14 10:25:32.845 2267 INFO octavia.api.v1.controllers.l7policy [req-663cab8e-4ff6-4028-84d3-0f1c78561b40 - - - - -] Sending Creation of L7Policy 5431b1df-4e15-46f4-a9e7-e7e1ba8ecc49 to handler 2018-09-14 10:25:33.058 2267 INFO oslo_db.sqlalchemy.provision [req-db143cfa-da10-45bb-a7b9-9d6baa9d4038 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.062 2267 INFO oslo_db.sqlalchemy.provision [req-db143cfa-da10-45bb-a7b9-9d6baa9d4038 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN unchtlzupe 2018-09-14 10:25:33.062 2267 INFO oslo_db.sqlalchemy.provision [req-db143cfa-da10-45bb-a7b9-9d6baa9d4038 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_with_l7policy [1.156048s] ... ok 2018-09-14 10:25:29.535 2259 INFO oslo_db.sqlalchemy.provision [req-8a292a07-44c6-4bcf-bb3d-0406ff85aa7f - - - - -] CREATE BACKEND sqlite:// TOKEN iucaomylsj 2018-09-14 10:25:29.704 2259 INFO octavia.common.config [req-8a292a07-44c6-4bcf-bb3d-0406ff85aa7f - - - - -] Logging enabled! 2018-09-14 10:25:29.705 2259 INFO octavia.common.config [req-8a292a07-44c6-4bcf-bb3d-0406ff85aa7f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.743 2259 WARNING octavia.api.root_controller [req-8a292a07-44c6-4bcf-bb3d-0406ff85aa7f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.764 2259 INFO octavia.api.v1.controllers.load_balancer [req-af3b0717-e3b3-433f-abd5-1e721ea4e89c - - - - -] Sending created Load Balancer 32e81f9d-e86a-412b-a09b-f2ed6c091f71 to the handler 2018-09-14 10:25:29.938 2259 INFO octavia.api.v1.controllers.listener [req-30de72c1-2ce2-4033-b3dc-9726c69cc621 - - - - -] Sending Creation of Listener 09ba0a10-6ae6-46e4-850d-c9c6897afdeb to handler 2018-09-14 10:25:30.177 2259 INFO octavia.api.v1.controllers.l7policy [req-02bfb2e1-88ee-461b-a7ef-8e0d36a6d734 - - - - -] Sending Creation of L7Policy e5e609c9-bb6b-4411-bdc8-6852642d8016 to handler 2018-09-14 10:25:30.415 2259 INFO octavia.api.v1.controllers.l7rule [req-6f6ec4a9-7af8-4fac-8b93-0625d7cd3a17 - - - - -] Sending Creation of L7Rule 3f08be1a-9c7a-42bc-9a84-e24c968de6e8 to handler 2018-09-14 10:25:30.839 2259 INFO oslo_db.sqlalchemy.provision [req-59b194a9-7681-4e8b-85e8-bcd03bdf60f2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.843 2259 INFO oslo_db.sqlalchemy.provision [req-59b194a9-7681-4e8b-85e8-bcd03bdf60f2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iucaomylsj 2018-09-14 10:25:30.843 2259 INFO oslo_db.sqlalchemy.provision [req-59b194a9-7681-4e8b-85e8-bcd03bdf60f2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_cookie_rule [1.314484s] ... ok 2018-09-14 10:25:30.072 2240 INFO oslo_db.sqlalchemy.provision [req-60a8c321-39df-4de7-8cd9-e13c36c7898b - - - - -] CREATE BACKEND sqlite:// TOKEN yhdfpcjhro 2018-09-14 10:25:30.232 2240 INFO octavia.common.config [req-60a8c321-39df-4de7-8cd9-e13c36c7898b - - - - -] Logging enabled! 2018-09-14 10:25:30.233 2240 INFO octavia.common.config [req-60a8c321-39df-4de7-8cd9-e13c36c7898b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.271 2240 WARNING octavia.api.root_controller [req-60a8c321-39df-4de7-8cd9-e13c36c7898b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.449 2240 INFO octavia.api.v1.controllers.load_balancer [req-a57f60ec-c0b3-4973-8702-1787fc24e713 - - - - -] Sending created Load Balancer 91c8f188-bf44-4604-ac8f-53f2721a2075 to the handler 2018-09-14 10:25:30.628 2240 INFO octavia.api.v1.controllers.listener [req-626848d5-a0dd-4891-afc9-558e00c578a0 - - - - -] Sending Creation of Listener b8b97109-6fd6-4f91-bb31-d0cbd6f85281 to handler 2018-09-14 10:25:30.916 2240 INFO octavia.api.v1.controllers.pool [req-0915573c-1843-4e5d-ba91-8ed707770fc3 - - - - -] Sending Creation of Pool 5d986cf5-bc21-4ea8-a324-eeb121ad7761 to handler 2018-09-14 10:25:31.141 2240 INFO octavia.api.v1.controllers.pool [req-da4fbcd5-caf1-49cc-9847-0f5f21997ed3 - - - - -] Sending Update of Pool 5d986cf5-bc21-4ea8-a324-eeb121ad7761 to handler 2018-09-14 10:25:31.266 2240 INFO oslo_db.sqlalchemy.provision [req-6e4571b1-f91d-44a5-bd3e-8b3d3b628aad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.270 2240 INFO oslo_db.sqlalchemy.provision [req-6e4571b1-f91d-44a5-bd3e-8b3d3b628aad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yhdfpcjhro 2018-09-14 10:25:31.271 2240 INFO oslo_db.sqlalchemy.provision [req-6e4571b1-f91d-44a5-bd3e-8b3d3b628aad - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_session_persistence [1.205617s] ... ok 2018-09-14 10:25:30.371 2243 INFO oslo_db.sqlalchemy.provision [req-c0fed080-3a6f-4cca-9827-912f3537d69b - - - - -] CREATE BACKEND sqlite:// TOKEN rqrozjtgyn 2018-09-14 10:25:30.543 2243 INFO octavia.common.config [req-c0fed080-3a6f-4cca-9827-912f3537d69b - - - - -] Logging enabled! 2018-09-14 10:25:30.543 2243 INFO octavia.common.config [req-c0fed080-3a6f-4cca-9827-912f3537d69b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.583 2243 WARNING octavia.api.root_controller [req-c0fed080-3a6f-4cca-9827-912f3537d69b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.605 2243 INFO octavia.api.v1.controllers.load_balancer [req-ac2757a9-c0e8-4dcb-bdd9-d18f08911610 - - - - -] Sending created Load Balancer 308b78d6-3eb7-4132-8931-0bd4242ec9de to the handler 2018-09-14 10:25:30.775 2243 INFO octavia.api.v1.controllers.listener [req-a3d3a9f5-9d45-42fc-b69d-7ff821338098 - - - - -] Sending Creation of Listener 506fd96e-6961-4f39-bf4f-a42ec9711796 to handler 2018-09-14 10:25:31.167 2243 INFO octavia.api.v1.controllers.pool [req-6da84c3a-2a01-48ff-92f0-d4bc7288fb88 - - - - -] Sending Creation of Pool d4046025-e4e8-4a25-adaa-1c516f8cb3f4 to handler 2018-09-14 10:25:31.208 2243 INFO oslo_db.sqlalchemy.provision [req-6da84c3a-2a01-48ff-92f0-d4bc7288fb88 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.211 2243 INFO oslo_db.sqlalchemy.provision [req-6da84c3a-2a01-48ff-92f0-d4bc7288fb88 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rqrozjtgyn 2018-09-14 10:25:31.212 2243 INFO oslo_db.sqlalchemy.provision [req-6da84c3a-2a01-48ff-92f0-d4bc7288fb88 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:31.254 2258 INFO oslo_db.sqlalchemy.provision [req-de7fed75-e8e6-428c-a75a-4cc102e6ae5e - - - - -] CREATE BACKEND sqlite:// TOKEN waksgpruui 2018-09-14 10:25:31.412 2258 INFO octavia.common.config [req-de7fed75-e8e6-428c-a75a-4cc102e6ae5e - - - - -] Logging enabled! 2018-09-14 10:25:31.413 2258 INFO octavia.common.config [req-de7fed75-e8e6-428c-a75a-4cc102e6ae5e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.450 2258 WARNING octavia.api.root_controller [req-de7fed75-e8e6-428c-a75a-4cc102e6ae5e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.491 2258 INFO oslo_db.sqlalchemy.provision [req-afd3f334-1bdf-4e30-b024-ae498fa51979 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.495 2258 INFO oslo_db.sqlalchemy.provision [req-afd3f334-1bdf-4e30-b024-ae498fa51979 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN waksgpruui 2018-09-14 10:25:31.496 2258 INFO oslo_db.sqlalchemy.provision [req-afd3f334-1bdf-4e30-b024-ae498fa51979 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_get_all_quotas_no_quotas [0.247760s] ... ok {4} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_id [0.847815s] ... ok 2018-09-14 10:25:31.280 2240 INFO oslo_db.sqlalchemy.provision [req-6e4571b1-f91d-44a5-bd3e-8b3d3b628aad - - - - -] CREATE BACKEND sqlite:// TOKEN xgjnwmduaw 2018-09-14 10:25:31.444 2240 INFO octavia.common.config [req-6e4571b1-f91d-44a5-bd3e-8b3d3b628aad - - - - -] Logging enabled! 2018-09-14 10:25:31.445 2240 INFO octavia.common.config [req-6e4571b1-f91d-44a5-bd3e-8b3d3b628aad - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.484 2240 WARNING octavia.api.root_controller [req-6e4571b1-f91d-44a5-bd3e-8b3d3b628aad - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.516 2240 INFO octavia.api.v2.controllers.load_balancer [req-49a8bf0d-2f24-40e9-a25e-c4423b2f0fa3 - - - - -] Sending created Load Balancer 2e25d43f-355f-468f-826a-58569cab2a11 to the handler 2018-09-14 10:25:31.916 2240 INFO oslo_db.sqlalchemy.provision [req-fbb8650d-65da-42a9-988e-d217288360f8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.919 2240 INFO oslo_db.sqlalchemy.provision [req-fbb8650d-65da-42a9-988e-d217288360f8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xgjnwmduaw 2018-09-14 10:25:31.920 2240 INFO oslo_db.sqlalchemy.provision [req-fbb8650d-65da-42a9-988e-d217288360f8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_filter [0.647046s] ... ok 2018-09-14 10:25:33.070 2267 INFO oslo_db.sqlalchemy.provision [req-db143cfa-da10-45bb-a7b9-9d6baa9d4038 - - - - -] CREATE BACKEND sqlite:// TOKEN mjsgsmqtcb 2018-09-14 10:25:33.234 2267 INFO octavia.common.config [req-db143cfa-da10-45bb-a7b9-9d6baa9d4038 - - - - -] Logging enabled! 2018-09-14 10:25:33.235 2267 INFO octavia.common.config [req-db143cfa-da10-45bb-a7b9-9d6baa9d4038 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:33.275 2267 WARNING octavia.api.root_controller [req-db143cfa-da10-45bb-a7b9-9d6baa9d4038 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:33.308 2267 INFO octavia.api.v2.controllers.load_balancer [req-d15a4a11-536f-4df6-86a4-218357ef1241 - - - - -] Sending created Load Balancer e32be894-b7f4-4069-a83f-862c9013f555 to the handler 2018-09-14 10:25:34.055 2267 INFO oslo_db.sqlalchemy.provision [req-e9e6f398-0eeb-4582-968a-ffbd40b94fad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.058 2267 INFO oslo_db.sqlalchemy.provision [req-e9e6f398-0eeb-4582-968a-ffbd40b94fad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mjsgsmqtcb 2018-09-14 10:25:34.059 2267 INFO oslo_db.sqlalchemy.provision [req-e9e6f398-0eeb-4582-968a-ffbd40b94fad - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_sorted [0.995965s] ... ok 2018-09-14 10:25:32.035 2270 INFO oslo_db.sqlalchemy.provision [req-f5876849-4994-43ff-8e32-0c5adaec808f - - - - -] CREATE BACKEND sqlite:// TOKEN advgpzlfcx 2018-09-14 10:25:32.206 2270 INFO octavia.common.config [req-f5876849-4994-43ff-8e32-0c5adaec808f - - - - -] Logging enabled! 2018-09-14 10:25:32.207 2270 INFO octavia.common.config [req-f5876849-4994-43ff-8e32-0c5adaec808f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.249 2270 WARNING octavia.api.root_controller [req-f5876849-4994-43ff-8e32-0c5adaec808f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.276 2270 INFO octavia.api.v2.controllers.load_balancer [req-3650563d-b98c-4c5c-b5e2-d2a7aaecee9f - - - - -] Sending created Load Balancer d73455c0-a28f-4fa6-9936-222d0f0607d9 to the handler 2018-09-14 10:25:32.540 2270 INFO octavia.api.v2.controllers.listener [req-16c0d807-0991-45aa-9637-1b51bd7bd7bf - - - - -] Sending Creation of Listener 29deb4ee-aa48-4f15-9917-9de35626bfee to handler 2018-09-14 10:25:32.998 2270 INFO octavia.api.v2.controllers.l7policy [req-f6b42638-0e44-4347-bde9-627fe661b5b3 - - - - -] Sending Creation of L7Policy c9f7ca14-a116-463a-9bf0-3b6d0fa0d403 to handler 2018-09-14 10:25:33.532 2270 INFO octavia.api.v2.controllers.l7rule [req-a86c861e-a941-4cec-af93-449f3999d6f0 - - - - -] Sending Creation of L7Rule 18567a2b-4795-4ada-8c5e-36fce3de8628 to handler 2018-09-14 10:25:34.019 2270 INFO octavia.api.v2.controllers.load_balancer [req-0c2c4a0e-433d-439e-8172-fb82a9b354f1 - - - - -] Sending updated Load Balancer d73455c0-a28f-4fa6-9936-222d0f0607d9 to the handler 2018-09-14 10:25:34.101 2270 INFO octavia.api.v2.controllers.l7rule [req-a0fff447-a9e8-457f-b35a-1e713a659937 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:34.124 2270 INFO oslo_db.sqlalchemy.provision [req-a0fff447-a9e8-457f-b35a-1e713a659937 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.128 2270 INFO oslo_db.sqlalchemy.provision [req-a0fff447-a9e8-457f-b35a-1e713a659937 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN advgpzlfcx 2018-09-14 10:25:34.128 2270 INFO oslo_db.sqlalchemy.provision [req-a0fff447-a9e8-457f-b35a-1e713a659937 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_when_lb_pending_update [2.100333s] ... ok 2018-09-14 10:25:31.220 2243 INFO oslo_db.sqlalchemy.provision [req-6da84c3a-2a01-48ff-92f0-d4bc7288fb88 - - - - -] CREATE BACKEND sqlite:// TOKEN bjdqlsetkd 2018-09-14 10:25:31.381 2243 INFO octavia.common.config [req-6da84c3a-2a01-48ff-92f0-d4bc7288fb88 - - - - -] Logging enabled! 2018-09-14 10:25:31.382 2243 INFO octavia.common.config [req-6da84c3a-2a01-48ff-92f0-d4bc7288fb88 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.422 2243 WARNING octavia.api.root_controller [req-6da84c3a-2a01-48ff-92f0-d4bc7288fb88 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.453 2243 INFO octavia.api.v2.controllers.load_balancer [req-269b08c8-1992-48a2-a67c-8571e9ae9926 - - - - -] Sending created Load Balancer 6d8963dc-4904-4b97-a66c-766faa454305 to the handler 2018-09-14 10:25:31.983 2243 INFO oslo_db.sqlalchemy.provision [req-95160ede-51fe-4a6a-82c4-7819b07e1b84 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.987 2243 INFO oslo_db.sqlalchemy.provision [req-95160ede-51fe-4a6a-82c4-7819b07e1b84 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bjdqlsetkd 2018-09-14 10:25:31.988 2243 INFO oslo_db.sqlalchemy.provision [req-95160ede-51fe-4a6a-82c4-7819b07e1b84 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_hides_deleted [0.774459s] ... ok 2018-09-14 10:25:29.752 2251 INFO oslo_db.sqlalchemy.provision [req-e4e79033-5037-4389-a084-d1b61442a603 - - - - -] CREATE BACKEND sqlite:// TOKEN elxqhcbdkg 2018-09-14 10:25:29.920 2251 INFO octavia.common.config [req-e4e79033-5037-4389-a084-d1b61442a603 - - - - -] Logging enabled! 2018-09-14 10:25:29.921 2251 INFO octavia.common.config [req-e4e79033-5037-4389-a084-d1b61442a603 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.961 2251 WARNING octavia.api.root_controller [req-e4e79033-5037-4389-a084-d1b61442a603 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.152 2251 INFO octavia.api.v1.controllers.load_balancer [req-61720abd-a8d7-4384-8e9e-c281ed07d834 - - - - -] Sending created Load Balancer 2c153d41-e273-4c9a-8601-3371503064bb to the handler 2018-09-14 10:25:30.179 2251 INFO octavia.api.v1.controllers.load_balancer [req-2f3993a5-ba3a-4f3a-9ae6-f3d458241cce - - - - -] Load Balancer 2c153d41-e273-4c9a-8601-3371503064bb is immutable. 2018-09-14 10:25:30.216 2251 INFO oslo_db.sqlalchemy.provision [req-2f3993a5-ba3a-4f3a-9ae6-f3d458241cce - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.220 2251 INFO oslo_db.sqlalchemy.provision [req-2f3993a5-ba3a-4f3a-9ae6-f3d458241cce - - - - -] DROP BACKEND Engine(sqlite://) TOKEN elxqhcbdkg 2018-09-14 10:25:30.221 2251 INFO oslo_db.sqlalchemy.provision [req-2f3993a5-ba3a-4f3a-9ae6-f3d458241cce - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:31.503 2258 INFO oslo_db.sqlalchemy.provision [req-afd3f334-1bdf-4e30-b024-ae498fa51979 - - - - -] CREATE BACKEND sqlite:// TOKEN imdwhwyjwe 2018-09-14 10:25:31.664 2258 INFO octavia.common.config [req-afd3f334-1bdf-4e30-b024-ae498fa51979 - - - - -] Logging enabled! 2018-09-14 10:25:31.665 2258 INFO octavia.common.config [req-afd3f334-1bdf-4e30-b024-ae498fa51979 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.702 2258 WARNING octavia.api.root_controller [req-afd3f334-1bdf-4e30-b024-ae498fa51979 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.733 2258 INFO octavia.api.v2.controllers.load_balancer [req-155f16e2-1348-451d-a322-927afa9595b1 - - - - -] Sending created Load Balancer 1ce51f33-671d-4f9a-b793-52ee32a664af to the handler 2018-09-14 10:25:32.147 2258 INFO octavia.api.v2.controllers.listener [req-0b51b35b-94b1-4167-bc28-9eef8f4479fc - - - - -] Sending Creation of Listener 240a079a-d9bd-4c62-a560-244716be68c6 to handler 2018-09-14 10:25:32.454 2258 INFO octavia.api.v2.controllers.pool [req-91cba4b1-ed5d-4cf8-bc76-59d4040a7db2 - - - - -] Sending Creation of Pool 99fa9ced-dac3-4356-a83a-fe5340a5b1c3 to handler 2018-09-14 10:25:32.804 2258 INFO octavia.api.v2.controllers.pool [req-41ed5327-4689-4a77-a518-7e852ac023a2 - - - - -] Sending Creation of Pool 02e27670-fbaa-468d-ac77-c87c794cf424 to handler 2018-09-14 10:25:33.176 2258 INFO octavia.api.v2.controllers.health_monitor [req-709c4278-1df2-4bb9-853b-e762d6bf88a0 - - - - -] Sending Creation of Health Monitor e7c18562-94c6-4389-ab25-b8f9073d2d9b to handler 2018-09-14 10:25:33.445 2258 INFO oslo_db.sqlalchemy.provision [req-bda630c2-acfd-4897-bf02-0cd76991006d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.449 2258 INFO oslo_db.sqlalchemy.provision [req-bda630c2-acfd-4897-bf02-0cd76991006d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN imdwhwyjwe 2018-09-14 10:25:33.450 2258 INFO oslo_db.sqlalchemy.provision [req-bda630c2-acfd-4897-bf02-0cd76991006d - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_http_monitor_with_relative_path [1.953397s] ... ok {12} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update_pending_create [0.474975s] ... ok 2018-09-14 10:25:29.585 2254 INFO oslo_db.sqlalchemy.provision [req-9cb2c4c0-473a-4b33-b2e2-f70e87e8ef8b - - - - -] CREATE BACKEND sqlite:// TOKEN azzwxtxtnv 2018-09-14 10:25:29.745 2254 INFO octavia.common.config [req-9cb2c4c0-473a-4b33-b2e2-f70e87e8ef8b - - - - -] Logging enabled! 2018-09-14 10:25:29.746 2254 INFO octavia.common.config [req-9cb2c4c0-473a-4b33-b2e2-f70e87e8ef8b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.783 2254 WARNING octavia.api.root_controller [req-9cb2c4c0-473a-4b33-b2e2-f70e87e8ef8b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.804 2254 INFO octavia.api.v1.controllers.load_balancer [req-ad92300f-8b33-4567-8e18-2d142a31f28e - - - - -] Sending created Load Balancer bbb35d48-82f3-41a4-a6f0-db29cbf82529 to the handler 2018-09-14 10:25:29.963 2254 INFO octavia.api.v1.controllers.pool [req-1578ed64-1bad-48a1-a4d4-0692ff27a3a8 - - - - -] Sending Creation of Pool ede7d7c1-460d-44b3-bd5e-cce62e0fad0d to handler 2018-09-14 10:25:30.330 2254 INFO octavia.api.v1.controllers.listener [req-db5cc259-600a-449e-9667-084be6566018 - - - - -] Sending Creation of Listener d4a39e8f-fd0b-4f8f-9071-648c5e25c2d4 to handler 2018-09-14 10:25:30.593 2254 INFO octavia.api.v1.controllers.listener [req-edfbb605-c1b2-4533-9a1a-0f29532cbce1 - - - - -] Sending Creation of Listener 3a8bf4b1-c68c-4cee-91c9-e59bbc790088 to handler 2018-09-14 10:25:30.634 2254 INFO oslo_db.sqlalchemy.provision [req-edfbb605-c1b2-4533-9a1a-0f29532cbce1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.638 2254 INFO oslo_db.sqlalchemy.provision [req-edfbb605-c1b2-4533-9a1a-0f29532cbce1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN azzwxtxtnv 2018-09-14 10:25:30.638 2254 INFO oslo_db.sqlalchemy.provision [req-edfbb605-c1b2-4533-9a1a-0f29532cbce1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_shared_default_pool_id [1.059927s] ... ok 2018-09-14 10:25:30.236 2266 INFO oslo_db.sqlalchemy.provision [req-5959f545-64c5-489b-8288-bfdb6d446b21 - - - - -] CREATE BACKEND sqlite:// TOKEN pfwecovcho 2018-09-14 10:25:30.424 2266 INFO octavia.common.config [req-5959f545-64c5-489b-8288-bfdb6d446b21 - - - - -] Logging enabled! 2018-09-14 10:25:30.425 2266 INFO octavia.common.config [req-5959f545-64c5-489b-8288-bfdb6d446b21 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.469 2266 WARNING octavia.api.root_controller [req-5959f545-64c5-489b-8288-bfdb6d446b21 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.506 2266 INFO octavia.api.v2.controllers.load_balancer [req-c8b0105d-788f-4d45-93f3-3fae09231c18 - - - - -] Sending created Load Balancer 16355149-62a8-4974-9b5a-ca4ba3dc03af to the handler 2018-09-14 10:25:31.097 2266 INFO oslo_db.sqlalchemy.provision [req-d3bc5d8c-4421-446d-a596-5274028006bf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.101 2266 INFO oslo_db.sqlalchemy.provision [req-d3bc5d8c-4421-446d-a596-5274028006bf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pfwecovcho 2018-09-14 10:25:31.101 2266 INFO oslo_db.sqlalchemy.provision [req-d3bc5d8c-4421-446d-a596-5274028006bf - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_fields_filter [0.872716s] ... ok 2018-09-14 10:25:29.838 2249 INFO oslo_db.sqlalchemy.provision [req-53debb0a-27a3-4599-847e-d1b43db655c6 - - - - -] CREATE BACKEND sqlite:// TOKEN sbenetullt 2018-09-14 10:25:30.014 2249 INFO octavia.common.config [req-53debb0a-27a3-4599-847e-d1b43db655c6 - - - - -] Logging enabled! 2018-09-14 10:25:30.014 2249 INFO octavia.common.config [req-53debb0a-27a3-4599-847e-d1b43db655c6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.053 2249 WARNING octavia.api.root_controller [req-53debb0a-27a3-4599-847e-d1b43db655c6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.077 2249 INFO octavia.api.v1.controllers.load_balancer [req-3754a510-1c54-48cb-9104-f34508a6e475 - - - - -] Sending created Load Balancer af576f27-88c3-49c0-ba28-fc012965bf3d to the handler 2018-09-14 10:25:30.241 2249 INFO octavia.api.v1.controllers.listener [req-06a2f0d7-79a9-4269-a9e2-f4204e532794 - - - - -] Sending Creation of Listener a11a711e-4554-4ade-b1cd-92b138d0f181 to handler 2018-09-14 10:25:30.441 2249 INFO octavia.api.v1.controllers.pool [req-e9c0bc78-9257-46c9-9885-d2781877e301 - - - - -] Sending Creation of Pool 18f570fb-896f-4255-abe3-d006bb45282d to handler 2018-09-14 10:25:30.725 2249 INFO octavia.api.v1.controllers.pool [req-8d4404c0-194f-473e-b4d6-42df072f4967 - - - - -] Sending Creation of Pool 753aab86-c5d8-4af4-aa5b-0afa5d821a2e to handler 2018-09-14 10:25:31.160 2249 INFO octavia.api.v1.controllers.member [req-0af641bd-65de-4d5c-b668-100154018f0c - - - - -] Sending Creation of Member dd05b0a5-a3b4-4991-bf73-f8fb52b0a2bc to handler 2018-09-14 10:25:31.370 2249 INFO octavia.api.v1.controllers.load_balancer [req-6725a0bf-c24b-4482-aefe-cffa2f90e360 - - - - -] Sending deleted Load Balancer af576f27-88c3-49c0-ba28-fc012965bf3d to the handler 2018-09-14 10:25:31.481 2249 INFO octavia.api.v1.controllers.member [req-8c5d7ec7-1072-447e-a787-618838885d05 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:31.513 2249 INFO oslo_db.sqlalchemy.provision [req-8c5d7ec7-1072-447e-a787-618838885d05 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.523 2249 INFO oslo_db.sqlalchemy.provision [req-8c5d7ec7-1072-447e-a787-618838885d05 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sbenetullt 2018-09-14 10:25:31.525 2249 INFO oslo_db.sqlalchemy.provision [req-8c5d7ec7-1072-447e-a787-618838885d05 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v1.test_member.TestMember.test_create_when_lb_pending_delete [1.695158s] ... ok 2018-09-14 10:25:31.927 2240 INFO oslo_db.sqlalchemy.provision [req-fbb8650d-65da-42a9-988e-d217288360f8 - - - - -] CREATE BACKEND sqlite:// TOKEN hpieqkaqbv 2018-09-14 10:25:32.086 2240 INFO octavia.common.config [req-fbb8650d-65da-42a9-988e-d217288360f8 - - - - -] Logging enabled! 2018-09-14 10:25:32.087 2240 INFO octavia.common.config [req-fbb8650d-65da-42a9-988e-d217288360f8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.124 2240 WARNING octavia.api.root_controller [req-fbb8650d-65da-42a9-988e-d217288360f8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.150 2240 INFO octavia.api.v2.controllers.load_balancer [req-e1173bf7-3604-496e-a3b7-9e138775edc2 - - - - -] Sending created Load Balancer a513526b-3b31-42f4-82d9-cf8de1f75df2 to the handler 2018-09-14 10:25:32.403 2240 INFO octavia.api.v2.controllers.listener [req-86ca2c8f-73c1-40c7-a3b3-4ae370f98a9a - - - - -] Sending Creation of Listener ca1474c6-2f35-4c07-a94c-069febe11df8 to handler 2018-09-14 10:25:32.870 2240 INFO octavia.api.v2.controllers.pool [req-1e9a2c26-9a21-4023-9901-7cdff26bd8c7 - - - - -] Sending Creation of Pool 744d3850-0a64-4852-9ca6-dcc0090301a6 to handler 2018-09-14 10:25:33.224 2240 INFO octavia.api.v2.controllers.pool [req-8df5edf4-7ce7-4c07-ba98-9a24a2d5f55c - - - - -] Sending Creation of Pool 6ce1681b-3813-4201-b07a-f1190474afb3 to handler 2018-09-14 10:25:33.779 2240 INFO oslo_db.sqlalchemy.provision [req-79978ad9-ac27-4c5b-ad72-ef206c8436e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.783 2240 INFO oslo_db.sqlalchemy.provision [req-79978ad9-ac27-4c5b-ad72-ef206c8436e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hpieqkaqbv 2018-09-14 10:25:33.783 2240 INFO oslo_db.sqlalchemy.provision [req-79978ad9-ac27-4c5b-ad72-ef206c8436e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_bad_create [1.863158s] ... ok 2018-09-14 10:25:31.865 2260 INFO oslo_db.sqlalchemy.provision [req-87e7eacb-666e-49a0-91c6-e9dadcfc22b5 - - - - -] CREATE BACKEND sqlite:// TOKEN nzpbzjfgca 2018-09-14 10:25:32.028 2260 INFO octavia.common.config [req-87e7eacb-666e-49a0-91c6-e9dadcfc22b5 - - - - -] Logging enabled! 2018-09-14 10:25:32.029 2260 INFO octavia.common.config [req-87e7eacb-666e-49a0-91c6-e9dadcfc22b5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.068 2260 WARNING octavia.api.root_controller [req-87e7eacb-666e-49a0-91c6-e9dadcfc22b5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.094 2260 INFO octavia.api.v2.controllers.load_balancer [req-4b1a5979-84a7-4120-a41d-516d3b85d8ca - - - - -] Sending created Load Balancer 1431aa42-23d9-4960-a931-4a75f1bcbef3 to the handler 2018-09-14 10:25:32.357 2260 INFO octavia.api.v2.controllers.listener [req-2d5e4410-e2bb-45e5-b1e4-9546c919deb1 - - - - -] Sending Creation of Listener 43b89b0e-7d1f-47c9-b709-47600cba0233 to handler 2018-09-14 10:25:32.654 2260 INFO octavia.api.v2.controllers.pool [req-42a289da-b0f8-4aa2-82c6-b66374683aad - - - - -] Sending Creation of Pool 24147a33-4dbd-41c9-a007-404242e23f5d to handler 2018-09-14 10:25:33.029 2260 INFO octavia.api.v2.controllers.l7policy [req-485ff49e-1808-40ca-9a8c-c89d754682ab - 3602799e-1893-4382-93d0-f4311e10bcee - - -] Sending Creation of L7Policy 959e9f0a-b436-4a74-8da1-dff5cb31d8f0 to handler 2018-09-14 10:25:33.211 2260 INFO oslo_db.sqlalchemy.provision [req-416b12c1-1d0c-4799-baa2-78d23c917ea0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.215 2260 INFO oslo_db.sqlalchemy.provision [req-416b12c1-1d0c-4799-baa2-78d23c917ea0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nzpbzjfgca 2018-09-14 10:25:33.216 2260 INFO oslo_db.sqlalchemy.provision [req-416b12c1-1d0c-4799-baa2-78d23c917ea0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_policy_authorized [1.357134s] ... ok 2018-09-14 10:25:31.996 2243 INFO oslo_db.sqlalchemy.provision [req-95160ede-51fe-4a6a-82c4-7819b07e1b84 - - - - -] CREATE BACKEND sqlite:// TOKEN gjuyzmvjpl 2018-09-14 10:25:32.160 2243 INFO octavia.common.config [req-95160ede-51fe-4a6a-82c4-7819b07e1b84 - - - - -] Logging enabled! 2018-09-14 10:25:32.161 2243 INFO octavia.common.config [req-95160ede-51fe-4a6a-82c4-7819b07e1b84 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.201 2243 WARNING octavia.api.root_controller [req-95160ede-51fe-4a6a-82c4-7819b07e1b84 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.228 2243 INFO octavia.api.v2.controllers.load_balancer [req-3c942c5c-dffd-4206-8373-79a7bc011605 - - - - -] Sending created Load Balancer 476994ad-4ba6-4164-93b4-3bb390556753 to the handler 2018-09-14 10:25:32.482 2243 INFO octavia.api.v2.controllers.listener [req-9e49d7ba-669f-494d-a871-190de2ccb15d - - - - -] Sending Creation of Listener 5871748b-72e2-4725-b411-c77442ad1bde to handler 2018-09-14 10:25:32.808 2243 INFO octavia.api.v2.controllers.pool [req-ceb3a96c-1a19-4cf0-a969-8fafb67b9e1f - - - - -] Sending Creation of Pool 155730f2-38f5-444c-becd-51e56f8a4c46 to handler 2018-09-14 10:25:33.144 2243 INFO octavia.api.v2.controllers.l7policy [req-7b95dbc1-9966-4151-818c-94d05e7b8c11 - - - - -] Sending Creation of L7Policy 108fb55b-0def-4135-88a3-ae0cdd3e28eb to handler 2018-09-14 10:25:33.377 2243 INFO oslo_db.sqlalchemy.provision [req-050b46ba-abb2-4820-815e-64dfc078b9c7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.381 2243 INFO oslo_db.sqlalchemy.provision [req-050b46ba-abb2-4820-815e-64dfc078b9c7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gjuyzmvjpl 2018-09-14 10:25:33.382 2243 INFO oslo_db.sqlalchemy.provision [req-050b46ba-abb2-4820-815e-64dfc078b9c7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_update [1.393051s] ... ok 2018-09-14 10:25:30.239 2248 INFO oslo_db.sqlalchemy.provision [req-2b3ebf92-bffa-4a5b-8169-8d7551ffdc9e - - - - -] CREATE BACKEND sqlite:// TOKEN dnnrbbdvmi 2018-09-14 10:25:30.404 2248 INFO octavia.common.config [req-2b3ebf92-bffa-4a5b-8169-8d7551ffdc9e - - - - -] Logging enabled! 2018-09-14 10:25:30.405 2248 INFO octavia.common.config [req-2b3ebf92-bffa-4a5b-8169-8d7551ffdc9e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.442 2248 WARNING octavia.api.root_controller [req-2b3ebf92-bffa-4a5b-8169-8d7551ffdc9e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.647 2248 INFO octavia.api.v1.controllers.load_balancer [req-49c96a14-ff4d-4dfd-b883-689a0749f23e - - - - -] Sending full load balancer configuration fcf65948-54cf-4941-9906-de5319aa1dca to the handler 2018-09-14 10:25:30.679 2248 INFO oslo_db.sqlalchemy.provision [req-49c96a14-ff4d-4dfd-b883-689a0749f23e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.683 2248 INFO oslo_db.sqlalchemy.provision [req-49c96a14-ff4d-4dfd-b883-689a0749f23e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dnnrbbdvmi 2018-09-14 10:25:30.684 2248 INFO oslo_db.sqlalchemy.provision [req-49c96a14-ff4d-4dfd-b883-689a0749f23e - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_l7policies_redirect_pools_no_rules [0.451642s] ... ok 2018-09-14 10:25:34.746 2265 INFO oslo_db.sqlalchemy.provision [req-6e26045a-aaf0-45a1-aa35-cad342009955 - - - - -] CREATE BACKEND sqlite:// TOKEN kpgtgvmwly 2018-09-14 10:25:34.910 2265 INFO octavia.common.config [req-6e26045a-aaf0-45a1-aa35-cad342009955 - - - - -] Logging enabled! 2018-09-14 10:25:34.910 2265 INFO octavia.common.config [req-6e26045a-aaf0-45a1-aa35-cad342009955 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:34.951 2265 WARNING octavia.api.root_controller [req-6e26045a-aaf0-45a1-aa35-cad342009955 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:34.973 2265 INFO octavia.api.v1.controllers.load_balancer [req-289fca3b-db5a-425d-80c0-7cb5e44bce91 - - - - -] Sending created Load Balancer e37646c2-a7a3-41f9-94b7-f65213fd4325 to the handler 2018-09-14 10:25:35.141 2265 INFO octavia.api.v1.controllers.listener [req-35fc5fac-6394-4277-b886-dc81f4314ead - - - - -] Sending Creation of Listener 16b36bdb-0402-4064-8d6b-60991d146726 to handler 2018-09-14 10:25:35.355 2265 INFO octavia.api.v1.controllers.pool [req-d61ff227-ef8c-4b88-bacb-5baa245b0eba - - - - -] Sending Creation of Pool e3c6eee6-7baa-4d31-ba19-a7b0cb496a4f to handler 2018-09-14 10:25:35.565 2265 INFO oslo_db.sqlalchemy.provision [req-d1052b08-5e95-4071-8b3c-40965d00627d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:35.569 2265 INFO oslo_db.sqlalchemy.provision [req-d1052b08-5e95-4071-8b3c-40965d00627d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kpgtgvmwly 2018-09-14 10:25:35.569 2265 INFO oslo_db.sqlalchemy.provision [req-d1052b08-5e95-4071-8b3c-40965d00627d - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:29.786 2268 INFO oslo_db.sqlalchemy.provision [req-53f3a971-2168-4e7f-8d1c-0ca7cd10cd0e - - - - -] CREATE BACKEND sqlite:// TOKEN gbfguidvrg 2018-09-14 10:25:29.960 2268 INFO octavia.common.config [req-53f3a971-2168-4e7f-8d1c-0ca7cd10cd0e - - - - -] Logging enabled! 2018-09-14 10:25:29.961 2268 INFO octavia.common.config [req-53f3a971-2168-4e7f-8d1c-0ca7cd10cd0e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.000 2268 WARNING octavia.api.root_controller [req-53f3a971-2168-4e7f-8d1c-0ca7cd10cd0e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.034 2268 INFO octavia.api.v2.controllers.load_balancer [req-64b23b83-4941-4113-82bb-fb4708e0e31e - - - - -] Sending created Load Balancer 670f60ed-7c8d-436d-99e6-3d4e9707995a to the handler 2018-09-14 10:25:30.316 2268 INFO octavia.api.v2.controllers.amphora [req-f44329ec-cc90-469b-aea4-f3fd98f07ae9 - - - - -] Sending failover request for amphora e9f50ac0-be20-4539-9aa9-4635e6fd7b26 to the handler 2018-09-14 10:25:30.342 2268 INFO oslo_db.sqlalchemy.provision [req-f44329ec-cc90-469b-aea4-f3fd98f07ae9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.346 2268 INFO oslo_db.sqlalchemy.provision [req-f44329ec-cc90-469b-aea4-f3fd98f07ae9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gbfguidvrg 2018-09-14 10:25:30.346 2268 INFO oslo_db.sqlalchemy.provision [req-f44329ec-cc90-469b-aea4-f3fd98f07ae9 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:32.493 2264 INFO oslo_db.sqlalchemy.provision [req-6e923a9a-52ba-4a07-be20-641357f41856 - - - - -] CREATE BACKEND sqlite:// TOKEN mvcaqvozxn 2018-09-14 10:25:32.659 2264 INFO octavia.common.config [req-6e923a9a-52ba-4a07-be20-641357f41856 - - - - -] Logging enabled! 2018-09-14 10:25:32.660 2264 INFO octavia.common.config [req-6e923a9a-52ba-4a07-be20-641357f41856 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.698 2264 WARNING octavia.api.root_controller [req-6e923a9a-52ba-4a07-be20-641357f41856 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.830 2264 INFO octavia.api.v1.controllers.load_balancer [req-9fe182a9-c31b-4e8e-b9b4-e2f8f4b98fcf - - - - -] Sending full load balancer configuration c87cffe6-8bb3-4147-85d7-379314696948 to the handler 2018-09-14 10:25:32.861 2264 INFO oslo_db.sqlalchemy.provision [req-9fe182a9-c31b-4e8e-b9b4-e2f8f4b98fcf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:32.865 2264 INFO oslo_db.sqlalchemy.provision [req-9fe182a9-c31b-4e8e-b9b4-e2f8f4b98fcf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mvcaqvozxn 2018-09-14 10:25:32.866 2264 INFO oslo_db.sqlalchemy.provision [req-9fe182a9-c31b-4e8e-b9b4-e2f8f4b98fcf - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v1.test_pool.TestPool.test_get [0.830205s] ... ok 2018-09-14 10:25:32.436 2257 INFO oslo_db.sqlalchemy.provision [req-57745d40-3a45-4f2b-b5b8-beda5fb86bb0 - - - - -] CREATE BACKEND sqlite:// TOKEN ptkmqvvwva 2018-09-14 10:25:32.597 2257 INFO octavia.common.config [req-57745d40-3a45-4f2b-b5b8-beda5fb86bb0 - - - - -] Logging enabled! 2018-09-14 10:25:32.598 2257 INFO octavia.common.config [req-57745d40-3a45-4f2b-b5b8-beda5fb86bb0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.638 2257 WARNING octavia.api.root_controller [req-57745d40-3a45-4f2b-b5b8-beda5fb86bb0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.664 2257 INFO octavia.api.v2.controllers.load_balancer [req-bcaa431b-e087-45c6-af26-48b374f9b90d - - - - -] Sending created Load Balancer 44683a6f-ebbb-47bf-9533-5accc5295f15 to the handler 2018-09-14 10:25:32.924 2257 INFO octavia.api.v2.controllers.listener [req-00cfe32b-b68c-4ece-b895-7b3fab9fd0f4 - - - - -] Sending Creation of Listener 22628965-fec9-46b6-a679-ae825d306cac to handler 2018-09-14 10:25:33.232 2257 INFO octavia.api.v2.controllers.l7policy [req-c13f0f0d-77dd-4ff8-a447-4bf7bd1c6aad - - - - -] Sending Creation of L7Policy ccbb02e8-a732-4458-bc57-0d3363801034 to handler 2018-09-14 10:25:33.990 2257 INFO octavia.api.v2.controllers.l7rule [req-f4daed85-0d3d-47d2-97ed-1b8bc4dc8988 - - - - -] Sending Creation of L7Rule a63a3af2-f29b-4d8a-8152-eb1a27e65d30 to handler 2018-09-14 10:25:34.635 2257 INFO octavia.api.v2.controllers.l7rule [req-e74d3292-d8ea-4900-887f-3e167702d3b5 - - - - -] Sending Deletion of L7Rule a63a3af2-f29b-4d8a-8152-eb1a27e65d30 to handler 2018-09-14 10:25:34.859 2257 INFO oslo_db.sqlalchemy.provision [req-9cb469d3-9e37-4454-beff-5f8bd164c263 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.863 2257 INFO oslo_db.sqlalchemy.provision [req-9cb469d3-9e37-4454-beff-5f8bd164c263 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ptkmqvvwva 2018-09-14 10:25:34.863 2257 INFO oslo_db.sqlalchemy.provision [req-9cb469d3-9e37-4454-beff-5f8bd164c263 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:30.850 2259 INFO oslo_db.sqlalchemy.provision [req-59b194a9-7681-4e8b-85e8-bcd03bdf60f2 - - - - -] CREATE BACKEND sqlite:// TOKEN cmygnjnkge 2018-09-14 10:25:31.005 2259 INFO octavia.common.config [req-59b194a9-7681-4e8b-85e8-bcd03bdf60f2 - - - - -] Logging enabled! 2018-09-14 10:25:31.006 2259 INFO octavia.common.config [req-59b194a9-7681-4e8b-85e8-bcd03bdf60f2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.044 2259 WARNING octavia.api.root_controller [req-59b194a9-7681-4e8b-85e8-bcd03bdf60f2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.077 2259 INFO oslo_db.sqlalchemy.provision [req-e5fcbd1f-16f2-4c3f-9f85-b7c883155a21 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.081 2259 INFO oslo_db.sqlalchemy.provision [req-e5fcbd1f-16f2-4c3f-9f85-b7c883155a21 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cmygnjnkge 2018-09-14 10:25:31.081 2259 INFO oslo_db.sqlalchemy.provision [req-e5fcbd1f-16f2-4c3f-9f85-b7c883155a21 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_long_name [0.237278s] ... ok 2018-09-14 10:25:36.057 2246 INFO octavia.api.v1.controllers.l7rule [req-441d2c74-f623-4a32-b9f9-97a5949a402d - - - - -] Sending Creation of L7Rule ce3effe7-cbe0-469b-8d25-92beb29ab9c4 to handler 2018-09-14 10:25:36.372 2246 INFO octavia.api.v1.controllers.l7rule [req-9c6df341-fdfb-4d5d-9789-7dcb4417f8da - - - - -] Sending Creation of L7Rule be476de3-2f52-44b4-9198-bd9bfe7853ce to handler 2018-09-14 10:25:36.671 2246 INFO octavia.api.v1.controllers.l7rule [req-d055277e-15bc-47ac-b84b-8d894734a5ac - - - - -] Sending Creation of L7Rule 8f59c458-7647-433f-aed8-417dbade0359 to handler 2018-09-14 10:25:36.980 2246 INFO octavia.api.v1.controllers.l7rule [req-c9deb17d-9b82-4dbe-91da-c8332621fdc8 - - - - -] Sending Creation of L7Rule 778daf31-60ab-43c7-b1d8-9bfaa92b8b05 to handler 2018-09-14 10:25:37.420 2246 INFO octavia.api.v1.controllers.l7rule [req-ebde1ec1-ed38-4893-a4d1-47af16126bf1 - - - - -] Sending Creation of L7Rule 5b80a2b1-0646-45a7-8eaa-c7707cb3f3e4 to handler 2018-09-14 10:25:32.352 2242 INFO oslo_db.sqlalchemy.provision [req-c247d31c-7600-4b9a-9068-a7e59a2fb662 - - - - -] CREATE BACKEND sqlite:// TOKEN ppddlrmppx 2018-09-14 10:25:32.654 2242 INFO octavia.common.config [req-c247d31c-7600-4b9a-9068-a7e59a2fb662 - - - - -] Logging enabled! 2018-09-14 10:25:32.655 2242 INFO octavia.common.config [req-c247d31c-7600-4b9a-9068-a7e59a2fb662 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.692 2242 WARNING octavia.api.root_controller [req-c247d31c-7600-4b9a-9068-a7e59a2fb662 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.714 2242 INFO octavia.api.v1.controllers.load_balancer [req-7b6d8a73-7b89-410c-9d9a-23b609ee0c3c - - - - -] Sending created Load Balancer 92d09412-bf93-445b-b47c-130e2f7a9937 to the handler 2018-09-14 10:25:32.894 2242 INFO octavia.api.v1.controllers.listener [req-2de5e7d4-c596-4b32-9865-501a4f03e016 - - - - -] Sending Creation of Listener d705b8bd-79c7-4571-ad75-134f06e5ecd7 to handler 2018-09-14 10:25:33.133 2242 INFO octavia.api.v1.controllers.pool [req-d78beb63-bb3d-4ef8-b1af-8f7022af5985 - - - - -] Sending Creation of Pool ed6b9ef0-3d6a-423a-b81b-110286d755af to handler 2018-09-14 10:25:33.405 2242 INFO octavia.api.v1.controllers.pool [req-80b6a492-3c6f-4fec-8a6d-c1b22818ee83 - - - - -] Sending Creation of Pool 86deb614-f1b2-4b95-99b4-fb8520fb7941 to handler 2018-09-14 10:25:33.703 2242 INFO octavia.api.v1.controllers.member [req-1d011a18-c0b8-40be-8ce3-8451e1eb7e2c - - - - -] Sending Creation of Member d862e192-bf53-4e40-9607-9494f31445c9 to handler 2018-09-14 10:25:34.085 2242 INFO oslo_db.sqlalchemy.provision [req-29f6e381-0c5d-4cf2-ba1f-1b28c95fd2aa - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.089 2242 INFO oslo_db.sqlalchemy.provision [req-29f6e381-0c5d-4cf2-ba1f-1b28c95fd2aa - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ppddlrmppx 2018-09-14 10:25:34.090 2242 INFO oslo_db.sqlalchemy.provision [req-29f6e381-0c5d-4cf2-ba1f-1b28c95fd2aa - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_member.TestMember.test_create_sans_listener [1.745308s] ... ok 2018-09-14 10:25:33.292 2239 INFO oslo_db.sqlalchemy.provision [req-5171e95d-7a2f-497d-9eb9-db71eae22acb - - - - -] CREATE BACKEND sqlite:// TOKEN hdqvkfdjzi 2018-09-14 10:25:33.457 2239 INFO octavia.common.config [req-5171e95d-7a2f-497d-9eb9-db71eae22acb - - - - -] Logging enabled! 2018-09-14 10:25:33.458 2239 INFO octavia.common.config [req-5171e95d-7a2f-497d-9eb9-db71eae22acb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:33.498 2239 WARNING octavia.api.root_controller [req-5171e95d-7a2f-497d-9eb9-db71eae22acb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:33.519 2239 INFO octavia.api.v1.controllers.load_balancer [req-3e134650-7d40-4395-b974-a2feb45c7964 - - - - -] Sending created Load Balancer ea6a55b2-8797-4be1-892b-4f26b63df705 to the handler 2018-09-14 10:25:33.864 2239 INFO octavia.api.v1.controllers.listener [req-28f2d09d-53f9-4b5e-8cc3-2074a0099985 - - - - -] Sending Creation of Listener a45abe41-f3f7-43e5-b10f-e12a7b983ce5 to handler 2018-09-14 10:25:34.132 2239 INFO octavia.api.v1.controllers.pool [req-e476e2c4-3d25-4258-bdb8-015b889f1516 - - - - -] Sending Creation of Pool a391d4a3-47b7-4dd5-ac49-d46b25cb8639 to handler 2018-09-14 10:25:34.349 2239 INFO octavia.api.v1.controllers.pool [req-e9dbb03c-b006-493c-b17f-129cb8201931 - - - - -] Sending Update of Pool a391d4a3-47b7-4dd5-ac49-d46b25cb8639 to handler 2018-09-14 10:25:34.536 2239 INFO oslo_db.sqlalchemy.provision [req-6c9ecf09-e26c-4403-aff5-57cd4fdaf365 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.539 2239 INFO oslo_db.sqlalchemy.provision [req-6c9ecf09-e26c-4403-aff5-57cd4fdaf365 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hdqvkfdjzi 2018-09-14 10:25:34.540 2239 INFO oslo_db.sqlalchemy.provision [req-6c9ecf09-e26c-4403-aff5-57cd4fdaf365 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_preserve_session_persistence [1.253953s] ... ok {25} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_many_listeners_one_pool [0.379110s] ... ok {18} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_with_bad_handler [2.435045s] ... ok 2018-09-14 10:25:31.871 2245 INFO oslo_db.sqlalchemy.provision [req-bad189db-c9fd-4ac0-9dee-5a48619c7170 - - - - -] CREATE BACKEND sqlite:// TOKEN ebnpgbfaue 2018-09-14 10:25:32.030 2245 INFO octavia.common.config [req-bad189db-c9fd-4ac0-9dee-5a48619c7170 - - - - -] Logging enabled! 2018-09-14 10:25:32.031 2245 INFO octavia.common.config [req-bad189db-c9fd-4ac0-9dee-5a48619c7170 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.072 2245 WARNING octavia.api.root_controller [req-bad189db-c9fd-4ac0-9dee-5a48619c7170 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.093 2245 INFO octavia.api.v1.controllers.load_balancer [req-00fb8967-286a-4dd3-a0ed-6c937555ab27 - - - - -] Sending created Load Balancer b9e17b88-08dd-42af-8bac-1eb667e47ac4 to the handler 2018-09-14 10:25:32.258 2245 INFO octavia.api.v1.controllers.listener [req-5fb09c84-4ebd-479d-97bb-a19fd86dd372 - - - - -] Sending Creation of Listener 27fe59e4-8a34-438f-b8fe-b512fbe89955 to handler 2018-09-14 10:25:32.497 2245 INFO octavia.api.v1.controllers.pool [req-0d94bcdf-79e6-44f2-859d-75d4924fd544 - - - - -] Sending Creation of Pool 809d4f35-e876-4c98-bb84-daf10cb61804 to handler 2018-09-14 10:25:33.004 2245 INFO oslo_db.sqlalchemy.provision [req-160bc92d-1a4c-46f8-9375-5cbf9da5daa4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.007 2245 INFO oslo_db.sqlalchemy.provision [req-160bc92d-1a4c-46f8-9375-5cbf9da5daa4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ebnpgbfaue 2018-09-14 10:25:33.008 2245 INFO oslo_db.sqlalchemy.provision [req-160bc92d-1a4c-46f8-9375-5cbf9da5daa4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v1.test_pool.TestPool.test_get_all [1.143350s] ... ok 2018-09-14 10:25:30.068 2261 INFO oslo_db.sqlalchemy.provision [req-36089456-8ad5-48ac-818c-09dc5e67b52e - - - - -] CREATE BACKEND sqlite:// TOKEN cisclyvzvt 2018-09-14 10:25:30.228 2261 INFO octavia.common.config [req-36089456-8ad5-48ac-818c-09dc5e67b52e - - - - -] Logging enabled! 2018-09-14 10:25:30.229 2261 INFO octavia.common.config [req-36089456-8ad5-48ac-818c-09dc5e67b52e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.269 2261 WARNING octavia.api.root_controller [req-36089456-8ad5-48ac-818c-09dc5e67b52e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.290 2261 INFO octavia.api.v1.controllers.load_balancer [req-9709cba5-4b76-47b9-883a-5a1f4a506626 - - - - -] Sending created Load Balancer fec2e285-ac2a-428f-b1d3-6987b1adf990 to the handler 2018-09-14 10:25:30.463 2261 INFO octavia.api.v1.controllers.listener [req-80157762-6c3c-4e3d-b543-416d1e691fd3 - - - - -] Sending Creation of Listener 86f1d21f-84cc-44bc-9daf-afc05abc33cb to handler 2018-09-14 10:25:30.667 2261 INFO octavia.api.v1.controllers.pool [req-542b0fc9-590f-41bc-9c09-4450608284ef - - - - -] Sending Creation of Pool 03764ad4-9cc2-47c5-a594-dc5da6b27591 to handler 2018-09-14 10:25:30.943 2261 INFO octavia.api.v1.controllers.pool [req-c8948925-9cd5-4589-b011-0602f88cf6e4 - - - - -] Sending Creation of Pool 2e47493f-f2a4-4f12-aa39-e59b7dc86e86 to handler 2018-09-14 10:25:31.231 2261 INFO octavia.api.v1.controllers.member [req-69bb28dd-d19f-46cb-81f9-136f656061c4 - - - - -] Sending Creation of Member eed756ad-337a-480a-be20-7fb8f969c85e to handler 2018-09-14 10:25:31.431 2261 INFO octavia.api.v1.controllers.load_balancer [req-b0c17ac9-1c4c-493c-8c84-df8c9d3d7ddc - - - - -] Sending updated Load Balancer fec2e285-ac2a-428f-b1d3-6987b1adf990 to the handler 2018-09-14 10:25:31.568 2261 INFO octavia.api.v1.controllers.member [req-3a1be438-a99c-4e74-9935-c7bf844d95c3 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:31.603 2261 INFO oslo_db.sqlalchemy.provision [req-3a1be438-a99c-4e74-9935-c7bf844d95c3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.607 2261 INFO oslo_db.sqlalchemy.provision [req-3a1be438-a99c-4e74-9935-c7bf844d95c3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cisclyvzvt 2018-09-14 10:25:31.607 2261 INFO oslo_db.sqlalchemy.provision [req-3a1be438-a99c-4e74-9935-c7bf844d95c3 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:29.894 2256 INFO oslo_db.sqlalchemy.provision [req-300f86df-03cb-4678-96c4-ed17cd767879 - - - - -] CREATE BACKEND sqlite:// TOKEN hoszzmxtml 2018-09-14 10:25:30.061 2256 INFO octavia.common.config [req-300f86df-03cb-4678-96c4-ed17cd767879 - - - - -] Logging enabled! 2018-09-14 10:25:30.062 2256 INFO octavia.common.config [req-300f86df-03cb-4678-96c4-ed17cd767879 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.103 2256 WARNING octavia.api.root_controller [req-300f86df-03cb-4678-96c4-ed17cd767879 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.141 2256 INFO oslo_db.sqlalchemy.provision [req-31e8bf5f-2188-46b9-8145-a72d0107b063 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.144 2256 INFO oslo_db.sqlalchemy.provision [req-31e8bf5f-2188-46b9-8145-a72d0107b063 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hoszzmxtml 2018-09-14 10:25:30.145 2256 INFO oslo_db.sqlalchemy.provision [req-31e8bf5f-2188-46b9-8145-a72d0107b063 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_get_default_quotas [0.258358s] ... ok 2018-09-14 10:25:31.213 2262 INFO oslo_db.sqlalchemy.provision [req-37d0734e-fd88-4742-8978-21cc0b78948b - - - - -] CREATE BACKEND sqlite:// TOKEN hkwfajzfhh 2018-09-14 10:25:31.373 2262 INFO octavia.common.config [req-37d0734e-fd88-4742-8978-21cc0b78948b - - - - -] Logging enabled! 2018-09-14 10:25:31.374 2262 INFO octavia.common.config [req-37d0734e-fd88-4742-8978-21cc0b78948b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.411 2262 WARNING octavia.api.root_controller [req-37d0734e-fd88-4742-8978-21cc0b78948b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.432 2262 INFO octavia.api.v1.controllers.load_balancer [req-4c2826e5-d80b-466b-8ff1-329b2d29378a - - - - -] Sending created Load Balancer 62e5b175-2904-4680-bd1b-34ec6c9f0825 to the handler 2018-09-14 10:25:31.787 2262 INFO octavia.api.v1.controllers.listener [req-2ded7d48-ba42-40ce-9fd5-d30be2c15951 - - - - -] Sending Creation of Listener 34d62536-bb59-4c7d-8558-6fb93fc0ced2 to handler 2018-09-14 10:25:32.017 2262 INFO octavia.api.v1.controllers.l7policy [req-f195cc6b-184f-4d34-a2c1-966a1f455d3d - - - - -] Sending Creation of L7Policy b83e5b2a-1974-45af-9bcf-fba7acb40b98 to handler 2018-09-14 10:25:32.256 2262 INFO octavia.api.v1.controllers.l7rule [req-d46919cb-be64-45d5-a69e-88fcdbda7599 - - - - -] Sending Creation of L7Rule ce0f2bac-f218-4c03-b8b5-456031472628 to handler 2018-09-14 10:25:32.537 2262 INFO oslo_db.sqlalchemy.provision [req-88c44e3d-61f4-47d9-92b8-a287be326b5b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:32.540 2262 INFO oslo_db.sqlalchemy.provision [req-88c44e3d-61f4-47d9-92b8-a287be326b5b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hkwfajzfhh 2018-09-14 10:25:32.541 2262 INFO oslo_db.sqlalchemy.provision [req-88c44e3d-61f4-47d9-92b8-a287be326b5b - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_failover [0.567098s] ... ok 2018-09-14 10:25:37.739 2246 INFO octavia.api.v1.controllers.l7rule [req-bc667d07-2838-4e2d-9404-2259d6179489 - - - - -] Sending Creation of L7Rule 6c33a658-9c04-4de9-b5de-b8d8ea3ed642 to handler 2018-09-14 10:25:28.703 2253 INFO oslo_db.sqlalchemy.provision [req-73008f14-5f12-4733-a506-6c970538665c - - - - -] CREATE BACKEND sqlite:// TOKEN erkishnctx 2018-09-14 10:25:28.868 2253 INFO octavia.common.config [req-73008f14-5f12-4733-a506-6c970538665c - - - - -] Logging enabled! 2018-09-14 10:25:28.868 2253 INFO octavia.common.config [req-73008f14-5f12-4733-a506-6c970538665c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:28.913 2253 WARNING octavia.api.root_controller [req-73008f14-5f12-4733-a506-6c970538665c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:28.934 2253 INFO octavia.api.v1.controllers.load_balancer [req-76793406-8776-47ba-a28d-652466e1eb42 - - - - -] Sending created Load Balancer 50f7be3e-0dbe-4213-b907-f0ca832cb195 to the handler 2018-09-14 10:25:29.100 2253 INFO octavia.api.v1.controllers.listener [req-a98775f6-4d9e-4c76-ac03-944adb9cbb1a - - - - -] Sending Creation of Listener 3b423122-630b-4a6f-a270-9791761e1e1c to handler 2018-09-14 10:25:29.316 2253 INFO octavia.api.v1.controllers.pool [req-cb63b502-854e-4ff2-87a0-826dc16108c4 - - - - -] Sending Creation of Pool cba4f5eb-3c13-408f-8b9b-8f82c1ef819e to handler 2018-09-14 10:25:29.590 2253 INFO octavia.api.v1.controllers.pool [req-f684c518-2d13-4cf2-b31c-3d958032ac18 - - - - -] Sending Creation of Pool 7cd0e707-8011-4a46-badf-086174a99ca1 to handler 2018-09-14 10:25:29.904 2253 INFO octavia.api.v1.controllers.member [req-efadd2ba-7a58-4695-beab-b8d8d9088cbd - - - - -] Sending Creation of Member 9260c4fe-9796-44fb-b116-b38ef71c0ada to handler 2018-09-14 10:25:30.127 2253 INFO octavia.api.v1.controllers.load_balancer [req-9b6f1bbb-8556-468f-a6c4-d10ee1a881a9 - - - - -] Sending deleted Load Balancer 50f7be3e-0dbe-4213-b907-f0ca832cb195 to the handler 2018-09-14 10:25:30.188 2253 INFO octavia.api.v1.controllers.member [req-f9d5dc88-18e3-4967-9425-d80ed8af159e - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:30.248 2253 INFO oslo_db.sqlalchemy.provision [req-f9d5dc88-18e3-4967-9425-d80ed8af159e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.252 2253 INFO oslo_db.sqlalchemy.provision [req-f9d5dc88-18e3-4967-9425-d80ed8af159e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN erkishnctx 2018-09-14 10:25:30.252 2253 INFO oslo_db.sqlalchemy.provision [req-f9d5dc88-18e3-4967-9425-d80ed8af159e - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v1.test_member.TestMember.test_delete_when_lb_pending_delete [1.555772s] ... ok 2018-09-14 10:25:31.536 2249 INFO oslo_db.sqlalchemy.provision [req-8c5d7ec7-1072-447e-a787-618838885d05 - - - - -] CREATE BACKEND sqlite:// TOKEN fvkgkhvkut 2018-09-14 10:25:31.717 2249 INFO octavia.common.config [req-8c5d7ec7-1072-447e-a787-618838885d05 - - - - -] Logging enabled! 2018-09-14 10:25:31.718 2249 INFO octavia.common.config [req-8c5d7ec7-1072-447e-a787-618838885d05 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.762 2249 WARNING octavia.api.root_controller [req-8c5d7ec7-1072-447e-a787-618838885d05 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.788 2249 INFO octavia.api.v1.controllers.load_balancer [req-33bd7eb6-7802-4790-bc26-35d9e329f71c - - - - -] Sending created Load Balancer be81dc91-bdc7-4054-9ed5-71bf4ab13706 to the handler 2018-09-14 10:25:31.960 2249 INFO octavia.api.v1.controllers.listener [req-49c908bd-8dd2-40a1-862d-6a6f3facce36 - - - - -] Sending Creation of Listener 6128a862-173d-4f25-a524-9f5418b59325 to handler 2018-09-14 10:25:32.190 2249 INFO oslo_db.sqlalchemy.provision [req-da04a9fb-f698-411b-ba3a-276c2dd6b2b1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:32.194 2249 INFO oslo_db.sqlalchemy.provision [req-da04a9fb-f698-411b-ba3a-276c2dd6b2b1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fvkgkhvkut 2018-09-14 10:25:32.195 2249 INFO oslo_db.sqlalchemy.provision [req-da04a9fb-f698-411b-ba3a-276c2dd6b2b1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_bad_protocol [0.667287s] ... ok {23} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_header_rule [1.334427s] ... ok 2018-09-14 10:25:30.227 2251 INFO oslo_db.sqlalchemy.provision [req-2f3993a5-ba3a-4f3a-9ae6-f3d458241cce - - - - -] CREATE BACKEND sqlite:// TOKEN dmyjrtvihq 2018-09-14 10:25:30.388 2251 INFO octavia.common.config [req-2f3993a5-ba3a-4f3a-9ae6-f3d458241cce - - - - -] Logging enabled! 2018-09-14 10:25:30.389 2251 INFO octavia.common.config [req-2f3993a5-ba3a-4f3a-9ae6-f3d458241cce - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.426 2251 WARNING octavia.api.root_controller [req-2f3993a5-ba3a-4f3a-9ae6-f3d458241cce - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.447 2251 INFO octavia.api.v1.controllers.load_balancer [req-cbbd249b-db21-4959-b48c-ef1d31fff6df - - - - -] Sending created Load Balancer b131e378-a020-4e0a-a318-545810aa93aa to the handler 2018-09-14 10:25:30.596 2251 INFO octavia.api.v1.controllers.load_balancer [req-a8d2a564-b8f5-4f3e-ba2f-62b9dae63013 - - - - -] Sending updated Load Balancer b131e378-a020-4e0a-a318-545810aa93aa to the handler 2018-09-14 10:25:30.634 2251 INFO octavia.api.v1.controllers.load_balancer [req-8f9f778b-e239-464d-89d0-4f5d60939cba - - - - -] Load Balancer b131e378-a020-4e0a-a318-545810aa93aa is immutable. 2018-09-14 10:25:30.672 2251 INFO oslo_db.sqlalchemy.provision [req-8f9f778b-e239-464d-89d0-4f5d60939cba - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.676 2251 INFO oslo_db.sqlalchemy.provision [req-8f9f778b-e239-464d-89d0-4f5d60939cba - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dmyjrtvihq 2018-09-14 10:25:30.676 2251 INFO oslo_db.sqlalchemy.provision [req-8f9f778b-e239-464d-89d0-4f5d60939cba - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update_pending_update [0.455298s] ... ok 2018-09-14 10:25:30.131 2263 INFO oslo_db.sqlalchemy.provision [req-62ffd7fe-923c-4338-923f-d08bc5a34925 - - - - -] CREATE BACKEND sqlite:// TOKEN miolnouyuq 2018-09-14 10:25:30.299 2263 INFO octavia.common.config [req-62ffd7fe-923c-4338-923f-d08bc5a34925 - - - - -] Logging enabled! 2018-09-14 10:25:30.299 2263 INFO octavia.common.config [req-62ffd7fe-923c-4338-923f-d08bc5a34925 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.339 2263 WARNING octavia.api.root_controller [req-62ffd7fe-923c-4338-923f-d08bc5a34925 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.371 2263 INFO octavia.api.v2.controllers.load_balancer [req-9c285a74-8faa-4c46-bdd2-b2643ab4f840 - - - - -] Sending created Load Balancer 082c8aa4-f7ea-4b3e-a38c-4c9397d59193 to the handler 2018-09-14 10:25:30.804 2263 INFO octavia.api.v2.controllers.listener [req-7f888162-5895-481f-b2c5-d719e1325ffa - - - - -] Sending Creation of Listener 844a3c6f-18c3-454b-b764-9a20512c4a4e to handler 2018-09-14 10:25:31.100 2263 INFO octavia.api.v2.controllers.pool [req-59406c55-34dc-424f-9bfe-50bc7c06f4db - - - - -] Sending Creation of Pool da64f970-2668-4fa0-9e0f-660ccbba6c58 to handler 2018-09-14 10:25:31.468 2263 INFO octavia.api.v2.controllers.pool [req-e3437aa5-1634-4598-824b-8b731c4f775d - - - - -] Sending Creation of Pool df3a5d1f-1327-4018-a1f6-99f619352c1b to handler 2018-09-14 10:25:31.845 2263 INFO octavia.api.v2.controllers.health_monitor [req-5c00cf4a-c63b-4611-aa47-7a4e9745be43 - - - - -] Sending Creation of Health Monitor 09a9a35c-5c30-467e-b19f-57fc7495362f to handler 2018-09-14 10:25:32.191 2263 INFO octavia.api.v2.controllers.load_balancer [req-b8810df1-2dc9-4239-b7a8-8613779a0423 - - - - -] Sending updated Load Balancer 082c8aa4-f7ea-4b3e-a38c-4c9397d59193 to the handler 2018-09-14 10:25:32.293 2263 INFO octavia.api.v2.controllers.health_monitor [req-145e0c79-84b3-4818-8f9d-4b9e98b27fcd - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:32.323 2263 INFO oslo_db.sqlalchemy.provision [req-145e0c79-84b3-4818-8f9d-4b9e98b27fcd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:32.327 2263 INFO oslo_db.sqlalchemy.provision [req-145e0c79-84b3-4818-8f9d-4b9e98b27fcd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN miolnouyuq 2018-09-14 10:25:32.328 2263 INFO oslo_db.sqlalchemy.provision [req-145e0c79-84b3-4818-8f9d-4b9e98b27fcd - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:31.599 2244 INFO oslo_db.sqlalchemy.provision [req-b8c99547-485f-4817-9e8b-669df30ed905 - - - - -] CREATE BACKEND sqlite:// TOKEN zlgndljskv 2018-09-14 10:25:31.758 2244 INFO octavia.common.config [req-b8c99547-485f-4817-9e8b-669df30ed905 - - - - -] Logging enabled! 2018-09-14 10:25:31.759 2244 INFO octavia.common.config [req-b8c99547-485f-4817-9e8b-669df30ed905 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.797 2244 WARNING octavia.api.root_controller [req-b8c99547-485f-4817-9e8b-669df30ed905 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.822 2244 INFO octavia.api.v2.controllers.load_balancer [req-f38f81c2-d2d9-4577-9d4a-3ba8e1119786 - - - - -] Sending created Load Balancer 452d9e0d-e753-4fb4-a850-3eafe10d88fd to the handler 2018-09-14 10:25:32.069 2244 INFO octavia.api.v2.controllers.listener [req-a68526d2-8917-4a25-84e6-8b3ab37eaa9d - - - - -] Sending Creation of Listener 0b850784-95fe-46f7-8b4f-2669b49bc6fa to handler 2018-09-14 10:25:32.357 2244 INFO octavia.api.v2.controllers.pool [req-b0b09d3e-4e94-4d0a-9208-c04949eb7dac - - - - -] Sending Creation of Pool b4ed7c89-9b10-4077-a88b-c43693a374c8 to handler 2018-09-14 10:25:32.838 2244 INFO octavia.api.v2.controllers.pool [req-944fa480-3542-4031-9459-a25dac7411b8 - - - - -] Sending Creation of Pool 74ea1036-1781-45ed-814d-739b47bc6508 to handler 2018-09-14 10:25:33.225 2244 INFO octavia.api.v2.controllers.health_monitor [req-627471df-902f-41d0-a0d2-ba81be14730e - - - - -] Sending Creation of Health Monitor 2a3b7362-d344-44ac-a292-2bb11d42ed43 to handler 2018-09-14 10:25:33.542 2244 INFO octavia.api.v2.controllers.load_balancer [req-8f420c5e-b261-4afb-9fb9-74d9011e9276 - - - - -] Sending deleted Load Balancer 452d9e0d-e753-4fb4-a850-3eafe10d88fd to the handler 2018-09-14 10:25:33.640 2244 INFO octavia.api.v2.controllers.health_monitor [req-44f7c29b-bbaf-4ec8-8874-7c09fddfaae2 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:33.667 2244 INFO oslo_db.sqlalchemy.provision [req-44f7c29b-bbaf-4ec8-8874-7c09fddfaae2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.671 2244 INFO oslo_db.sqlalchemy.provision [req-44f7c29b-bbaf-4ec8-8874-7c09fddfaae2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zlgndljskv 2018-09-14 10:25:33.672 2244 INFO oslo_db.sqlalchemy.provision [req-44f7c29b-bbaf-4ec8-8874-7c09fddfaae2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update_when_lb_pending_delete [2.080052s] ... ok 2018-09-14 10:25:30.690 2248 INFO oslo_db.sqlalchemy.provision [req-49c96a14-ff4d-4dfd-b883-689a0749f23e - - - - -] CREATE BACKEND sqlite:// TOKEN lagljscwrm 2018-09-14 10:25:30.854 2248 INFO octavia.common.config [req-49c96a14-ff4d-4dfd-b883-689a0749f23e - - - - -] Logging enabled! 2018-09-14 10:25:30.855 2248 INFO octavia.common.config [req-49c96a14-ff4d-4dfd-b883-689a0749f23e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.895 2248 WARNING octavia.api.root_controller [req-49c96a14-ff4d-4dfd-b883-689a0749f23e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.954 2248 INFO octavia.api.v1.controllers.load_balancer [req-51b775bb-99ea-4244-91f8-83581644afa9 - - - - -] Sending full load balancer configuration 696ac568-487f-4856-aa92-7c9b349616ae to the handler 2018-09-14 10:25:30.984 2248 INFO oslo_db.sqlalchemy.provision [req-51b775bb-99ea-4244-91f8-83581644afa9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.988 2248 INFO oslo_db.sqlalchemy.provision [req-51b775bb-99ea-4244-91f8-83581644afa9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lagljscwrm 2018-09-14 10:25:30.989 2248 INFO oslo_db.sqlalchemy.provision [req-51b775bb-99ea-4244-91f8-83581644afa9 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:33.389 2243 INFO oslo_db.sqlalchemy.provision [req-050b46ba-abb2-4820-815e-64dfc078b9c7 - - - - -] CREATE BACKEND sqlite:// TOKEN hcmenjixka 2018-09-14 10:25:33.555 2243 INFO octavia.common.config [req-050b46ba-abb2-4820-815e-64dfc078b9c7 - - - - -] Logging enabled! 2018-09-14 10:25:33.556 2243 INFO octavia.common.config [req-050b46ba-abb2-4820-815e-64dfc078b9c7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:33.595 2243 WARNING octavia.api.root_controller [req-050b46ba-abb2-4820-815e-64dfc078b9c7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:33.621 2243 INFO octavia.api.v2.controllers.load_balancer [req-626cddec-7c15-43d1-a1b1-5bf707e21877 - - - - -] Sending created Load Balancer 2b765980-1f4e-4d2b-8c5a-afd1505e1cc0 to the handler 2018-09-14 10:25:33.873 2243 INFO octavia.api.v2.controllers.listener [req-b2f3ee04-4443-496b-8f7b-308bff203276 - - - - -] Sending Creation of Listener 639dd98a-e6a9-47bb-b503-403395c5ded3 to handler 2018-09-14 10:25:34.158 2243 INFO octavia.api.v2.controllers.pool [req-e73655db-fbee-4a83-a4f3-266093e91f7d - - - - -] Sending Creation of Pool ecc17e4b-e043-4550-bea1-e97e28fb77dd to handler 2018-09-14 10:25:34.459 2243 INFO oslo_db.sqlalchemy.provision [req-7ba67f8a-03a4-407f-8a7c-d808a48ee40c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.464 2243 INFO oslo_db.sqlalchemy.provision [req-7ba67f8a-03a4-407f-8a7c-d808a48ee40c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hcmenjixka 2018-09-14 10:25:34.465 2243 INFO oslo_db.sqlalchemy.provision [req-7ba67f8a-03a4-407f-8a7c-d808a48ee40c - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:34.135 2270 INFO oslo_db.sqlalchemy.provision [req-a0fff447-a9e8-457f-b35a-1e713a659937 - - - - -] CREATE BACKEND sqlite:// TOKEN bolqvobjco 2018-09-14 10:25:34.299 2270 INFO octavia.common.config [req-a0fff447-a9e8-457f-b35a-1e713a659937 - - - - -] Logging enabled! 2018-09-14 10:25:34.300 2270 INFO octavia.common.config [req-a0fff447-a9e8-457f-b35a-1e713a659937 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:34.340 2270 WARNING octavia.api.root_controller [req-a0fff447-a9e8-457f-b35a-1e713a659937 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:34.369 2270 INFO octavia.api.v2.controllers.load_balancer [req-92d2c07a-a6b8-4a9e-98a2-33e6b3f39c2d - - - - -] Sending created Load Balancer b9c1d0f1-02ca-4c6f-ab01-0115dce3ed62 to the handler 2018-09-14 10:25:34.644 2270 INFO octavia.api.v2.controllers.listener [req-ea5db116-c9ad-4cbe-bd12-3d4c49e0eef2 - - - - -] Sending Creation of Listener a6bc935f-dfe4-4ae7-9114-6b5dd2247913 to handler 2018-09-14 10:25:34.945 2270 INFO octavia.api.v2.controllers.l7policy [req-2f384986-3a5b-4b44-b838-8d7cc9fb0c90 - - - - -] Sending Creation of L7Policy 99613dae-af1b-4b86-9f03-85b1c2af82b2 to handler 2018-09-14 10:25:35.698 2270 INFO octavia.api.v2.controllers.l7rule [req-fd7d034b-1049-4897-bf0d-120d4f19419d - - - - -] Sending Creation of L7Rule 56152fa8-a25d-4081-acf4-0d595ba8d544 to handler 2018-09-14 10:25:36.231 2270 INFO octavia.api.v2.controllers.load_balancer [req-3e20c768-061d-4c6c-897b-31389a23866e - - - - -] Sending updated Load Balancer b9c1d0f1-02ca-4c6f-ab01-0115dce3ed62 to the handler 2018-09-14 10:25:36.301 2270 INFO octavia.api.v2.controllers.l7rule [req-d04d4ba5-4fc3-4067-98cb-065f50132de0 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:36.329 2270 INFO oslo_db.sqlalchemy.provision [req-d04d4ba5-4fc3-4067-98cb-065f50132de0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.333 2270 INFO oslo_db.sqlalchemy.provision [req-d04d4ba5-4fc3-4067-98cb-065f50132de0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bolqvobjco 2018-09-14 10:25:36.333 2270 INFO oslo_db.sqlalchemy.provision [req-d04d4ba5-4fc3-4067-98cb-065f50132de0 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:32.441 2250 INFO oslo_db.sqlalchemy.provision [req-c1f5bff9-f804-4d65-8f66-bcc194db18fb - - - - -] CREATE BACKEND sqlite:// TOKEN vscavtwcuh 2018-09-14 10:25:32.593 2250 INFO octavia.common.config [req-c1f5bff9-f804-4d65-8f66-bcc194db18fb - - - - -] Logging enabled! 2018-09-14 10:25:32.594 2250 INFO octavia.common.config [req-c1f5bff9-f804-4d65-8f66-bcc194db18fb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.634 2250 WARNING octavia.api.root_controller [req-c1f5bff9-f804-4d65-8f66-bcc194db18fb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.661 2250 INFO octavia.api.v2.controllers.load_balancer [req-bf41dbe7-a25e-4fbd-ab44-28e2fefb062c - - - - -] Sending created Load Balancer 9bb0ea27-b4f8-475c-8410-9fd6269a9224 to the handler 2018-09-14 10:25:33.078 2250 INFO octavia.api.v2.controllers.listener [req-d7c8cf4e-5748-412b-902d-8f5b979099a9 - - - - -] Sending Creation of Listener 12d8c381-115e-4fdc-92de-f897f77548eb to handler 2018-09-14 10:25:33.384 2250 INFO octavia.api.v2.controllers.l7policy [req-c4aace03-e05b-4eb7-8ab9-6f43630fbd19 - - - - -] Sending Creation of L7Policy 486db830-dbaa-4526-a646-47e23417e62c to handler 2018-09-14 10:25:33.944 2250 INFO octavia.api.v2.controllers.l7rule [req-f09552b8-bb94-4e07-bb6b-c7d8a8d10c92 - - - - -] Sending Creation of L7Rule a548515a-e251-45d9-bda7-197deb9a31e9 to handler 2018-09-14 10:25:34.112 2250 INFO oslo_db.sqlalchemy.provision [req-d1188bac-e89d-47f6-9816-a7ecee4a1c31 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.116 2250 INFO oslo_db.sqlalchemy.provision [req-d1188bac-e89d-47f6-9816-a7ecee4a1c31 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vscavtwcuh 2018-09-14 10:25:34.117 2250 INFO oslo_db.sqlalchemy.provision [req-d1188bac-e89d-47f6-9816-a7ecee4a1c31 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:38.076 2246 INFO octavia.api.v1.controllers.l7rule [req-473380d1-8a7d-4d41-a82f-92bdd839973f - - - - -] Sending Creation of L7Rule 9e1b10d2-8810-423b-8161-22d0f32b8eb3 to handler {24} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update_when_lb_pending_update [2.204836s] ... ok 2018-09-14 10:25:30.750 2241 INFO oslo_db.sqlalchemy.provision [req-458e2209-bc33-4c44-a255-5788c6428d25 - - - - -] CREATE BACKEND sqlite:// TOKEN gjhoaxebxv 2018-09-14 10:25:31.042 2241 INFO octavia.common.config [req-458e2209-bc33-4c44-a255-5788c6428d25 - - - - -] Logging enabled! 2018-09-14 10:25:31.043 2241 INFO octavia.common.config [req-458e2209-bc33-4c44-a255-5788c6428d25 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.080 2241 WARNING octavia.api.root_controller [req-458e2209-bc33-4c44-a255-5788c6428d25 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.101 2241 INFO octavia.api.v1.controllers.load_balancer [req-27162df8-de02-4f65-9276-24ea648a3bb0 - - - - -] Sending created Load Balancer 1915eedc-6844-4a29-a804-90137c055443 to the handler 2018-09-14 10:25:31.261 2241 INFO octavia.api.v1.controllers.listener [req-43d2c31b-7e6a-43d4-8d5c-a0a14b28e900 - - - - -] Sending Creation of Listener 67dc7dbd-27ae-44ce-ba29-e772f8d1b7a1 to handler 2018-09-14 10:25:31.461 2241 INFO octavia.api.v1.controllers.pool [req-0e30b0b1-2350-4746-9c38-2d94bbd92b20 - - - - -] Sending Creation of Pool dde7ade2-b220-4b7d-b34a-d9fdebd4b184 to handler 2018-09-14 10:25:31.750 2241 INFO octavia.api.v1.controllers.l7policy [req-cebb40ec-d982-48f6-b009-a5c082f30923 - - - - -] Sending Creation of L7Policy 5e411862-ec00-4123-b2d6-6afa58676359 to handler 2018-09-14 10:25:31.825 2241 INFO oslo_db.sqlalchemy.provision [req-d409f608-3e81-44eb-b0c2-455d963f3586 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.828 2241 INFO oslo_db.sqlalchemy.provision [req-d409f608-3e81-44eb-b0c2-455d963f3586 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gjhoaxebxv 2018-09-14 10:25:31.829 2241 INFO oslo_db.sqlalchemy.provision [req-d409f608-3e81-44eb-b0c2-455d963f3586 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_update [1.085430s] ... ok 2018-09-14 10:25:30.931 2255 INFO oslo_db.sqlalchemy.provision [req-07daa3d6-3097-4c0a-9be2-c357429ff943 - - - - -] CREATE BACKEND sqlite:// TOKEN zqohrjhqhr 2018-09-14 10:25:31.103 2255 INFO octavia.common.config [req-07daa3d6-3097-4c0a-9be2-c357429ff943 - - - - -] Logging enabled! 2018-09-14 10:25:31.103 2255 INFO octavia.common.config [req-07daa3d6-3097-4c0a-9be2-c357429ff943 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.136 2255 WARNING octavia.api.root_controller [req-07daa3d6-3097-4c0a-9be2-c357429ff943 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.156 2255 INFO octavia.api.v1.controllers.load_balancer [req-9aa5d0ad-aca9-49aa-8921-a26f2cae7c9f - - - - -] Sending created Load Balancer f73e3012-a38e-4c5d-9893-9705b23bbfe0 to the handler 2018-09-14 10:25:31.325 2255 INFO octavia.api.v1.controllers.pool [req-9dd557d4-b0e4-4676-aacd-0f3b7a37305f - - - - -] Sending Creation of Pool 3cf3e203-d2ce-4284-8fbc-413f3886d426 to handler 2018-09-14 10:25:31.482 2255 INFO octavia.api.v1.controllers.load_balancer [req-27d6f7b1-52ef-4525-9ef3-5bdc8ab377aa - - - - -] Sending created Load Balancer 01f9c62a-ccaa-4b82-a27b-f24d46a95ee7 to the handler 2018-09-14 10:25:31.644 2255 INFO octavia.api.v1.controllers.listener [req-7d446052-8eae-4013-acc1-02650cc13189 - - - - -] Sending Creation of Listener e38b8882-3cfb-48c9-9152-e8b5fc1e59ca to handler 2018-09-14 10:25:31.819 2255 INFO octavia.api.v1.controllers.load_balancer [req-1c39062a-d632-4d1b-a87c-dab3ea6f335f - - - - -] Sending deleted Load Balancer 01f9c62a-ccaa-4b82-a27b-f24d46a95ee7 to the handler 2018-09-14 10:25:31.852 2255 INFO octavia.api.v1.controllers.listener [req-bef31f83-3e48-4d0d-9fce-65b9f2d4f2e4 - - - - -] Load Balancer 01f9c62a-ccaa-4b82-a27b-f24d46a95ee7 is immutable. 2018-09-14 10:25:31.893 2255 INFO oslo_db.sqlalchemy.provision [req-bef31f83-3e48-4d0d-9fce-65b9f2d4f2e4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.897 2255 INFO oslo_db.sqlalchemy.provision [req-bef31f83-3e48-4d0d-9fce-65b9f2d4f2e4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zqohrjhqhr 2018-09-14 10:25:31.898 2255 INFO oslo_db.sqlalchemy.provision [req-bef31f83-3e48-4d0d-9fce-65b9f2d4f2e4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v1.test_listener.TestListener.test_delete_pending_delete [0.973849s] ... ok 2018-09-14 10:25:30.757 2252 INFO oslo_db.sqlalchemy.provision [req-30356faf-5e5b-4ed7-8d62-3177d6a95248 - - - - -] CREATE BACKEND sqlite:// TOKEN ykdxwmohgq 2018-09-14 10:25:30.920 2252 INFO octavia.common.config [req-30356faf-5e5b-4ed7-8d62-3177d6a95248 - - - - -] Logging enabled! 2018-09-14 10:25:30.921 2252 INFO octavia.common.config [req-30356faf-5e5b-4ed7-8d62-3177d6a95248 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.959 2252 WARNING octavia.api.root_controller [req-30356faf-5e5b-4ed7-8d62-3177d6a95248 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.980 2252 INFO octavia.api.v1.controllers.load_balancer [req-1e51e6a2-36c1-43d0-8213-65ca007efe97 - - - - -] Sending created Load Balancer b713eaf9-4f4c-48de-b315-b2d78c6e1bb1 to the handler 2018-09-14 10:25:31.145 2252 INFO octavia.api.v1.controllers.listener [req-26dd4f89-6586-4943-bfe4-af3b6bc67c46 - - - - -] Sending Creation of Listener 87db82ef-d442-4196-a31d-82239dbdb2e2 to handler 2018-09-14 10:25:31.413 2252 INFO octavia.api.v1.controllers.l7policy [req-c2a19ad4-bd15-4b6d-b5e2-93d32e9dca8b - - - - -] Sending Creation of L7Policy 4825daf8-d50c-4a51-a8b9-768734af9d74 to handler 2018-09-14 10:25:31.607 2252 INFO octavia.api.v1.controllers.l7policy [req-2caa3a77-e522-4c54-9111-198ff5cca945 - - - - -] L7Policy a2782e0d-1db5-42ba-9379-d163d819c0ce not found. 2018-09-14 10:25:31.612 2252 INFO octavia.api.v1.controllers.l7policy [req-2caa3a77-e522-4c54-9111-198ff5cca945 - - - - -] L7Policy a2782e0d-1db5-42ba-9379-d163d819c0ce not found. 2018-09-14 10:25:31.624 2252 INFO octavia.api.v1.controllers.l7policy [req-2caa3a77-e522-4c54-9111-198ff5cca945 - - - - -] L7Policy a2782e0d-1db5-42ba-9379-d163d819c0ce not found. 2018-09-14 10:25:31.628 2252 INFO octavia.api.v1.controllers.l7policy [req-2caa3a77-e522-4c54-9111-198ff5cca945 - - - - -] L7Policy a2782e0d-1db5-42ba-9379-d163d819c0ce not found. 2018-09-14 10:25:31.662 2252 INFO octavia.api.v1.controllers.l7policy [req-2caa3a77-e522-4c54-9111-198ff5cca945 - - - - -] L7Policy a2782e0d-1db5-42ba-9379-d163d819c0ce not found. 2018-09-14 10:25:31.667 2252 INFO octavia.api.v1.controllers.l7policy [req-2caa3a77-e522-4c54-9111-198ff5cca945 - - - - -] L7Policy a2782e0d-1db5-42ba-9379-d163d819c0ce not found. 2018-09-14 10:25:31.692 2252 INFO octavia.api.v1.controllers.l7policy [req-2caa3a77-e522-4c54-9111-198ff5cca945 - - - - -] L7Policy a2782e0d-1db5-42ba-9379-d163d819c0ce not found. 2018-09-14 10:25:31.696 2252 INFO octavia.api.v1.controllers.l7policy [req-2caa3a77-e522-4c54-9111-198ff5cca945 - - - - -] L7Policy a2782e0d-1db5-42ba-9379-d163d819c0ce not found. 2018-09-14 10:25:31.724 2252 INFO oslo_db.sqlalchemy.provision [req-2caa3a77-e522-4c54-9111-198ff5cca945 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.727 2252 INFO oslo_db.sqlalchemy.provision [req-2caa3a77-e522-4c54-9111-198ff5cca945 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ykdxwmohgq 2018-09-14 10:25:31.728 2252 INFO oslo_db.sqlalchemy.provision [req-2caa3a77-e522-4c54-9111-198ff5cca945 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:29.711 2247 INFO oslo_db.sqlalchemy.provision [req-26ef8b60-9684-4e06-acc9-9e602a9bb567 - - - - -] CREATE BACKEND sqlite:// TOKEN nvhazwvrbn 2018-09-14 10:25:29.880 2247 INFO octavia.common.config [req-26ef8b60-9684-4e06-acc9-9e602a9bb567 - - - - -] Logging enabled! 2018-09-14 10:25:29.881 2247 INFO octavia.common.config [req-26ef8b60-9684-4e06-acc9-9e602a9bb567 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:29.929 2247 WARNING octavia.api.root_controller [req-26ef8b60-9684-4e06-acc9-9e602a9bb567 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:29.950 2247 INFO octavia.api.v1.controllers.load_balancer [req-b3418a01-a7d1-4ff4-b017-5a2ad18f17df - - - - -] Sending created Load Balancer 428b2a13-5701-43fb-bc34-3cf8a9bb3fc8 to the handler 2018-09-14 10:25:30.127 2247 INFO octavia.api.v1.controllers.listener [req-b25f43e0-88d7-4c1f-9f01-42f92f900e34 - - - - -] Sending Creation of Listener 2eccc577-cf5c-43eb-9da5-5452500d1bc5 to handler 2018-09-14 10:25:30.324 2247 INFO octavia.api.v1.controllers.pool [req-ceb564bd-673c-42f4-8d01-3b2e97b9e329 - - - - -] Sending Creation of Pool e7824198-c1f8-4004-a92d-8e28f7ad5cac to handler 2018-09-14 10:25:30.614 2247 INFO octavia.api.v1.controllers.pool [req-d95e28df-97ad-484d-bc96-5f411a48a868 - - - - -] Sending Creation of Pool 13e6f6b6-e664-47ac-b740-b6557223f802 to handler 2018-09-14 10:25:31.190 2247 INFO octavia.api.v1.controllers.member [req-efef178a-ef30-4c10-a4ba-95327e0a66f4 - - - - -] Sending Creation of Member fc5eb54c-5567-4145-a15e-dd77378b865d to handler 2018-09-14 10:25:31.647 2247 INFO octavia.api.v1.controllers.load_balancer [req-0a161eb9-6364-4151-b958-6e434a1b14e5 - - - - -] Sending deleted Load Balancer 428b2a13-5701-43fb-bc34-3cf8a9bb3fc8 to the handler 2018-09-14 10:25:31.824 2247 INFO octavia.api.v1.controllers.member [req-71218b95-584c-4aab-9911-641e7238aaa1 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:31.884 2247 INFO oslo_db.sqlalchemy.provision [req-71218b95-584c-4aab-9911-641e7238aaa1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.888 2247 INFO oslo_db.sqlalchemy.provision [req-71218b95-584c-4aab-9911-641e7238aaa1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nvhazwvrbn 2018-09-14 10:25:31.888 2247 INFO oslo_db.sqlalchemy.provision [req-71218b95-584c-4aab-9911-641e7238aaa1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v1.test_member.TestMember.test_update_when_lb_pending_delete [2.197264s] ... ok {9} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_many_listeners [0.304787s] ... ok {4} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_over_quota [1.082517s] ... ok {31} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_when_lb_pending_update [2.205311s] ... ok {11} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_cookie_rule [1.683306s] ... ok 2018-09-14 10:25:30.684 2251 INFO oslo_db.sqlalchemy.provision [req-8f9f778b-e239-464d-89d0-4f5d60939cba - - - - -] CREATE BACKEND sqlite:// TOKEN kyprpfhkkw 2018-09-14 10:25:30.849 2251 INFO octavia.common.config [req-8f9f778b-e239-464d-89d0-4f5d60939cba - - - - -] Logging enabled! 2018-09-14 10:25:30.850 2251 INFO octavia.common.config [req-8f9f778b-e239-464d-89d0-4f5d60939cba - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.892 2251 WARNING octavia.api.root_controller [req-8f9f778b-e239-464d-89d0-4f5d60939cba - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.918 2251 INFO octavia.api.v1.controllers.load_balancer [req-422013bc-ad8b-406a-8488-f9cfd737883f - - - - -] Sending created Load Balancer 57f5d814-bc1a-422c-8214-b49584a56d20 to the handler 2018-09-14 10:25:31.085 2251 INFO octavia.api.v1.controllers.listener [req-9c141773-760d-485d-8d4a-40a00d26cf97 - - - - -] Sending Creation of Listener d4f0a5c2-cfa9-45e7-aaed-bacf617d16be to handler 2018-09-14 10:25:31.282 2251 INFO octavia.api.v1.controllers.load_balancer [req-767d8dc4-ae03-4933-a8cb-522434371b70 - - - - -] Sending updated Load Balancer 57f5d814-bc1a-422c-8214-b49584a56d20 to the handler 2018-09-14 10:25:31.332 2251 INFO octavia.api.v1.controllers.pool [req-a1bf2ca4-de73-4cdc-b992-d47df3b8b12b - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:31.368 2251 INFO oslo_db.sqlalchemy.provision [req-a1bf2ca4-de73-4cdc-b992-d47df3b8b12b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.372 2251 INFO oslo_db.sqlalchemy.provision [req-a1bf2ca4-de73-4cdc-b992-d47df3b8b12b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kyprpfhkkw 2018-09-14 10:25:31.372 2251 INFO oslo_db.sqlalchemy.provision [req-a1bf2ca4-de73-4cdc-b992-d47df3b8b12b - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_when_lb_pending_update [0.694916s] ... ok 2018-09-14 10:25:31.228 2269 INFO oslo_db.sqlalchemy.provision [req-06ec9b95-fade-4578-a258-78a1b67ea98b - - - - -] CREATE BACKEND sqlite:// TOKEN yjmvrdwqwe 2018-09-14 10:25:31.395 2269 INFO octavia.common.config [req-06ec9b95-fade-4578-a258-78a1b67ea98b - - - - -] Logging enabled! 2018-09-14 10:25:31.396 2269 INFO octavia.common.config [req-06ec9b95-fade-4578-a258-78a1b67ea98b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.434 2269 WARNING octavia.api.root_controller [req-06ec9b95-fade-4578-a258-78a1b67ea98b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.457 2269 INFO octavia.api.v1.controllers.load_balancer [req-009709ad-9143-46c3-8e08-b1546cb4a8f0 - - - - -] Sending created Load Balancer 8d8cc2e3-cd49-474b-a8f4-7bd8bcd7366e to the handler 2018-09-14 10:25:31.617 2269 INFO octavia.api.v1.controllers.pool [req-64719ee5-e428-406d-b511-581ccb436f3a - - - - -] Sending Creation of Pool 325f7f9a-9251-4426-90e1-929f552cf209 to handler 2018-09-14 10:25:31.795 2269 INFO octavia.api.v1.controllers.listener [req-cec8968a-760c-4ef0-9591-07807b70ec47 - - - - -] Listener SEAN-CONNERY not found. 2018-09-14 10:25:31.820 2269 INFO oslo_db.sqlalchemy.provision [req-cec8968a-760c-4ef0-9591-07807b70ec47 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.824 2269 INFO oslo_db.sqlalchemy.provision [req-cec8968a-760c-4ef0-9591-07807b70ec47 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yjmvrdwqwe 2018-09-14 10:25:31.824 2269 INFO oslo_db.sqlalchemy.provision [req-cec8968a-760c-4ef0-9591-07807b70ec47 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_bad_listener_id [0.602213s] ... ok {22} octavia.tests.functional.api.v1.test_member.TestMember.test_create_when_lb_pending_update [1.546037s] ... ok 2018-09-14 10:25:31.088 2259 INFO oslo_db.sqlalchemy.provision [req-e5fcbd1f-16f2-4c3f-9f85-b7c883155a21 - - - - -] CREATE BACKEND sqlite:// TOKEN iyduneeouq 2018-09-14 10:25:31.252 2259 INFO octavia.common.config [req-e5fcbd1f-16f2-4c3f-9f85-b7c883155a21 - - - - -] Logging enabled! 2018-09-14 10:25:31.253 2259 INFO octavia.common.config [req-e5fcbd1f-16f2-4c3f-9f85-b7c883155a21 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.291 2259 WARNING octavia.api.root_controller [req-e5fcbd1f-16f2-4c3f-9f85-b7c883155a21 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.314 2259 INFO octavia.api.v1.controllers.load_balancer [req-5e7df2c0-8e8e-4b4d-b4b0-369706bc9169 - - - - -] Sending created Load Balancer 6eb68cc4-c49c-43b3-8886-0e37a27627a7 to the handler 2018-09-14 10:25:31.476 2259 INFO oslo_db.sqlalchemy.provision [req-fef66d2a-ea04-4e4c-94ae-7460e8962f02 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.480 2259 INFO oslo_db.sqlalchemy.provision [req-fef66d2a-ea04-4e4c-94ae-7460e8962f02 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iyduneeouq 2018-09-14 10:25:31.480 2259 INFO oslo_db.sqlalchemy.provision [req-fef66d2a-ea04-4e4c-94ae-7460e8962f02 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_vip_full [0.398508s] ... ok 2018-09-14 10:25:33.458 2258 INFO oslo_db.sqlalchemy.provision [req-bda630c2-acfd-4897-bf02-0cd76991006d - - - - -] CREATE BACKEND sqlite:// TOKEN vbssiwamks 2018-09-14 10:25:33.654 2258 INFO octavia.common.config [req-bda630c2-acfd-4897-bf02-0cd76991006d - - - - -] Logging enabled! 2018-09-14 10:25:33.655 2258 INFO octavia.common.config [req-bda630c2-acfd-4897-bf02-0cd76991006d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:33.696 2258 WARNING octavia.api.root_controller [req-bda630c2-acfd-4897-bf02-0cd76991006d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:33.726 2258 INFO octavia.api.v2.controllers.load_balancer [req-cdf63679-f52f-41de-9abc-5de5d77bc813 - - - - -] Sending created Load Balancer e75d3d11-d13a-44d1-b39b-be25c73860cd to the handler 2018-09-14 10:25:34.146 2258 INFO octavia.api.v2.controllers.listener [req-c807f4c9-d99f-425f-931b-1630b4718764 - - - - -] Sending Creation of Listener 7de2269c-55e0-4332-87d1-15ebca2c1b1c to handler 2018-09-14 10:25:34.460 2258 INFO octavia.api.v2.controllers.pool [req-461a33d3-57df-44b5-addc-0b0f0d214ff9 - - - - -] Sending Creation of Pool 2f336c8f-4c4f-4a4e-bffa-10d57c4455b6 to handler 2018-09-14 10:25:34.820 2258 INFO octavia.api.v2.controllers.l7policy [req-8ae640db-c54d-40e3-b6f3-91d406fb7b3c - - - - -] Sending Creation of L7Policy 59ca93a4-1091-419e-8a0d-3502017f035d to handler 2018-09-14 10:25:34.980 2258 INFO oslo_db.sqlalchemy.provision [req-acff4091-5ed1-4fef-8130-4e9ed81be8c0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.983 2258 INFO oslo_db.sqlalchemy.provision [req-acff4091-5ed1-4fef-8130-4e9ed81be8c0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vbssiwamks 2018-09-14 10:25:34.984 2258 INFO oslo_db.sqlalchemy.provision [req-acff4091-5ed1-4fef-8130-4e9ed81be8c0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_redirect_to_pool [1.533464s] ... ok 2018-09-14 10:25:33.225 2260 INFO oslo_db.sqlalchemy.provision [req-416b12c1-1d0c-4799-baa2-78d23c917ea0 - - - - -] CREATE BACKEND sqlite:// TOKEN urlfghcmji 2018-09-14 10:25:33.417 2260 INFO octavia.common.config [req-416b12c1-1d0c-4799-baa2-78d23c917ea0 - - - - -] Logging enabled! 2018-09-14 10:25:33.417 2260 INFO octavia.common.config [req-416b12c1-1d0c-4799-baa2-78d23c917ea0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:33.454 2260 WARNING octavia.api.root_controller [req-416b12c1-1d0c-4799-baa2-78d23c917ea0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:33.480 2260 INFO octavia.api.v2.controllers.load_balancer [req-a768c006-0dbe-445d-8d1b-7f0bff6fd379 - - - - -] Sending created Load Balancer 0c1227d2-655e-4cad-96d4-32135dcd7e2e to the handler 2018-09-14 10:25:33.965 2260 INFO octavia.api.v2.controllers.listener [req-e5057898-1698-4aa9-a2df-b814bb51b47f - - - - -] Sending Creation of Listener 35833b95-5f07-405d-9b0c-854d09f74469 to handler 2018-09-14 10:25:34.293 2260 INFO octavia.api.v2.controllers.l7policy [req-7a5af26d-c6fc-4ed8-a7c5-5c73ee77e3e7 - - - - -] Sending Creation of L7Policy 143c08e4-49f6-48ea-8a44-a82502249faf to handler 2018-09-14 10:25:34.771 2260 INFO oslo_db.sqlalchemy.provision [req-fff04628-e151-4f57-b57a-6b8eaaaeb7f2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.776 2260 INFO oslo_db.sqlalchemy.provision [req-fff04628-e151-4f57-b57a-6b8eaaaeb7f2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN urlfghcmji 2018-09-14 10:25:34.777 2260 INFO oslo_db.sqlalchemy.provision [req-fff04628-e151-4f57-b57a-6b8eaaaeb7f2 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:30.648 2254 INFO oslo_db.sqlalchemy.provision [req-edfbb605-c1b2-4533-9a1a-0f29532cbce1 - - - - -] CREATE BACKEND sqlite:// TOKEN pobdgnyfnx 2018-09-14 10:25:30.879 2254 INFO octavia.common.config [req-edfbb605-c1b2-4533-9a1a-0f29532cbce1 - - - - -] Logging enabled! 2018-09-14 10:25:30.880 2254 INFO octavia.common.config [req-edfbb605-c1b2-4533-9a1a-0f29532cbce1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.917 2254 WARNING octavia.api.root_controller [req-edfbb605-c1b2-4533-9a1a-0f29532cbce1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.939 2254 INFO octavia.api.v1.controllers.load_balancer [req-d7a06dbe-d011-4b0f-9072-a7a3298ede43 - - - - -] Sending created Load Balancer 2bd44574-cb72-4613-9b6c-55d9de5f4d8a to the handler 2018-09-14 10:25:31.107 2254 INFO octavia.api.v1.controllers.listener [req-3622eea4-b5dd-4db3-baeb-787ffee27a4a - - - - -] Sending Creation of Listener 9296df90-6387-4125-b9db-592e23ed26b1 to handler 2018-09-14 10:25:31.304 2254 INFO octavia.api.v1.controllers.pool [req-84cca140-e96e-4f58-b6a1-8861c07655db - - - - -] Sending Creation of Pool c9099536-9a37-4721-b5c3-73a32150c41c to handler 2018-09-14 10:25:31.592 2254 INFO octavia.api.v1.controllers.pool [req-97a5a77e-7852-46c7-8e25-6e3f437913bc - - - - -] Sending Creation of Pool 46ecc32a-1e83-4a9b-b645-4299cbdcb843 to handler 2018-09-14 10:25:31.827 2254 ERROR octavia.api.v1.controllers.base [req-7ca5e5c3-8186-4e90-9957-10eb2cccfe23 - - - - -] Member e759c77d-f554-4758-af35-5d7a6c5f9fbe not found: None 2018-09-14 10:25:31.827 2254 ERROR octavia.api.v1.controllers.base None 2018-09-14 10:25:31.827 2254 ERROR octavia.api.v1.controllers.base 2018-09-14 10:25:31.853 2254 INFO oslo_db.sqlalchemy.provision [req-7ca5e5c3-8186-4e90-9957-10eb2cccfe23 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.856 2254 INFO oslo_db.sqlalchemy.provision [req-7ca5e5c3-8186-4e90-9957-10eb2cccfe23 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pobdgnyfnx 2018-09-14 10:25:31.857 2254 INFO oslo_db.sqlalchemy.provision [req-7ca5e5c3-8186-4e90-9957-10eb2cccfe23 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:30.259 2253 INFO oslo_db.sqlalchemy.provision [req-f9d5dc88-18e3-4967-9425-d80ed8af159e - - - - -] CREATE BACKEND sqlite:// TOKEN cebnaaczsp 2018-09-14 10:25:30.433 2253 INFO octavia.common.config [req-f9d5dc88-18e3-4967-9425-d80ed8af159e - - - - -] Logging enabled! 2018-09-14 10:25:30.433 2253 INFO octavia.common.config [req-f9d5dc88-18e3-4967-9425-d80ed8af159e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.469 2253 WARNING octavia.api.root_controller [req-f9d5dc88-18e3-4967-9425-d80ed8af159e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.488 2253 INFO octavia.api.v1.controllers.load_balancer [req-355eff57-e27d-469d-8b6d-b5610044a39e - - - - -] Sending created Load Balancer bee4e0c9-edc4-4eeb-b880-bc85d5d4f049 to the handler 2018-09-14 10:25:30.658 2253 INFO octavia.api.v1.controllers.listener [req-7626860e-2421-4b4c-9fb8-50c6493025e3 - - - - -] Sending Creation of Listener 9e21b1e8-d478-40fd-b28f-f4a6fdbabef6 to handler 2018-09-14 10:25:30.857 2253 INFO octavia.api.v1.controllers.pool [req-f3995b00-212b-4aa5-b6e7-d964fed9f459 - - - - -] Sending Creation of Pool 430e31b2-155c-4f59-9b2d-506580b70891 to handler 2018-09-14 10:25:31.277 2253 INFO octavia.api.v1.controllers.pool [req-a8b34df1-78f9-4804-9aa4-b057f9dc3f2c - - - - -] Sending Creation of Pool ad17559c-6c92-4639-8b5a-42dff7f05009 to handler 2018-09-14 10:25:31.692 2253 INFO oslo_db.sqlalchemy.provision [req-c7c9b2c3-8bd0-4519-b97d-04968b6480e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.696 2253 INFO oslo_db.sqlalchemy.provision [req-c7c9b2c3-8bd0-4519-b97d-04968b6480e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cebnaaczsp 2018-09-14 10:25:31.696 2253 INFO oslo_db.sqlalchemy.provision [req-c7c9b2c3-8bd0-4519-b97d-04968b6480e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v1.test_member.TestMember.test_empty_get_all [1.444085s] ... ok 2018-09-14 10:25:38.390 2246 INFO octavia.api.v1.controllers.l7rule [req-28cfb182-234b-468e-b76b-769f0cda69f2 - - - - -] Sending Creation of L7Rule cceab3fb-b358-40d0-b740-577f52452672 to handler {15} octavia.tests.functional.api.v1.test_member.TestMember.test_bad_get [1.216006s] ... ok 2018-09-14 10:25:32.202 2249 INFO oslo_db.sqlalchemy.provision [req-da04a9fb-f698-411b-ba3a-276c2dd6b2b1 - - - - -] CREATE BACKEND sqlite:// TOKEN uobgqxxyzo 2018-09-14 10:25:32.376 2249 INFO octavia.common.config [req-da04a9fb-f698-411b-ba3a-276c2dd6b2b1 - - - - -] Logging enabled! 2018-09-14 10:25:32.376 2249 INFO octavia.common.config [req-da04a9fb-f698-411b-ba3a-276c2dd6b2b1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.418 2249 WARNING octavia.api.root_controller [req-da04a9fb-f698-411b-ba3a-276c2dd6b2b1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.438 2249 INFO octavia.api.v1.controllers.load_balancer [req-477039ea-fafd-49cf-bc22-99ea55228237 - - - - -] Sending created Load Balancer dfc73267-a950-48f8-995a-b22abe572599 to the handler 2018-09-14 10:25:32.603 2249 INFO octavia.api.v1.controllers.listener [req-a380fc8a-72cc-4450-9536-a66fa2b54f5f - - - - -] Sending Creation of Listener b73de5c1-b14e-4257-88a1-9a4ab275fd3c to handler 2018-09-14 10:25:32.880 2249 INFO octavia.api.v1.controllers.pool [req-68ebde26-bd08-4e78-834f-82c215b0d533 - - - - -] Sending Creation of Pool 864c1179-29d9-45c3-b571-ec5379cec617 to handler 2018-09-14 10:25:33.100 2249 INFO octavia.api.v1.controllers.load_balancer [req-e747b11e-edaa-4597-b81b-56e68b514d25 - - - - -] Sending deleted Load Balancer dfc73267-a950-48f8-995a-b22abe572599 to the handler 2018-09-14 10:25:33.145 2249 INFO octavia.api.v1.controllers.pool [req-70981520-3a2b-4f4c-bc83-46a4ad1b47f7 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:33.196 2249 INFO oslo_db.sqlalchemy.provision [req-70981520-3a2b-4f4c-bc83-46a4ad1b47f7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.199 2249 INFO oslo_db.sqlalchemy.provision [req-70981520-3a2b-4f4c-bc83-46a4ad1b47f7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uobgqxxyzo 2018-09-14 10:25:33.200 2249 INFO oslo_db.sqlalchemy.provision [req-70981520-3a2b-4f4c-bc83-46a4ad1b47f7 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:30.154 2256 INFO oslo_db.sqlalchemy.provision [req-31e8bf5f-2188-46b9-8145-a72d0107b063 - - - - -] CREATE BACKEND sqlite:// TOKEN wldwepnwnt 2018-09-14 10:25:30.337 2256 INFO octavia.common.config [req-31e8bf5f-2188-46b9-8145-a72d0107b063 - - - - -] Logging enabled! 2018-09-14 10:25:30.338 2256 INFO octavia.common.config [req-31e8bf5f-2188-46b9-8145-a72d0107b063 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.377 2256 WARNING octavia.api.root_controller [req-31e8bf5f-2188-46b9-8145-a72d0107b063 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.410 2256 INFO octavia.api.v2.controllers.load_balancer [req-7e0d123f-68b7-44aa-821e-618c45cee6fe - - - - -] Sending created Load Balancer 09b2de7e-f215-434d-919b-86b3c93a5a6f to the handler 2018-09-14 10:25:30.711 2256 INFO oslo_db.sqlalchemy.provision [req-484cc9ce-742d-4c3b-865f-03b05cbed2c7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:30.714 2256 INFO oslo_db.sqlalchemy.provision [req-484cc9ce-742d-4c3b-865f-03b05cbed2c7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wldwepnwnt 2018-09-14 10:25:30.715 2256 INFO oslo_db.sqlalchemy.provision [req-484cc9ce-742d-4c3b-865f-03b05cbed2c7 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:35.577 2265 INFO oslo_db.sqlalchemy.provision [req-d1052b08-5e95-4071-8b3c-40965d00627d - - - - -] CREATE BACKEND sqlite:// TOKEN uavzdbwlht 2018-09-14 10:25:35.742 2265 INFO octavia.common.config [req-d1052b08-5e95-4071-8b3c-40965d00627d - - - - -] Logging enabled! 2018-09-14 10:25:35.743 2265 INFO octavia.common.config [req-d1052b08-5e95-4071-8b3c-40965d00627d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.781 2265 WARNING octavia.api.root_controller [req-d1052b08-5e95-4071-8b3c-40965d00627d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.817 2265 INFO octavia.api.v2.controllers.load_balancer [req-25333830-a2b0-4cdb-b488-50859929af51 - - - - -] Sending created Load Balancer fef92fe0-58b9-40db-a477-3724d77fdc56 to the handler 2018-09-14 10:25:36.255 2265 INFO oslo_db.sqlalchemy.provision [req-8ed2898c-9f9e-46eb-b2e4-492a7e1227a0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.258 2265 INFO oslo_db.sqlalchemy.provision [req-8ed2898c-9f9e-46eb-b2e4-492a7e1227a0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uavzdbwlht 2018-09-14 10:25:36.259 2265 INFO oslo_db.sqlalchemy.provision [req-8ed2898c-9f9e-46eb-b2e4-492a7e1227a0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_get_bad_parent_policy [0.977739s] ... ok {21} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create_path_rule [1.559385s] ... ok 2018-09-14 10:25:33.790 2240 INFO oslo_db.sqlalchemy.provision [req-79978ad9-ac27-4c5b-ad72-ef206c8436e2 - - - - -] CREATE BACKEND sqlite:// TOKEN ezlpwmudko 2018-09-14 10:25:33.963 2240 INFO octavia.common.config [req-79978ad9-ac27-4c5b-ad72-ef206c8436e2 - - - - -] Logging enabled! 2018-09-14 10:25:33.964 2240 INFO octavia.common.config [req-79978ad9-ac27-4c5b-ad72-ef206c8436e2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:34.003 2240 WARNING octavia.api.root_controller [req-79978ad9-ac27-4c5b-ad72-ef206c8436e2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:34.034 2240 INFO octavia.api.v2.controllers.load_balancer [req-d9da9ff3-4989-47ee-a6df-7ac1aebbafe4 - - - - -] Sending created Load Balancer 32df2983-2b64-4c5d-84ca-3ee62b88bf46 to the handler 2018-09-14 10:25:34.302 2240 INFO octavia.api.v2.controllers.listener [req-cd89edae-8a44-4fea-916e-f7e10bc6672e - - - - -] Sending Creation of Listener 52df52a8-a444-4cd7-9d8b-74eab4e91320 to handler 2018-09-14 10:25:34.588 2240 INFO octavia.api.v2.controllers.pool [req-e68423f6-e4e7-4d2b-a7ae-0c6b5efcc426 - - - - -] Sending Creation of Pool d0fd8da4-5952-48ff-b1e8-c7a16761ca2c to handler 2018-09-14 10:25:34.943 2240 INFO octavia.api.v2.controllers.pool [req-da8cc759-8e07-493c-ae9d-80f24bdf086c - - - - -] Sending Creation of Pool c3364339-ef9a-429d-bcb6-1aff782bfc37 to handler 2018-09-14 10:25:35.468 2240 INFO octavia.api.v2.controllers.health_monitor [req-a51f80f5-2a36-489a-a376-856bafe18174 - - - - -] Sending Creation of Health Monitor 5e5be0bc-a7be-4d05-b40a-128c931c092c to handler 2018-09-14 10:25:35.800 2240 INFO octavia.api.v2.controllers.load_balancer [req-e567f331-ef51-4800-9e16-491dc1f10653 - - - - -] Sending deleted Load Balancer 32df2983-2b64-4c5d-84ca-3ee62b88bf46 to the handler 2018-09-14 10:25:35.866 2240 INFO octavia.api.v2.controllers.health_monitor [req-48bd9770-7251-4847-a3f6-08cb806d24b3 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:35.891 2240 INFO oslo_db.sqlalchemy.provision [req-48bd9770-7251-4847-a3f6-08cb806d24b3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:35.895 2240 INFO oslo_db.sqlalchemy.provision [req-48bd9770-7251-4847-a3f6-08cb806d24b3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ezlpwmudko 2018-09-14 10:25:35.896 2240 INFO oslo_db.sqlalchemy.provision [req-48bd9770-7251-4847-a3f6-08cb806d24b3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_when_lb_pending_delete [2.111791s] ... ok {10} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_when_lb_pending_delete [1.004630s] ... ok 2018-09-14 10:25:34.066 2267 INFO oslo_db.sqlalchemy.provision [req-e9e6f398-0eeb-4582-968a-ffbd40b94fad - - - - -] CREATE BACKEND sqlite:// TOKEN xzizzzxxwx 2018-09-14 10:25:34.232 2267 INFO octavia.common.config [req-e9e6f398-0eeb-4582-968a-ffbd40b94fad - - - - -] Logging enabled! 2018-09-14 10:25:34.233 2267 INFO octavia.common.config [req-e9e6f398-0eeb-4582-968a-ffbd40b94fad - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:34.272 2267 WARNING octavia.api.root_controller [req-e9e6f398-0eeb-4582-968a-ffbd40b94fad - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:34.296 2267 INFO octavia.api.v2.controllers.load_balancer [req-687a7df0-9dee-469d-9077-3c14ed5d3d55 - - - - -] Sending created Load Balancer d7108575-3b74-44be-a338-df87d8694708 to the handler 2018-09-14 10:25:34.804 2267 INFO oslo_db.sqlalchemy.provision [req-9990946d-4607-433c-a0b0-702e036cb10f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.808 2267 INFO oslo_db.sqlalchemy.provision [req-9990946d-4607-433c-a0b0-702e036cb10f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xzizzzxxwx 2018-09-14 10:25:34.808 2267 INFO oslo_db.sqlalchemy.provision [req-9990946d-4607-433c-a0b0-702e036cb10f - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_by_project_id [0.748773s] ... ok 2018-09-14 10:25:31.109 2266 INFO oslo_db.sqlalchemy.provision [req-d3bc5d8c-4421-446d-a596-5274028006bf - - - - -] CREATE BACKEND sqlite:// TOKEN cacxqrtnbu 2018-09-14 10:25:31.272 2266 INFO octavia.common.config [req-d3bc5d8c-4421-446d-a596-5274028006bf - - - - -] Logging enabled! 2018-09-14 10:25:31.273 2266 INFO octavia.common.config [req-d3bc5d8c-4421-446d-a596-5274028006bf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.315 2266 WARNING octavia.api.root_controller [req-d3bc5d8c-4421-446d-a596-5274028006bf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.341 2266 INFO octavia.api.v2.controllers.load_balancer [req-b22787f6-6232-4edd-b777-abc2112fb4c9 - - - - -] Sending created Load Balancer 35e5c28c-82a1-45fe-91ae-e55aa5945312 to the handler 2018-09-14 10:25:31.609 2266 INFO octavia.api.v2.controllers.listener [req-bc58141d-804d-4fcf-b9ce-6cd6ca77eeb7 - - - - -] Sending Creation of Listener 1d4083c8-da4a-4581-a45f-c5e9efb310aa to handler 2018-09-14 10:25:31.912 2266 INFO octavia.api.v2.controllers.pool [req-65ec55bf-961b-4f69-932a-4bb73cc8dbe1 - - - - -] Sending Creation of Pool 9a397069-92b1-43c3-9d00-1617db2b3666 to handler 2018-09-14 10:25:32.278 2266 INFO octavia.api.v2.controllers.pool [req-7a9c8019-93e0-4b22-b54d-71991e894952 - - - - -] Sending Creation of Pool 4d215c6b-35dc-4522-8e7e-b6a3db1622d5 to handler 2018-09-14 10:25:32.645 2266 INFO octavia.api.v2.controllers.pool [req-80be06fe-25d4-4229-be33-d3467b445ea3 - - - - -] Sending Creation of Pool d4797b52-32fc-43fe-9926-5ee07ee20e2c to handler 2018-09-14 10:25:33.050 2266 INFO octavia.api.v2.controllers.pool [req-3fbc5575-a237-41b7-8b88-ba6c5b8c29b1 - - - - -] Sending Creation of Pool 6c165405-c8b3-455f-92ed-07c6a8ac5f8f to handler 2018-09-14 10:25:33.538 2266 INFO octavia.api.v2.controllers.pool [req-a17bc4b1-e655-48c2-b588-5bce8874e597 - - - - -] Sending Creation of Pool 548ebbe4-9a58-4522-a8b5-c3c59b30a93d to handler 2018-09-14 10:25:34.207 2266 INFO octavia.api.v2.controllers.health_monitor [req-63e071db-fdd7-4172-9abd-61bb9b73e3c8 - - - - -] Sending Creation of Health Monitor 5fa5c63f-4d14-4b7c-8e32-7252ac66d02a to handler 2018-09-14 10:25:34.672 2266 INFO octavia.api.v2.controllers.health_monitor [req-f293f6b8-a68a-4e4a-8b01-ec053dcdd37d - - - - -] Sending Creation of Health Monitor fab8559a-77ca-4ecb-8057-229ded9bae31 to handler 2018-09-14 10:25:35.154 2266 INFO octavia.api.v2.controllers.health_monitor [req-8eead07b-89f6-4df8-99d0-d06faf32ac37 - - - - -] Sending Creation of Health Monitor 56418f16-d592-489f-987f-2e4a8eb58a3a to handler 2018-09-14 10:25:36.025 2266 INFO oslo_db.sqlalchemy.provision [req-1c8790f4-2bf2-437d-a993-35eb765d257c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.029 2266 INFO oslo_db.sqlalchemy.provision [req-1c8790f4-2bf2-437d-a993-35eb765d257c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cacxqrtnbu 2018-09-14 10:25:36.029 2266 INFO oslo_db.sqlalchemy.provision [req-1c8790f4-2bf2-437d-a993-35eb765d257c - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:31.905 2255 INFO oslo_db.sqlalchemy.provision [req-bef31f83-3e48-4d0d-9fce-65b9f2d4f2e4 - - - - -] CREATE BACKEND sqlite:// TOKEN cviczludyw 2018-09-14 10:25:32.067 2255 INFO octavia.common.config [req-bef31f83-3e48-4d0d-9fce-65b9f2d4f2e4 - - - - -] Logging enabled! 2018-09-14 10:25:32.068 2255 INFO octavia.common.config [req-bef31f83-3e48-4d0d-9fce-65b9f2d4f2e4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.108 2255 WARNING octavia.api.root_controller [req-bef31f83-3e48-4d0d-9fce-65b9f2d4f2e4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.129 2255 INFO octavia.api.v1.controllers.load_balancer [req-fd6fd852-fca2-4423-9fd4-93007bddb37f - - - - -] Sending created Load Balancer 6c08ff95-b7df-4e95-ab74-6b3fbe449cdf to the handler 2018-09-14 10:25:32.282 2255 INFO oslo_db.sqlalchemy.provision [req-84ee90b0-2fc7-4c32-9461-e3c2bf4c5816 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:32.285 2255 INFO oslo_db.sqlalchemy.provision [req-84ee90b0-2fc7-4c32-9461-e3c2bf4c5816 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cviczludyw 2018-09-14 10:25:32.286 2255 INFO oslo_db.sqlalchemy.provision [req-84ee90b0-2fc7-4c32-9461-e3c2bf4c5816 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update_with_vip [0.387552s] ... ok 2018-09-14 10:25:36.343 2270 INFO oslo_db.sqlalchemy.provision [req-d04d4ba5-4fc3-4067-98cb-065f50132de0 - - - - -] CREATE BACKEND sqlite:// TOKEN odurkttwot 2018-09-14 10:25:36.568 2270 INFO octavia.common.config [req-d04d4ba5-4fc3-4067-98cb-065f50132de0 - - - - -] Logging enabled! 2018-09-14 10:25:36.569 2270 INFO octavia.common.config [req-d04d4ba5-4fc3-4067-98cb-065f50132de0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.616 2270 WARNING octavia.api.root_controller [req-d04d4ba5-4fc3-4067-98cb-065f50132de0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.643 2270 INFO octavia.api.v2.controllers.load_balancer [req-506d606d-a7b0-4bd5-938e-77424ef54302 - - - - -] Sending created Load Balancer 8a16e1b9-e7a4-4a57-9906-c14cd396d4d9 to the handler 2018-09-14 10:25:36.910 2270 INFO octavia.api.v2.controllers.pool [req-26f0dae2-c286-44c2-a645-d655e3db02fa - - - - -] Sending Creation of Pool 78f899b2-ba1d-40f2-8d36-1fdf6b5e468f to handler 2018-09-14 10:25:37.227 2270 INFO oslo_db.sqlalchemy.provision [req-acff5e8a-e6d0-4612-a64c-9664dfe76179 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:37.230 2270 INFO oslo_db.sqlalchemy.provision [req-acff5e8a-e6d0-4612-a64c-9664dfe76179 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN odurkttwot 2018-09-14 10:25:37.231 2270 INFO oslo_db.sqlalchemy.provision [req-acff5e8a-e6d0-4612-a64c-9664dfe76179 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_bad_tls_ref [0.895378s] ... ok 2018-09-14 10:25:33.683 2244 INFO oslo_db.sqlalchemy.provision [req-44f7c29b-bbaf-4ec8-8874-7c09fddfaae2 - - - - -] CREATE BACKEND sqlite:// TOKEN altlbtihxl 2018-09-14 10:25:33.860 2244 INFO octavia.common.config [req-44f7c29b-bbaf-4ec8-8874-7c09fddfaae2 - - - - -] Logging enabled! 2018-09-14 10:25:33.862 2244 INFO octavia.common.config [req-44f7c29b-bbaf-4ec8-8874-7c09fddfaae2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:33.913 2244 WARNING octavia.api.root_controller [req-44f7c29b-bbaf-4ec8-8874-7c09fddfaae2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:33.945 2244 INFO octavia.api.v2.controllers.load_balancer [req-a4476a7e-225d-46c0-9290-ab85c3756509 - - - - -] Sending created Load Balancer e061cf73-8dca-416a-bdf2-15b7c4b358a7 to the handler 2018-09-14 10:25:34.221 2244 INFO octavia.api.v2.controllers.listener [req-674b0c64-a2d0-414d-83e0-d6cbb0a7c567 - - - - -] Sending Creation of Listener 2538378d-c4e8-4128-8690-56e0085eedd4 to handler 2018-09-14 10:25:34.507 2244 INFO octavia.api.v2.controllers.pool [req-3bb30279-fbdf-444e-931f-884c58f9f5ac - - - - -] Sending Creation of Pool e33a03da-1c42-4d60-85af-f2e083eb40d9 to handler 2018-09-14 10:25:34.832 2244 INFO octavia.api.v2.controllers.l7policy [req-b8800ee4-b319-4119-a06a-cfb43e60d1cd - - - - -] Sending Creation of L7Policy 6f621a04-ec97-492c-a0da-7f1d89236856 to handler 2018-09-14 10:25:35.522 2244 INFO octavia.api.v2.controllers.l7policy [req-d5cb6724-6db0-4e8e-95ee-007573348c45 - - - - -] Sending Creation of L7Policy fe18189f-e55d-4e78-8669-600e6a556f5b to handler 2018-09-14 10:25:36.213 2244 INFO octavia.api.v2.controllers.l7policy [req-783c142e-4a0c-4c2e-bb69-43af0bd5d7ed - - - - -] Sending Creation of L7Policy 2d1a8a50-6d7d-4e08-9a2b-826ab8b4acc4 to handler 2018-09-14 10:25:37.034 2244 INFO oslo_db.sqlalchemy.provision [req-bb38dca5-5d10-4d16-8792-b58a3f33f668 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:37.038 2244 INFO oslo_db.sqlalchemy.provision [req-bb38dca5-5d10-4d16-8792-b58a3f33f668 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN altlbtihxl 2018-09-14 10:25:37.039 2244 INFO oslo_db.sqlalchemy.provision [req-bb38dca5-5d10-4d16-8792-b58a3f33f668 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_filter [3.364743s] ... ok 2018-09-14 10:25:32.548 2262 INFO oslo_db.sqlalchemy.provision [req-88c44e3d-61f4-47d9-92b8-a287be326b5b - - - - -] CREATE BACKEND sqlite:// TOKEN fvlbngwcnk 2018-09-14 10:25:32.710 2262 INFO octavia.common.config [req-88c44e3d-61f4-47d9-92b8-a287be326b5b - - - - -] Logging enabled! 2018-09-14 10:25:32.711 2262 INFO octavia.common.config [req-88c44e3d-61f4-47d9-92b8-a287be326b5b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.749 2262 WARNING octavia.api.root_controller [req-88c44e3d-61f4-47d9-92b8-a287be326b5b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.770 2262 INFO octavia.api.v1.controllers.load_balancer [req-00eb36e6-c544-4b06-afe5-71c5ef2833d0 - - - - -] Sending created Load Balancer 63f77718-7018-4ded-8d5a-05076a9d0018 to the handler 2018-09-14 10:25:32.940 2262 INFO octavia.api.v1.controllers.listener [req-7c8223ad-bbc1-4213-af89-38c5d0a64964 - - - - -] Sending Creation of Listener b4efb990-57af-4618-9661-d042db837cec to handler 2018-09-14 10:25:33.183 2262 INFO octavia.api.v1.controllers.l7policy [req-2a2374ff-4911-4ce7-8476-d5b300229d57 - - - - -] Sending Creation of L7Policy 33676fd8-a57f-452c-8404-35cca4821876 to handler 2018-09-14 10:25:33.415 2262 INFO octavia.api.v1.controllers.l7rule [req-b399d956-d50c-4985-ba7c-16c2412eca53 - - - - -] Sending Creation of L7Rule 62e25612-6ed5-4103-a848-88d91d184625 to handler 2018-09-14 10:25:33.515 2262 INFO oslo_db.sqlalchemy.provision [req-4bf772e2-216b-44d5-9365-177ad2cd3633 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.518 2262 INFO oslo_db.sqlalchemy.provision [req-4bf772e2-216b-44d5-9365-177ad2cd3633 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fvlbngwcnk 2018-09-14 10:25:33.519 2262 INFO oslo_db.sqlalchemy.provision [req-4bf772e2-216b-44d5-9365-177ad2cd3633 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_get [0.977124s] ... ok {17} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_not_authorized [0.568330s] ... ok 2018-09-14 10:25:30.997 2248 INFO oslo_db.sqlalchemy.provision [req-51b775bb-99ea-4244-91f8-83581644afa9 - - - - -] CREATE BACKEND sqlite:// TOKEN bemnesbcmt 2018-09-14 10:25:31.158 2248 INFO octavia.common.config [req-51b775bb-99ea-4244-91f8-83581644afa9 - - - - -] Logging enabled! 2018-09-14 10:25:31.159 2248 INFO octavia.common.config [req-51b775bb-99ea-4244-91f8-83581644afa9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.196 2248 WARNING octavia.api.root_controller [req-51b775bb-99ea-4244-91f8-83581644afa9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.217 2248 INFO octavia.api.v1.controllers.load_balancer [req-da84e517-635d-41ea-ac4f-baca94e2dfab - - - - -] Sending created Load Balancer d8cd6acb-2619-4fc9-b882-90faebcbcc4a to the handler 2018-09-14 10:25:31.382 2248 INFO octavia.api.v1.controllers.listener [req-2f3e7da9-a53f-4998-a451-5df336c65b20 - - - - -] Sending Creation of Listener 07ccf99d-7985-4ecc-a63e-c15bd2207a26 to handler 2018-09-14 10:25:31.600 2248 INFO oslo_db.sqlalchemy.provision [req-31cbf7c6-b7fb-4150-a537-8d793de303f9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.603 2248 INFO oslo_db.sqlalchemy.provision [req-31cbf7c6-b7fb-4150-a537-8d793de303f9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bemnesbcmt 2018-09-14 10:25:31.604 2248 INFO oslo_db.sqlalchemy.provision [req-31cbf7c6-b7fb-4150-a537-8d793de303f9 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:31.380 2251 INFO oslo_db.sqlalchemy.provision [req-a1bf2ca4-de73-4cdc-b992-d47df3b8b12b - - - - -] CREATE BACKEND sqlite:// TOKEN ztlcpxlnkv 2018-09-14 10:25:31.539 2251 INFO octavia.common.config [req-a1bf2ca4-de73-4cdc-b992-d47df3b8b12b - - - - -] Logging enabled! 2018-09-14 10:25:31.540 2251 INFO octavia.common.config [req-a1bf2ca4-de73-4cdc-b992-d47df3b8b12b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.579 2251 WARNING octavia.api.root_controller [req-a1bf2ca4-de73-4cdc-b992-d47df3b8b12b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.641 2251 INFO oslo_db.sqlalchemy.provision [req-bf1fc940-9124-4a78-8d44-7ee3390bcbfe - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.645 2251 INFO oslo_db.sqlalchemy.provision [req-bf1fc940-9124-4a78-8d44-7ee3390bcbfe - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ztlcpxlnkv 2018-09-14 10:25:31.645 2251 INFO oslo_db.sqlalchemy.provision [req-bf1fc940-9124-4a78-8d44-7ee3390bcbfe - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_custom_missing_quotas [0.272184s] ... ok 2018-09-14 10:25:31.488 2259 INFO oslo_db.sqlalchemy.provision [req-fef66d2a-ea04-4e4c-94ae-7460e8962f02 - - - - -] CREATE BACKEND sqlite:// TOKEN ypcensicvx 2018-09-14 10:25:31.673 2259 INFO octavia.common.config [req-fef66d2a-ea04-4e4c-94ae-7460e8962f02 - - - - -] Logging enabled! 2018-09-14 10:25:31.674 2259 INFO octavia.common.config [req-fef66d2a-ea04-4e4c-94ae-7460e8962f02 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.716 2259 WARNING octavia.api.root_controller [req-fef66d2a-ea04-4e4c-94ae-7460e8962f02 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.860 2259 INFO octavia.api.v1.controllers.load_balancer [req-3377a579-2e97-4794-bcf8-9c98243bd19a - - - - -] Sending full load balancer configuration 60f55c3e-fe88-474e-bdf0-c1995468fc56 to the handler 2018-09-14 10:25:31.893 2259 INFO oslo_db.sqlalchemy.provision [req-3377a579-2e97-4794-bcf8-9c98243bd19a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.896 2259 INFO oslo_db.sqlalchemy.provision [req-3377a579-2e97-4794-bcf8-9c98243bd19a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ypcensicvx 2018-09-14 10:25:31.897 2259 INFO oslo_db.sqlalchemy.provision [req-3377a579-2e97-4794-bcf8-9c98243bd19a - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_one_rule [0.416520s] ... ok {26} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_authorized [0.689185s] ... ok 2018-09-14 10:25:34.547 2239 INFO oslo_db.sqlalchemy.provision [req-6c9ecf09-e26c-4403-aff5-57cd4fdaf365 - - - - -] CREATE BACKEND sqlite:// TOKEN txssthgcvg 2018-09-14 10:25:34.711 2239 INFO octavia.common.config [req-6c9ecf09-e26c-4403-aff5-57cd4fdaf365 - - - - -] Logging enabled! 2018-09-14 10:25:34.711 2239 INFO octavia.common.config [req-6c9ecf09-e26c-4403-aff5-57cd4fdaf365 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:34.749 2239 WARNING octavia.api.root_controller [req-6c9ecf09-e26c-4403-aff5-57cd4fdaf365 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:34.835 2239 INFO oslo_db.sqlalchemy.provision [req-9e4f621f-7c22-4f93-9e1e-f2827d0bb393 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.840 2239 INFO oslo_db.sqlalchemy.provision [req-9e4f621f-7c22-4f93-9e1e-f2827d0bb393 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN txssthgcvg 2018-09-14 10:25:34.841 2239 INFO oslo_db.sqlalchemy.provision [req-9e4f621f-7c22-4f93-9e1e-f2827d0bb393 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_delete_custom_quotas [0.300170s] ... ok 2018-09-14 10:25:31.831 2269 INFO oslo_db.sqlalchemy.provision [req-cec8968a-760c-4ef0-9591-07807b70ec47 - - - - -] CREATE BACKEND sqlite:// TOKEN qbjusarslj 2018-09-14 10:25:31.997 2269 INFO octavia.common.config [req-cec8968a-760c-4ef0-9591-07807b70ec47 - - - - -] Logging enabled! 2018-09-14 10:25:31.998 2269 INFO octavia.common.config [req-cec8968a-760c-4ef0-9591-07807b70ec47 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.037 2269 WARNING octavia.api.root_controller [req-cec8968a-760c-4ef0-9591-07807b70ec47 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.058 2269 INFO octavia.api.v1.controllers.load_balancer [req-fd46169d-fbaf-4cec-88ec-e6122d1f726f - - - - -] Sending created Load Balancer ee229f50-006d-45df-9835-acd1d5e392de to the handler 2018-09-14 10:25:32.228 2269 INFO octavia.api.v1.controllers.pool [req-292ec40e-3db7-4b0f-acd8-d264cba85714 - - - - -] Sending Creation of Pool 71a8b0bf-d6b9-4597-842f-7890638280f4 to handler 2018-09-14 10:25:32.446 2269 INFO octavia.api.v1.controllers.listener [req-299a02b0-5b72-43dd-9ad8-fb6b6522949e - - - - -] Sending Creation of Listener 1c8344f5-4e49-48c4-a10b-915b2ee11b48 to handler 2018-09-14 10:25:32.927 2269 INFO oslo_db.sqlalchemy.provision [req-5e340809-e4bd-4d64-ba0c-0c4176f9b105 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:32.930 2269 INFO oslo_db.sqlalchemy.provision [req-5e340809-e4bd-4d64-ba0c-0c4176f9b105 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qbjusarslj 2018-09-14 10:25:32.931 2269 INFO oslo_db.sqlalchemy.provision [req-5e340809-e4bd-4d64-ba0c-0c4176f9b105 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_with_bad_default_pool_id [1.106454s] ... ok 2018-09-14 10:25:34.473 2243 INFO oslo_db.sqlalchemy.provision [req-7ba67f8a-03a4-407f-8a7c-d808a48ee40c - - - - -] CREATE BACKEND sqlite:// TOKEN uyokkjboqj 2018-09-14 10:25:34.647 2243 INFO octavia.common.config [req-7ba67f8a-03a4-407f-8a7c-d808a48ee40c - - - - -] Logging enabled! 2018-09-14 10:25:34.648 2243 INFO octavia.common.config [req-7ba67f8a-03a4-407f-8a7c-d808a48ee40c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:34.688 2243 WARNING octavia.api.root_controller [req-7ba67f8a-03a4-407f-8a7c-d808a48ee40c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:34.715 2243 INFO octavia.api.v2.controllers.load_balancer [req-f1b6f496-145c-4e61-be51-c4cdcbc4df8d - - - - -] Sending created Load Balancer 27aa8e4a-a409-4ac8-953d-6ccb70ac027a to the handler 2018-09-14 10:25:34.984 2243 INFO octavia.api.v2.controllers.pool [req-c334593c-f62a-4718-9934-eb182af7b383 - - - - -] Sending Creation of Pool e444f177-20da-49bd-9f61-70a5d4a212bd to handler 2018-09-14 10:25:35.271 2243 INFO octavia.api.v2.controllers.listener [req-2cbec88a-631d-4733-8f29-0154e8a5198b - - - - -] Sending Creation of Listener 085ae459-6df1-4622-a17d-79b50257a93c to handler 2018-09-14 10:25:35.599 2243 INFO oslo_db.sqlalchemy.provision [req-6053d67a-7397-442f-89e5-5514f1f4d56f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:35.604 2243 INFO oslo_db.sqlalchemy.provision [req-6053d67a-7397-442f-89e5-5514f1f4d56f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uyokkjboqj 2018-09-14 10:25:35.605 2243 INFO oslo_db.sqlalchemy.provision [req-6053d67a-7397-442f-89e5-5514f1f4d56f - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:34.098 2242 INFO oslo_db.sqlalchemy.provision [req-29f6e381-0c5d-4cf2-ba1f-1b28c95fd2aa - - - - -] CREATE BACKEND sqlite:// TOKEN myxwfvhfdj 2018-09-14 10:25:34.268 2242 INFO octavia.common.config [req-29f6e381-0c5d-4cf2-ba1f-1b28c95fd2aa - - - - -] Logging enabled! 2018-09-14 10:25:34.269 2242 INFO octavia.common.config [req-29f6e381-0c5d-4cf2-ba1f-1b28c95fd2aa - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:34.307 2242 WARNING octavia.api.root_controller [req-29f6e381-0c5d-4cf2-ba1f-1b28c95fd2aa - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:34.329 2242 INFO octavia.api.v1.controllers.load_balancer [req-bc4f5d06-db09-4ba9-a7a4-119f8467b17f - - - - -] Sending created Load Balancer 6f8276d6-1516-4238-a878-9740e7da98aa to the handler 2018-09-14 10:25:34.503 2242 INFO octavia.api.v1.controllers.listener [req-92586a64-cbc5-4b88-b5cb-2404895a7db4 - - - - -] Sending Creation of Listener 71ac78a1-60de-400b-9af6-92f804e26ce8 to handler 2018-09-14 10:25:34.705 2242 INFO octavia.api.v1.controllers.pool [req-1762f83c-e3ce-479b-84d1-92de9f748cdb - - - - -] Sending Creation of Pool 6d2467d4-0857-4c52-8af5-e78284202f64 to handler 2018-09-14 10:25:34.996 2242 INFO octavia.api.v1.controllers.pool [req-820218c9-30a9-46b5-bb41-987bf36319eb - - - - -] Sending Creation of Pool 7ef1f4f7-9ef6-461f-8d3b-f9af11f2f5c3 to handler 2018-09-14 10:25:35.289 2242 INFO octavia.api.v1.controllers.member [req-ea67b087-2076-49f0-a458-c36950136f61 - - - - -] Sending Creation of Member b47c3717-3598-4cdf-9573-b598db518637 to handler 2018-09-14 10:25:35.796 2242 INFO oslo_db.sqlalchemy.provision [req-7cc808f5-bd45-482e-b174-ca65c394e30d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:35.800 2242 INFO oslo_db.sqlalchemy.provision [req-7cc808f5-bd45-482e-b174-ca65c394e30d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN myxwfvhfdj 2018-09-14 10:25:35.801 2242 INFO oslo_db.sqlalchemy.provision [req-7cc808f5-bd45-482e-b174-ca65c394e30d - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_attached_listener [1.709421s] ... ok {27} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_limited [4.927009s] ... ok 2018-09-14 10:25:34.992 2258 INFO oslo_db.sqlalchemy.provision [req-acff4091-5ed1-4fef-8130-4e9ed81be8c0 - - - - -] CREATE BACKEND sqlite:// TOKEN esxdgawgqw 2018-09-14 10:25:35.154 2258 INFO octavia.common.config [req-acff4091-5ed1-4fef-8130-4e9ed81be8c0 - - - - -] Logging enabled! 2018-09-14 10:25:35.155 2258 INFO octavia.common.config [req-acff4091-5ed1-4fef-8130-4e9ed81be8c0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.196 2258 WARNING octavia.api.root_controller [req-acff4091-5ed1-4fef-8130-4e9ed81be8c0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.222 2258 INFO octavia.api.v2.controllers.load_balancer [req-5613e7d8-1fa3-4f25-be07-fc3f2fb74530 - - - - -] Sending created Load Balancer 3c19f859-fcf5-4592-81f5-6c36a783b055 to the handler 2018-09-14 10:25:35.482 2258 INFO octavia.api.v2.controllers.listener [req-68f5c7f9-4366-4729-b675-61df1a25961f - - - - -] Sending Creation of Listener 7073c24f-fd77-4eff-b46a-30f254257621 to handler 2018-09-14 10:25:35.791 2258 INFO octavia.api.v2.controllers.l7policy [req-e823ab14-2be5-440f-be71-aebda6203d04 - - - - -] Sending Creation of L7Policy 8b5a9c11-e03e-4cf7-b52a-19201bf96e7c to handler 2018-09-14 10:25:36.510 2258 INFO octavia.api.v2.controllers.l7rule [req-a4fbb0db-b1bd-4537-a91c-f8a9a597b49a - - - - -] Sending Creation of L7Rule 839d7cbe-f497-4e7e-9bd4-6e590a1101d6 to handler 2018-09-14 10:25:37.199 2258 INFO oslo_db.sqlalchemy.provision [req-454b75c8-58be-4780-b095-2d79a0f4584b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:37.203 2258 INFO oslo_db.sqlalchemy.provision [req-454b75c8-58be-4780-b095-2d79a0f4584b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN esxdgawgqw 2018-09-14 10:25:37.204 2258 INFO oslo_db.sqlalchemy.provision [req-454b75c8-58be-4780-b095-2d79a0f4584b - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_not_authorized [2.218471s] ... ok 2018-09-14 10:25:30.354 2268 INFO oslo_db.sqlalchemy.provision [req-f44329ec-cc90-469b-aea4-f3fd98f07ae9 - - - - -] CREATE BACKEND sqlite:// TOKEN zhyyiqrera 2018-09-14 10:25:30.518 2268 INFO octavia.common.config [req-f44329ec-cc90-469b-aea4-f3fd98f07ae9 - - - - -] Logging enabled! 2018-09-14 10:25:30.518 2268 INFO octavia.common.config [req-f44329ec-cc90-469b-aea4-f3fd98f07ae9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:30.558 2268 WARNING octavia.api.root_controller [req-f44329ec-cc90-469b-aea4-f3fd98f07ae9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:30.585 2268 INFO octavia.api.v2.controllers.load_balancer [req-76e3e163-ecdf-4298-acb7-8ac71c76d5a4 - - - - -] Sending created Load Balancer 2c3dd578-6f8e-4bf0-90a6-395edd6a1239 to the handler 2018-09-14 10:25:30.983 2268 INFO octavia.api.v2.controllers.listener [req-1422d742-58d6-4edf-8cff-a72c19a0b689 - - - - -] Sending Creation of Listener 0bb2dab5-3aa0-4f44-8124-c6134d6b7dde to handler 2018-09-14 10:25:31.276 2268 INFO octavia.api.v2.controllers.pool [req-cab2055a-87d2-468e-ad97-1e53a2be8955 - - - - -] Sending Creation of Pool 87c180ac-212b-4173-83e9-1b6d1fef7971 to handler 2018-09-14 10:25:31.655 2268 INFO octavia.api.v2.controllers.pool [req-a3eec90d-4f93-48e0-868a-44d90acef3bb - - - - -] Sending Creation of Pool e2d63208-8953-431d-bc20-50a4fecde19b to handler 2018-09-14 10:25:31.996 2268 INFO octavia.api.v2.controllers.load_balancer [req-a69f6a2d-4b2e-4f8f-8e62-e78a058d9f2c - - - - -] Sending deleted Load Balancer 2c3dd578-6f8e-4bf0-90a6-395edd6a1239 to the handler 2018-09-14 10:25:32.077 2268 INFO octavia.api.v2.controllers.health_monitor [req-721a7400-c6ea-40ce-896a-058f6c7ccbb0 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:32.103 2268 INFO oslo_db.sqlalchemy.provision [req-721a7400-c6ea-40ce-896a-058f6c7ccbb0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:32.106 2268 INFO oslo_db.sqlalchemy.provision [req-721a7400-c6ea-40ce-896a-058f6c7ccbb0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zhyyiqrera 2018-09-14 10:25:32.107 2268 INFO oslo_db.sqlalchemy.provision [req-721a7400-c6ea-40ce-896a-058f6c7ccbb0 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:31.706 2253 INFO oslo_db.sqlalchemy.provision [req-c7c9b2c3-8bd0-4519-b97d-04968b6480e2 - - - - -] CREATE BACKEND sqlite:// TOKEN ngsizcvrur 2018-09-14 10:25:31.869 2253 INFO octavia.common.config [req-c7c9b2c3-8bd0-4519-b97d-04968b6480e2 - - - - -] Logging enabled! 2018-09-14 10:25:31.870 2253 INFO octavia.common.config [req-c7c9b2c3-8bd0-4519-b97d-04968b6480e2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.908 2253 WARNING octavia.api.root_controller [req-c7c9b2c3-8bd0-4519-b97d-04968b6480e2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.929 2253 INFO octavia.api.v1.controllers.load_balancer [req-8c454e8a-e013-41ef-bd75-2faf8cdc46b9 - - - - -] Sending created Load Balancer 8745fa1c-9226-43ed-8bb0-4736226240b6 to the handler 2018-09-14 10:25:32.091 2253 INFO octavia.api.v1.controllers.listener [req-5f70214a-3285-4824-a7fd-33a862e3b1bd - - - - -] Sending Creation of Listener 5c3e3a89-b38d-4cfa-8d9e-023946241748 to handler 2018-09-14 10:25:32.368 2253 INFO octavia.api.v1.controllers.pool [req-56ebc7aa-57b9-4518-b156-0d09b248566c - - - - -] Sending Creation of Pool 0a290c39-ce1c-4dbd-b6fa-b2d23bbb0fb4 to handler 2018-09-14 10:25:32.802 2253 INFO octavia.api.v1.controllers.pool [req-7e9f3846-4e95-41bd-9d6f-fd0a47a32c81 - - - - -] Sending Deletion of Pool 0a290c39-ce1c-4dbd-b6fa-b2d23bbb0fb4 to handler 2018-09-14 10:25:33.189 2253 INFO oslo_db.sqlalchemy.provision [req-67482eb5-767b-4b8e-8518-f5a69fbd00cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.193 2253 INFO oslo_db.sqlalchemy.provision [req-67482eb5-767b-4b8e-8518-f5a69fbd00cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ngsizcvrur 2018-09-14 10:25:33.194 2253 INFO oslo_db.sqlalchemy.provision [req-67482eb5-767b-4b8e-8518-f5a69fbd00cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_with_session_persistence [1.495982s] ... ok 2018-09-14 10:25:31.737 2252 INFO oslo_db.sqlalchemy.provision [req-2caa3a77-e522-4c54-9111-198ff5cca945 - - - - -] CREATE BACKEND sqlite:// TOKEN eoylzuucxx 2018-09-14 10:25:31.902 2252 INFO octavia.common.config [req-2caa3a77-e522-4c54-9111-198ff5cca945 - - - - -] Logging enabled! 2018-09-14 10:25:31.903 2252 INFO octavia.common.config [req-2caa3a77-e522-4c54-9111-198ff5cca945 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.943 2252 WARNING octavia.api.root_controller [req-2caa3a77-e522-4c54-9111-198ff5cca945 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.978 2252 INFO oslo_db.sqlalchemy.provision [req-fde95c4b-986b-4f37-88b0-22625d76ea72 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.982 2252 INFO oslo_db.sqlalchemy.provision [req-fde95c4b-986b-4f37-88b0-22625d76ea72 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eoylzuucxx 2018-09-14 10:25:31.982 2252 INFO oslo_db.sqlalchemy.provision [req-fde95c4b-986b-4f37-88b0-22625d76ea72 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:38.711 2246 INFO octavia.api.v1.controllers.l7rule [req-cd4f52dc-0e05-4393-b83d-a05ac87cd20f - - - - -] Sending Creation of L7Rule 5bd11f35-3a7d-4bad-830f-2262ab387836 to handler 2018-09-14 10:25:39.041 2246 INFO octavia.api.v1.controllers.l7rule [req-5e5a87aa-8924-41a6-b8a6-c029c5d43bc9 - - - - -] Sending Creation of L7Rule 76f139da-9402-453a-a6f9-0cf998b21c5d to handler 2018-09-14 10:25:39.390 2246 INFO octavia.api.v1.controllers.l7rule [req-6fd10c2f-c249-4fc8-b415-1b89c74c5c2c - - - - -] Sending Creation of L7Rule 0fce7b1e-3eb9-44bd-b525-d1cacd95b152 to handler 2018-09-14 10:25:39.715 2246 INFO octavia.api.v1.controllers.l7rule [req-2fe4677a-d41d-4bef-8c43-19d9f01890bc - - - - -] Sending Creation of L7Rule 5646dd7a-c430-4a60-92fb-37028c540938 to handler 2018-09-14 10:25:31.616 2261 INFO oslo_db.sqlalchemy.provision [req-3a1be438-a99c-4e74-9935-c7bf844d95c3 - - - - -] CREATE BACKEND sqlite:// TOKEN gtwshyxyet 2018-09-14 10:25:31.783 2261 INFO octavia.common.config [req-3a1be438-a99c-4e74-9935-c7bf844d95c3 - - - - -] Logging enabled! 2018-09-14 10:25:31.784 2261 INFO octavia.common.config [req-3a1be438-a99c-4e74-9935-c7bf844d95c3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.822 2261 WARNING octavia.api.root_controller [req-3a1be438-a99c-4e74-9935-c7bf844d95c3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.844 2261 INFO octavia.api.v1.controllers.load_balancer [req-f9814dba-0ff0-4ed4-b248-e94093c152c3 - - - - -] Sending created Load Balancer b3be0d46-eab4-45a6-940a-4f8e7f2d3d40 to the handler 2018-09-14 10:25:32.016 2261 INFO octavia.api.v1.controllers.listener [req-cd86a1b1-fa79-4b68-95db-3f0d7f89dbbd - - - - -] Sending Creation of Listener a1e4e8a4-f989-4ea7-b9bf-1cf70347be08 to handler 2018-09-14 10:25:32.393 2261 INFO octavia.api.v1.controllers.pool [req-5e69644f-6de5-48f3-9291-123d824328ce - - - - -] Sending Creation of Pool e144a957-8631-4d8c-b2d5-63be90106735 to handler 2018-09-14 10:25:32.679 2261 INFO octavia.api.v1.controllers.pool [req-d7f910de-6a0a-48a9-b31c-1b4b915ce5f1 - - - - -] Sending Creation of Pool 11848288-d544-44c4-9270-9206f154e407 to handler 2018-09-14 10:25:32.964 2261 INFO octavia.api.v1.controllers.member [req-3c7163b3-e0df-4e75-977d-b72724efd6c8 - - - - -] Sending Creation of Member 4b6ca1ac-c31e-45c9-ad8d-b095d0e83ca5 to handler 2018-09-14 10:25:33.061 2261 INFO oslo_db.sqlalchemy.provision [req-8124cd37-bff7-400e-a7b0-3e423de6a5f0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.065 2261 INFO oslo_db.sqlalchemy.provision [req-8124cd37-bff7-400e-a7b0-3e423de6a5f0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gtwshyxyet 2018-09-14 10:25:33.066 2261 INFO oslo_db.sqlalchemy.provision [req-8124cd37-bff7-400e-a7b0-3e423de6a5f0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v1.test_member.TestMember.test_get [1.456663s] ... ok 2018-09-14 10:25:31.836 2241 INFO oslo_db.sqlalchemy.provision [req-d409f608-3e81-44eb-b0c2-455d963f3586 - - - - -] CREATE BACKEND sqlite:// TOKEN svlzudhvck 2018-09-14 10:25:31.994 2241 INFO octavia.common.config [req-d409f608-3e81-44eb-b0c2-455d963f3586 - - - - -] Logging enabled! 2018-09-14 10:25:31.995 2241 INFO octavia.common.config [req-d409f608-3e81-44eb-b0c2-455d963f3586 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.034 2241 WARNING octavia.api.root_controller [req-d409f608-3e81-44eb-b0c2-455d963f3586 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.055 2241 INFO octavia.api.v1.controllers.load_balancer [req-05a28a33-7d51-40ae-b5d4-1f3876d975af - - - - -] Sending created Load Balancer aae2f1b5-991b-4cc5-81c9-1fa52c9b1222 to the handler 2018-09-14 10:25:32.234 2241 INFO octavia.api.v1.controllers.listener [req-b34c1f42-6fc9-48dd-bbd2-38e74ed46f2e - - - - -] Sending Creation of Listener d9c65cd8-2eb0-41e7-b4ee-483c66bd19ef to handler 2018-09-14 10:25:32.450 2241 INFO octavia.api.v1.controllers.pool [req-a921de39-ddec-4d13-b0d7-e72bf67df035 - - - - -] Sending Creation of Pool 6313b386-fbb1-42ed-a4e5-777a82460715 to handler 2018-09-14 10:25:32.737 2241 INFO octavia.api.v1.controllers.l7policy [req-e0af35ec-36e4-4aed-bc45-da1ae2b3e38b - - - - -] Sending Creation of L7Policy 1f2eee8f-5110-42b8-9b30-b5edfe7578e8 to handler 2018-09-14 10:25:32.939 2241 INFO octavia.api.v1.controllers.load_balancer [req-401394f4-5172-4ca4-a59f-a0401b84bf1d - - - - -] Sending deleted Load Balancer aae2f1b5-991b-4cc5-81c9-1fa52c9b1222 to the handler 2018-09-14 10:25:33.000 2241 INFO octavia.api.v1.controllers.l7policy [req-3628cf65-59ac-446c-864a-6c6382d5caad - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:33.056 2241 INFO oslo_db.sqlalchemy.provision [req-3628cf65-59ac-446c-864a-6c6382d5caad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.060 2241 INFO oslo_db.sqlalchemy.provision [req-3628cf65-59ac-446c-864a-6c6382d5caad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN svlzudhvck 2018-09-14 10:25:33.061 2241 INFO oslo_db.sqlalchemy.provision [req-3628cf65-59ac-446c-864a-6c6382d5caad - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_delete_when_lb_pending_delete [1.231621s] ... ok 2018-09-14 10:25:34.870 2257 INFO oslo_db.sqlalchemy.provision [req-9cb469d3-9e37-4454-beff-5f8bd164c263 - - - - -] CREATE BACKEND sqlite:// TOKEN flgdpjlshq 2018-09-14 10:25:35.035 2257 INFO octavia.common.config [req-9cb469d3-9e37-4454-beff-5f8bd164c263 - - - - -] Logging enabled! 2018-09-14 10:25:35.036 2257 INFO octavia.common.config [req-9cb469d3-9e37-4454-beff-5f8bd164c263 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.075 2257 WARNING octavia.api.root_controller [req-9cb469d3-9e37-4454-beff-5f8bd164c263 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.102 2257 INFO octavia.api.v2.controllers.load_balancer [req-88170eaf-519d-44e9-b98f-660f8d2d5337 - - - - -] Sending created Load Balancer ce6da39e-c9e8-4a3a-99df-d2f064bbbb5b to the handler 2018-09-14 10:25:35.357 2257 INFO octavia.api.v2.controllers.listener [req-42795232-f22b-4dd9-b64b-7d3adcb6d0ad - - - - -] Sending Creation of Listener 35aed42e-1612-4a7b-b540-7910b7b6f9a4 to handler 2018-09-14 10:25:35.677 2257 INFO octavia.api.v2.controllers.l7policy [req-0939b357-dff8-4eb5-88b4-5242d18f9cf7 - - - - -] Sending Creation of L7Policy 6909ce07-261e-4fc6-a5b6-280d73d7d4a1 to handler 2018-09-14 10:25:36.337 2257 INFO octavia.api.v2.controllers.l7rule [req-421009d3-6a1b-4bb9-865a-d311689c7f50 - - - - -] Sending Creation of L7Rule 29e49005-7459-4e2c-a976-de08a586cb3a to handler 2018-09-14 10:25:36.894 2257 INFO octavia.api.v2.controllers.l7rule [req-232db963-37c1-4e44-9231-6fdaecda5749 - - - - -] Sending Creation of L7Rule eb7320dd-a62e-41d9-a486-dcc8bf351b29 to handler 2018-09-14 10:25:37.524 2257 INFO octavia.api.v2.controllers.l7rule [req-a752039a-a379-4cda-a62a-fbe8062e3768 - - - - -] Sending Creation of L7Rule 0022b5a0-b042-4d00-97cf-1d8ebec0e42d to handler 2018-09-14 10:25:38.868 2257 INFO oslo_db.sqlalchemy.provision [req-4bfc3255-bc0b-4892-8061-34a6c9fc10e1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.872 2257 INFO oslo_db.sqlalchemy.provision [req-4bfc3255-bc0b-4892-8061-34a6c9fc10e1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN flgdpjlshq 2018-09-14 10:25:38.872 2257 INFO oslo_db.sqlalchemy.provision [req-4bfc3255-bc0b-4892-8061-34a6c9fc10e1 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:33.016 2245 INFO oslo_db.sqlalchemy.provision [req-160bc92d-1a4c-46f8-9375-5cbf9da5daa4 - - - - -] CREATE BACKEND sqlite:// TOKEN fwruqknzpn 2018-09-14 10:25:33.183 2245 INFO octavia.common.config [req-160bc92d-1a4c-46f8-9375-5cbf9da5daa4 - - - - -] Logging enabled! 2018-09-14 10:25:33.184 2245 INFO octavia.common.config [req-160bc92d-1a4c-46f8-9375-5cbf9da5daa4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:33.225 2245 WARNING octavia.api.root_controller [req-160bc92d-1a4c-46f8-9375-5cbf9da5daa4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:33.254 2245 INFO octavia.api.v2.controllers.load_balancer [req-151a098e-28ad-4fb7-b008-5e8b11fa6712 - - - - -] Sending created Load Balancer daaf4b3f-dcb4-4d27-b376-7e24cfb0448d to the handler 2018-09-14 10:25:33.510 2245 INFO octavia.api.v2.controllers.listener [req-8fe800d6-660a-4835-9a20-24f2d7c0cdc2 - - - - -] Sending Creation of Listener 0856f23f-9b3d-4106-913e-e1735e4f204e to handler 2018-09-14 10:25:33.813 2245 INFO octavia.api.v2.controllers.pool [req-5a5b54d8-a18d-47b4-9ad1-0a2f4573da3a - - - - -] Sending Creation of Pool 4a44912e-f9a7-40e7-a3a9-9fd6b7a92254 to handler 2018-09-14 10:25:34.186 2245 INFO octavia.api.v2.controllers.pool [req-cf4bee10-8980-4abe-a62c-1e5d74292360 - - - - -] Sending Creation of Pool 71b91abb-9e9a-4bcd-9862-96efbb11e8fb to handler 2018-09-14 10:25:34.541 2245 INFO octavia.api.v2.controllers.health_monitor [req-120c36c0-afd7-4451-a115-4919c2818bfb - - - - -] Sending Creation of Health Monitor cd891204-e782-4d79-ae44-62f4753bb49f to handler 2018-09-14 10:25:34.811 2245 INFO oslo_db.sqlalchemy.provision [req-2b036c31-5b20-4ff1-a014-2eea1d1ec29b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.815 2245 INFO oslo_db.sqlalchemy.provision [req-2b036c31-5b20-4ff1-a014-2eea1d1ec29b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fwruqknzpn 2018-09-14 10:25:34.815 2245 INFO oslo_db.sqlalchemy.provision [req-2b036c31-5b20-4ff1-a014-2eea1d1ec29b - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_when_lb_pending_delete [1.759986s] ... ok 2018-09-14 10:25:37.211 2258 INFO oslo_db.sqlalchemy.provision [req-454b75c8-58be-4780-b095-2d79a0f4584b - - - - -] CREATE BACKEND sqlite:// TOKEN uppojqfwmw 2018-09-14 10:25:37.381 2258 INFO octavia.common.config [req-454b75c8-58be-4780-b095-2d79a0f4584b - - - - -] Logging enabled! 2018-09-14 10:25:37.383 2258 INFO octavia.common.config [req-454b75c8-58be-4780-b095-2d79a0f4584b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:37.423 2258 WARNING octavia.api.root_controller [req-454b75c8-58be-4780-b095-2d79a0f4584b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:37.450 2258 INFO octavia.api.v2.controllers.load_balancer [req-3b2a8209-593b-4d51-b2b4-bf9d85d932d6 - - - - -] Sending created Load Balancer 152daf4f-b225-4669-8cd1-5df343230282 to the handler 2018-09-14 10:25:37.704 2258 INFO octavia.api.v2.controllers.listener [req-786681cc-7e79-4f1c-8dcd-3502102dd90e - - - - -] Sending Creation of Listener 4d60c8ba-1e59-45ca-be40-9303d157cd9f to handler 2018-09-14 10:25:38.017 2258 INFO octavia.api.v2.controllers.l7policy [req-8e25715a-ea5c-48a5-82e7-9695f6459eaa - - - - -] Sending Creation of L7Policy 88191786-5775-475a-8b9f-c030b3b2d612 to handler 2018-09-14 10:25:38.520 2258 INFO octavia.api.v2.controllers.l7rule [req-5647e6b8-d1a0-48ff-a689-1846aa21e943 - - - - -] Sending Creation of L7Rule 498091d7-e18a-4a16-9697-99b5a58fe8c7 to handler 2018-09-14 10:25:39.157 2258 INFO oslo_db.sqlalchemy.provision [req-fe16a06c-66ed-4a4d-ba84-5a75db17e694 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:39.161 2258 INFO oslo_db.sqlalchemy.provision [req-fe16a06c-66ed-4a4d-ba84-5a75db17e694 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uppojqfwmw 2018-09-14 10:25:39.162 2258 INFO oslo_db.sqlalchemy.provision [req-fe16a06c-66ed-4a4d-ba84-5a75db17e694 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_with_invalid_rule [1.957409s] ... ok {9} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_bad_session_persistence [0.613988s] ... ok {4} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_listeners_same_port [1.138663s] ... ok 2018-09-14 10:25:34.784 2260 INFO oslo_db.sqlalchemy.provision [req-fff04628-e151-4f57-b57a-6b8eaaaeb7f2 - - - - -] CREATE BACKEND sqlite:// TOKEN jdwshoqhrp 2018-09-14 10:25:34.944 2260 INFO octavia.common.config [req-fff04628-e151-4f57-b57a-6b8eaaaeb7f2 - - - - -] Logging enabled! 2018-09-14 10:25:34.945 2260 INFO octavia.common.config [req-fff04628-e151-4f57-b57a-6b8eaaaeb7f2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:34.989 2260 WARNING octavia.api.root_controller [req-fff04628-e151-4f57-b57a-6b8eaaaeb7f2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.019 2260 INFO octavia.api.v2.controllers.load_balancer [req-9189d3f5-5128-4809-90ab-5bbbbeeee29e - - - - -] Sending created Load Balancer 01a2256a-1932-4d94-89d8-84e7aeaa533e to the handler 2018-09-14 10:25:35.280 2260 INFO octavia.api.v2.controllers.listener [req-c6c17c66-9294-4225-9683-949d28e3d1a6 - - - - -] Sending Creation of Listener 7a4b9b34-6a10-4c51-b304-a6addc23f62f to handler 2018-09-14 10:25:35.585 2260 INFO octavia.api.v2.controllers.l7policy [req-d4b5cd7e-c871-4992-890d-7c4be029cdd2 - - - - -] Sending Creation of L7Policy fd18e32b-e0c7-4a36-b20b-e73c9aeff749 to handler 2018-09-14 10:25:36.324 2260 INFO octavia.api.v2.controllers.l7rule [req-619cd939-569b-43ce-b6aa-ffca4d5ead9b - - - - -] Sending Creation of L7Rule 93a88a45-88b4-4743-b94f-dd6cbd5e9cca to handler 2018-09-14 10:25:36.788 2260 INFO octavia.api.v2.controllers.load_balancer [req-1822b949-2d76-4899-a8d9-aba45cccbd28 - - - - -] Sending deleted Load Balancer 01a2256a-1932-4d94-89d8-84e7aeaa533e to the handler 2018-09-14 10:25:36.845 2260 INFO octavia.api.v2.controllers.l7rule [req-498ec697-5425-4ea3-aa1b-47971061551b - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:36.872 2260 INFO oslo_db.sqlalchemy.provision [req-498ec697-5425-4ea3-aa1b-47971061551b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.876 2260 INFO oslo_db.sqlalchemy.provision [req-498ec697-5425-4ea3-aa1b-47971061551b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jdwshoqhrp 2018-09-14 10:25:36.876 2260 INFO oslo_db.sqlalchemy.provision [req-498ec697-5425-4ea3-aa1b-47971061551b - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_when_lb_pending_delete [2.098493s] ... ok 2018-09-14 10:25:35.903 2240 INFO oslo_db.sqlalchemy.provision [req-48bd9770-7251-4847-a3f6-08cb806d24b3 - - - - -] CREATE BACKEND sqlite:// TOKEN onrzxsixjo 2018-09-14 10:25:36.065 2240 INFO octavia.common.config [req-48bd9770-7251-4847-a3f6-08cb806d24b3 - - - - -] Logging enabled! 2018-09-14 10:25:36.066 2240 INFO octavia.common.config [req-48bd9770-7251-4847-a3f6-08cb806d24b3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.106 2240 WARNING octavia.api.root_controller [req-48bd9770-7251-4847-a3f6-08cb806d24b3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.132 2240 INFO octavia.api.v2.controllers.load_balancer [req-2c2321b1-9c8c-4217-bc0d-377718d34b80 - - - - -] Sending created Load Balancer 78e096bc-c6ba-423b-8562-03301475382a to the handler 2018-09-14 10:25:36.385 2240 INFO octavia.api.v2.controllers.listener [req-c7081df0-f2e7-45ee-9b62-159db4db4513 - - - - -] Sending Creation of Listener 12b17b7e-db32-41ac-95af-905aed7f6b93 to handler 2018-09-14 10:25:36.660 2240 INFO octavia.api.v2.controllers.pool [req-ce7427ea-a6a6-4fb1-854d-5fb8da53357b - - - - -] Sending Creation of Pool 8c85588e-2f8b-4876-8903-fe8c6d32edd5 to handler 2018-09-14 10:25:37.001 2240 INFO octavia.api.v2.controllers.pool [req-36638793-9114-4dc8-9666-039e0c475fd0 - - - - -] Sending Creation of Pool b2d8bb74-d5c5-4bb7-b044-552311375d52 to handler 2018-09-14 10:25:37.384 2240 INFO octavia.api.v2.controllers.health_monitor [req-cc9cfbe0-eb9e-46f4-81cb-994363ff1da2 - - - - -] Sending Creation of Health Monitor 6e18a18e-c76e-4a68-bb74-4d300f63afed to handler 2018-09-14 10:25:37.983 2240 INFO octavia.api.v2.controllers.health_monitor [req-97cc2d64-3f99-4f5b-81bf-963b84ee98e9 - - - - -] Sending Deletion of Health Monitor for Pool 6e18a18e-c76e-4a68-bb74-4d300f63afed to handler 2018-09-14 10:25:38.233 2240 INFO oslo_db.sqlalchemy.provision [req-cbddccb1-8838-4a68-b479-e8378c4d490d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.237 2240 INFO oslo_db.sqlalchemy.provision [req-cbddccb1-8838-4a68-b479-e8378c4d490d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN onrzxsixjo 2018-09-14 10:25:38.237 2240 INFO oslo_db.sqlalchemy.provision [req-cbddccb1-8838-4a68-b479-e8378c4d490d - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:32.337 2263 INFO oslo_db.sqlalchemy.provision [req-145e0c79-84b3-4818-8f9d-4b9e98b27fcd - - - - -] CREATE BACKEND sqlite:// TOKEN flnqykcdmj 2018-09-14 10:25:32.507 2263 INFO octavia.common.config [req-145e0c79-84b3-4818-8f9d-4b9e98b27fcd - - - - -] Logging enabled! 2018-09-14 10:25:32.508 2263 INFO octavia.common.config [req-145e0c79-84b3-4818-8f9d-4b9e98b27fcd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.549 2263 WARNING octavia.api.root_controller [req-145e0c79-84b3-4818-8f9d-4b9e98b27fcd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.576 2263 INFO octavia.api.v2.controllers.load_balancer [req-a6e83630-e468-4f1e-a59e-1fce63a649ea - - - - -] Sending created Load Balancer dfc71143-1972-4c1a-a09f-69170f943e77 to the handler 2018-09-14 10:25:32.825 2263 INFO octavia.api.v2.controllers.listener [req-5292f0ad-a4ed-4fa0-8ec4-d04809315d17 - - - - -] Sending Creation of Listener 78aa8cd6-aee9-42c9-877e-8a1661932b2e to handler 2018-09-14 10:25:33.116 2263 INFO octavia.api.v2.controllers.pool [req-1c58479a-e067-443d-a256-ed13bf369dd6 - - - - -] Sending Creation of Pool 3daa8b3b-e0cf-4b0e-bea0-f05d2d418e24 to handler 2018-09-14 10:25:33.635 2263 INFO octavia.api.v2.controllers.l7policy [req-de7f0e3f-b9b3-4157-84c3-cc5f23675a7a - - - - -] Sending Creation of L7Policy fff91529-3d80-40d1-af1c-4d0c9fe4bfaa to handler 2018-09-14 10:25:34.217 2263 INFO octavia.api.v2.controllers.l7policy [req-b32034c3-aeac-4b5d-84e0-489a00d84c8b - - - - -] Sending Deletion of L7Policy fff91529-3d80-40d1-af1c-4d0c9fe4bfaa to handler 2018-09-14 10:25:34.389 2263 INFO oslo_db.sqlalchemy.provision [req-144dafbb-68b3-4081-bfaf-64195685e4a5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.393 2263 INFO oslo_db.sqlalchemy.provision [req-144dafbb-68b3-4081-bfaf-64195685e4a5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN flnqykcdmj 2018-09-14 10:25:34.394 2263 INFO oslo_db.sqlalchemy.provision [req-144dafbb-68b3-4081-bfaf-64195685e4a5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_with_bad_handler [2.064307s] ... ok 2018-09-14 10:25:31.909 2247 INFO oslo_db.sqlalchemy.provision [req-71218b95-584c-4aab-9911-641e7238aaa1 - - - - -] CREATE BACKEND sqlite:// TOKEN xjzfovwrbi 2018-09-14 10:25:32.167 2247 INFO octavia.common.config [req-71218b95-584c-4aab-9911-641e7238aaa1 - - - - -] Logging enabled! 2018-09-14 10:25:32.168 2247 INFO octavia.common.config [req-71218b95-584c-4aab-9911-641e7238aaa1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.210 2247 WARNING octavia.api.root_controller [req-71218b95-584c-4aab-9911-641e7238aaa1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.231 2247 INFO octavia.api.v1.controllers.load_balancer [req-f3fc9020-ebb5-4c21-83a4-f380d04548b8 - - - - -] Sending created Load Balancer e7370cf6-3376-4f01-a69b-19a666387467 to the handler 2018-09-14 10:25:32.393 2247 INFO octavia.api.v1.controllers.listener [req-1dd8a53a-acfb-4f8e-a94b-bbe2dc85b272 - - - - -] Sending Creation of Listener 096cbfad-b620-4bac-871a-88fea66d7767 to handler 2018-09-14 10:25:32.656 2247 INFO octavia.api.v1.controllers.pool [req-7ccceca1-5d36-43c5-8dbb-e4979239ccc0 - - - - -] Sending Creation of Pool fb46cc65-8d2b-498a-bb02-646f37725522 to handler 2018-09-14 10:25:33.032 2247 INFO oslo_db.sqlalchemy.provision [req-393415f5-b1a2-43c6-946f-e4e3ad8bd27f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.037 2247 INFO oslo_db.sqlalchemy.provision [req-393415f5-b1a2-43c6-946f-e4e3ad8bd27f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xjzfovwrbi 2018-09-14 10:25:33.038 2247 INFO oslo_db.sqlalchemy.provision [req-393415f5-b1a2-43c6-946f-e4e3ad8bd27f - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v1.test_pool.TestPool.test_create [1.136859s] ... ok 2018-09-14 10:25:34.124 2250 INFO oslo_db.sqlalchemy.provision [req-d1188bac-e89d-47f6-9816-a7ecee4a1c31 - - - - -] CREATE BACKEND sqlite:// TOKEN lqiqxvuznq 2018-09-14 10:25:34.294 2250 INFO octavia.common.config [req-d1188bac-e89d-47f6-9816-a7ecee4a1c31 - - - - -] Logging enabled! 2018-09-14 10:25:34.295 2250 INFO octavia.common.config [req-d1188bac-e89d-47f6-9816-a7ecee4a1c31 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:34.334 2250 WARNING octavia.api.root_controller [req-d1188bac-e89d-47f6-9816-a7ecee4a1c31 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:34.359 2250 INFO octavia.api.v2.controllers.load_balancer [req-46cf14cf-2a37-4283-9291-a28e57db5efe - - - - -] Sending created Load Balancer 9142935f-5e58-4b12-a915-f0d9bcc0587b to the handler 2018-09-14 10:25:34.613 2250 INFO octavia.api.v2.controllers.listener [req-cc8be57d-b54b-4ed9-916f-22bc4eed1cd3 - - - - -] Sending Creation of Listener 63539288-482e-4fa7-b1b2-03c25bdd7486 to handler 2018-09-14 10:25:34.913 2250 INFO octavia.api.v2.controllers.l7policy [req-e47e9136-951a-4d79-8e20-bf99e46a4b16 - - - - -] Sending Creation of L7Policy d37e2041-fea6-4c64-b7f0-4673e3ae8a46 to handler 2018-09-14 10:25:35.556 2250 INFO octavia.api.v2.controllers.l7rule [req-5c7599e4-d54a-4f24-8c8e-e7e0a57dbbbd - - - - -] Sending Creation of L7Rule 4b2f03f0-ab4e-4b28-ba68-b180bb310c5f to handler 2018-09-14 10:25:35.997 2250 INFO oslo_db.sqlalchemy.provision [req-482325ff-a66a-4f4f-bfc6-f543f8d6914d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.001 2250 INFO oslo_db.sqlalchemy.provision [req-482325ff-a66a-4f4f-bfc6-f543f8d6914d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lqiqxvuznq 2018-09-14 10:25:36.001 2250 INFO oslo_db.sqlalchemy.provision [req-482325ff-a66a-4f4f-bfc6-f543f8d6914d - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_hides_deleted [1.884133s] ... ok {6} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_http_monitor_with_url_path [1.806325s] ... ok 2018-09-14 10:25:32.294 2255 INFO oslo_db.sqlalchemy.provision [req-84ee90b0-2fc7-4c32-9461-e3c2bf4c5816 - - - - -] CREATE BACKEND sqlite:// TOKEN izapvwlyqq 2018-09-14 10:25:32.454 2255 INFO octavia.common.config [req-84ee90b0-2fc7-4c32-9461-e3c2bf4c5816 - - - - -] Logging enabled! 2018-09-14 10:25:32.455 2255 INFO octavia.common.config [req-84ee90b0-2fc7-4c32-9461-e3c2bf4c5816 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.494 2255 WARNING octavia.api.root_controller [req-84ee90b0-2fc7-4c32-9461-e3c2bf4c5816 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.515 2255 INFO octavia.api.v1.controllers.load_balancer [req-97e37f39-107b-451b-b19a-3cf7450363ad - - - - -] Sending created Load Balancer 24cd0313-442e-4dff-aaf9-caac18cc1342 to the handler 2018-09-14 10:25:32.702 2255 INFO octavia.api.v1.controllers.listener [req-9825a0b5-f78d-4c3e-a6c0-684ca6b3d334 - - - - -] Sending Creation of Listener e856df34-8e1e-4e7a-b190-174dc97ae7be to handler 2018-09-14 10:25:32.901 2255 INFO octavia.api.v1.controllers.pool [req-095e43a6-8b9d-412c-b51f-10bd9e615a53 - - - - -] Sending Creation of Pool 97485882-78fb-434a-bc97-a0ae38bc5d40 to handler 2018-09-14 10:25:33.197 2255 INFO octavia.api.v1.controllers.pool [req-7b7a92f9-c82d-4874-b69a-9854d642b25d - - - - -] Sending Creation of Pool f6db5a89-e2b7-4e42-bbd6-0a68fb7b158b to handler 2018-09-14 10:25:33.670 2255 INFO octavia.api.v1.controllers.member [req-f93fa1b7-974d-4e46-9d29-8da258539512 - - - - -] Sending Creation of Member b2e821af-bf60-41f4-a0f8-19faf2c32cc1 to handler 2018-09-14 10:25:33.743 2255 INFO oslo_db.sqlalchemy.provision [req-eafb0324-5530-46cb-af14-1bd10b845fea - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.747 2255 INFO oslo_db.sqlalchemy.provision [req-eafb0324-5530-46cb-af14-1bd10b845fea - - - - -] DROP BACKEND Engine(sqlite://) TOKEN izapvwlyqq 2018-09-14 10:25:33.748 2255 INFO oslo_db.sqlalchemy.provision [req-eafb0324-5530-46cb-af14-1bd10b845fea - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v1.test_member.TestMember.test_bad_update [1.461783s] ... ok 2018-09-14 10:25:30.722 2256 INFO oslo_db.sqlalchemy.provision [req-484cc9ce-742d-4c3b-865f-03b05cbed2c7 - - - - -] CREATE BACKEND sqlite:// TOKEN zejlltljzw 2018-09-14 10:25:30.890 2256 INFO octavia.common.config [req-484cc9ce-742d-4c3b-865f-03b05cbed2c7 - - - - -] Logging enabled! 2018-09-14 10:25:30.891 2256 INFO octavia.common.config [req-484cc9ce-742d-4c3b-865f-03b05cbed2c7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.228 2256 WARNING octavia.api.root_controller [req-484cc9ce-742d-4c3b-865f-03b05cbed2c7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.295 2256 INFO octavia.api.v2.controllers.load_balancer [req-1f75c869-82b9-417e-bcab-e1f87d778da0 - - - - -] Sending created Load Balancer b70a0f94-b7fb-4f9b-adbb-1227959a0f8e to the handler 2018-09-14 10:25:31.862 2256 INFO oslo_db.sqlalchemy.provision [req-42a823c0-a5c1-4cfd-85da-b21c3388326b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.879 2256 INFO oslo_db.sqlalchemy.provision [req-42a823c0-a5c1-4cfd-85da-b21c3388326b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zejlltljzw 2018-09-14 10:25:31.879 2256 INFO oslo_db.sqlalchemy.provision [req-42a823c0-a5c1-4cfd-85da-b21c3388326b - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:33.527 2262 INFO oslo_db.sqlalchemy.provision [req-4bf772e2-216b-44d5-9365-177ad2cd3633 - - - - -] CREATE BACKEND sqlite:// TOKEN vgdphgsozv 2018-09-14 10:25:33.692 2262 INFO octavia.common.config [req-4bf772e2-216b-44d5-9365-177ad2cd3633 - - - - -] Logging enabled! 2018-09-14 10:25:33.693 2262 INFO octavia.common.config [req-4bf772e2-216b-44d5-9365-177ad2cd3633 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:33.732 2262 WARNING octavia.api.root_controller [req-4bf772e2-216b-44d5-9365-177ad2cd3633 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:33.753 2262 INFO octavia.api.v1.controllers.load_balancer [req-1b4c9b77-d6aa-441a-b498-c9a9b9309fae - - - - -] Sending created Load Balancer e241c920-3b9b-4839-b562-eb3e1fb61e34 to the handler 2018-09-14 10:25:33.914 2262 INFO octavia.api.v1.controllers.listener [req-3c127ee1-b476-4255-be78-9dddc5867126 - - - - -] Sending Creation of Listener cb3c265c-75ca-45d0-8b5f-36b87059014e to handler 2018-09-14 10:25:34.188 2262 INFO oslo_db.sqlalchemy.provision [req-e5232fd4-6e06-4624-83ce-951d07b5510b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.191 2262 INFO oslo_db.sqlalchemy.provision [req-e5232fd4-6e06-4624-83ce-951d07b5510b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vgdphgsozv 2018-09-14 10:25:34.192 2262 INFO oslo_db.sqlalchemy.provision [req-e5232fd4-6e06-4624-83ce-951d07b5510b - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v1.test_pool.TestPool.test_bad_create [0.671610s] ... ok 2018-09-14 10:25:40.042 2246 INFO octavia.api.v1.controllers.l7rule [req-cd5ecf41-0964-4578-bd34-ae97943c78d4 - - - - -] Sending Creation of L7Rule 452b37b7-29bd-4cc0-a94f-8b8c5afddc04 to handler 2018-09-14 10:25:40.394 2246 INFO octavia.api.v1.controllers.l7rule [req-881391cb-a546-42ec-86b7-cc490b62a8a4 - - - - -] Sending Creation of L7Rule 4547d458-dd43-4a58-9a67-3f98613dca46 to handler 2018-09-14 10:25:40.739 2246 INFO octavia.api.v1.controllers.l7rule [req-4de5132a-66a9-44d9-a53b-c09ed642c2ba - - - - -] Sending Creation of L7Rule 359ba748-29b1-4bb6-89af-819bb984c5f6 to handler {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_with_bad_handler [2.341497s] ... ok 2018-09-14 10:25:36.266 2265 INFO oslo_db.sqlalchemy.provision [req-8ed2898c-9f9e-46eb-b2e4-492a7e1227a0 - - - - -] CREATE BACKEND sqlite:// TOKEN mtbizfwenv 2018-09-14 10:25:36.429 2265 INFO octavia.common.config [req-8ed2898c-9f9e-46eb-b2e4-492a7e1227a0 - - - - -] Logging enabled! 2018-09-14 10:25:36.429 2265 INFO octavia.common.config [req-8ed2898c-9f9e-46eb-b2e4-492a7e1227a0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.468 2265 WARNING octavia.api.root_controller [req-8ed2898c-9f9e-46eb-b2e4-492a7e1227a0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.494 2265 INFO octavia.api.v2.controllers.load_balancer [req-be2e7d35-89cb-4c60-8728-0d6a74241b22 - - - - -] Sending created Load Balancer 1ea75bd5-5a1f-415d-8215-d22c881300bb to the handler 2018-09-14 10:25:37.318 2265 INFO oslo_db.sqlalchemy.provision [req-24a59bd8-d9e5-482a-885b-265cb14f6290 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:37.322 2265 INFO oslo_db.sqlalchemy.provision [req-24a59bd8-d9e5-482a-885b-265cb14f6290 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mtbizfwenv 2018-09-14 10:25:37.323 2265 INFO oslo_db.sqlalchemy.provision [req-24a59bd8-d9e5-482a-885b-265cb14f6290 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_limited [1.063245s] ... ok 2018-09-14 10:25:37.046 2244 INFO oslo_db.sqlalchemy.provision [req-bb38dca5-5d10-4d16-8792-b58a3f33f668 - - - - -] CREATE BACKEND sqlite:// TOKEN xugyqovael 2018-09-14 10:25:37.215 2244 INFO octavia.common.config [req-bb38dca5-5d10-4d16-8792-b58a3f33f668 - - - - -] Logging enabled! 2018-09-14 10:25:37.215 2244 INFO octavia.common.config [req-bb38dca5-5d10-4d16-8792-b58a3f33f668 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:37.254 2244 WARNING octavia.api.root_controller [req-bb38dca5-5d10-4d16-8792-b58a3f33f668 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:37.281 2244 INFO octavia.api.v2.controllers.load_balancer [req-53d36d3d-4776-4aa2-9efb-f8cd0eeca623 - - - - -] Sending created Load Balancer 71ce6038-7a9b-44a4-9e94-d2eac1d6ec34 to the handler 2018-09-14 10:25:37.673 2244 INFO octavia.api.v2.controllers.listener [req-3d2caf13-5dad-4e24-a97f-ea86f21935b0 - - - - -] Sending Creation of Listener 684f1923-57a7-4630-bfd0-d1b644f15b5a to handler 2018-09-14 10:25:37.976 2244 INFO octavia.api.v2.controllers.l7policy [req-d9323420-d6ed-44c3-8ff9-f2442dbdd435 - - - - -] Sending Creation of L7Policy 351cf717-7e4f-4ddf-bd7f-71d7efc0cb8e to handler 2018-09-14 10:25:38.426 2244 ERROR octavia.api.v2.controllers.base [req-735d92df-a280-4bc2-bc18-b84ccb498ba0 - - - - -] L7 Rule 976965cd-40c9-4a92-8d87-5b8ca0ed7456 not found: None 2018-09-14 10:25:38.426 2244 ERROR octavia.api.v2.controllers.base None 2018-09-14 10:25:38.426 2244 ERROR octavia.api.v2.controllers.base 2018-09-14 10:25:38.452 2244 INFO oslo_db.sqlalchemy.provision [req-735d92df-a280-4bc2-bc18-b84ccb498ba0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.456 2244 INFO oslo_db.sqlalchemy.provision [req-735d92df-a280-4bc2-bc18-b84ccb498ba0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xugyqovael 2018-09-14 10:25:38.456 2244 INFO oslo_db.sqlalchemy.provision [req-735d92df-a280-4bc2-bc18-b84ccb498ba0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_delete [1.416916s] ... ok {13} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_invalid_vip_network_subnet [0.252443s] ... ok 2018-09-14 10:25:33.209 2249 INFO oslo_db.sqlalchemy.provision [req-70981520-3a2b-4f4c-bc83-46a4ad1b47f7 - - - - -] CREATE BACKEND sqlite:// TOKEN ikbysnzmdh 2018-09-14 10:25:33.374 2249 INFO octavia.common.config [req-70981520-3a2b-4f4c-bc83-46a4ad1b47f7 - - - - -] Logging enabled! 2018-09-14 10:25:33.375 2249 INFO octavia.common.config [req-70981520-3a2b-4f4c-bc83-46a4ad1b47f7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:33.414 2249 WARNING octavia.api.root_controller [req-70981520-3a2b-4f4c-bc83-46a4ad1b47f7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:33.446 2249 INFO octavia.api.v2.controllers.load_balancer [req-9d0cfa0a-8eb4-4ed1-8b52-828f8b49c03d - - - - -] Sending created Load Balancer 7154ff63-21c7-4bc4-9460-395d6c969cd4 to the handler 2018-09-14 10:25:33.896 2249 INFO octavia.api.v2.controllers.listener [req-e5df1e49-15df-465c-9af1-38ab196d21b6 - - - - -] Sending Creation of Listener 40189dea-ac00-4e5a-913d-b98b0493245e to handler 2018-09-14 10:25:34.178 2249 INFO octavia.api.v2.controllers.pool [req-3f8ba452-8f2f-4b7a-8767-08756e0f7d8a - - - - -] Sending Creation of Pool a9b60f45-8510-4ef0-8685-a7079f040646 to handler 2018-09-14 10:25:34.533 2249 INFO octavia.api.v2.controllers.pool [req-a9b16fae-4bfb-4e14-a7a3-7d3d71ebba02 - - - - -] Sending Creation of Pool 1abd12d5-0f49-476e-ae8a-7a0101da05cf to handler 2018-09-14 10:25:34.911 2249 INFO octavia.api.v2.controllers.health_monitor [req-8b09abe7-8545-4de5-8409-c1f5e4960f5f - - - - -] Sending Creation of Health Monitor 2df57f44-2548-4ee0-94b2-99fe49c9ba4e to handler 2018-09-14 10:25:34.980 2249 INFO oslo_db.sqlalchemy.provision [req-8b09abe7-8545-4de5-8409-c1f5e4960f5f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.984 2249 INFO oslo_db.sqlalchemy.provision [req-8b09abe7-8545-4de5-8409-c1f5e4960f5f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ikbysnzmdh 2018-09-14 10:25:34.985 2249 INFO oslo_db.sqlalchemy.provision [req-8b09abe7-8545-4de5-8409-c1f5e4960f5f - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_with_project_id_is_ignored [1.783702s] ... ok 2018-09-14 10:25:33.073 2261 INFO oslo_db.sqlalchemy.provision [req-8124cd37-bff7-400e-a7b0-3e423de6a5f0 - - - - -] CREATE BACKEND sqlite:// TOKEN afbfowbntg 2018-09-14 10:25:33.249 2261 INFO octavia.common.config [req-8124cd37-bff7-400e-a7b0-3e423de6a5f0 - - - - -] Logging enabled! 2018-09-14 10:25:33.250 2261 INFO octavia.common.config [req-8124cd37-bff7-400e-a7b0-3e423de6a5f0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:33.285 2261 WARNING octavia.api.root_controller [req-8124cd37-bff7-400e-a7b0-3e423de6a5f0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:33.305 2261 INFO octavia.api.v1.controllers.load_balancer [req-92918a49-04bd-41e7-9dde-a9f89f43c895 - - - - -] Sending created Load Balancer ca1761c7-6729-48cb-bd69-ba0d1e9fc5d2 to the handler 2018-09-14 10:25:33.474 2261 INFO octavia.api.v1.controllers.listener [req-e3a56d49-35db-4f65-845e-b35029ea6ec9 - - - - -] Sending Creation of Listener d1e11680-265c-4ede-81a5-ec486c10f3d4 to handler 2018-09-14 10:25:33.702 2261 INFO octavia.api.v1.controllers.pool [req-900fef1f-0dcc-4c9f-aa7c-bdcffe30a9bc - - - - -] Sending Creation of Pool 17d63a14-1dbd-48e5-81ec-7b7658cf2cdb to handler 2018-09-14 10:25:33.829 2261 INFO oslo_db.sqlalchemy.provision [req-0a095974-9a26-45d7-900b-2e1b0f69818f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.833 2261 INFO oslo_db.sqlalchemy.provision [req-0a095974-9a26-45d7-900b-2e1b0f69818f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN afbfowbntg 2018-09-14 10:25:33.834 2261 INFO oslo_db.sqlalchemy.provision [req-0a095974-9a26-45d7-900b-2e1b0f69818f - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_sans_listener [0.767807s] ... ok 2018-09-14 10:25:32.952 2269 INFO oslo_db.sqlalchemy.provision [req-5e340809-e4bd-4d64-ba0c-0c4176f9b105 - - - - -] CREATE BACKEND sqlite:// TOKEN vrjfydbnxn 2018-09-14 10:25:33.152 2269 INFO octavia.common.config [req-5e340809-e4bd-4d64-ba0c-0c4176f9b105 - - - - -] Logging enabled! 2018-09-14 10:25:33.153 2269 INFO octavia.common.config [req-5e340809-e4bd-4d64-ba0c-0c4176f9b105 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:33.202 2269 WARNING octavia.api.root_controller [req-5e340809-e4bd-4d64-ba0c-0c4176f9b105 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:33.214 2269 ERROR octavia.api.v1.controllers.base [req-a64d89b0-4697-4d64-8fe8-d37eddbfe936 - - - - -] Load Balancer bad_uuid not found: None 2018-09-14 10:25:33.214 2269 ERROR octavia.api.v1.controllers.base None 2018-09-14 10:25:33.214 2269 ERROR octavia.api.v1.controllers.base 2018-09-14 10:25:33.253 2269 INFO oslo_db.sqlalchemy.provision [req-a64d89b0-4697-4d64-8fe8-d37eddbfe936 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.259 2269 INFO oslo_db.sqlalchemy.provision [req-a64d89b0-4697-4d64-8fe8-d37eddbfe936 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vrjfydbnxn 2018-09-14 10:25:33.260 2269 INFO oslo_db.sqlalchemy.provision [req-a64d89b0-4697-4d64-8fe8-d37eddbfe936 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_bad_lb_id [0.329075s] ... ok 2018-09-14 10:25:31.863 2254 INFO oslo_db.sqlalchemy.provision [req-7ca5e5c3-8186-4e90-9957-10eb2cccfe23 - - - - -] CREATE BACKEND sqlite:// TOKEN bocvhfakbc 2018-09-14 10:25:32.024 2254 INFO octavia.common.config [req-7ca5e5c3-8186-4e90-9957-10eb2cccfe23 - - - - -] Logging enabled! 2018-09-14 10:25:32.025 2254 INFO octavia.common.config [req-7ca5e5c3-8186-4e90-9957-10eb2cccfe23 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.066 2254 WARNING octavia.api.root_controller [req-7ca5e5c3-8186-4e90-9957-10eb2cccfe23 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.090 2254 INFO octavia.api.v1.controllers.load_balancer [req-ceb94e58-3ad2-4d9a-b925-dd68754e3b7f - - - - -] Sending created Load Balancer 9b613cc7-a6d7-428f-a6af-0dc78a003f2a to the handler 2018-09-14 10:25:32.259 2254 INFO octavia.api.v1.controllers.listener [req-7fdb8b6f-53a0-40d3-b2fa-dfe1b0ca11fe - - - - -] Sending Creation of Listener d2b2dbb4-c3f2-4d21-b37e-191147fe76c4 to handler 2018-09-14 10:25:32.456 2254 INFO octavia.api.v1.controllers.pool [req-72c4cc68-045d-44ab-a650-5e2c184acc41 - - - - -] Sending Creation of Pool 9fce4808-49d8-4ddb-9e44-3372e415ea7e to handler 2018-09-14 10:25:32.750 2254 INFO octavia.api.v1.controllers.pool [req-2a756a90-f9d3-4664-93e6-15a92ba64a92 - - - - -] Sending Creation of Pool 3e6e3b2a-cbae-4ebf-93a6-ca873c30392d to handler 2018-09-14 10:25:33.096 2254 INFO octavia.api.v1.controllers.member [req-a3feaaab-c02c-4025-8b6a-ada4d8a1c20a - - - - -] Sending Creation of Member dd7c67d9-c3f8-428b-b89a-9723284977a1 to handler 2018-09-14 10:25:33.128 2254 INFO oslo_db.sqlalchemy.provision [req-a3feaaab-c02c-4025-8b6a-ada4d8a1c20a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.132 2254 INFO oslo_db.sqlalchemy.provision [req-a3feaaab-c02c-4025-8b6a-ada4d8a1c20a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bocvhfakbc 2018-09-14 10:25:33.133 2254 INFO oslo_db.sqlalchemy.provision [req-a3feaaab-c02c-4025-8b6a-ada4d8a1c20a - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_valid_subnet [1.275841s] ... ok {18} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_limited [4.008414s] ... ok 2018-09-14 10:25:34.817 2267 INFO oslo_db.sqlalchemy.provision [req-9990946d-4607-433c-a0b0-702e036cb10f - - - - -] CREATE BACKEND sqlite:// TOKEN gcdsvcmiwt 2018-09-14 10:25:35.005 2267 INFO octavia.common.config [req-9990946d-4607-433c-a0b0-702e036cb10f - - - - -] Logging enabled! 2018-09-14 10:25:35.006 2267 INFO octavia.common.config [req-9990946d-4607-433c-a0b0-702e036cb10f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.046 2267 WARNING octavia.api.root_controller [req-9990946d-4607-433c-a0b0-702e036cb10f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.073 2267 INFO octavia.api.v2.controllers.load_balancer [req-02202cd6-af94-405c-bec6-b900487e5f4f - - - - -] Sending created Load Balancer e3f7252a-cfc9-43c7-94e1-45f211ae9a71 to the handler 2018-09-14 10:25:35.339 2267 INFO octavia.api.v2.controllers.listener [req-55bd3db0-2fb0-46f0-9dfb-28d8b0ab442e - - - - -] Sending Creation of Listener bbd92ded-9859-470e-93df-ff75c8ee8c03 to handler 2018-09-14 10:25:35.653 2267 INFO octavia.api.v2.controllers.pool [req-51952cf3-23eb-4cc1-ad9e-2156e89db7d3 - - - - -] Sending Creation of Pool a3960d43-8d3c-47a1-89b4-6edcacd06be5 to handler 2018-09-14 10:25:36.157 2267 INFO octavia.api.v2.controllers.l7policy [req-465bc16a-ea31-4d8e-bcd1-1bf0d0ecf1ae - - - - -] Sending Creation of L7Policy 8e98af63-2f04-4e05-8990-c4e734ad46ad to handler 2018-09-14 10:25:36.332 2267 INFO oslo_db.sqlalchemy.provision [req-13f89251-12b9-4649-adcc-db8c1c107cf3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.335 2267 INFO oslo_db.sqlalchemy.provision [req-13f89251-12b9-4649-adcc-db8c1c107cf3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gcdsvcmiwt 2018-09-14 10:25:36.336 2267 INFO oslo_db.sqlalchemy.provision [req-13f89251-12b9-4649-adcc-db8c1c107cf3 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:32.873 2264 INFO oslo_db.sqlalchemy.provision [req-9fe182a9-c31b-4e8e-b9b4-e2f8f4b98fcf - - - - -] CREATE BACKEND sqlite:// TOKEN vsioivzyyw 2018-09-14 10:25:33.047 2264 INFO octavia.common.config [req-9fe182a9-c31b-4e8e-b9b4-e2f8f4b98fcf - - - - -] Logging enabled! 2018-09-14 10:25:33.048 2264 INFO octavia.common.config [req-9fe182a9-c31b-4e8e-b9b4-e2f8f4b98fcf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:33.088 2264 WARNING octavia.api.root_controller [req-9fe182a9-c31b-4e8e-b9b4-e2f8f4b98fcf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:33.111 2264 INFO octavia.api.v1.controllers.load_balancer [req-72ee0476-a3cd-44db-a943-2b57d7b4cdad - - - - -] Sending created Load Balancer cf4cda11-4d2e-4aee-92d1-3028de1c9457 to the handler 2018-09-14 10:25:33.290 2264 INFO octavia.api.v1.controllers.listener [req-7157ee15-c6c8-4eeb-ab85-45b183ab6ce1 - - - - -] Sending Creation of Listener 0c9fb828-63d0-4eb4-b8d0-c7e919a89aab to handler 2018-09-14 10:25:33.469 2264 INFO octavia.api.v1.controllers.pool [req-ed128b1d-d004-4a39-950f-f890744fe702 - - - - -] Sending Creation of Pool d449fca4-6dc6-45bc-acd7-c006a720f4c3 to handler 2018-09-14 10:25:33.926 2264 INFO octavia.api.v1.controllers.pool [req-4bff8675-c6e0-4bb8-b6e2-e4b37f663b0a - - - - -] Sending Creation of Pool ec745421-645f-40a1-bb2c-9fe5fb8c45c4 to handler 2018-09-14 10:25:34.230 2264 INFO octavia.api.v1.controllers.member [req-eacb8815-09bb-4d66-af2f-b87ec2e493fe - - - - -] Sending Creation of Member c88ccdbf-47aa-4c4f-8d4e-8801d5df2c6d to handler 2018-09-14 10:25:34.479 2264 ERROR wsme.api [req-bf52fb50-29d6-43e9-8b14-66d9e1ece71e - - - - -] Server-side error: "New instance with identity key (, (u'c88ccdbf-47aa-4c4f-8d4e-8801d5df2c6d',), 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.0.2/octavia/api/v1/controllers/member.py", line 135, 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.0.2/octavia/api/v1/controllers/member.py", line 122, in post **member_dict) File "/builddir/build/BUILD/octavia-2.0.2/octavia/db/repositories.py", line 63, 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'c88ccdbf-47aa-4c4f-8d4e-8801d5df2c6d',), None) conflicts with persistent instance : FlushError: New instance with identity key (, (u'c88ccdbf-47aa-4c4f-8d4e-8801d5df2c6d',), None) conflicts with persistent instance 2018-09-14 10:25:34.504 2264 INFO oslo_db.sqlalchemy.provision [req-bf52fb50-29d6-43e9-8b14-66d9e1ece71e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.508 2264 INFO oslo_db.sqlalchemy.provision [req-bf52fb50-29d6-43e9-8b14-66d9e1ece71e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vsioivzyyw 2018-09-14 10:25:34.509 2264 INFO oslo_db.sqlalchemy.provision [req-bf52fb50-29d6-43e9-8b14-66d9e1ece71e - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:31.906 2259 INFO oslo_db.sqlalchemy.provision [req-3377a579-2e97-4794-bcf8-9c98243bd19a - - - - -] CREATE BACKEND sqlite:// TOKEN ruxdzswiwn 2018-09-14 10:25:32.068 2259 INFO octavia.common.config [req-3377a579-2e97-4794-bcf8-9c98243bd19a - - - - -] Logging enabled! 2018-09-14 10:25:32.069 2259 INFO octavia.common.config [req-3377a579-2e97-4794-bcf8-9c98243bd19a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.106 2259 WARNING octavia.api.root_controller [req-3377a579-2e97-4794-bcf8-9c98243bd19a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.127 2259 INFO octavia.api.v1.controllers.load_balancer [req-77ac90e4-29d1-4ecb-83cb-3fd389d639b3 - - - - -] Sending created Load Balancer ad8523db-bc87-4447-ab9c-6961d8767f3f to the handler 2018-09-14 10:25:32.304 2259 INFO octavia.api.v1.controllers.listener [req-0e568701-b2c8-44da-90d0-eae8d2d6dcc0 - - - - -] Sending Creation of Listener 0ea56d2a-645e-4786-a45a-d8ea70fdce94 to handler 2018-09-14 10:25:32.503 2259 INFO octavia.api.v1.controllers.pool [req-d6dd4c13-fa4b-4c34-9929-1963e8b128d1 - - - - -] Sending Creation of Pool cf88dedc-b3ee-444b-8ad8-05cfc2301949 to handler 2018-09-14 10:25:32.794 2259 INFO octavia.api.v1.controllers.pool [req-2ee4c690-61fa-44a5-a6d2-f7af4c1b92a3 - - - - -] Sending Creation of Pool 5592628c-09d8-4313-a4bb-a2b1a65edd26 to handler 2018-09-14 10:25:33.107 2259 INFO octavia.api.v1.controllers.member [req-4aad1c6e-38dc-42b6-8ea8-4128ddb60a1f - - - - -] Sending Creation of Member 6bc3344c-9ef1-42fb-9fbb-97c4bb18d360 to handler 2018-09-14 10:25:33.435 2259 INFO octavia.api.v1.controllers.member [req-d400a4d6-9f22-4311-8669-d5cdfb32326a - - - - -] Sending Deletion of Member 6bc3344c-9ef1-42fb-9fbb-97c4bb18d360 to handler 2018-09-14 10:25:33.591 2259 INFO oslo_db.sqlalchemy.provision [req-ac456738-f14f-4eea-a2f4-ec31b18cd948 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.595 2259 INFO oslo_db.sqlalchemy.provision [req-ac456738-f14f-4eea-a2f4-ec31b18cd948 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ruxdzswiwn 2018-09-14 10:25:33.595 2259 INFO oslo_db.sqlalchemy.provision [req-ac456738-f14f-4eea-a2f4-ec31b18cd948 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v1.test_member.TestMember.test_delete_with_bad_handler [1.696561s] ... ok {17} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_not_authorized [1.164001s] ... ok 2018-09-14 10:25:31.652 2251 INFO oslo_db.sqlalchemy.provision [req-bf1fc940-9124-4a78-8d44-7ee3390bcbfe - - - - -] CREATE BACKEND sqlite:// TOKEN xtbqtptehc 2018-09-14 10:25:31.810 2251 INFO octavia.common.config [req-bf1fc940-9124-4a78-8d44-7ee3390bcbfe - - - - -] Logging enabled! 2018-09-14 10:25:31.811 2251 INFO octavia.common.config [req-bf1fc940-9124-4a78-8d44-7ee3390bcbfe - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.849 2251 WARNING octavia.api.root_controller [req-bf1fc940-9124-4a78-8d44-7ee3390bcbfe - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.904 2251 INFO oslo_db.sqlalchemy.provision [req-383aeb43-57f0-4712-9240-b0e40300f233 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:31.908 2251 INFO oslo_db.sqlalchemy.provision [req-383aeb43-57f0-4712-9240-b0e40300f233 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xtbqtptehc 2018-09-14 10:25:31.909 2251 INFO oslo_db.sqlalchemy.provision [req-383aeb43-57f0-4712-9240-b0e40300f233 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_redirect_to_url [1.526752s] ... ok 2018-09-14 10:25:34.848 2239 INFO oslo_db.sqlalchemy.provision [req-9e4f621f-7c22-4f93-9e1e-f2827d0bb393 - - - - -] CREATE BACKEND sqlite:// TOKEN rnqhoqeksb 2018-09-14 10:25:35.024 2239 INFO octavia.common.config [req-9e4f621f-7c22-4f93-9e1e-f2827d0bb393 - - - - -] Logging enabled! 2018-09-14 10:25:35.025 2239 INFO octavia.common.config [req-9e4f621f-7c22-4f93-9e1e-f2827d0bb393 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.069 2239 WARNING octavia.api.root_controller [req-9e4f621f-7c22-4f93-9e1e-f2827d0bb393 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.100 2239 INFO octavia.api.v2.controllers.load_balancer [req-fb5a1b6e-0f84-4963-ad9d-0cdc6f4a200e - - - - -] Sending created Load Balancer fe204d1b-74ae-4d9b-9ec6-d8520c2ffa0f to the handler 2018-09-14 10:25:35.400 2239 INFO octavia.api.v2.controllers.listener [req-67de26eb-3c4f-4102-81de-6ff72a0f1ada - - - - -] Sending Creation of Listener 4d08a1ee-6211-4660-aab2-d9bf9e941771 to handler 2018-09-14 10:25:35.695 2239 INFO octavia.api.v2.controllers.pool [req-a6a72879-0aa5-457b-8698-b118db967756 - - - - -] Sending Creation of Pool d3a047e6-8491-4115-bbbf-ea8b0c30450b to handler 2018-09-14 10:25:36.047 2239 INFO octavia.api.v2.controllers.pool [req-cf2598c2-f86f-4948-9bef-25d376311237 - - - - -] Sending Creation of Pool 6b9f8be8-934c-4ac9-ac39-98874d48b8d1 to handler 2018-09-14 10:25:36.483 2239 INFO octavia.api.v2.controllers.health_monitor [req-f92d628b-c006-4b37-acda-e1e5ffcc2a36 - - - - -] Health Monitor 8bcb2526-24f0-4570-81aa-5dea1dc41eeb was not found 2018-09-14 10:25:36.508 2239 INFO oslo_db.sqlalchemy.provision [req-f92d628b-c006-4b37-acda-e1e5ffcc2a36 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.512 2239 INFO oslo_db.sqlalchemy.provision [req-f92d628b-c006-4b37-acda-e1e5ffcc2a36 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rnqhoqeksb 2018-09-14 10:25:36.512 2239 INFO oslo_db.sqlalchemy.provision [req-f92d628b-c006-4b37-acda-e1e5ffcc2a36 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_duplicate_id [1.642514s] ... ok 2018-09-14 10:25:41.073 2246 INFO octavia.api.v1.controllers.l7rule [req-d4e07e14-01ec-42a8-bd8d-f4c8555a62cd - - - - -] Sending Creation of L7Rule 2f3d65ac-6927-4528-a133-0d638a5c49bd to handler 2018-09-14 10:25:31.612 2248 INFO oslo_db.sqlalchemy.provision [req-31cbf7c6-b7fb-4150-a537-8d793de303f9 - - - - -] CREATE BACKEND sqlite:// TOKEN pgxoaeozmo 2018-09-14 10:25:31.773 2248 INFO octavia.common.config [req-31cbf7c6-b7fb-4150-a537-8d793de303f9 - - - - -] Logging enabled! 2018-09-14 10:25:31.774 2248 INFO octavia.common.config [req-31cbf7c6-b7fb-4150-a537-8d793de303f9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:31.812 2248 WARNING octavia.api.root_controller [req-31cbf7c6-b7fb-4150-a537-8d793de303f9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:31.843 2248 INFO octavia.api.v2.controllers.load_balancer [req-d4c8cfa5-2e87-47ef-8e4b-c82243202cf7 - - - - -] Sending created Load Balancer 08582bba-59f9-482f-9f93-b15f4a33ab33 to the handler 2018-09-14 10:25:32.132 2248 INFO oslo_db.sqlalchemy.provision [req-b9440d84-93cc-4037-a786-1f012be8e73b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:32.136 2248 INFO oslo_db.sqlalchemy.provision [req-b9440d84-93cc-4037-a786-1f012be8e73b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pgxoaeozmo 2018-09-14 10:25:32.136 2248 INFO oslo_db.sqlalchemy.provision [req-b9440d84-93cc-4037-a786-1f012be8e73b - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get [0.531813s] ... ok {12} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_custom_quotas [0.262830s] ... ok {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_bad_get [1.671010s] ... ok 2018-09-14 10:25:37.237 2270 INFO oslo_db.sqlalchemy.provision [req-acff5e8a-e6d0-4612-a64c-9664dfe76179 - - - - -] CREATE BACKEND sqlite:// TOKEN evydsezmph 2018-09-14 10:25:37.411 2270 INFO octavia.common.config [req-acff5e8a-e6d0-4612-a64c-9664dfe76179 - - - - -] Logging enabled! 2018-09-14 10:25:37.412 2270 INFO octavia.common.config [req-acff5e8a-e6d0-4612-a64c-9664dfe76179 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:37.456 2270 WARNING octavia.api.root_controller [req-acff5e8a-e6d0-4612-a64c-9664dfe76179 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:37.483 2270 INFO octavia.api.v2.controllers.load_balancer [req-9b5f1a3c-361f-43f9-83ef-487ab25db6a3 - - - - -] Sending created Load Balancer ed8be2f9-7d3d-44e0-9d29-0f67b2978382 to the handler 2018-09-14 10:25:37.916 2270 INFO octavia.api.v2.controllers.pool [req-a5288f47-70be-44b9-8605-5ed99f4759f1 - - - - -] Sending Creation of Pool 5c3bb337-1ee5-4701-8c35-5ac5a385cc4d to handler 2018-09-14 10:25:38.229 2270 INFO octavia.api.v2.controllers.listener [req-13066daa-ef04-4434-99cf-9428159556a7 - - - - -] Sending Creation of Listener 808678d1-69d7-4060-934c-d703d83dd79e to handler 2018-09-14 10:25:38.601 2270 INFO octavia.api.v2.controllers.listener [req-a4e193a5-5c5f-46e3-ae3f-bfc2d9a4cda5 - - - - -] Sending Creation of Listener 97c90efe-fe61-4f1c-89a5-4943a80b08bf to handler 2018-09-14 10:25:38.665 2270 INFO oslo_db.sqlalchemy.provision [req-a4e193a5-5c5f-46e3-ae3f-bfc2d9a4cda5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.668 2270 INFO oslo_db.sqlalchemy.provision [req-a4e193a5-5c5f-46e3-ae3f-bfc2d9a4cda5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN evydsezmph 2018-09-14 10:25:38.669 2270 INFO oslo_db.sqlalchemy.provision [req-a4e193a5-5c5f-46e3-ae3f-bfc2d9a4cda5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_shared_default_pool_id [1.438209s] ... ok 2018-09-14 10:25:33.201 2253 INFO oslo_db.sqlalchemy.provision [req-67482eb5-767b-4b8e-8518-f5a69fbd00cb - - - - -] CREATE BACKEND sqlite:// TOKEN avhphpzwlt 2018-09-14 10:25:33.377 2253 INFO octavia.common.config [req-67482eb5-767b-4b8e-8518-f5a69fbd00cb - - - - -] Logging enabled! 2018-09-14 10:25:33.378 2253 INFO octavia.common.config [req-67482eb5-767b-4b8e-8518-f5a69fbd00cb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:33.427 2253 WARNING octavia.api.root_controller [req-67482eb5-767b-4b8e-8518-f5a69fbd00cb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:33.459 2253 INFO octavia.api.v1.controllers.load_balancer [req-5be93c8a-d2be-435b-9b96-7808806f4110 - - - - -] Sending created Load Balancer 840a93b8-60a4-4d3d-b889-63130e4d2ee9 to the handler 2018-09-14 10:25:33.655 2253 INFO octavia.api.v1.controllers.listener [req-bf07fedb-9078-4c82-ada4-a39b1f29b118 - - - - -] Sending Creation of Listener c1f493cc-54ed-4da7-b5e8-7c7848922422 to handler 2018-09-14 10:25:33.943 2253 INFO octavia.api.v1.controllers.pool [req-44c0d1a0-9c83-4243-b8c5-bc756e49f2b7 - - - - -] Sending Creation of Pool b6ad957b-2669-4dbe-bcbc-df74928bb0af to handler 2018-09-14 10:25:34.356 2253 INFO octavia.api.v1.controllers.pool [req-e8c4cbe7-a0d3-4f4c-92e9-3f3f85011d51 - - - - -] Sending Update of Pool b6ad957b-2669-4dbe-bcbc-df74928bb0af to handler 2018-09-14 10:25:34.527 2253 INFO oslo_db.sqlalchemy.provision [req-823ec191-5e1f-48e6-b752-2e32d0034cba - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.531 2253 INFO oslo_db.sqlalchemy.provision [req-823ec191-5e1f-48e6-b752-2e32d0034cba - - - - -] DROP BACKEND Engine(sqlite://) TOKEN avhphpzwlt 2018-09-14 10:25:34.532 2253 INFO oslo_db.sqlalchemy.provision [req-823ec191-5e1f-48e6-b752-2e32d0034cba - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:36.011 2250 INFO oslo_db.sqlalchemy.provision [req-482325ff-a66a-4f4f-bfc6-f543f8d6914d - - - - -] CREATE BACKEND sqlite:// TOKEN lqxgdbzimw 2018-09-14 10:25:36.175 2250 INFO octavia.common.config [req-482325ff-a66a-4f4f-bfc6-f543f8d6914d - - - - -] Logging enabled! 2018-09-14 10:25:36.176 2250 INFO octavia.common.config [req-482325ff-a66a-4f4f-bfc6-f543f8d6914d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.215 2250 WARNING octavia.api.root_controller [req-482325ff-a66a-4f4f-bfc6-f543f8d6914d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.242 2250 INFO octavia.api.v2.controllers.load_balancer [req-9a713a4d-abf3-4aac-981a-5b2fa07d2a5c - - - - -] Sending created Load Balancer 8c01de7d-2ff3-475b-9fc1-6f1bf1ae65e2 to the handler 2018-09-14 10:25:36.497 2250 INFO octavia.api.v2.controllers.pool [req-fce5369b-cbea-410c-a43a-09c1814d75c1 - - - - -] Sending Creation of Pool 183b373d-20c8-4c29-b099-12b1a05300db to handler 2018-09-14 10:25:36.741 2250 INFO octavia.api.v2.controllers.load_balancer [req-d306a039-9e70-493d-8e0a-1403e41a0780 - - - - -] Sending created Load Balancer 6f0f207f-0ccb-42db-b327-2e0d40c15240 to the handler 2018-09-14 10:25:36.988 2250 INFO octavia.api.v2.controllers.listener [req-62720f23-33c4-4465-b2cf-7b0dfeabf0e7 - - - - -] Sending Creation of Listener 2f288710-3779-4695-add9-f806ac0e88a4 to handler 2018-09-14 10:25:37.119 2250 INFO oslo_db.sqlalchemy.provision [req-05014720-c6d2-4edf-b5e4-ed58510451f5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:37.122 2250 INFO oslo_db.sqlalchemy.provision [req-05014720-c6d2-4edf-b5e4-ed58510451f5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lqxgdbzimw 2018-09-14 10:25:37.123 2250 INFO oslo_db.sqlalchemy.provision [req-05014720-c6d2-4edf-b5e4-ed58510451f5 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:35.810 2242 INFO oslo_db.sqlalchemy.provision [req-7cc808f5-bd45-482e-b174-ca65c394e30d - - - - -] CREATE BACKEND sqlite:// TOKEN bgailvargg 2018-09-14 10:25:35.972 2242 INFO octavia.common.config [req-7cc808f5-bd45-482e-b174-ca65c394e30d - - - - -] Logging enabled! 2018-09-14 10:25:35.972 2242 INFO octavia.common.config [req-7cc808f5-bd45-482e-b174-ca65c394e30d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.012 2242 WARNING octavia.api.root_controller [req-7cc808f5-bd45-482e-b174-ca65c394e30d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.047 2242 INFO octavia.api.v2.controllers.load_balancer [req-9729c150-b761-4b84-a4cc-c64c618e6d61 - - - - -] Sending created Load Balancer 5b821a11-cd6e-4b73-a45f-925b3c338e5c to the handler 2018-09-14 10:25:36.314 2242 INFO octavia.api.v2.controllers.listener [req-489434d6-2094-4bff-a75b-2fb4bb5ccac5 - - - - -] Sending Creation of Listener e9554d29-0da8-4fb8-9d57-f6354c1dce00 to handler 2018-09-14 10:25:36.604 2242 INFO octavia.api.v2.controllers.pool [req-84ff8978-8ae8-4cfe-ac71-e49e5e229439 - - - - -] Sending Creation of Pool 6f2bbc8b-e11e-4349-b7f7-f684869f62ee to handler 2018-09-14 10:25:36.968 2242 INFO octavia.api.v2.controllers.pool [req-c849647f-fb41-4e49-bcdb-185f0cf73eb9 - - - - -] Sending Creation of Pool 59eef46a-6f1b-4673-9007-419fb8d221f8 to handler 2018-09-14 10:25:37.366 2242 INFO octavia.api.v2.controllers.health_monitor [req-85a9291e-6f19-4aea-bdf5-9f4cdd10e5ca - - - - -] Sending Creation of Health Monitor 055aed9a-370e-4682-b0aa-bdb46c26f571 to handler 2018-09-14 10:25:37.727 2242 INFO octavia.api.v2.controllers.load_balancer [req-1ddae7c7-c9d2-43dc-8a68-1284f4c1084c - - - - -] Sending updated Load Balancer 5b821a11-cd6e-4b73-a45f-925b3c338e5c to the handler 2018-09-14 10:25:37.830 2242 INFO octavia.api.v2.controllers.health_monitor [req-4fddaadc-e68b-42cb-85b3-f3d488a72945 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:37.855 2242 INFO oslo_db.sqlalchemy.provision [req-4fddaadc-e68b-42cb-85b3-f3d488a72945 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:37.859 2242 INFO oslo_db.sqlalchemy.provision [req-4fddaadc-e68b-42cb-85b3-f3d488a72945 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bgailvargg 2018-09-14 10:25:37.859 2242 INFO oslo_db.sqlalchemy.provision [req-4fddaadc-e68b-42cb-85b3-f3d488a72945 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_with_bad_handler [1.338076s] ... ok 2018-09-14 10:25:35.611 2243 INFO oslo_db.sqlalchemy.provision [req-6053d67a-7397-442f-89e5-5514f1f4d56f - - - - -] CREATE BACKEND sqlite:// TOKEN efqiqipvzr 2018-09-14 10:25:35.945 2243 INFO octavia.common.config [req-6053d67a-7397-442f-89e5-5514f1f4d56f - - - - -] Logging enabled! 2018-09-14 10:25:35.946 2243 INFO octavia.common.config [req-6053d67a-7397-442f-89e5-5514f1f4d56f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.985 2243 WARNING octavia.api.root_controller [req-6053d67a-7397-442f-89e5-5514f1f4d56f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.014 2243 INFO octavia.api.v2.controllers.load_balancer [req-54187415-f10d-4c9a-8998-3e45b6a69c7d - - - - -] Sending created Load Balancer 4a8b1615-7da1-4421-a4b7-56fecf14c251 to the handler 2018-09-14 10:25:36.270 2243 INFO octavia.api.v2.controllers.pool [req-c8f69111-712a-4bb9-8dd1-ae762572ebf8 - - - - -] Sending Creation of Pool 5ad01901-1afb-4f03-9915-13238aca166e to handler 2018-09-14 10:25:36.550 2243 INFO oslo_db.sqlalchemy.provision [req-2b4ac45c-7f6b-415d-9894-fce79b2399d1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.553 2243 INFO oslo_db.sqlalchemy.provision [req-2b4ac45c-7f6b-415d-9894-fce79b2399d1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN efqiqipvzr 2018-09-14 10:25:36.554 2243 INFO oslo_db.sqlalchemy.provision [req-2b4ac45c-7f6b-415d-9894-fce79b2399d1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_over_quota [0.948669s] ... ok 2018-09-14 10:25:39.169 2258 INFO oslo_db.sqlalchemy.provision [req-fe16a06c-66ed-4a4d-ba84-5a75db17e694 - - - - -] CREATE BACKEND sqlite:// TOKEN geoejgkdtc 2018-09-14 10:25:39.331 2258 INFO octavia.common.config [req-fe16a06c-66ed-4a4d-ba84-5a75db17e694 - - - - -] Logging enabled! 2018-09-14 10:25:39.332 2258 INFO octavia.common.config [req-fe16a06c-66ed-4a4d-ba84-5a75db17e694 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.510 2258 WARNING octavia.api.root_controller [req-fe16a06c-66ed-4a4d-ba84-5a75db17e694 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.536 2258 INFO octavia.api.v2.controllers.load_balancer [req-769847f0-8810-4eee-b2c2-f52e73ca6d8a - - - - -] Sending created Load Balancer 0b78abef-d9c4-436b-829a-99e1b8ca5806 to the handler 2018-09-14 10:25:39.799 2258 INFO octavia.api.v2.controllers.pool [req-782fbba7-48e0-4534-af2c-6ab77113533e - - - - -] Sending Creation of Pool 685ba13b-392d-4402-b2d3-c886d342c8dc to handler 2018-09-14 10:25:40.078 2258 INFO octavia.api.v2.controllers.listener [req-7026b540-ed5d-4902-abc4-896daec063db - - - - -] Sending Creation of Listener e6906137-1583-451b-be46-e74a351c05e3 to handler 2018-09-14 10:25:40.470 2258 INFO oslo_db.sqlalchemy.provision [req-391d27f4-e2ba-4d2f-9944-79c0b1979cfd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:40.474 2258 INFO oslo_db.sqlalchemy.provision [req-391d27f4-e2ba-4d2f-9944-79c0b1979cfd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN geoejgkdtc 2018-09-14 10:25:40.475 2258 INFO oslo_db.sqlalchemy.provision [req-391d27f4-e2ba-4d2f-9944-79c0b1979cfd - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_defaults [1.312506s] ... ok 2018-09-14 10:25:41.428 2246 INFO octavia.api.v1.controllers.l7rule [req-550f004c-c37d-4f58-bb78-9768afb6bba7 - - - - -] Sending Creation of L7Rule 528c087a-be0a-4a4a-9362-2b98efcd8274 to handler 2018-09-14 10:25:34.401 2263 INFO oslo_db.sqlalchemy.provision [req-144dafbb-68b3-4081-bfaf-64195685e4a5 - - - - -] CREATE BACKEND sqlite:// TOKEN wmxnsvbdpg 2018-09-14 10:25:34.561 2263 INFO octavia.common.config [req-144dafbb-68b3-4081-bfaf-64195685e4a5 - - - - -] Logging enabled! 2018-09-14 10:25:34.561 2263 INFO octavia.common.config [req-144dafbb-68b3-4081-bfaf-64195685e4a5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:34.602 2263 WARNING octavia.api.root_controller [req-144dafbb-68b3-4081-bfaf-64195685e4a5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:34.629 2263 INFO octavia.api.v2.controllers.load_balancer [req-faa2d327-3652-4b08-b3d7-7ef0df10bfd3 - - - - -] Sending created Load Balancer 1507529e-d7a0-48f1-83bd-46942c686da6 to the handler 2018-09-14 10:25:34.875 2263 INFO octavia.api.v2.controllers.listener [req-55cd4999-1bc7-44c6-9527-0bc477990bd6 - - - - -] Sending Creation of Listener 263c62b1-eae2-4f06-8e4d-0045c03db07f to handler 2018-09-14 10:25:35.161 2263 INFO octavia.api.v2.controllers.pool [req-ee8d85d5-546b-4c77-b03d-393d5f5b1c47 - - - - -] Sending Creation of Pool 5681bb45-87d8-4f46-9970-81c7c5fe78dc to handler 2018-09-14 10:25:35.499 2263 INFO octavia.api.v2.controllers.l7policy [req-b836ce7b-9c8e-4a81-b358-27eae5c2ea1d - - - - -] Sending Creation of L7Policy 7805e360-b968-408d-ad87-e7df106d65ba to handler 2018-09-14 10:25:36.130 2263 INFO oslo_db.sqlalchemy.provision [req-b44524ce-df0f-4db5-93fd-e54cb44cfe88 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.134 2263 INFO oslo_db.sqlalchemy.provision [req-b44524ce-df0f-4db5-93fd-e54cb44cfe88 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wmxnsvbdpg 2018-09-14 10:25:36.135 2263 INFO oslo_db.sqlalchemy.provision [req-b44524ce-df0f-4db5-93fd-e54cb44cfe88 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:34.822 2245 INFO oslo_db.sqlalchemy.provision [req-2b036c31-5b20-4ff1-a014-2eea1d1ec29b - - - - -] CREATE BACKEND sqlite:// TOKEN tszmjeluxi 2018-09-14 10:25:34.992 2245 INFO octavia.common.config [req-2b036c31-5b20-4ff1-a014-2eea1d1ec29b - - - - -] Logging enabled! 2018-09-14 10:25:34.992 2245 INFO octavia.common.config [req-2b036c31-5b20-4ff1-a014-2eea1d1ec29b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.033 2245 WARNING octavia.api.root_controller [req-2b036c31-5b20-4ff1-a014-2eea1d1ec29b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.058 2245 INFO octavia.api.v2.controllers.load_balancer [req-9558cd57-0504-4c95-b2ad-e5ad99c82785 - - - - -] Sending created Load Balancer 9dbea57d-bce8-4147-a613-7635b38b9a1b to the handler 2018-09-14 10:25:35.307 2245 INFO octavia.api.v2.controllers.listener [req-483b0393-c4b9-4b2d-8d97-95679d6c4e91 - - - - -] Sending Creation of Listener a0bb1e90-9082-4f6e-a833-b3458df491ba to handler 2018-09-14 10:25:35.761 2245 INFO octavia.api.v2.controllers.pool [req-875f29fa-4372-4988-b43e-b4152e9ebc05 - - - - -] Sending Creation of Pool 8fb00a58-0a2d-49bb-92e9-527f2098138b to handler 2018-09-14 10:25:36.122 2245 INFO octavia.api.v2.controllers.pool [req-71d3b3ee-c5df-4a0c-8ca0-84d76ba9b241 - - - - -] Sending Creation of Pool e324d2f6-29b3-4919-91f9-83087474adcc to handler 2018-09-14 10:25:36.483 2245 INFO octavia.api.v2.controllers.health_monitor [req-f6f5162a-7bb4-480c-ba03-feb62fdfb76c - - - - -] Sending Creation of Health Monitor a80232c4-736b-49d0-8409-e5a029175708 to handler 2018-09-14 10:25:36.993 2245 INFO oslo_db.sqlalchemy.provision [req-f0bff53b-f7ec-435e-9596-61995baff134 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.997 2245 INFO oslo_db.sqlalchemy.provision [req-f0bff53b-f7ec-435e-9596-61995baff134 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tszmjeluxi 2018-09-14 10:25:36.998 2245 INFO oslo_db.sqlalchemy.provision [req-f0bff53b-f7ec-435e-9596-61995baff134 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_when_lb_pending_update [2.056928s] ... ok 2018-09-14 10:25:33.047 2247 INFO oslo_db.sqlalchemy.provision [req-393415f5-b1a2-43c6-946f-e4e3ad8bd27f - - - - -] CREATE BACKEND sqlite:// TOKEN thtfhstrvn 2018-09-14 10:25:33.220 2247 INFO octavia.common.config [req-393415f5-b1a2-43c6-946f-e4e3ad8bd27f - - - - -] Logging enabled! 2018-09-14 10:25:33.221 2247 INFO octavia.common.config [req-393415f5-b1a2-43c6-946f-e4e3ad8bd27f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:33.266 2247 WARNING octavia.api.root_controller [req-393415f5-b1a2-43c6-946f-e4e3ad8bd27f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:33.291 2247 INFO octavia.api.v1.controllers.load_balancer [req-be1f7b46-e72e-41e8-9007-bd08c1e998a5 - - - - -] Sending created Load Balancer 4d8fecd4-402d-49de-af22-cef7126ffea2 to the handler 2018-09-14 10:25:33.461 2247 INFO octavia.api.v1.controllers.listener [req-23175346-160c-41b7-b0dd-c7843fa42c8c - - - - -] Sending Creation of Listener 2422ffd1-b6f2-47b9-85ec-e100c9a1ec12 to handler 2018-09-14 10:25:33.736 2247 INFO octavia.api.v1.controllers.pool [req-3afb3f94-8cf8-4839-b008-13a470be63a6 - - - - -] Sending Creation of Pool 6064f020-712a-4f2e-84e4-592ec6e53e6e to handler 2018-09-14 10:25:34.148 2247 INFO oslo_db.sqlalchemy.provision [req-2aa4f9ce-9d0b-4159-a85a-0f3a7a354642 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.151 2247 INFO oslo_db.sqlalchemy.provision [req-2aa4f9ce-9d0b-4159-a85a-0f3a7a354642 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN thtfhstrvn 2018-09-14 10:25:34.152 2247 INFO oslo_db.sqlalchemy.provision [req-2aa4f9ce-9d0b-4159-a85a-0f3a7a354642 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_listener.TestListener.test_statistics [1.120603s] ... ok {24} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_not_authorized [1.740154s] ... ok 2018-09-14 10:25:33.770 2255 INFO oslo_db.sqlalchemy.provision [req-eafb0324-5530-46cb-af14-1bd10b845fea - - - - -] CREATE BACKEND sqlite:// TOKEN iarzddddlj 2018-09-14 10:25:33.990 2255 INFO octavia.common.config [req-eafb0324-5530-46cb-af14-1bd10b845fea - - - - -] Logging enabled! 2018-09-14 10:25:33.991 2255 INFO octavia.common.config [req-eafb0324-5530-46cb-af14-1bd10b845fea - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:34.036 2255 WARNING octavia.api.root_controller [req-eafb0324-5530-46cb-af14-1bd10b845fea - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:34.060 2255 INFO octavia.api.v1.controllers.load_balancer [req-20c6897c-dcbc-42df-8a9d-550882c6310f - - - - -] Sending created Load Balancer 0979f109-936f-4da1-a747-df6118b8f7b9 to the handler 2018-09-14 10:25:34.242 2255 INFO octavia.api.v1.controllers.listener [req-1303ca03-bf6d-4c2f-8edb-01a5163c6a71 - - - - -] Sending Creation of Listener 1fd8aa8d-cbf0-497e-940c-16374d457a47 to handler 2018-09-14 10:25:34.448 2255 INFO octavia.api.v1.controllers.pool [req-1136903f-121e-4374-87dd-ceb77c138ac0 - - - - -] Sending Creation of Pool 41782e8a-143c-41cd-9fde-0d6b7562bdc6 to handler 2018-09-14 10:25:34.713 2255 INFO octavia.api.v1.controllers.pool [req-34a4887c-b981-4879-a3f4-4f269c4066fb - - - - -] Sending Creation of Pool 8014646d-0d16-4402-aa23-cfc48beafcb3 to handler 2018-09-14 10:25:34.984 2255 INFO oslo_db.sqlalchemy.provision [req-5a165087-bdf5-43bb-8e2a-af286b55b5d8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.988 2255 INFO oslo_db.sqlalchemy.provision [req-5a165087-bdf5-43bb-8e2a-af286b55b5d8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iarzddddlj 2018-09-14 10:25:34.988 2255 INFO oslo_db.sqlalchemy.provision [req-5a165087-bdf5-43bb-8e2a-af286b55b5d8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_session_persistence [1.112185s] ... ok 2018-09-14 10:25:33.070 2241 INFO oslo_db.sqlalchemy.provision [req-3628cf65-59ac-446c-864a-6c6382d5caad - - - - -] CREATE BACKEND sqlite:// TOKEN hrhwohrmml 2018-09-14 10:25:33.233 2241 INFO octavia.common.config [req-3628cf65-59ac-446c-864a-6c6382d5caad - - - - -] Logging enabled! 2018-09-14 10:25:33.234 2241 INFO octavia.common.config [req-3628cf65-59ac-446c-864a-6c6382d5caad - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:33.273 2241 WARNING octavia.api.root_controller [req-3628cf65-59ac-446c-864a-6c6382d5caad - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:33.295 2241 INFO octavia.api.v1.controllers.load_balancer [req-d0460bbb-269d-40d5-bc96-8ecb0f47d523 - - - - -] Sending created Load Balancer 0cfe7902-8364-4b2b-aad1-11deddba2950 to the handler 2018-09-14 10:25:33.440 2241 INFO octavia.api.v1.controllers.load_balancer [req-11a14255-8268-48b6-9072-c544ea0b6f5a - - - - -] Sending deleted Load Balancer 0cfe7902-8364-4b2b-aad1-11deddba2950 to the handler 2018-09-14 10:25:33.463 2241 INFO octavia.api.v1.controllers.load_balancer [req-a6695d5b-2cd8-40d9-9f8c-1d3523b616ab - - - - -] Load Balancer 0cfe7902-8364-4b2b-aad1-11deddba2950 is immutable. 2018-09-14 10:25:33.500 2241 INFO oslo_db.sqlalchemy.provision [req-a6695d5b-2cd8-40d9-9f8c-1d3523b616ab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.503 2241 INFO oslo_db.sqlalchemy.provision [req-a6695d5b-2cd8-40d9-9f8c-1d3523b616ab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hrhwohrmml 2018-09-14 10:25:33.504 2241 INFO oslo_db.sqlalchemy.provision [req-a6695d5b-2cd8-40d9-9f8c-1d3523b616ab - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_pending_delete [0.440674s] ... ok 2018-09-14 10:25:31.989 2252 INFO oslo_db.sqlalchemy.provision [req-fde95c4b-986b-4f37-88b0-22625d76ea72 - - - - -] CREATE BACKEND sqlite:// TOKEN rvhcscutjd 2018-09-14 10:25:32.151 2252 INFO octavia.common.config [req-fde95c4b-986b-4f37-88b0-22625d76ea72 - - - - -] Logging enabled! 2018-09-14 10:25:32.151 2252 INFO octavia.common.config [req-fde95c4b-986b-4f37-88b0-22625d76ea72 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.192 2252 WARNING octavia.api.root_controller [req-fde95c4b-986b-4f37-88b0-22625d76ea72 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.214 2252 INFO octavia.api.v1.controllers.load_balancer [req-4c6e3d03-4188-44fa-a9af-0f3efb8719d8 - - - - -] Sending created Load Balancer 905efb04-1abc-4d50-aa84-b76d40440559 to the handler 2018-09-14 10:25:32.368 2252 INFO octavia.api.v1.controllers.load_balancer [req-d73a7aaa-4ac5-444c-acd4-069a8ba345d1 - - - - -] Sending deleted Load Balancer 905efb04-1abc-4d50-aa84-b76d40440559 to the handler 2018-09-14 10:25:32.394 2252 INFO oslo_db.sqlalchemy.provision [req-d73a7aaa-4ac5-444c-acd4-069a8ba345d1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:32.398 2252 INFO oslo_db.sqlalchemy.provision [req-d73a7aaa-4ac5-444c-acd4-069a8ba345d1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rvhcscutjd 2018-09-14 10:25:32.398 2252 INFO oslo_db.sqlalchemy.provision [req-d73a7aaa-4ac5-444c-acd4-069a8ba345d1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_with_error_status [0.415371s] ... ok {6} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_sans_listener [2.182131s] ... ok 2018-09-14 10:25:34.199 2262 INFO oslo_db.sqlalchemy.provision [req-e5232fd4-6e06-4624-83ce-951d07b5510b - - - - -] CREATE BACKEND sqlite:// TOKEN pqrbvecgry 2018-09-14 10:25:34.502 2262 INFO octavia.common.config [req-e5232fd4-6e06-4624-83ce-951d07b5510b - - - - -] Logging enabled! 2018-09-14 10:25:34.503 2262 INFO octavia.common.config [req-e5232fd4-6e06-4624-83ce-951d07b5510b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:34.542 2262 WARNING octavia.api.root_controller [req-e5232fd4-6e06-4624-83ce-951d07b5510b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:34.563 2262 INFO octavia.api.v1.controllers.load_balancer [req-56a37b83-0bd9-4979-a22a-05857e7f3e01 - - - - -] Sending created Load Balancer d570ae0e-5c4f-4052-a967-4dcfad76a80b to the handler 2018-09-14 10:25:34.732 2262 INFO octavia.api.v1.controllers.listener [req-ae201fa7-f1e4-4e24-a95f-d5363ac80d73 - - - - -] Sending Creation of Listener 14622c23-2219-48f8-91a7-3cdfd9d26799 to handler 2018-09-14 10:25:34.968 2262 ERROR octavia.api.v1.controllers.base [req-839ec490-791a-478f-8712-5f1e213ee9e8 - - - - -] Listener bad_id not found: None 2018-09-14 10:25:34.968 2262 ERROR octavia.api.v1.controllers.base None 2018-09-14 10:25:34.968 2262 ERROR octavia.api.v1.controllers.base 2018-09-14 10:25:34.994 2262 INFO oslo_db.sqlalchemy.provision [req-839ec490-791a-478f-8712-5f1e213ee9e8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.998 2262 INFO oslo_db.sqlalchemy.provision [req-839ec490-791a-478f-8712-5f1e213ee9e8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pqrbvecgry 2018-09-14 10:25:34.998 2262 INFO oslo_db.sqlalchemy.provision [req-839ec490-791a-478f-8712-5f1e213ee9e8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v1.test_pool.TestPool.test_get_all_with_bad_listener [0.805916s] ... ok 2018-09-14 10:25:38.463 2244 INFO oslo_db.sqlalchemy.provision [req-735d92df-a280-4bc2-bc18-b84ccb498ba0 - - - - -] CREATE BACKEND sqlite:// TOKEN uipkkdhbxz 2018-09-14 10:25:38.625 2244 INFO octavia.common.config [req-735d92df-a280-4bc2-bc18-b84ccb498ba0 - - - - -] Logging enabled! 2018-09-14 10:25:38.626 2244 INFO octavia.common.config [req-735d92df-a280-4bc2-bc18-b84ccb498ba0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:38.664 2244 WARNING octavia.api.root_controller [req-735d92df-a280-4bc2-bc18-b84ccb498ba0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:38.693 2244 INFO octavia.api.v2.controllers.load_balancer [req-ed3bc732-f592-401d-bdb8-3907d5174b7c - - - - -] Sending created Load Balancer 31cbe7d4-e9f4-4e75-ba97-2c21b4548add to the handler 2018-09-14 10:25:38.965 2244 INFO octavia.api.v2.controllers.listener [req-a14a8e10-35ab-47a4-b2b1-6cfdacb3546c - - - - -] Sending Creation of Listener dd237549-9471-492d-9e77-d82aba876b73 to handler 2018-09-14 10:25:39.301 2244 INFO octavia.api.v2.controllers.l7policy [req-1d211c5d-00b2-4f58-98f9-5488dcc2cc50 - - - - -] Sending Creation of L7Policy 1fe96ea4-b4d1-448f-aae8-4c290797e01d to handler 2018-09-14 10:25:40.018 2244 INFO octavia.api.v2.controllers.l7rule [req-6fdd86ff-2bbd-499c-8a2a-042a0b119421 - 33e399c8-5afd-4eed-96f5-cd4d01c92ada - - -] Sending Creation of L7Rule 996e7290-9da9-4e14-b452-0699060ea6b5 to handler 2018-09-14 10:25:40.211 2244 INFO oslo_db.sqlalchemy.provision [req-3dcba9c6-59f9-411a-806c-29ca02652b83 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:40.215 2244 INFO oslo_db.sqlalchemy.provision [req-3dcba9c6-59f9-411a-806c-29ca02652b83 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uipkkdhbxz 2018-09-14 10:25:40.216 2244 INFO oslo_db.sqlalchemy.provision [req-3dcba9c6-59f9-411a-806c-29ca02652b83 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_rule_authorized [1.758947s] ... ok 2018-09-14 10:25:36.037 2266 INFO oslo_db.sqlalchemy.provision [req-1c8790f4-2bf2-437d-a993-35eb765d257c - - - - -] CREATE BACKEND sqlite:// TOKEN pcxnffxloi 2018-09-14 10:25:36.203 2266 INFO octavia.common.config [req-1c8790f4-2bf2-437d-a993-35eb765d257c - - - - -] Logging enabled! 2018-09-14 10:25:36.204 2266 INFO octavia.common.config [req-1c8790f4-2bf2-437d-a993-35eb765d257c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.246 2266 WARNING octavia.api.root_controller [req-1c8790f4-2bf2-437d-a993-35eb765d257c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.274 2266 INFO octavia.api.v2.controllers.load_balancer [req-776b4be8-857f-41b7-afe7-85d24b9ff819 - - - - -] Sending created Load Balancer 21f9d146-0e02-4c2f-95b3-988d72567bad to the handler 2018-09-14 10:25:36.671 2266 INFO octavia.api.v2.controllers.listener [req-c8481897-b44e-4438-bf6c-711eafe86c8c - - - - -] Sending Creation of Listener 727422fa-85bb-4298-a3ea-98a91b1b1fb9 to handler 2018-09-14 10:25:36.975 2266 INFO octavia.api.v2.controllers.pool [req-3557df8a-de75-47e5-8b3d-a0fcd0fc0303 - - - - -] Sending Creation of Pool 96c6b09e-5f31-4611-ac19-8e6ef26fea3c to handler 2018-09-14 10:25:37.254 2266 ERROR octavia.api.v2.controllers.base [req-51fbaeaa-8391-47bc-b680-be38aad0a1af - - - - -] L7 Policy 1dd66da7-f919-4c52-8035-44adab8b6f82 not found: None 2018-09-14 10:25:37.254 2266 ERROR octavia.api.v2.controllers.base None 2018-09-14 10:25:37.254 2266 ERROR octavia.api.v2.controllers.base 2018-09-14 10:25:37.280 2266 INFO oslo_db.sqlalchemy.provision [req-51fbaeaa-8391-47bc-b680-be38aad0a1af - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:37.283 2266 INFO oslo_db.sqlalchemy.provision [req-51fbaeaa-8391-47bc-b680-be38aad0a1af - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pcxnffxloi 2018-09-14 10:25:37.284 2266 INFO oslo_db.sqlalchemy.provision [req-51fbaeaa-8391-47bc-b680-be38aad0a1af - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_get [1.254146s] ... ok {16} octavia.tests.functional.api.v1.test_member.TestMember.test_create_over_quota [1.239358s] ... ok 2018-09-14 10:25:38.883 2257 INFO oslo_db.sqlalchemy.provision [req-4bfc3255-bc0b-4892-8061-34a6c9fc10e1 - - - - -] CREATE BACKEND sqlite:// TOKEN oligsndzen 2018-09-14 10:25:39.045 2257 INFO octavia.common.config [req-4bfc3255-bc0b-4892-8061-34a6c9fc10e1 - - - - -] Logging enabled! 2018-09-14 10:25:39.046 2257 INFO octavia.common.config [req-4bfc3255-bc0b-4892-8061-34a6c9fc10e1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.085 2257 WARNING octavia.api.root_controller [req-4bfc3255-bc0b-4892-8061-34a6c9fc10e1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.111 2257 INFO octavia.api.v2.controllers.load_balancer [req-b7cf9f45-6656-4c90-b0b6-3d781e456ac0 - - - - -] Sending created Load Balancer 1896eb72-2e3a-4283-9b25-567bcabc04ca to the handler 2018-09-14 10:25:39.371 2257 INFO octavia.api.v2.controllers.pool [req-1b1f22a4-d0f1-4a2f-ad7c-13fd034bad55 - - - - -] Sending Creation of Pool c85966ee-6af7-49bd-8b3a-e59c874cb249 to handler 2018-09-14 10:25:39.628 2257 INFO octavia.api.v2.controllers.listener [req-92cf58fc-b250-493a-9703-73faab399361 - - - - -] Sending Creation of Listener 865964a0-a60d-45a5-a298-d9a10cfabebe to handler 2018-09-14 10:25:39.987 2257 INFO octavia.api.v2.controllers.listener [req-2fef3b63-b573-46d9-bcb9-d0ebf6f02363 - - - - -] Sending Update of Listener 865964a0-a60d-45a5-a298-d9a10cfabebe to handler 2018-09-14 10:25:40.086 2257 INFO oslo_db.sqlalchemy.provision [req-38cd561f-0469-4cb8-832a-ecf707314cfa - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:40.089 2257 INFO oslo_db.sqlalchemy.provision [req-38cd561f-0469-4cb8-832a-ecf707314cfa - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oligsndzen 2018-09-14 10:25:40.090 2257 INFO oslo_db.sqlalchemy.provision [req-38cd561f-0469-4cb8-832a-ecf707314cfa - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:32.114 2268 INFO oslo_db.sqlalchemy.provision [req-721a7400-c6ea-40ce-896a-058f6c7ccbb0 - - - - -] CREATE BACKEND sqlite:// TOKEN qaamfrrruv 2018-09-14 10:25:32.275 2268 INFO octavia.common.config [req-721a7400-c6ea-40ce-896a-058f6c7ccbb0 - - - - -] Logging enabled! 2018-09-14 10:25:32.275 2268 INFO octavia.common.config [req-721a7400-c6ea-40ce-896a-058f6c7ccbb0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.312 2268 WARNING octavia.api.root_controller [req-721a7400-c6ea-40ce-896a-058f6c7ccbb0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.338 2268 INFO octavia.api.v2.controllers.load_balancer [req-7b5d92d8-650e-4d81-a62a-6741f08ea68c - - - - -] Sending created Load Balancer 980272b9-9333-4706-a37a-d3129b1b6c2d to the handler 2018-09-14 10:25:32.602 2268 INFO octavia.api.v2.controllers.listener [req-4aee8e4f-223b-44ad-8d0c-1dae376428ec - - - - -] Sending Creation of Listener 786ff924-1ade-4735-9b16-439f876d73c2 to handler 2018-09-14 10:25:32.906 2268 INFO octavia.api.v2.controllers.pool [req-0f2a2bc8-1120-46dd-8437-6ea5e29e6f45 - - - - -] Sending Creation of Pool 47e4ceeb-d28e-4090-b9fa-2f7b5c174eb8 to handler 2018-09-14 10:25:33.432 2268 INFO octavia.api.v2.controllers.pool [req-9dd114c2-4692-401d-b901-5af16b315cf8 - - - - -] Sending Creation of Pool 3f6dbe38-fe89-4b8e-bb4a-3f59b81a79ff to handler 2018-09-14 10:25:33.784 2268 INFO octavia.api.v2.controllers.pool [req-9a694ebb-ea52-4758-bdd0-8f4485fd815a - - - - -] Sending Creation of Pool 9491ff4b-8380-4b42-8a0c-7ffad0bcdd90 to handler 2018-09-14 10:25:34.450 2268 INFO octavia.api.v2.controllers.health_monitor [req-78b31217-79e9-4d19-a106-6a1454234d9f - - - - -] Sending Creation of Health Monitor 96ab810c-ce22-4012-b545-3dab40d0915f to handler 2018-09-14 10:25:34.855 2268 INFO oslo_db.sqlalchemy.provision [req-8584386d-ffe7-455a-aa59-93678a625b47 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.859 2268 INFO oslo_db.sqlalchemy.provision [req-8584386d-ffe7-455a-aa59-93678a625b47 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qaamfrrruv 2018-09-14 10:25:34.859 2268 INFO oslo_db.sqlalchemy.provision [req-8584386d-ffe7-455a-aa59-93678a625b47 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_one_fields_filter [2.751578s] ... ok 2018-09-14 10:25:31.887 2256 INFO oslo_db.sqlalchemy.provision [req-42a823c0-a5c1-4cfd-85da-b21c3388326b - - - - -] CREATE BACKEND sqlite:// TOKEN ishvbkflhz 2018-09-14 10:25:32.110 2256 INFO octavia.common.config [req-42a823c0-a5c1-4cfd-85da-b21c3388326b - - - - -] Logging enabled! 2018-09-14 10:25:32.111 2256 INFO octavia.common.config [req-42a823c0-a5c1-4cfd-85da-b21c3388326b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.152 2256 WARNING octavia.api.root_controller [req-42a823c0-a5c1-4cfd-85da-b21c3388326b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.183 2256 INFO octavia.api.v2.controllers.load_balancer [req-3aba8809-db33-45f5-b3a1-9f75617552a8 - - - - -] Sending created Load Balancer 21cca0d9-99ad-42ba-a561-9553309ba78e to the handler 2018-09-14 10:25:32.441 2256 INFO octavia.api.v2.controllers.listener [req-e3ba9ccf-78c5-43bd-ac93-d48e785a5156 - - - - -] Sending Creation of Listener 46941083-4a1a-467a-9939-df85c9980e97 to handler 2018-09-14 10:25:32.726 2256 INFO octavia.api.v2.controllers.pool [req-7c98cd01-15d1-432d-a81a-ed5c106411bc - - - - -] Sending Creation of Pool 6e09e667-6e0f-4758-93a5-f8c99f455ecd to handler 2018-09-14 10:25:33.088 2256 INFO octavia.api.v2.controllers.pool [req-cf69820a-eb36-4183-9bb4-3283d9f487a8 - - - - -] Sending Creation of Pool ae92ec1e-634f-4e59-8d5b-38caef51fdea to handler 2018-09-14 10:25:33.405 2256 INFO octavia.api.v2.controllers.load_balancer [req-3f475ac1-a0e8-4acd-aaf0-09aa17ddb0dc - - - - -] Sending created Load Balancer acf948bc-ab18-4bd8-a7b7-19c6bbd0dd00 to the handler 2018-09-14 10:25:33.659 2256 INFO octavia.api.v2.controllers.pool [req-23bc5151-bef0-4266-bf8f-45b60951dc88 - - - - -] Sending Creation of Pool 82a76737-4bc4-4f4e-b575-f7122fbcd998 to handler 2018-09-14 10:25:34.106 2256 INFO octavia.api.v2.controllers.pool [req-c2b0d783-7db6-4dad-88e0-28ca7b0968f8 - - - - -] Sending Creation of Pool d8acc3cf-0b92-4a99-ae0e-6eb451cdec32 to handler 2018-09-14 10:25:34.438 2256 INFO octavia.api.v2.controllers.pool [req-ed1acfa9-add8-476f-9f5b-f98c536cc54d - - - - -] Sending Creation of Pool 91686d3d-1a4a-4868-a591-243e227402ef to handler 2018-09-14 10:25:34.792 2256 INFO octavia.api.v2.controllers.health_monitor [req-7f274554-d5cd-4181-916f-0462ed24f882 - - - - -] Sending Creation of Health Monitor 940023fa-98ab-4612-b5a3-1317f6c59fe3 to handler 2018-09-14 10:25:35.205 2256 INFO octavia.api.v2.controllers.health_monitor [req-abf43fd4-0a62-4dd5-873e-57a57c936e70 - - - - -] Sending Creation of Health Monitor 9d4fd479-c234-4bd9-92d5-c44a3943a313 to handler 2018-09-14 10:25:35.553 2256 INFO octavia.api.v2.controllers.health_monitor [req-7c278dde-d5d9-44e2-8ed2-61d84b958de8 - - - - -] Sending Creation of Health Monitor fd0727e7-d8d0-4aa6-bf54-11818ca004d9 to handler 2018-09-14 10:25:36.157 2256 INFO oslo_db.sqlalchemy.provision [req-81eaf192-1253-4c46-82b2-9520da4e626e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.161 2256 INFO oslo_db.sqlalchemy.provision [req-81eaf192-1253-4c46-82b2-9520da4e626e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ishvbkflhz 2018-09-14 10:25:36.162 2256 INFO oslo_db.sqlalchemy.provision [req-81eaf192-1253-4c46-82b2-9520da4e626e - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_admin [4.281335s] ... ok 2018-09-14 10:25:41.770 2246 INFO octavia.api.v1.controllers.l7rule [req-1beca52c-a0cb-4be1-bba5-1c16014e4537 - - - - -] Sending Creation of L7Rule caf6edb2-9653-40ac-be16-d885e2e647fa to handler 2018-09-14 10:25:42.284 2246 INFO octavia.api.v1.controllers.l7rule [req-ca4863b8-1522-4222-8214-05a82db2b93d - - - - -] Sending Creation of L7Rule 3ba32876-fb60-4eab-9000-6e96354a10db to handler 2018-09-14 10:25:33.843 2261 INFO oslo_db.sqlalchemy.provision [req-0a095974-9a26-45d7-900b-2e1b0f69818f - - - - -] CREATE BACKEND sqlite:// TOKEN yzhdkurqhi 2018-09-14 10:25:34.003 2261 INFO octavia.common.config [req-0a095974-9a26-45d7-900b-2e1b0f69818f - - - - -] Logging enabled! 2018-09-14 10:25:34.004 2261 INFO octavia.common.config [req-0a095974-9a26-45d7-900b-2e1b0f69818f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:34.044 2261 WARNING octavia.api.root_controller [req-0a095974-9a26-45d7-900b-2e1b0f69818f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:34.075 2261 INFO octavia.api.v2.controllers.load_balancer [req-365d5682-e622-4d57-8a7a-1f2b44ac134c - - - - -] Sending created Load Balancer d8df8f53-826f-47fd-afd7-151af39d3ed6 to the handler 2018-09-14 10:25:34.369 2261 INFO octavia.api.v2.controllers.listener [req-a838ad8d-3e8a-4a56-9e00-9ca3f2a47fcd - - - - -] Sending Creation of Listener 950074aa-6f36-4640-9c06-3b54027f14ab to handler 2018-09-14 10:25:34.662 2261 INFO octavia.api.v2.controllers.pool [req-0a634743-d09d-4f46-97d5-6a1f2cca691a - - - - -] Sending Creation of Pool 382015d6-c417-468b-96a1-d74aeadcd31f to handler 2018-09-14 10:25:35.151 2261 INFO octavia.api.v2.controllers.pool [req-078a1729-1624-48e6-ba4a-2a773cc338a0 - - - - -] Sending Creation of Pool 2bbeb1b8-af58-4d93-bc34-239e52a4d38f to handler 2018-09-14 10:25:35.525 2261 INFO octavia.api.v2.controllers.health_monitor [req-a0accf7c-007a-43c3-b5d3-fa8e3312b8f1 - - - - -] Sending Creation of Health Monitor bf05bc9e-d519-4a2a-9980-65ce84c57eb0 to handler 2018-09-14 10:25:35.938 2261 INFO octavia.api.v2.controllers.health_monitor [req-90ff36f2-9c84-4faf-aa1e-f39d87ebf17a - - - - -] Sending Deletion of Health Monitor for Pool bf05bc9e-d519-4a2a-9980-65ce84c57eb0 to handler 2018-09-14 10:25:36.160 2261 INFO oslo_db.sqlalchemy.provision [req-618ce049-b618-45e3-89a4-f66304a4cf17 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.164 2261 INFO oslo_db.sqlalchemy.provision [req-618ce049-b618-45e3-89a4-f66304a4cf17 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yzhdkurqhi 2018-09-14 10:25:36.164 2261 INFO oslo_db.sqlalchemy.provision [req-618ce049-b618-45e3-89a4-f66304a4cf17 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete [2.329100s] ... ok 2018-09-14 10:25:36.519 2239 INFO oslo_db.sqlalchemy.provision [req-f92d628b-c006-4b37-acda-e1e5ffcc2a36 - - - - -] CREATE BACKEND sqlite:// TOKEN fwwlmgyioa 2018-09-14 10:25:36.681 2239 INFO octavia.common.config [req-f92d628b-c006-4b37-acda-e1e5ffcc2a36 - - - - -] Logging enabled! 2018-09-14 10:25:36.682 2239 INFO octavia.common.config [req-f92d628b-c006-4b37-acda-e1e5ffcc2a36 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.721 2239 WARNING octavia.api.root_controller [req-f92d628b-c006-4b37-acda-e1e5ffcc2a36 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.747 2239 INFO octavia.api.v2.controllers.load_balancer [req-9bbdab5a-4362-4b5a-88c4-491b98de3747 - - - - -] Sending created Load Balancer 77bd5f23-f5cb-4c68-8673-cc932ac9e683 to the handler 2018-09-14 10:25:37.010 2239 INFO octavia.api.v2.controllers.listener [req-2d4cdc31-ff8a-4d4c-b182-3642de78abe8 - - - - -] Sending Creation of Listener 00c17542-97a9-4f87-bbd1-ade884be8bde to handler 2018-09-14 10:25:37.310 2239 INFO octavia.api.v2.controllers.pool [req-c696a350-97ed-4d43-af21-27431325ee78 - - - - -] Sending Creation of Pool a5778bd2-a414-4ad2-a72a-44275cc3a705 to handler 2018-09-14 10:25:37.649 2239 INFO octavia.api.v2.controllers.pool [req-8b8efdc1-7566-49df-9b8a-2e10b7c85a4d - - - - -] Sending Creation of Pool a0f5e20b-a177-4807-b631-16a42b555e1f to handler 2018-09-14 10:25:38.056 2239 INFO octavia.api.v2.controllers.health_monitor [req-504f087b-b774-4359-a4b4-2619404fcdde - - - - -] Sending Creation of Health Monitor a4d73298-4e5c-41fd-b913-2526bbb9ce6e to handler 2018-09-14 10:25:38.414 2239 INFO oslo_db.sqlalchemy.provision [req-7d5b65ae-916f-404f-87f9-e0520ddeab0e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.418 2239 INFO oslo_db.sqlalchemy.provision [req-7d5b65ae-916f-404f-87f9-e0520ddeab0e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fwwlmgyioa 2018-09-14 10:25:38.418 2239 INFO oslo_db.sqlalchemy.provision [req-7d5b65ae-916f-404f-87f9-e0520ddeab0e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_already_deleted [1.905530s] ... ok 2018-09-14 10:25:36.884 2260 INFO oslo_db.sqlalchemy.provision [req-498ec697-5425-4ea3-aa1b-47971061551b - - - - -] CREATE BACKEND sqlite:// TOKEN swlwlirvmp 2018-09-14 10:25:37.051 2260 INFO octavia.common.config [req-498ec697-5425-4ea3-aa1b-47971061551b - - - - -] Logging enabled! 2018-09-14 10:25:37.052 2260 INFO octavia.common.config [req-498ec697-5425-4ea3-aa1b-47971061551b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:37.094 2260 WARNING octavia.api.root_controller [req-498ec697-5425-4ea3-aa1b-47971061551b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:37.124 2260 INFO octavia.api.v2.controllers.load_balancer [req-d0edbadf-c7a8-431a-94d5-e3536b626d8c - - - - -] Sending created Load Balancer af0bb21f-da74-49c5-a5d5-e0c208f3121e to the handler 2018-09-14 10:25:37.412 2260 INFO octavia.api.v2.controllers.pool [req-2c437b57-73a4-48a8-8227-23ac19837969 - - - - -] Sending Creation of Pool e4b86672-a2ac-42e2-bf26-d30633cc1f79 to handler 2018-09-14 10:25:37.723 2260 INFO octavia.api.v2.controllers.listener [req-560d1e8d-8f25-4c14-a1a4-d5561d35ba4d - - - - -] Sending Creation of Listener 0ab8e7f4-86c7-4312-8b0c-43bc94571b6f to handler 2018-09-14 10:25:38.106 2260 INFO oslo_db.sqlalchemy.provision [req-682c98ce-f246-4803-96f8-37e25f09308d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.110 2260 INFO oslo_db.sqlalchemy.provision [req-682c98ce-f246-4803-96f8-37e25f09308d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN swlwlirvmp 2018-09-14 10:25:38.110 2260 INFO oslo_db.sqlalchemy.provision [req-682c98ce-f246-4803-96f8-37e25f09308d - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:38.677 2270 INFO oslo_db.sqlalchemy.provision [req-a4e193a5-5c5f-46e3-ae3f-bfc2d9a4cda5 - - - - -] CREATE BACKEND sqlite:// TOKEN jevxqsaxtk 2018-09-14 10:25:38.855 2270 INFO octavia.common.config [req-a4e193a5-5c5f-46e3-ae3f-bfc2d9a4cda5 - - - - -] Logging enabled! 2018-09-14 10:25:38.856 2270 INFO octavia.common.config [req-a4e193a5-5c5f-46e3-ae3f-bfc2d9a4cda5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:38.900 2270 WARNING octavia.api.root_controller [req-a4e193a5-5c5f-46e3-ae3f-bfc2d9a4cda5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:38.928 2270 INFO octavia.api.v2.controllers.load_balancer [req-5da59ec7-3e75-41c1-bdfe-f2f559cf2608 - - - - -] Sending created Load Balancer be440d42-4d9b-4682-bea0-e250346e3f00 to the handler 2018-09-14 10:25:39.172 2270 INFO octavia.api.v2.controllers.load_balancer [req-63db4529-abd0-4739-a375-f1ad448bdc56 - 966a659e-379c-410f-a1e2-ccac80bcf9d0 - - -] Sending deleted Load Balancer be440d42-4d9b-4682-bea0-e250346e3f00 to the handler 2018-09-14 10:25:39.248 2270 INFO oslo_db.sqlalchemy.provision [req-6958abe5-65e9-4b4e-8a7f-bddcac2ead3f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:39.252 2270 INFO oslo_db.sqlalchemy.provision [req-6958abe5-65e9-4b4e-8a7f-bddcac2ead3f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jevxqsaxtk 2018-09-14 10:25:39.252 2270 INFO oslo_db.sqlalchemy.provision [req-6958abe5-65e9-4b4e-8a7f-bddcac2ead3f - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:33.604 2259 INFO oslo_db.sqlalchemy.provision [req-ac456738-f14f-4eea-a2f4-ec31b18cd948 - - - - -] CREATE BACKEND sqlite:// TOKEN glkdzfzenl 2018-09-14 10:25:33.770 2259 INFO octavia.common.config [req-ac456738-f14f-4eea-a2f4-ec31b18cd948 - - - - -] Logging enabled! 2018-09-14 10:25:33.771 2259 INFO octavia.common.config [req-ac456738-f14f-4eea-a2f4-ec31b18cd948 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:33.807 2259 WARNING octavia.api.root_controller [req-ac456738-f14f-4eea-a2f4-ec31b18cd948 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:33.838 2259 INFO octavia.api.v2.controllers.load_balancer [req-146e3e21-506a-47ff-8509-60df60e6da8d - - - - -] Sending created Load Balancer 22333abd-4ad5-47f9-b229-3bea33a74518 to the handler 2018-09-14 10:25:34.298 2259 ERROR octavia.api.v2.controllers.base [req-9f2e026b-3e23-4ab8-be23-1102c972c59f - - - - -] Amphora asdf not found: None 2018-09-14 10:25:34.298 2259 ERROR octavia.api.v2.controllers.base None 2018-09-14 10:25:34.298 2259 ERROR octavia.api.v2.controllers.base 2018-09-14 10:25:34.323 2259 INFO oslo_db.sqlalchemy.provision [req-9f2e026b-3e23-4ab8-be23-1102c972c59f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.327 2259 INFO oslo_db.sqlalchemy.provision [req-9f2e026b-3e23-4ab8-be23-1102c972c59f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN glkdzfzenl 2018-09-14 10:25:34.328 2259 INFO oslo_db.sqlalchemy.provision [req-9f2e026b-3e23-4ab8-be23-1102c972c59f - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_failover_bad_amp_id [0.731119s] ... ok {18} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_with_tls_termination_data [1.216200s] ... ok 2018-09-14 10:25:42.628 2246 INFO octavia.api.v1.controllers.l7rule [req-1b8242a3-977c-4033-9331-c51a04921883 - - - - -] Sending Creation of L7Rule eb1a2641-af08-4386-972a-ebee0779e6ab to handler 2018-09-14 10:25:34.992 2249 INFO oslo_db.sqlalchemy.provision [req-8b09abe7-8545-4de5-8409-c1f5e4960f5f - - - - -] CREATE BACKEND sqlite:// TOKEN wraxtwfxxh 2018-09-14 10:25:35.155 2249 INFO octavia.common.config [req-8b09abe7-8545-4de5-8409-c1f5e4960f5f - - - - -] Logging enabled! 2018-09-14 10:25:35.156 2249 INFO octavia.common.config [req-8b09abe7-8545-4de5-8409-c1f5e4960f5f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.198 2249 WARNING octavia.api.root_controller [req-8b09abe7-8545-4de5-8409-c1f5e4960f5f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.225 2249 INFO octavia.api.v2.controllers.load_balancer [req-0a17aa28-c751-4d78-a7a1-9465c9b41522 - - - - -] Sending created Load Balancer 9392bcf2-1cbc-4e9f-9989-fbde24dbddf2 to the handler 2018-09-14 10:25:35.474 2249 INFO octavia.api.v2.controllers.listener [req-b62d8cef-fd63-4899-8bab-b2344b76cc8d - - - - -] Sending Creation of Listener fbfb3250-15f6-48a0-95ec-1c11ae7e4232 to handler 2018-09-14 10:25:35.768 2249 INFO octavia.api.v2.controllers.pool [req-29f6a88f-8ce6-4528-a37d-510ba70838b3 - - - - -] Sending Creation of Pool e7511b46-eb33-4413-b851-8204dbc722bd to handler 2018-09-14 10:25:36.107 2249 INFO octavia.api.v2.controllers.pool [req-9b34f8f9-ce96-494a-aed0-e03183895e9d - - - - -] Sending Creation of Pool 5f45488a-ee54-43e3-bf8c-381e1a162b34 to handler 2018-09-14 10:25:36.630 2249 INFO octavia.api.v2.controllers.health_monitor [req-5e144205-a994-47c0-9969-13aaeecc1d9f - - - - -] Sending Creation of Health Monitor d074bf1c-22de-4013-b187-06e717b0873f to handler 2018-09-14 10:25:37.217 2249 INFO oslo_db.sqlalchemy.provision [req-56b98154-dc2c-465f-a072-40d94eb56d09 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:37.221 2249 INFO oslo_db.sqlalchemy.provision [req-56b98154-dc2c-465f-a072-40d94eb56d09 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wraxtwfxxh 2018-09-14 10:25:37.221 2249 INFO oslo_db.sqlalchemy.provision [req-56b98154-dc2c-465f-a072-40d94eb56d09 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_not_authorized [2.236050s] ... ok 2018-09-14 10:25:34.540 2253 INFO oslo_db.sqlalchemy.provision [req-823ec191-5e1f-48e6-b752-2e32d0034cba - - - - -] CREATE BACKEND sqlite:// TOKEN imbcmrwxmz 2018-09-14 10:25:34.713 2253 INFO octavia.common.config [req-823ec191-5e1f-48e6-b752-2e32d0034cba - - - - -] Logging enabled! 2018-09-14 10:25:34.714 2253 INFO octavia.common.config [req-823ec191-5e1f-48e6-b752-2e32d0034cba - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:34.757 2253 WARNING octavia.api.root_controller [req-823ec191-5e1f-48e6-b752-2e32d0034cba - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:34.840 2253 INFO oslo_db.sqlalchemy.provision [req-43664da4-2f98-478b-81d5-f6e53f7c9787 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.843 2253 INFO oslo_db.sqlalchemy.provision [req-43664da4-2f98-478b-81d5-f6e53f7c9787 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN imbcmrwxmz 2018-09-14 10:25:34.844 2253 INFO oslo_db.sqlalchemy.provision [req-43664da4-2f98-478b-81d5-f6e53f7c9787 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:33.271 2269 INFO oslo_db.sqlalchemy.provision [req-a64d89b0-4697-4d64-8fe8-d37eddbfe936 - - - - -] CREATE BACKEND sqlite:// TOKEN xsnepclach 2018-09-14 10:25:33.442 2269 INFO octavia.common.config [req-a64d89b0-4697-4d64-8fe8-d37eddbfe936 - - - - -] Logging enabled! 2018-09-14 10:25:33.443 2269 INFO octavia.common.config [req-a64d89b0-4697-4d64-8fe8-d37eddbfe936 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:33.483 2269 WARNING octavia.api.root_controller [req-a64d89b0-4697-4d64-8fe8-d37eddbfe936 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:33.509 2269 INFO octavia.api.v1.controllers.load_balancer [req-093ca155-db58-4ebf-a62e-06a1c3e9daf8 - - - - -] Sending created Load Balancer 444a6f88-b281-4cf5-9dd1-fb11a67b6299 to the handler 2018-09-14 10:25:33.689 2269 INFO octavia.api.v1.controllers.listener [req-dfa2e826-0d5e-4f3a-8348-b88bb700dacd - - - - -] Sending Creation of Listener 25ad9892-05ec-4dff-b0d3-d6be71a8341a to handler 2018-09-14 10:25:34.058 2269 INFO octavia.api.v1.controllers.pool [req-9e2a110f-85a5-437a-9bcb-03f4535a3c54 - - - - -] Sending Creation of Pool 84070643-cbdf-48f2-ba04-65ce70fb6d1e to handler 2018-09-14 10:25:34.343 2269 INFO octavia.api.v1.controllers.pool [req-89abd887-8d70-4ba2-8a76-d566d853079a - - - - -] Sending Creation of Pool 3524f7e0-9e75-4bbb-9c2a-54ea9335afad to handler 2018-09-14 10:25:34.641 2269 INFO octavia.api.v1.controllers.member [req-6bb66bc4-be7c-4d1c-a959-8f1ba7049bb4 - - - - -] Sending Creation of Member 22d737dd-8b75-411e-9efb-2403336ee71e to handler 2018-09-14 10:25:34.918 2269 INFO oslo_db.sqlalchemy.provision [req-ff53b4c8-be2a-49b4-9265-23e7120ed638 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.921 2269 INFO oslo_db.sqlalchemy.provision [req-ff53b4c8-be2a-49b4-9265-23e7120ed638 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xsnepclach 2018-09-14 10:25:34.922 2269 INFO oslo_db.sqlalchemy.provision [req-ff53b4c8-be2a-49b4-9265-23e7120ed638 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v1.test_member.TestMember.test_duplicate_create [1.659364s] ... ok 2018-09-14 10:25:34.515 2264 INFO oslo_db.sqlalchemy.provision [req-bf52fb50-29d6-43e9-8b14-66d9e1ece71e - - - - -] CREATE BACKEND sqlite:// TOKEN lckqkpgsnc 2018-09-14 10:25:34.678 2264 INFO octavia.common.config [req-bf52fb50-29d6-43e9-8b14-66d9e1ece71e - - - - -] Logging enabled! 2018-09-14 10:25:34.679 2264 INFO octavia.common.config [req-bf52fb50-29d6-43e9-8b14-66d9e1ece71e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:34.716 2264 WARNING octavia.api.root_controller [req-bf52fb50-29d6-43e9-8b14-66d9e1ece71e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:34.743 2264 INFO octavia.api.v1.controllers.load_balancer [req-3d69fc7f-0675-4609-b50b-cec8c8638dd3 - - - - -] Sending created Load Balancer c0519f67-a269-479d-b14e-84cc1aa90d10 to the handler 2018-09-14 10:25:34.913 2264 INFO octavia.api.v1.controllers.listener [req-033b655d-d132-404f-bb8a-a54f2eec4115 - - - - -] Sending Creation of Listener 37e8cf52-b23d-49de-9c18-c0343f88c196 to handler 2018-09-14 10:25:35.117 2264 INFO octavia.api.v1.controllers.pool [req-54555d1e-35a0-410f-893f-b6944f69a77f - - - - -] Sending Creation of Pool bb0549ff-23e7-496b-a2ab-9a4ba7df1f25 to handler 2018-09-14 10:25:35.411 2264 INFO octavia.api.v1.controllers.pool [req-fc0f2249-08bf-4cb3-b139-9e1bab4fad6a - - - - -] Sending Creation of Pool c1b2fa3a-0238-46dd-af87-29d5770e3f52 to handler 2018-09-14 10:25:35.688 2264 INFO octavia.api.v1.controllers.member [req-755fc07b-b7cc-4928-a6d3-41ad866d2d81 - - - - -] Sending Creation of Member 484755c0-0b63-45e6-8d41-b9cf4160e29e to handler 2018-09-14 10:25:35.950 2264 INFO octavia.api.v1.controllers.member [req-0deb2165-9fbb-4a51-a3c6-9f4d6c397531 - - - - -] Sending Creation of Member 51700b40-d48a-42d6-b45d-08b4a9cf4915 to handler 2018-09-14 10:25:36.489 2264 INFO oslo_db.sqlalchemy.provision [req-9a32775d-98b1-4d5e-bcab-7f0a1d52a6e7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.493 2264 INFO oslo_db.sqlalchemy.provision [req-9a32775d-98b1-4d5e-bcab-7f0a1d52a6e7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lckqkpgsnc 2018-09-14 10:25:36.493 2264 INFO oslo_db.sqlalchemy.provision [req-9a32775d-98b1-4d5e-bcab-7f0a1d52a6e7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v1.test_member.TestMember.test_get_all [1.984116s] ... ok {31} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_authorized [0.581614s] ... ok {14} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_get_all_quotas_with_quotas [0.310878s] ... ok 2018-09-14 10:25:33.141 2254 INFO oslo_db.sqlalchemy.provision [req-a3feaaab-c02c-4025-8b6a-ada4d8a1c20a - - - - -] CREATE BACKEND sqlite:// TOKEN oxjqstnbsi 2018-09-14 10:25:33.484 2254 INFO octavia.common.config [req-a3feaaab-c02c-4025-8b6a-ada4d8a1c20a - - - - -] Logging enabled! 2018-09-14 10:25:33.485 2254 INFO octavia.common.config [req-a3feaaab-c02c-4025-8b6a-ada4d8a1c20a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:33.524 2254 WARNING octavia.api.root_controller [req-a3feaaab-c02c-4025-8b6a-ada4d8a1c20a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:33.547 2254 INFO octavia.api.v1.controllers.load_balancer [req-992d2f56-6a14-4ccf-a4e7-15db82d32547 - - - - -] Sending created Load Balancer 26f32ccf-5123-435d-88f7-a489274ef6c0 to the handler 2018-09-14 10:25:33.704 2254 INFO octavia.api.v1.controllers.listener [req-b4b4f005-8536-4323-a33e-668ce2496eef - - - - -] Sending Creation of Listener 8d154726-775b-45c6-97a6-3782e985db1b to handler 2018-09-14 10:25:33.892 2254 INFO octavia.api.v1.controllers.pool [req-1c66e990-565b-4c5c-adde-4aa99b87fd9e - - - - -] Sending Creation of Pool 095ce362-549e-461d-b76f-bbc213eaa0cf to handler 2018-09-14 10:25:34.172 2254 INFO octavia.api.v1.controllers.pool [req-249e6e2e-aead-4d34-92f6-3a2e6cb11389 - - - - -] Sending Creation of Pool 3c566938-65a9-46d8-9c98-3e636de07ad1 to handler 2018-09-14 10:25:34.463 2254 INFO octavia.api.v1.controllers.member [req-dde42853-2f46-4f02-a31d-843e3a6a07b3 - - - - -] Sending Creation of Member 40beac87-938d-4d89-9b83-f97998987009 to handler 2018-09-14 10:25:34.665 2254 INFO octavia.api.v1.controllers.load_balancer [req-7fd0beaf-f257-49b5-9c8b-03f96d5cfc02 - - - - -] Sending updated Load Balancer 26f32ccf-5123-435d-88f7-a489274ef6c0 to the handler 2018-09-14 10:25:34.762 2254 INFO octavia.api.v1.controllers.member [req-3d21aa76-28e9-40f5-b36f-3ab6c0580b6c - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:34.821 2254 INFO oslo_db.sqlalchemy.provision [req-3d21aa76-28e9-40f5-b36f-3ab6c0580b6c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.825 2254 INFO oslo_db.sqlalchemy.provision [req-3d21aa76-28e9-40f5-b36f-3ab6c0580b6c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oxjqstnbsi 2018-09-14 10:25:34.825 2254 INFO oslo_db.sqlalchemy.provision [req-3d21aa76-28e9-40f5-b36f-3ab6c0580b6c - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:37.330 2265 INFO oslo_db.sqlalchemy.provision [req-24a59bd8-d9e5-482a-885b-265cb14f6290 - - - - -] CREATE BACKEND sqlite:// TOKEN efjytybvwi 2018-09-14 10:25:37.496 2265 INFO octavia.common.config [req-24a59bd8-d9e5-482a-885b-265cb14f6290 - - - - -] Logging enabled! 2018-09-14 10:25:37.497 2265 INFO octavia.common.config [req-24a59bd8-d9e5-482a-885b-265cb14f6290 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:37.535 2265 WARNING octavia.api.root_controller [req-24a59bd8-d9e5-482a-885b-265cb14f6290 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:37.563 2265 INFO octavia.api.v2.controllers.load_balancer [req-0ee375cd-bd6c-4c9e-9816-52ec1c074622 - - - - -] Sending created Load Balancer 7ed36746-fb8e-40a4-a935-d799320e6a6b to the handler 2018-09-14 10:25:37.837 2265 INFO octavia.api.v2.controllers.listener [req-3df223b1-5cbd-46e5-8747-3fa5ffee6e34 - - - - -] Sending Creation of Listener bd5aaec2-6c55-4932-a741-c7256a8fd889 to handler 2018-09-14 10:25:38.133 2265 INFO octavia.api.v2.controllers.pool [req-3f38a868-6d80-4f59-8df2-3cebe2fec800 - - - - -] Sending Creation of Pool bfd866d4-eaf7-444e-8f2d-5d221c52acb7 to handler 2018-09-14 10:25:38.495 2265 INFO octavia.api.v2.controllers.pool [req-be19e6b1-74e4-4757-b7de-7aec1b8c5fe2 - - - - -] Sending Creation of Pool 6cb0f52e-20aa-4dff-a127-669e229633d9 to handler 2018-09-14 10:25:38.835 2265 INFO octavia.api.v2.controllers.load_balancer [req-a7609838-264a-49c1-b5cc-9dc8c184740d - - - - -] Sending updated Load Balancer 7ed36746-fb8e-40a4-a935-d799320e6a6b to the handler 2018-09-14 10:25:38.946 2265 INFO octavia.api.v2.controllers.health_monitor [req-7a31919c-193c-42e6-a705-147a297d961b - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:38.972 2265 INFO oslo_db.sqlalchemy.provision [req-7a31919c-193c-42e6-a705-147a297d961b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.975 2265 INFO oslo_db.sqlalchemy.provision [req-7a31919c-193c-42e6-a705-147a297d961b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN efjytybvwi 2018-09-14 10:25:38.976 2265 INFO oslo_db.sqlalchemy.provision [req-7a31919c-193c-42e6-a705-147a297d961b - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_when_lb_pending_update [1.652655s] ... ok 2018-09-14 10:25:42.970 2246 INFO octavia.api.v1.controllers.l7rule [req-525614b4-7514-48c7-bebf-1a6d787ff774 - - - - -] Sending Creation of L7Rule 69f0c542-1f63-4dcd-a474-ac9aaee47dfb to handler 2018-09-14 10:25:36.561 2243 INFO oslo_db.sqlalchemy.provision [req-2b4ac45c-7f6b-415d-9894-fce79b2399d1 - - - - -] CREATE BACKEND sqlite:// TOKEN rbgkedsopv 2018-09-14 10:25:36.729 2243 INFO octavia.common.config [req-2b4ac45c-7f6b-415d-9894-fce79b2399d1 - - - - -] Logging enabled! 2018-09-14 10:25:36.730 2243 INFO octavia.common.config [req-2b4ac45c-7f6b-415d-9894-fce79b2399d1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.770 2243 WARNING octavia.api.root_controller [req-2b4ac45c-7f6b-415d-9894-fce79b2399d1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.798 2243 INFO octavia.api.v2.controllers.load_balancer [req-be95a58b-eec7-45c8-b80d-a2609be9e560 - - - - -] Sending created Load Balancer 82daf40b-cb8c-4854-bf08-67d383ee44d7 to the handler 2018-09-14 10:25:37.061 2243 INFO octavia.api.v2.controllers.pool [req-227b4967-a7e5-446b-ae56-bf3031230a24 - - - - -] Sending Creation of Pool 6276b613-14d5-4b85-8db7-361b006dd0a8 to handler 2018-09-14 10:25:37.343 2243 INFO octavia.api.v2.controllers.listener [req-eb14cf55-dfba-456a-8f76-e39a02192b83 - - - - -] Sending Creation of Listener 8a8b9987-9964-44c2-85b4-47819f0bb4a8 to handler 2018-09-14 10:25:37.664 2243 INFO octavia.api.v2.controllers.listener [req-99b13e94-9e3b-43b2-8cce-fa07f3a3591b - - - - -] Sending Creation of Listener b22d936a-0186-43a9-96d6-d354cbcd7ef6 to handler 2018-09-14 10:25:38.139 2243 INFO octavia.api.v2.controllers.listener [req-6af00597-4bae-42ae-85c5-a607596a5d92 - - - - -] Sending Creation of Listener dd58f35e-16b1-4273-ad0d-908027d064cc to handler 2018-09-14 10:25:38.776 2243 INFO oslo_db.sqlalchemy.provision [req-b550b70d-ddc5-482c-9027-80beec8bd389 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.780 2243 INFO oslo_db.sqlalchemy.provision [req-b550b70d-ddc5-482c-9027-80beec8bd389 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rbgkedsopv 2018-09-14 10:25:38.781 2243 INFO oslo_db.sqlalchemy.provision [req-b550b70d-ddc5-482c-9027-80beec8bd389 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_sorted [2.226015s] ... ok {15} octavia.tests.functional.api.v1.test_member.TestMember.test_delete_when_lb_pending_update [1.691144s] ... ok 2018-09-14 10:25:31.916 2251 INFO oslo_db.sqlalchemy.provision [req-383aeb43-57f0-4712-9240-b0e40300f233 - - - - -] CREATE BACKEND sqlite:// TOKEN jsoqikqhei 2018-09-14 10:25:32.078 2251 INFO octavia.common.config [req-383aeb43-57f0-4712-9240-b0e40300f233 - - - - -] Logging enabled! 2018-09-14 10:25:32.079 2251 INFO octavia.common.config [req-383aeb43-57f0-4712-9240-b0e40300f233 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.120 2251 WARNING octavia.api.root_controller [req-383aeb43-57f0-4712-9240-b0e40300f233 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.157 2251 INFO octavia.api.v2.controllers.load_balancer [req-cd318d0d-347e-44ad-80e5-352d0707c100 - - - - -] Sending created Load Balancer ba579924-7d30-4057-a246-e0ca6156d73d to the handler 2018-09-14 10:25:32.480 2251 INFO octavia.api.v2.controllers.listener [req-5aa35ea3-f47c-44f0-b50f-c569f625bfb9 - - - - -] Sending Creation of Listener 429939e7-93b6-4e15-b6e9-fb68869bae25 to handler 2018-09-14 10:25:32.762 2251 INFO octavia.api.v2.controllers.pool [req-c9d0ccfa-7271-4744-8c03-93eb38a056df - - - - -] Sending Creation of Pool d99bc2d0-c11d-4ccf-a52d-ac1438f58777 to handler 2018-09-14 10:25:33.308 2251 INFO octavia.api.v2.controllers.pool [req-9480f41d-7336-4db4-9343-e331998b6eb1 - - - - -] Sending Creation of Pool 931dc4a4-0eaa-4720-9d5a-7773bf10469f to handler 2018-09-14 10:25:33.643 2251 INFO octavia.api.v2.controllers.health_monitor [req-f8172617-2b55-4a08-9f5c-c882bfa44280 - - - - -] Health Monitor dd43940d-2214-44c0-bd19-a8df8635512e was not found 2018-09-14 10:25:33.670 2251 INFO oslo_db.sqlalchemy.provision [req-f8172617-2b55-4a08-9f5c-c882bfa44280 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.674 2251 INFO oslo_db.sqlalchemy.provision [req-f8172617-2b55-4a08-9f5c-c882bfa44280 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jsoqikqhei 2018-09-14 10:25:33.675 2251 INFO oslo_db.sqlalchemy.provision [req-f8172617-2b55-4a08-9f5c-c882bfa44280 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:36.343 2267 INFO oslo_db.sqlalchemy.provision [req-13f89251-12b9-4649-adcc-db8c1c107cf3 - - - - -] CREATE BACKEND sqlite:// TOKEN uymjrlfxro 2018-09-14 10:25:36.507 2267 INFO octavia.common.config [req-13f89251-12b9-4649-adcc-db8c1c107cf3 - - - - -] Logging enabled! 2018-09-14 10:25:36.508 2267 INFO octavia.common.config [req-13f89251-12b9-4649-adcc-db8c1c107cf3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.549 2267 WARNING octavia.api.root_controller [req-13f89251-12b9-4649-adcc-db8c1c107cf3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.575 2267 INFO octavia.api.v2.controllers.load_balancer [req-bab793f1-0cfa-4707-a881-99afc9fb46b5 - - - - -] Sending created Load Balancer eb95ceaf-6b55-4ba7-8fc3-78076d5a75e7 to the handler 2018-09-14 10:25:36.837 2267 INFO octavia.api.v2.controllers.listener [req-65846179-710a-47b2-8a76-4637b968a8da - - - - -] Sending Creation of Listener f7d0f718-98c8-4df1-b68c-3b818b6e7e0b to handler 2018-09-14 10:25:37.120 2267 INFO octavia.api.v2.controllers.pool [req-068597e0-9d97-4983-b90b-5976b33eba62 - - - - -] Sending Creation of Pool 6eec5d19-8f2f-4b54-8f53-23faae899ef1 to handler 2018-09-14 10:25:37.459 2267 INFO octavia.api.v2.controllers.l7policy [req-fd7f3939-bfb1-4160-83ba-70bfe06b43f0 - - - - -] Sending Creation of L7Policy c431c0cd-2d10-4d7a-aa0b-d8f7033dd4c1 to handler 2018-09-14 10:25:38.032 2267 INFO octavia.api.v2.controllers.l7policy [req-ade77e77-0e78-487d-86b4-7023a01e6138 - - - - -] Sending Update of L7Policy c431c0cd-2d10-4d7a-aa0b-d8f7033dd4c1 to handler 2018-09-14 10:25:38.233 2267 INFO oslo_db.sqlalchemy.provision [req-68683631-4905-48f9-bf9e-58ecf127715c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.238 2267 INFO oslo_db.sqlalchemy.provision [req-68683631-4905-48f9-bf9e-58ecf127715c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uymjrlfxro 2018-09-14 10:25:38.239 2267 INFO oslo_db.sqlalchemy.provision [req-68683631-4905-48f9-bf9e-58ecf127715c - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_listener.TestListener.test_create [1.233528s] ... ok 2018-09-14 10:25:36.141 2263 INFO oslo_db.sqlalchemy.provision [req-b44524ce-df0f-4db5-93fd-e54cb44cfe88 - - - - -] CREATE BACKEND sqlite:// TOKEN uxgvmcyzmw 2018-09-14 10:25:36.304 2263 INFO octavia.common.config [req-b44524ce-df0f-4db5-93fd-e54cb44cfe88 - - - - -] Logging enabled! 2018-09-14 10:25:36.305 2263 INFO octavia.common.config [req-b44524ce-df0f-4db5-93fd-e54cb44cfe88 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.344 2263 WARNING octavia.api.root_controller [req-b44524ce-df0f-4db5-93fd-e54cb44cfe88 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.371 2263 INFO octavia.api.v2.controllers.load_balancer [req-f7f963eb-4d26-4f89-afaf-f23742514262 - - - - -] Sending created Load Balancer 9a6b2c5b-5cdd-4b27-a999-4232c3a86b03 to the handler 2018-09-14 10:25:36.620 2263 INFO octavia.api.v2.controllers.listener [req-1f127eb9-cc5c-4e81-9f3b-1f11a1c465ae - - - - -] Sending Creation of Listener 51d9dccd-bf1e-4710-a93a-10298ffd57ed to handler 2018-09-14 10:25:36.902 2263 INFO octavia.api.v2.controllers.pool [req-76886471-9dcd-405a-9fe5-293d0b5456d7 - - - - -] Sending Creation of Pool e566fe96-b274-40d0-8a79-ecd21443c697 to handler 2018-09-14 10:25:37.246 2263 INFO octavia.api.v2.controllers.l7policy [req-d58a67ca-7c8e-4918-a3af-3608c2f68b9d - - - - -] Sending Creation of L7Policy 74065d9f-ee3d-455c-a43e-a3dd485b3f65 to handler 2018-09-14 10:25:37.391 2263 INFO oslo_db.sqlalchemy.provision [req-3cf577f8-d746-4520-82fd-a6521f576ff1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:37.395 2263 INFO oslo_db.sqlalchemy.provision [req-3cf577f8-d746-4520-82fd-a6521f576ff1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uxgvmcyzmw 2018-09-14 10:25:37.395 2263 INFO oslo_db.sqlalchemy.provision [req-3cf577f8-d746-4520-82fd-a6521f576ff1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_hides_deleted [1.260502s] ... ok 2018-09-14 10:25:40.482 2258 INFO oslo_db.sqlalchemy.provision [req-391d27f4-e2ba-4d2f-9944-79c0b1979cfd - - - - -] CREATE BACKEND sqlite:// TOKEN kicjafbbeh 2018-09-14 10:25:40.643 2258 INFO octavia.common.config [req-391d27f4-e2ba-4d2f-9944-79c0b1979cfd - - - - -] Logging enabled! 2018-09-14 10:25:40.644 2258 INFO octavia.common.config [req-391d27f4-e2ba-4d2f-9944-79c0b1979cfd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:40.685 2258 WARNING octavia.api.root_controller [req-391d27f4-e2ba-4d2f-9944-79c0b1979cfd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:40.712 2258 INFO octavia.api.v2.controllers.load_balancer [req-e04fd654-7bd0-43a2-87e7-134d145a61df - - - - -] Sending created Load Balancer 06187b51-da62-454c-980c-021a5b84bfa0 to the handler 2018-09-14 10:25:40.951 2258 INFO octavia.api.v2.controllers.pool [req-0326a349-5256-4ae6-84e8-959e14dae600 - - - - -] Sending Creation of Pool 97122b5f-ac70-4239-aa99-33e3b1dc9fa9 to handler 2018-09-14 10:25:41.207 2258 INFO octavia.api.v2.controllers.load_balancer [req-cddb1e62-0b06-46f9-91cd-28783d0a9e9e - - - - -] Sending created Load Balancer 73ad343c-d465-446d-9bf5-9f32a4c93d0d to the handler 2018-09-14 10:25:41.467 2258 INFO octavia.api.v2.controllers.listener [req-4b82ed17-6dfd-404d-8445-9d50ac4b41f7 - - - - -] Sending Creation of Listener cc1d8204-c60c-4bdd-bffd-f862ba0e70fb to handler 2018-09-14 10:25:41.926 2258 INFO oslo_db.sqlalchemy.provision [req-505e0bd9-7340-4915-be2a-d8174a2c6d80 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:41.930 2258 INFO oslo_db.sqlalchemy.provision [req-505e0bd9-7340-4915-be2a-d8174a2c6d80 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kicjafbbeh 2018-09-14 10:25:41.930 2258 INFO oslo_db.sqlalchemy.provision [req-505e0bd9-7340-4915-be2a-d8174a2c6d80 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_already_deleted [1.455259s] ... ok 2018-09-14 10:25:33.512 2241 INFO oslo_db.sqlalchemy.provision [req-a6695d5b-2cd8-40d9-9f8c-1d3523b616ab - - - - -] CREATE BACKEND sqlite:// TOKEN afuimnostp 2018-09-14 10:25:33.673 2241 INFO octavia.common.config [req-a6695d5b-2cd8-40d9-9f8c-1d3523b616ab - - - - -] Logging enabled! 2018-09-14 10:25:33.674 2241 INFO octavia.common.config [req-a6695d5b-2cd8-40d9-9f8c-1d3523b616ab - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:33.712 2241 WARNING octavia.api.root_controller [req-a6695d5b-2cd8-40d9-9f8c-1d3523b616ab - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:33.760 2241 INFO octavia.api.v1.controllers.load_balancer [req-dc69b567-6477-4c6c-8c38-35d45663dff8 - - - - -] Sending full load balancer configuration c3f2de96-6de5-474b-bea7-5f70d8c0ea47 to the handler 2018-09-14 10:25:33.789 2241 INFO oslo_db.sqlalchemy.provision [req-dc69b567-6477-4c6c-8c38-35d45663dff8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.793 2241 INFO oslo_db.sqlalchemy.provision [req-dc69b567-6477-4c6c-8c38-35d45663dff8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN afuimnostp 2018-09-14 10:25:33.793 2241 INFO oslo_db.sqlalchemy.provision [req-dc69b567-6477-4c6c-8c38-35d45663dff8 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:34.334 2259 INFO oslo_db.sqlalchemy.provision [req-9f2e026b-3e23-4ab8-be23-1102c972c59f - - - - -] CREATE BACKEND sqlite:// TOKEN yxcmsxonxs 2018-09-14 10:25:34.499 2259 INFO octavia.common.config [req-9f2e026b-3e23-4ab8-be23-1102c972c59f - - - - -] Logging enabled! 2018-09-14 10:25:34.500 2259 INFO octavia.common.config [req-9f2e026b-3e23-4ab8-be23-1102c972c59f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:34.540 2259 WARNING octavia.api.root_controller [req-9f2e026b-3e23-4ab8-be23-1102c972c59f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:34.571 2259 INFO octavia.api.v2.controllers.load_balancer [req-99f1b7b2-f88c-4843-82dd-ae219ef895fb - - - - -] Sending created Load Balancer b28a18c0-b528-40a2-bfdd-a14e1d5ec6b2 to the handler 2018-09-14 10:25:34.866 2259 INFO oslo_db.sqlalchemy.provision [req-4bf1a489-04e8-4464-ae8e-50f1f1685d87 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.870 2259 INFO oslo_db.sqlalchemy.provision [req-4bf1a489-04e8-4464-ae8e-50f1f1685d87 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yxcmsxonxs 2018-09-14 10:25:34.870 2259 INFO oslo_db.sqlalchemy.provision [req-4bf1a489-04e8-4464-ae8e-50f1f1685d87 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_authorized [0.542143s] ... ok 2018-09-14 10:25:34.161 2247 INFO oslo_db.sqlalchemy.provision [req-2aa4f9ce-9d0b-4159-a85a-0f3a7a354642 - - - - -] CREATE BACKEND sqlite:// TOKEN oarzktrcuu 2018-09-14 10:25:34.328 2247 INFO octavia.common.config [req-2aa4f9ce-9d0b-4159-a85a-0f3a7a354642 - - - - -] Logging enabled! 2018-09-14 10:25:34.329 2247 INFO octavia.common.config [req-2aa4f9ce-9d0b-4159-a85a-0f3a7a354642 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:34.371 2247 WARNING octavia.api.root_controller [req-2aa4f9ce-9d0b-4159-a85a-0f3a7a354642 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:34.405 2247 INFO octavia.api.v2.controllers.load_balancer [req-95d87394-31fe-43f3-9234-a8b907e08b35 - - - - -] Sending created Load Balancer bf9fd998-0489-48cc-bd4e-177e2a7ea29c to the handler 2018-09-14 10:25:34.890 2247 INFO octavia.api.v2.controllers.listener [req-1ae4c7c6-e900-4804-90a6-a48ec3e1db8a - - - - -] Sending Creation of Listener d47c50bd-06a6-4d98-992f-99dcd99f3c93 to handler 2018-09-14 10:25:35.193 2247 INFO octavia.api.v2.controllers.pool [req-4eb6c303-a640-4522-8da7-48ef9b875ef3 - - - - -] Sending Creation of Pool d7f796cb-77ef-4a26-9779-9be19ce8235e to handler 2018-09-14 10:25:35.557 2247 INFO octavia.api.v2.controllers.pool [req-aa6107e5-27d6-4776-a6cb-fa68d9588a7f - - - - -] Sending Creation of Pool d47f2707-a96f-4de4-b9c7-5ea33c551096 to handler 2018-09-14 10:25:35.940 2247 INFO octavia.api.v2.controllers.health_monitor [req-2af68021-cebd-475f-b62e-f92a96063a0f - - - - -] Sending Creation of Health Monitor 7f384274-4595-43b2-b3ec-9ec4bbf9cee8 to handler 2018-09-14 10:25:36.314 2247 INFO oslo_db.sqlalchemy.provision [req-ec543e88-ad8d-4f53-9ef7-b5ed29429daf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.317 2247 INFO oslo_db.sqlalchemy.provision [req-ec543e88-ad8d-4f53-9ef7-b5ed29429daf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oarzktrcuu 2018-09-14 10:25:36.318 2247 INFO oslo_db.sqlalchemy.provision [req-ec543e88-ad8d-4f53-9ef7-b5ed29429daf - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_bad_delete [1.766137s] ... ok 2018-09-14 10:25:38.245 2240 INFO oslo_db.sqlalchemy.provision [req-cbddccb1-8838-4a68-b479-e8378c4d490d - - - - -] CREATE BACKEND sqlite:// TOKEN yhsrjudayt 2018-09-14 10:25:38.418 2240 INFO octavia.common.config [req-cbddccb1-8838-4a68-b479-e8378c4d490d - - - - -] Logging enabled! 2018-09-14 10:25:38.419 2240 INFO octavia.common.config [req-cbddccb1-8838-4a68-b479-e8378c4d490d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:38.459 2240 WARNING octavia.api.root_controller [req-cbddccb1-8838-4a68-b479-e8378c4d490d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:38.486 2240 INFO octavia.api.v2.controllers.load_balancer [req-a3860daf-2344-40ad-996e-53a2e7ced27b - - - - -] Sending created Load Balancer 2c159836-da13-41cb-a542-65de3e954fae to the handler 2018-09-14 10:25:38.738 2240 INFO octavia.api.v2.controllers.listener [req-8d259bca-fa4f-47d7-ac23-2fa01f1072dc - - - - -] Sending Creation of Listener a37e5e6b-f7cb-482b-b600-ce9753434114 to handler 2018-09-14 10:25:39.029 2240 INFO octavia.api.v2.controllers.pool [req-f47bdac4-76df-4c5b-a7ba-0847f937b02f - - - - -] Sending Creation of Pool f3d613e6-a0db-485b-8d67-3c14f301ce45 to handler 2018-09-14 10:25:39.374 2240 INFO octavia.api.v2.controllers.pool [req-b97be7b3-e4f1-4ff3-8293-02455d7763e8 - - - - -] Sending Creation of Pool bb739c94-8c3d-4cda-9d95-b8cbfb2bc6c8 to handler 2018-09-14 10:25:39.698 2240 INFO octavia.api.v2.controllers.load_balancer [req-5bdbb661-cef1-4288-b3ac-c6154b27fbd7 - - - - -] Sending created Load Balancer 3e5d85df-8402-412f-b150-fc8b75e11053 to the handler 2018-09-14 10:25:39.927 2240 INFO octavia.api.v2.controllers.load_balancer [req-a6929d79-7e0c-4ff2-af38-091fab4b137c - - - - -] Sending created Load Balancer 8b4d623e-9b26-4fee-90bd-99d983dc351b to the handler 2018-09-14 10:25:40.184 2240 INFO octavia.api.v2.controllers.pool [req-89da3a8b-fdaf-4e2e-a58b-5b2376e21d61 - - - - -] Sending Creation of Pool cbee2095-2f2c-4f6f-9dbd-1da5d785053a to handler 2018-09-14 10:25:40.606 2240 INFO octavia.api.v2.controllers.pool [req-4cddb93d-1080-4904-aba8-bc7719c631e6 - - - - -] Sending Creation of Pool daf2d13f-11c3-4934-9541-72af47375279 to handler 2018-09-14 10:25:40.900 2240 INFO octavia.api.v2.controllers.pool [req-c44f477b-1e04-4922-866f-cd3697132736 - - - - -] Sending Creation of Pool b65dbc8b-d1ee-48e2-8baa-6af01657d2bf to handler 2018-09-14 10:25:41.261 2240 INFO octavia.api.v2.controllers.health_monitor [req-8663c232-a2f4-428e-9b5a-e68018f3cfe0 - - - - -] Sending Creation of Health Monitor e1c75b39-2578-402a-8411-388fa26be4f0 to handler 2018-09-14 10:25:41.615 2240 INFO octavia.api.v2.controllers.health_monitor [req-6aae2cfb-682d-4a8a-a390-10dcdb5a2c3e - - - - -] Sending Creation of Health Monitor 7c84f880-2f7d-4406-9671-c85f6411fb2e to handler 2018-09-14 10:25:41.921 2240 INFO octavia.api.v2.controllers.health_monitor [req-872d8df8-86e7-4733-b3ce-963fecaaa148 - - - - -] Sending Creation of Health Monitor 691e8679-24f2-4ca7-a618-cd7c008ff31c to handler 2018-09-14 10:25:42.452 2240 INFO oslo_db.sqlalchemy.provision [req-ccbb194b-4f6c-41a0-91f5-7f4957135227 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.456 2240 INFO oslo_db.sqlalchemy.provision [req-ccbb194b-4f6c-41a0-91f5-7f4957135227 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yhsrjudayt 2018-09-14 10:25:42.456 2240 INFO oslo_db.sqlalchemy.provision [req-ccbb194b-4f6c-41a0-91f5-7f4957135227 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_by_project_id [4.217770s] ... ok 2018-09-14 10:25:40.097 2257 INFO oslo_db.sqlalchemy.provision [req-38cd561f-0469-4cb8-832a-ecf707314cfa - - - - -] CREATE BACKEND sqlite:// TOKEN fjuindfeug 2018-09-14 10:25:40.262 2257 INFO octavia.common.config [req-38cd561f-0469-4cb8-832a-ecf707314cfa - - - - -] Logging enabled! 2018-09-14 10:25:40.263 2257 INFO octavia.common.config [req-38cd561f-0469-4cb8-832a-ecf707314cfa - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:40.306 2257 WARNING octavia.api.root_controller [req-38cd561f-0469-4cb8-832a-ecf707314cfa - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:40.343 2257 INFO oslo_db.sqlalchemy.provision [req-6c09a6b7-b547-4a8c-a1fc-d95e790e11a2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:40.347 2257 INFO oslo_db.sqlalchemy.provision [req-6c09a6b7-b547-4a8c-a1fc-d95e790e11a2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fjuindfeug 2018-09-14 10:25:40.348 2257 INFO oslo_db.sqlalchemy.provision [req-6c09a6b7-b547-4a8c-a1fc-d95e790e11a2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_disallowed_network_id [0.257711s] ... ok {2} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener [0.288593s] ... ok 2018-09-14 10:25:37.130 2250 INFO oslo_db.sqlalchemy.provision [req-05014720-c6d2-4edf-b5e4-ed58510451f5 - - - - -] CREATE BACKEND sqlite:// TOKEN szzthalsfj 2018-09-14 10:25:37.295 2250 INFO octavia.common.config [req-05014720-c6d2-4edf-b5e4-ed58510451f5 - - - - -] Logging enabled! 2018-09-14 10:25:37.296 2250 INFO octavia.common.config [req-05014720-c6d2-4edf-b5e4-ed58510451f5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:37.335 2250 WARNING octavia.api.root_controller [req-05014720-c6d2-4edf-b5e4-ed58510451f5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:37.362 2250 INFO octavia.api.v2.controllers.load_balancer [req-5704a4eb-c0fc-447b-86e0-bc993d2b0a39 - - - - -] Sending created Load Balancer b234bed1-8a0f-4b8f-a1b9-8806677a3e33 to the handler 2018-09-14 10:25:37.758 2250 INFO octavia.api.v2.controllers.pool [req-b87f0fdc-2c89-442b-bf96-3fab42b4c780 - - - - -] Sending Creation of Pool d0930979-2009-4e51-b9df-54abc1b70dbb to handler 2018-09-14 10:25:38.062 2250 INFO octavia.api.v2.controllers.listener [req-de6d7695-310d-4bcf-953f-430231cc6eb3 - - - - -] Sending Creation of Listener a94b63f6-5b25-4dcd-bb0d-e84c496d2e4b to handler 2018-09-14 10:25:38.804 2250 INFO oslo_db.sqlalchemy.provision [req-22f27b82-5c4e-4999-a738-5bc944ab6b51 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.810 2250 INFO oslo_db.sqlalchemy.provision [req-22f27b82-5c4e-4999-a738-5bc944ab6b51 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN szzthalsfj 2018-09-14 10:25:38.810 2250 INFO oslo_db.sqlalchemy.provision [req-22f27b82-5c4e-4999-a738-5bc944ab6b51 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_with_bad_default_pool_id [1.687193s] ... ok {28} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_with_bad_handler [1.901927s] ... ok 2018-09-14 10:25:40.224 2244 INFO oslo_db.sqlalchemy.provision [req-3dcba9c6-59f9-411a-806c-29ca02652b83 - - - - -] CREATE BACKEND sqlite:// TOKEN uzhzckcfxm 2018-09-14 10:25:40.397 2244 INFO octavia.common.config [req-3dcba9c6-59f9-411a-806c-29ca02652b83 - - - - -] Logging enabled! 2018-09-14 10:25:40.398 2244 INFO octavia.common.config [req-3dcba9c6-59f9-411a-806c-29ca02652b83 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:40.436 2244 WARNING octavia.api.root_controller [req-3dcba9c6-59f9-411a-806c-29ca02652b83 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:40.467 2244 INFO octavia.api.v2.controllers.load_balancer [req-ca9b1bd4-0e4a-44bc-a599-3d41dbc12a9e - - - - -] Sending created Load Balancer bfcfe880-53bd-471f-80c8-230f83d0e479 to the handler 2018-09-14 10:25:40.729 2244 INFO octavia.api.v2.controllers.pool [req-935a7a3e-9a2b-4d24-aa16-123eed474e1e - - - - -] Sending Creation of Pool bd144252-83a4-4e97-b416-75530097839a to handler 2018-09-14 10:25:41.004 2244 INFO octavia.api.v2.controllers.load_balancer [req-39ea8c4e-907c-4ee3-9348-05479bd09123 - - - - -] Sending created Load Balancer 6920a442-3660-4043-9a24-2b87b8060420 to the handler 2018-09-14 10:25:41.270 2244 INFO octavia.api.v2.controllers.listener [req-075f82e0-2525-47f0-ba84-d3d07716f698 - - - - -] Sending Creation of Listener 5dbae85d-d16c-44c3-b0db-17a1f4b8155a to handler 2018-09-14 10:25:41.383 2244 INFO oslo_db.sqlalchemy.provision [req-e13cad31-a066-41b1-a746-ed873aa16d50 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:41.387 2244 INFO oslo_db.sqlalchemy.provision [req-e13cad31-a066-41b1-a746-ed873aa16d50 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uzhzckcfxm 2018-09-14 10:25:41.388 2244 INFO oslo_db.sqlalchemy.provision [req-e13cad31-a066-41b1-a746-ed873aa16d50 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_listener.TestListener.test_statistics_not_authorized [1.171759s] ... ok 2018-09-14 10:25:32.144 2248 INFO oslo_db.sqlalchemy.provision [req-b9440d84-93cc-4037-a786-1f012be8e73b - - - - -] CREATE BACKEND sqlite:// TOKEN rzjuxpbkfq 2018-09-14 10:25:32.314 2248 INFO octavia.common.config [req-b9440d84-93cc-4037-a786-1f012be8e73b - - - - -] Logging enabled! 2018-09-14 10:25:32.316 2248 INFO octavia.common.config [req-b9440d84-93cc-4037-a786-1f012be8e73b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.360 2248 WARNING octavia.api.root_controller [req-b9440d84-93cc-4037-a786-1f012be8e73b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.397 2248 INFO octavia.api.v2.controllers.load_balancer [req-50286eb3-8cdf-43d3-8744-994111030b73 - - - - -] Sending created Load Balancer 5565a4fa-7e6e-4efb-a714-ed71705d69c1 to the handler 2018-09-14 10:25:32.667 2248 INFO octavia.api.v2.controllers.listener [req-8d2d292e-9618-4142-bdd5-d21dddcab3a4 - - - - -] Sending Creation of Listener 9505f3e4-9c86-4573-af6c-789b3be56b63 to handler 2018-09-14 10:25:32.954 2248 INFO octavia.api.v2.controllers.pool [req-e7a3265b-9f2d-44ef-b08b-322ac7cacb48 - - - - -] Sending Creation of Pool 3f675f64-8be1-4d99-b278-30eb43a65446 to handler 2018-09-14 10:25:33.508 2248 INFO octavia.api.v2.controllers.pool [req-e27894f4-1a02-4357-846f-4f15c90d9940 - - - - -] Sending Creation of Pool 66006f86-db20-434e-8b96-c1453cf7f0b6 to handler 2018-09-14 10:25:33.905 2248 INFO octavia.api.v2.controllers.pool [req-d3d1395c-89fa-476e-9b18-784ee49e6b27 - - - - -] Sending Creation of Pool c4af9a00-8f9a-41d8-8ae7-52f3083664e5 to handler 2018-09-14 10:25:34.303 2248 INFO octavia.api.v2.controllers.pool [req-3f1944fc-1213-403f-aaed-7717798f5be7 - - - - -] Sending Creation of Pool 81d51ee8-616c-45a7-a60b-bd9bfb67b318 to handler 2018-09-14 10:25:34.724 2248 INFO octavia.api.v2.controllers.pool [req-04b019b5-59ef-47d0-87a7-657f036c01d5 - - - - -] Sending Creation of Pool 3d087e28-22fe-4977-9c2b-cab82f6eceba to handler 2018-09-14 10:25:35.212 2248 INFO octavia.api.v2.controllers.health_monitor [req-ed593a7f-54fb-42ae-927e-13e029ed9069 - - - - -] Sending Creation of Health Monitor 0f907903-ec3f-4a0e-b91a-ef7251abf41f to handler 2018-09-14 10:25:35.792 2248 INFO octavia.api.v2.controllers.health_monitor [req-def70f1a-74d6-4e17-aabe-cfc196975e0e - - - - -] Sending Creation of Health Monitor b469d873-b505-481c-9bc9-b8433e497f9d to handler 2018-09-14 10:25:36.393 2248 INFO octavia.api.v2.controllers.health_monitor [req-15b700f7-43d4-46b2-ad0c-1d259349c078 - - - - -] Sending Creation of Health Monitor 206ef38b-ce3b-46b4-8643-9527048584e5 to handler 2018-09-14 10:25:36.923 2248 INFO oslo_db.sqlalchemy.provision [req-3d853d79-a1d8-4cbf-af94-57bf3c328b9e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.927 2248 INFO oslo_db.sqlalchemy.provision [req-3d853d79-a1d8-4cbf-af94-57bf3c328b9e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rzjuxpbkfq 2018-09-14 10:25:36.928 2248 INFO oslo_db.sqlalchemy.provision [req-3d853d79-a1d8-4cbf-af94-57bf3c328b9e - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_fields_filter [4.790153s] ... ok 2018-09-14 10:25:43.325 2246 INFO octavia.api.v1.controllers.l7rule [req-93fc920c-a027-4d4e-a1ed-d1e55020f5aa - - - - -] Sending Creation of L7Rule ce3dfa87-2f4c-460c-b4a8-d007bd3c19fe to handler 2018-09-14 10:25:35.007 2262 INFO oslo_db.sqlalchemy.provision [req-839ec490-791a-478f-8712-5f1e213ee9e8 - - - - -] CREATE BACKEND sqlite:// TOKEN qfyfkkfnwb 2018-09-14 10:25:35.169 2262 INFO octavia.common.config [req-839ec490-791a-478f-8712-5f1e213ee9e8 - - - - -] Logging enabled! 2018-09-14 10:25:35.170 2262 INFO octavia.common.config [req-839ec490-791a-478f-8712-5f1e213ee9e8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.208 2262 WARNING octavia.api.root_controller [req-839ec490-791a-478f-8712-5f1e213ee9e8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.239 2262 INFO octavia.api.v2.controllers.load_balancer [req-cd3bdcbb-299c-4b91-83ac-a0ff7692b729 - - - - -] Sending created Load Balancer 44ea49da-eaf7-4aa6-88a5-980e3795c337 to the handler 2018-09-14 10:25:35.688 2262 INFO oslo_db.sqlalchemy.provision [req-d8ba4aaa-9712-4060-a0e5-17888f4a2b55 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:35.692 2262 INFO oslo_db.sqlalchemy.provision [req-d8ba4aaa-9712-4060-a0e5-17888f4a2b55 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qfyfkkfnwb 2018-09-14 10:25:35.692 2262 INFO oslo_db.sqlalchemy.provision [req-d8ba4aaa-9712-4060-a0e5-17888f4a2b55 - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get [2.164089s] ... ok 2018-09-14 10:25:36.169 2256 INFO oslo_db.sqlalchemy.provision [req-81eaf192-1253-4c46-82b2-9520da4e626e - - - - -] CREATE BACKEND sqlite:// TOKEN wspveshxid 2018-09-14 10:25:36.333 2256 INFO octavia.common.config [req-81eaf192-1253-4c46-82b2-9520da4e626e - - - - -] Logging enabled! 2018-09-14 10:25:36.333 2256 INFO octavia.common.config [req-81eaf192-1253-4c46-82b2-9520da4e626e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.373 2256 WARNING octavia.api.root_controller [req-81eaf192-1253-4c46-82b2-9520da4e626e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.400 2256 INFO octavia.api.v2.controllers.load_balancer [req-4817db58-96aa-46e9-9cb8-4e90e098f95c - - - - -] Sending created Load Balancer 491e1447-d075-42d3-b1e6-4fed411f3d4d to the handler 2018-09-14 10:25:36.655 2256 INFO octavia.api.v2.controllers.listener [req-fa3305af-1435-41f0-a651-5ccc9ef02741 - - - - -] Sending Creation of Listener 4e156007-2953-4a32-800b-4db6e5315ddf to handler 2018-09-14 10:25:36.946 2256 INFO octavia.api.v2.controllers.pool [req-eba3f152-3320-4217-9201-b0f55b0a5402 - - - - -] Sending Creation of Pool 6e65ce4b-4bc1-4325-bdcf-40470da4d06b to handler 2018-09-14 10:25:37.261 2256 INFO octavia.api.v2.controllers.l7policy [req-06b8f052-b348-4279-a99a-d6cf53dba6eb - - - - -] Sending Creation of L7Policy 12a06d30-b22d-43fe-890a-d0c7e6552840 to handler 2018-09-14 10:25:37.828 2256 INFO octavia.api.v2.controllers.l7policy [req-aef15fc3-5817-4258-97b4-4f3476210406 - d08f7b9b-dcbe-44d8-80b3-d67fd6d50b32 - - -] Sending Deletion of L7Policy 12a06d30-b22d-43fe-890a-d0c7e6552840 to handler 2018-09-14 10:25:37.967 2256 INFO oslo_db.sqlalchemy.provision [req-6a87249c-fb9c-4e9b-9225-d386b3dc9416 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:37.970 2256 INFO oslo_db.sqlalchemy.provision [req-6a87249c-fb9c-4e9b-9225-d386b3dc9416 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wspveshxid 2018-09-14 10:25:37.971 2256 INFO oslo_db.sqlalchemy.provision [req-6a87249c-fb9c-4e9b-9225-d386b3dc9416 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_authorized [1.808878s] ... ok 2018-09-14 10:25:32.406 2252 INFO oslo_db.sqlalchemy.provision [req-d73a7aaa-4ac5-444c-acd4-069a8ba345d1 - - - - -] CREATE BACKEND sqlite:// TOKEN ccckyppnri 2018-09-14 10:25:32.567 2252 INFO octavia.common.config [req-d73a7aaa-4ac5-444c-acd4-069a8ba345d1 - - - - -] Logging enabled! 2018-09-14 10:25:32.568 2252 INFO octavia.common.config [req-d73a7aaa-4ac5-444c-acd4-069a8ba345d1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:32.606 2252 WARNING octavia.api.root_controller [req-d73a7aaa-4ac5-444c-acd4-069a8ba345d1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:32.628 2252 INFO octavia.api.v1.controllers.load_balancer [req-40378696-b754-41c9-8b23-870d42a63941 - - - - -] Sending created Load Balancer c9c8d795-7922-4d0e-9ac9-abe9a6b78d89 to the handler 2018-09-14 10:25:32.791 2252 INFO octavia.api.v1.controllers.listener [req-85128b1f-eafd-44d9-abfe-93aa33ffeaec - - - - -] Sending Creation of Listener eb4efeff-70ca-4e6e-95ed-23a07ea61443 to handler 2018-09-14 10:25:33.002 2252 INFO octavia.api.v1.controllers.pool [req-a0a7e610-692d-499f-9e56-4d8674ce6bad - - - - -] Sending Creation of Pool c7ddfa91-8c41-4dac-9e6d-8ac2f3930252 to handler 2018-09-14 10:25:33.301 2252 INFO octavia.api.v1.controllers.pool [req-00d3ef52-f401-4630-b92e-b92295e9a386 - - - - -] Sending Creation of Pool a0fd0888-631e-4317-88a8-aec717b3c5ae to handler 2018-09-14 10:25:33.634 2252 INFO oslo_db.sqlalchemy.provision [req-bac97e3b-523f-4df0-bd05-ef9abcef6b81 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:33.638 2252 INFO oslo_db.sqlalchemy.provision [req-bac97e3b-523f-4df0-bd05-ef9abcef6b81 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ccckyppnri 2018-09-14 10:25:33.639 2252 INFO oslo_db.sqlalchemy.provision [req-bac97e3b-523f-4df0-bd05-ef9abcef6b81 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_bad_subnet [1.239626s] ... ok 2018-09-14 10:25:36.171 2261 INFO oslo_db.sqlalchemy.provision [req-618ce049-b618-45e3-89a4-f66304a4cf17 - - - - -] CREATE BACKEND sqlite:// TOKEN cakhyamjnd 2018-09-14 10:25:36.334 2261 INFO octavia.common.config [req-618ce049-b618-45e3-89a4-f66304a4cf17 - - - - -] Logging enabled! 2018-09-14 10:25:36.335 2261 INFO octavia.common.config [req-618ce049-b618-45e3-89a4-f66304a4cf17 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.374 2261 WARNING octavia.api.root_controller [req-618ce049-b618-45e3-89a4-f66304a4cf17 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.400 2261 INFO octavia.api.v2.controllers.load_balancer [req-b70ef95f-7f3b-4a6f-b825-720ef57c2226 - - - - -] Sending created Load Balancer e90d89f4-8b93-4a6e-b255-bd11022044f1 to the handler 2018-09-14 10:25:36.658 2261 INFO octavia.api.v2.controllers.listener [req-ed99772c-a727-4c3d-aefe-3611e0e5093d - - - - -] Sending Creation of Listener d7fbaff1-ed5e-4e47-9351-fdf2cdac1c9e to handler 2018-09-14 10:25:36.943 2261 INFO octavia.api.v2.controllers.pool [req-51850a2b-7bb6-47d0-ab25-79073543be00 - - - - -] Sending Creation of Pool ce7aa238-9763-4f4b-bf1a-8522772bd4af to handler 2018-09-14 10:25:37.286 2261 INFO octavia.api.v2.controllers.pool [req-d49d540a-2590-45c3-90c0-5e3af513b2a2 - - - - -] Sending Creation of Pool abb70530-4453-465d-9f4c-f6d4519c294b to handler 2018-09-14 10:25:37.663 2261 INFO octavia.api.v2.controllers.health_monitor [req-91c3d519-bf43-479b-a164-a5d2c3d0fbfb - - - - -] Sending Creation of Health Monitor bf773eba-42cb-4aa5-bb54-f3f83c6937e9 to handler 2018-09-14 10:25:38.100 2261 INFO oslo_db.sqlalchemy.provision [req-3ef0583c-ab61-4123-b417-e71a8b033bfa - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.103 2261 INFO oslo_db.sqlalchemy.provision [req-3ef0583c-ab61-4123-b417-e71a8b033bfa - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cakhyamjnd 2018-09-14 10:25:38.104 2261 INFO oslo_db.sqlalchemy.provision [req-3ef0583c-ab61-4123-b417-e71a8b033bfa - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all [1.938905s] ... ok 2018-09-14 10:25:34.852 2253 INFO oslo_db.sqlalchemy.provision [req-43664da4-2f98-478b-81d5-f6e53f7c9787 - - - - -] CREATE BACKEND sqlite:// TOKEN yaoiguqlig 2018-09-14 10:25:35.019 2253 INFO octavia.common.config [req-43664da4-2f98-478b-81d5-f6e53f7c9787 - - - - -] Logging enabled! 2018-09-14 10:25:35.020 2253 INFO octavia.common.config [req-43664da4-2f98-478b-81d5-f6e53f7c9787 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.057 2253 WARNING octavia.api.root_controller [req-43664da4-2f98-478b-81d5-f6e53f7c9787 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.088 2253 INFO octavia.api.v2.controllers.load_balancer [req-6554974e-99fa-46ab-a39c-52aece5a469d - - - - -] Sending created Load Balancer e474e146-634d-4ce6-915c-a7e86f174086 to the handler 2018-09-14 10:25:35.345 2253 INFO octavia.api.v2.controllers.listener [req-5f303de5-8a0b-4ecd-b9ad-890a559d5b31 - - - - -] Sending Creation of Listener 87fd087d-2c2b-4537-8fd5-81c23602d125 to handler 2018-09-14 10:25:35.656 2253 INFO octavia.api.v2.controllers.pool [req-99e67368-5c37-4f5e-9bf2-a7f3f8cd57ef - - - - -] Sending Creation of Pool 827b31e5-5c9c-41c6-bad2-8454bb1a08d8 to handler 2018-09-14 10:25:36.060 2253 INFO octavia.api.v2.controllers.pool [req-3b693802-4970-480b-a11d-d9c57768a9f4 - - - - -] Sending Creation of Pool 1215c5bc-6659-4fa7-b897-d8ccb644d58f to handler 2018-09-14 10:25:36.527 2253 INFO oslo_db.sqlalchemy.provision [req-39d01049-058c-446b-92ea-26bc55409389 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.531 2253 INFO oslo_db.sqlalchemy.provision [req-39d01049-058c-446b-92ea-26bc55409389 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yaoiguqlig 2018-09-14 10:25:36.531 2253 INFO oslo_db.sqlalchemy.provision [req-39d01049-058c-446b-92ea-26bc55409389 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_bad_create_with_invalid_url_path [1.686609s] ... ok 2018-09-14 10:25:37.402 2263 INFO oslo_db.sqlalchemy.provision [req-3cf577f8-d746-4520-82fd-a6521f576ff1 - - - - -] CREATE BACKEND sqlite:// TOKEN qkspofoehb 2018-09-14 10:25:37.563 2263 INFO octavia.common.config [req-3cf577f8-d746-4520-82fd-a6521f576ff1 - - - - -] Logging enabled! 2018-09-14 10:25:37.564 2263 INFO octavia.common.config [req-3cf577f8-d746-4520-82fd-a6521f576ff1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:37.605 2263 WARNING octavia.api.root_controller [req-3cf577f8-d746-4520-82fd-a6521f576ff1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:37.633 2263 INFO octavia.api.v2.controllers.load_balancer [req-30b35f3b-67bf-49d1-a02d-137f15a1a33e - - - - -] Sending created Load Balancer e538f98f-4916-4397-94ba-6acf2107b94f to the handler 2018-09-14 10:25:37.886 2263 INFO octavia.api.v2.controllers.listener [req-23314744-c28a-486f-9f8f-63365debb36b - - - - -] Sending Creation of Listener c03acdf3-8048-4ac4-83d3-2c77a1447567 to handler 2018-09-14 10:25:38.178 2263 INFO octavia.api.v2.controllers.pool [req-e0274c11-664b-4b0c-95cf-8a8bdd71f350 - - - - -] Sending Creation of Pool a18e0f53-3659-490a-9986-f089d0abf07e to handler 2018-09-14 10:25:38.679 2263 INFO octavia.api.v2.controllers.l7policy [req-7286be9e-a05f-4ed9-867e-4ace4f03e842 - - - - -] Sending Creation of L7Policy 06d4005a-feb9-4da8-8575-8e350417b813 to handler 2018-09-14 10:25:39.251 2263 INFO octavia.api.v2.controllers.l7policy [req-73b820f8-7696-4e2b-83a1-f93884a6b910 - - - - -] Sending Update of L7Policy 06d4005a-feb9-4da8-8575-8e350417b813 to handler 2018-09-14 10:25:39.406 2263 INFO oslo_db.sqlalchemy.provision [req-e58832e4-e50e-4dc6-99ce-44abb3c92680 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:39.410 2263 INFO oslo_db.sqlalchemy.provision [req-e58832e4-e50e-4dc6-99ce-44abb3c92680 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qkspofoehb 2018-09-14 10:25:39.410 2263 INFO oslo_db.sqlalchemy.provision [req-e58832e4-e50e-4dc6-99ce-44abb3c92680 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update [2.014852s] ... ok 2018-09-14 10:25:34.995 2255 INFO oslo_db.sqlalchemy.provision [req-5a165087-bdf5-43bb-8e2a-af286b55b5d8 - - - - -] CREATE BACKEND sqlite:// TOKEN cxytnoahrk 2018-09-14 10:25:35.158 2255 INFO octavia.common.config [req-5a165087-bdf5-43bb-8e2a-af286b55b5d8 - - - - -] Logging enabled! 2018-09-14 10:25:35.159 2255 INFO octavia.common.config [req-5a165087-bdf5-43bb-8e2a-af286b55b5d8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.197 2255 WARNING octavia.api.root_controller [req-5a165087-bdf5-43bb-8e2a-af286b55b5d8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.219 2255 INFO octavia.api.v1.controllers.load_balancer [req-ff863100-e4b4-47b1-8eb8-089e337c0a2b - - - - -] Sending created Load Balancer a362064a-34c8-41f1-b30b-4b2a3916c2b2 to the handler 2018-09-14 10:25:35.389 2255 INFO octavia.api.v1.controllers.listener [req-1943e9e2-dae7-416e-8018-e10b08d784cb - - - - -] Sending Creation of Listener 894bd7f9-2468-4953-a451-3eb7e9709ef6 to handler 2018-09-14 10:25:35.589 2255 INFO octavia.api.v1.controllers.pool [req-bfb7a7fa-3834-4840-917a-5b60823064ef - - - - -] Sending Creation of Pool f3362160-6ddb-4053-9c27-d6b7370a5c14 to handler 2018-09-14 10:25:35.866 2255 INFO octavia.api.v1.controllers.pool [req-b2b89089-78f3-4027-af1a-8695d05e5a71 - - - - -] Sending Creation of Pool 2fbaca7e-d844-493b-b798-8a72fb035ef9 to handler 2018-09-14 10:25:36.167 2255 INFO octavia.api.v1.controllers.member [req-de461e3f-e982-4ed8-b84a-5b4a73c291dd - - - - -] Sending Creation of Member 35f660c1-a268-4db8-9f3d-ad23093abfa0 to handler 2018-09-14 10:25:36.669 2255 INFO oslo_db.sqlalchemy.provision [req-d4640855-4a60-49d2-8ed2-6c414cedde5f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.674 2255 INFO oslo_db.sqlalchemy.provision [req-d4640855-4a60-49d2-8ed2-6c414cedde5f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cxytnoahrk 2018-09-14 10:25:36.675 2255 INFO oslo_db.sqlalchemy.provision [req-d4640855-4a60-49d2-8ed2-6c414cedde5f - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_monitor_address_and_port [1.685782s] ... ok 2018-09-14 10:25:34.867 2268 INFO oslo_db.sqlalchemy.provision [req-8584386d-ffe7-455a-aa59-93678a625b47 - - - - -] CREATE BACKEND sqlite:// TOKEN slqvebojhk 2018-09-14 10:25:35.018 2268 INFO octavia.common.config [req-8584386d-ffe7-455a-aa59-93678a625b47 - - - - -] Logging enabled! 2018-09-14 10:25:35.018 2268 INFO octavia.common.config [req-8584386d-ffe7-455a-aa59-93678a625b47 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.060 2268 WARNING octavia.api.root_controller [req-8584386d-ffe7-455a-aa59-93678a625b47 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.087 2268 INFO octavia.api.v2.controllers.load_balancer [req-8203b3ba-0e4d-4657-aad5-6277138da785 - - - - -] Sending created Load Balancer 76829495-1406-4625-800b-0c2856027c60 to the handler 2018-09-14 10:25:35.338 2268 INFO octavia.api.v2.controllers.listener [req-2210219f-b8e7-4281-a4a7-1136ad3316ff - - - - -] Sending Creation of Listener 125566a3-e31a-4c69-8d98-74d9c5045c4d to handler 2018-09-14 10:25:35.780 2268 INFO octavia.api.v2.controllers.l7policy [req-0070a2d7-9ef3-46a0-b8e8-5b9b6d3e90ed - - - - -] Sending Creation of L7Policy 5e24fd17-2f26-4b5a-a8c8-7e2d3c84218b to handler 2018-09-14 10:25:36.354 2268 INFO octavia.api.v2.controllers.l7rule [req-b284112c-aedb-44ea-90b0-200c9f8c96ef - - - - -] Sending Creation of L7Rule d2eeb178-39ef-4e41-8bab-a52d68c1abc3 to handler 2018-09-14 10:25:36.563 2268 INFO oslo_db.sqlalchemy.provision [req-44186043-7869-4581-aabf-18cc390f5b16 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.567 2268 INFO oslo_db.sqlalchemy.provision [req-44186043-7869-4581-aabf-18cc390f5b16 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN slqvebojhk 2018-09-14 10:25:36.567 2268 INFO oslo_db.sqlalchemy.provision [req-44186043-7869-4581-aabf-18cc390f5b16 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:37.867 2242 INFO oslo_db.sqlalchemy.provision [req-4fddaadc-e68b-42cb-85b3-f3d488a72945 - - - - -] CREATE BACKEND sqlite:// TOKEN dpdjzeevib 2018-09-14 10:25:38.033 2242 INFO octavia.common.config [req-4fddaadc-e68b-42cb-85b3-f3d488a72945 - - - - -] Logging enabled! 2018-09-14 10:25:38.034 2242 INFO octavia.common.config [req-4fddaadc-e68b-42cb-85b3-f3d488a72945 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:38.074 2242 WARNING octavia.api.root_controller [req-4fddaadc-e68b-42cb-85b3-f3d488a72945 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:38.102 2242 INFO octavia.api.v2.controllers.load_balancer [req-1a390ad5-6a10-4953-8e5a-7e01cf8794fb - - - - -] Sending created Load Balancer 11223db7-352f-444c-b187-84d36242d3ce to the handler 2018-09-14 10:25:38.478 2242 INFO octavia.api.v2.controllers.listener [req-be0fa012-6780-4553-b84e-db57eeb0e9c7 - - - - -] Sending Creation of Listener 64dbfb9c-b476-444b-8bdd-5daa1d06ef87 to handler 2018-09-14 10:25:38.777 2242 INFO octavia.api.v2.controllers.l7policy [req-943da22f-ae9f-4d80-95d5-c6e09ffbdb52 - - - - -] Sending Creation of L7Policy 15837856-3c5b-420d-9f5d-d92bc3d7c46a to handler 2018-09-14 10:25:39.312 2242 INFO octavia.api.v2.controllers.l7rule [req-1586cab3-2f3a-4065-b8cc-47666757002a - - - - -] Sending Creation of L7Rule 184d52c0-9bc5-43e7-af2e-38f7b6e118f6 to handler 2018-09-14 10:25:39.899 2242 INFO octavia.api.v2.controllers.l7rule [req-41c33ad1-fcbc-413a-b7be-45a83fbeed26 - - - - -] Sending Creation of L7Rule 5f3cc1a7-3317-4938-a665-cd346ebbc1b5 to handler 2018-09-14 10:25:40.666 2242 INFO octavia.api.v2.controllers.l7rule [req-b7231bc1-4fb2-4d71-afdd-fc1bcda3502b - - - - -] Sending Creation of L7Rule baf50b12-7419-4756-b094-93b38c002c56 to handler 2018-09-14 10:25:41.334 2242 INFO octavia.api.v2.controllers.l7rule [req-ecb17730-9f49-4888-9ea5-b3322b487670 - - - - -] Sending Creation of L7Rule 582ab37f-1bec-48e6-aaf5-4e5842dcb144 to handler 2018-09-14 10:25:42.028 2242 INFO octavia.api.v2.controllers.l7rule [req-1e0bce5d-5c25-4836-b2d6-a82eca867f09 - - - - -] Sending Creation of L7Rule 22a61da1-a302-482e-8175-6f5f787567a3 to handler 2018-09-14 10:25:42.853 2242 INFO octavia.api.v2.controllers.l7rule [req-b7611e57-43b4-42be-8e7d-9d914d3f548c - - - - -] Sending Creation of L7Rule 3fdc8947-9f4b-4702-adab-59e5cdfde40f to handler 2018-09-14 10:25:43.954 2242 INFO octavia.api.v2.controllers.l7rule [req-78be9d1b-3e47-466e-85ca-cf968833c626 - - - - -] Sending Creation of L7Rule b160249d-0335-4c6f-a0e7-463ac0662676 to handler 2018-09-14 10:25:33.684 2251 INFO oslo_db.sqlalchemy.provision [req-f8172617-2b55-4a08-9f5c-c882bfa44280 - - - - -] CREATE BACKEND sqlite:// TOKEN deqyflloxa 2018-09-14 10:25:33.858 2251 INFO octavia.common.config [req-f8172617-2b55-4a08-9f5c-c882bfa44280 - - - - -] Logging enabled! 2018-09-14 10:25:33.859 2251 INFO octavia.common.config [req-f8172617-2b55-4a08-9f5c-c882bfa44280 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:33.898 2251 WARNING octavia.api.root_controller [req-f8172617-2b55-4a08-9f5c-c882bfa44280 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:33.926 2251 INFO octavia.api.v2.controllers.load_balancer [req-583bda4e-82ec-4d9e-b2d1-10e6cb8e0b12 - - - - -] Sending created Load Balancer 35b3478e-22a0-4586-abdd-3ebf0ddb2522 to the handler 2018-09-14 10:25:34.192 2251 INFO octavia.api.v2.controllers.listener [req-d3d2a63b-6cbe-42f4-b69a-13c8623bb8d0 - - - - -] Sending Creation of Listener 06392737-a110-4d2e-8dfe-111c456ba16c to handler 2018-09-14 10:25:34.487 2251 INFO octavia.api.v2.controllers.pool [req-d4a7bd6e-2224-4361-956e-32d9748092cc - - - - -] Sending Creation of Pool 2a37b4d6-3ab9-43f9-b4d3-c57db72b6a21 to handler 2018-09-14 10:25:34.833 2251 INFO octavia.api.v2.controllers.pool [req-aa534366-bd02-4c11-ab8f-41900f18bdd1 - - - - -] Sending Creation of Pool bd0a7b36-47e1-47ee-8a46-fd33b3e3ba7b to handler 2018-09-14 10:25:35.221 2251 INFO octavia.api.v2.controllers.health_monitor [req-ecfbbaad-7443-40bf-97d8-a977b1b7c5b9 - - - - -] Sending Creation of Health Monitor 2750249b-78c2-4dd2-8e87-afea2c794d43 to handler 2018-09-14 10:25:35.746 2251 INFO octavia.api.v2.controllers.health_monitor [req-1501d858-9e46-4571-b7fc-22da8a347cfe - - - - -] Sending Update of Health Monitor for Pool 2750249b-78c2-4dd2-8e87-afea2c794d43 to handler 2018-09-14 10:25:36.005 2251 INFO oslo_db.sqlalchemy.provision [req-aeae6ad9-e4b2-4780-876f-2cc0ca7bf295 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.008 2251 INFO oslo_db.sqlalchemy.provision [req-aeae6ad9-e4b2-4780-876f-2cc0ca7bf295 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN deqyflloxa 2018-09-14 10:25:36.009 2251 INFO oslo_db.sqlalchemy.provision [req-aeae6ad9-e4b2-4780-876f-2cc0ca7bf295 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update [2.332227s] ... ok 2018-09-14 10:25:38.787 2243 INFO oslo_db.sqlalchemy.provision [req-b550b70d-ddc5-482c-9027-80beec8bd389 - - - - -] CREATE BACKEND sqlite:// TOKEN bznnfgislg 2018-09-14 10:25:38.965 2243 INFO octavia.common.config [req-b550b70d-ddc5-482c-9027-80beec8bd389 - - - - -] Logging enabled! 2018-09-14 10:25:38.966 2243 INFO octavia.common.config [req-b550b70d-ddc5-482c-9027-80beec8bd389 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.006 2243 WARNING octavia.api.root_controller [req-b550b70d-ddc5-482c-9027-80beec8bd389 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.034 2243 INFO octavia.api.v2.controllers.load_balancer [req-4edf1d9b-2c7a-4ac7-99d0-8bf180b1acf3 - - - - -] Sending created Load Balancer b5bf2eeb-6512-4071-abf9-96cb4744fbb7 to the handler 2018-09-14 10:25:39.292 2243 INFO octavia.api.v2.controllers.pool [req-fe455c53-5cf1-4d8f-be6c-7d2df6b53904 - - - - -] Sending Creation of Pool 17327fa1-8446-461b-935b-5a355d0af52b to handler 2018-09-14 10:25:39.581 2243 INFO octavia.api.v2.controllers.listener [req-b95593da-a031-4e50-ace1-bda3e092505f - - - - -] Sending Creation of Listener 93e85b11-568f-423f-a33b-6b2b606e8027 to handler 2018-09-14 10:25:39.908 2243 INFO oslo_db.sqlalchemy.provision [req-0d774639-6eb8-4b5e-a516-dc5cf17d44d4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:39.911 2243 INFO oslo_db.sqlalchemy.provision [req-0d774639-6eb8-4b5e-a516-dc5cf17d44d4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bznnfgislg 2018-09-14 10:25:39.912 2243 INFO oslo_db.sqlalchemy.provision [req-0d774639-6eb8-4b5e-a516-dc5cf17d44d4 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:34.832 2254 INFO oslo_db.sqlalchemy.provision [req-3d21aa76-28e9-40f5-b36f-3ab6c0580b6c - - - - -] CREATE BACKEND sqlite:// TOKEN hpxuxhyagy 2018-09-14 10:25:35.002 2254 INFO octavia.common.config [req-3d21aa76-28e9-40f5-b36f-3ab6c0580b6c - - - - -] Logging enabled! 2018-09-14 10:25:35.003 2254 INFO octavia.common.config [req-3d21aa76-28e9-40f5-b36f-3ab6c0580b6c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.041 2254 WARNING octavia.api.root_controller [req-3d21aa76-28e9-40f5-b36f-3ab6c0580b6c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.063 2254 INFO octavia.api.v1.controllers.load_balancer [req-dbd79a8a-81ae-48af-bad3-3f6e7255c458 - - - - -] Sending created Load Balancer e3a1842f-7931-4ba5-b2cb-780590744ea1 to the handler 2018-09-14 10:25:35.231 2254 INFO octavia.api.v1.controllers.listener [req-c6135554-04ad-40ef-b62b-85ce92ff786e - - - - -] Sending Creation of Listener 9968a89a-bf1e-4413-97d8-2aafea9a48a3 to handler 2018-09-14 10:25:35.491 2254 INFO octavia.api.v1.controllers.pool [req-119097e2-b0c6-48c4-89dd-c33d7aca17d2 - - - - -] Sending Creation of Pool 5e392000-1138-4fb2-9961-e016057925d6 to handler 2018-09-14 10:25:35.722 2254 INFO oslo_db.sqlalchemy.provision [req-648b82c7-040b-4d18-8273-e1a9c37499d9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:35.725 2254 INFO oslo_db.sqlalchemy.provision [req-648b82c7-040b-4d18-8273-e1a9c37499d9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hpxuxhyagy 2018-09-14 10:25:35.726 2254 INFO oslo_db.sqlalchemy.provision [req-648b82c7-040b-4d18-8273-e1a9c37499d9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_duplicate_id [0.900382s] ... ok 2018-09-14 10:25:37.291 2266 INFO oslo_db.sqlalchemy.provision [req-51fbaeaa-8391-47bc-b680-be38aad0a1af - - - - -] CREATE BACKEND sqlite:// TOKEN qqrcuuxlif 2018-09-14 10:25:37.454 2266 INFO octavia.common.config [req-51fbaeaa-8391-47bc-b680-be38aad0a1af - - - - -] Logging enabled! 2018-09-14 10:25:37.455 2266 INFO octavia.common.config [req-51fbaeaa-8391-47bc-b680-be38aad0a1af - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:37.497 2266 WARNING octavia.api.root_controller [req-51fbaeaa-8391-47bc-b680-be38aad0a1af - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:37.525 2266 INFO octavia.api.v2.controllers.load_balancer [req-ccb0ed2d-371e-480f-b951-74fa02c86c5a - - - - -] Sending created Load Balancer 46ee4b0b-d93b-4784-a6c1-78163c021c47 to the handler 2018-09-14 10:25:37.791 2266 INFO octavia.api.v2.controllers.listener [req-fc21ab8b-b7d9-4eb7-9d9c-0e732c0f8aa0 - - - - -] Sending Creation of Listener 8c4a0d33-bf3a-46c4-96ae-d7548ace09cf to handler 2018-09-14 10:25:38.109 2266 INFO octavia.api.v2.controllers.pool [req-4e5a8a1c-46b6-4a1d-ba71-ebbe80787bd2 - - - - -] Sending Creation of Pool 5ccd8653-626b-4e06-bd7c-b7985b615ac7 to handler 2018-09-14 10:25:38.450 2266 INFO octavia.api.v2.controllers.l7policy [req-6ea5221b-23ac-4394-9dc6-055c2d2b5c9c - - - - -] Sending Creation of L7Policy 182349e9-8ed8-40a5-ba3c-6239acc09508 to handler 2018-09-14 10:25:39.082 2266 INFO octavia.api.v2.controllers.load_balancer [req-6cf2d707-0ad5-420f-b41b-7fa9484173cb - - - - -] Sending updated Load Balancer 46ee4b0b-d93b-4784-a6c1-78163c021c47 to the handler 2018-09-14 10:25:39.153 2266 INFO octavia.api.v2.controllers.l7policy [req-e4a60583-0ebf-4f99-9c8a-6372a5718151 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:39.180 2266 INFO oslo_db.sqlalchemy.provision [req-e4a60583-0ebf-4f99-9c8a-6372a5718151 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:39.183 2266 INFO oslo_db.sqlalchemy.provision [req-e4a60583-0ebf-4f99-9c8a-6372a5718151 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qqrcuuxlif 2018-09-14 10:25:39.184 2266 INFO oslo_db.sqlalchemy.provision [req-e4a60583-0ebf-4f99-9c8a-6372a5718151 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_when_lb_pending_update [1.899679s] ... ok 2018-09-14 10:25:34.930 2269 INFO oslo_db.sqlalchemy.provision [req-ff53b4c8-be2a-49b4-9265-23e7120ed638 - - - - -] CREATE BACKEND sqlite:// TOKEN ypmawxjwfg 2018-09-14 10:25:35.115 2269 INFO octavia.common.config [req-ff53b4c8-be2a-49b4-9265-23e7120ed638 - - - - -] Logging enabled! 2018-09-14 10:25:35.116 2269 INFO octavia.common.config [req-ff53b4c8-be2a-49b4-9265-23e7120ed638 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.154 2269 WARNING octavia.api.root_controller [req-ff53b4c8-be2a-49b4-9265-23e7120ed638 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.175 2269 INFO octavia.api.v1.controllers.load_balancer [req-3abeae8f-f50e-4d1f-a576-4717e2b00344 - - - - -] Sending created Load Balancer 0e6765ed-231b-4257-970f-1d5bc63c3e0a to the handler 2018-09-14 10:25:35.352 2269 INFO octavia.api.v1.controllers.listener [req-4bfd3969-a273-4b69-828a-ce488d66a390 - - - - -] Sending Creation of Listener c9033fd8-7ebc-4509-bee1-c7bbd7d67a17 to handler 2018-09-14 10:25:35.585 2269 INFO oslo_db.sqlalchemy.provision [req-54d89d8f-f219-47d8-be7f-db7ab919eade - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:35.589 2269 INFO oslo_db.sqlalchemy.provision [req-54d89d8f-f219-47d8-be7f-db7ab919eade - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ypmawxjwfg 2018-09-14 10:25:35.589 2269 INFO oslo_db.sqlalchemy.provision [req-54d89d8f-f219-47d8-be7f-db7ab919eade - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_with_bad_handler [1.706741s] ... ok 2018-09-14 10:25:41.938 2258 INFO oslo_db.sqlalchemy.provision [req-505e0bd9-7340-4915-be2a-d8174a2c6d80 - - - - -] CREATE BACKEND sqlite:// TOKEN jtqgfycpzn 2018-09-14 10:25:42.111 2258 INFO octavia.common.config [req-505e0bd9-7340-4915-be2a-d8174a2c6d80 - - - - -] Logging enabled! 2018-09-14 10:25:42.112 2258 INFO octavia.common.config [req-505e0bd9-7340-4915-be2a-d8174a2c6d80 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.152 2258 WARNING octavia.api.root_controller [req-505e0bd9-7340-4915-be2a-d8174a2c6d80 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:42.179 2258 INFO octavia.api.v2.controllers.load_balancer [req-7cbfa4eb-ebdd-4d79-aed9-5f13f45cf720 - - - - -] Sending created Load Balancer 62d4efa1-84c4-4e30-a081-473e51a3a075 to the handler 2018-09-14 10:25:42.457 2258 INFO octavia.api.v2.controllers.pool [req-fcdfdecd-87f7-473e-a786-879dac56c25a - - - - -] Sending Creation of Pool f748fcac-30f9-4f92-8a55-cd6ca2dfb056 to handler 2018-09-14 10:25:42.758 2258 INFO octavia.api.v2.controllers.listener [req-3eb07bb5-c7c4-4806-847a-128c98a1a910 - - - - -] Sending Creation of Listener 759dc87f-0fc8-4d8b-8543-e224e05c7cd1 to handler 2018-09-14 10:25:43.128 2258 INFO oslo_db.sqlalchemy.provision [req-0344e139-6bd9-47f1-91be-3ac81e382088 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:43.132 2258 INFO oslo_db.sqlalchemy.provision [req-0344e139-6bd9-47f1-91be-3ac81e382088 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jtqgfycpzn 2018-09-14 10:25:43.133 2258 INFO oslo_db.sqlalchemy.provision [req-0344e139-6bd9-47f1-91be-3ac81e382088 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_not_authorized [1.201724s] ... ok {4} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_hides_deleted [1.131286s] ... ok {23} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all [0.692628s] ... ok 2018-09-14 10:25:44.881 2242 INFO octavia.api.v2.controllers.l7rule [req-89305b94-d77a-4f52-ab48-007050e01d76 - - - - -] Sending Creation of L7Rule 447cfcb5-ada9-4f6c-b04d-c9f485ce46a3 to handler 2018-09-14 10:25:38.250 2267 INFO oslo_db.sqlalchemy.provision [req-68683631-4905-48f9-bf9e-58ecf127715c - - - - -] CREATE BACKEND sqlite:// TOKEN oprbmvxmrc 2018-09-14 10:25:38.607 2267 INFO octavia.common.config [req-68683631-4905-48f9-bf9e-58ecf127715c - - - - -] Logging enabled! 2018-09-14 10:25:38.607 2267 INFO octavia.common.config [req-68683631-4905-48f9-bf9e-58ecf127715c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:38.646 2267 WARNING octavia.api.root_controller [req-68683631-4905-48f9-bf9e-58ecf127715c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:38.680 2267 INFO oslo_db.sqlalchemy.provision [req-183484f9-7cfe-4754-9cbc-2149c860c0b0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.684 2267 INFO oslo_db.sqlalchemy.provision [req-183484f9-7cfe-4754-9cbc-2149c860c0b0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oprbmvxmrc 2018-09-14 10:25:38.684 2267 INFO oslo_db.sqlalchemy.provision [req-183484f9-7cfe-4754-9cbc-2149c860c0b0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_long_description [0.442970s] ... ok 2018-09-14 10:25:34.877 2259 INFO oslo_db.sqlalchemy.provision [req-4bf1a489-04e8-4464-ae8e-50f1f1685d87 - - - - -] CREATE BACKEND sqlite:// TOKEN vhupuxhafy 2018-09-14 10:25:35.047 2259 INFO octavia.common.config [req-4bf1a489-04e8-4464-ae8e-50f1f1685d87 - - - - -] Logging enabled! 2018-09-14 10:25:35.047 2259 INFO octavia.common.config [req-4bf1a489-04e8-4464-ae8e-50f1f1685d87 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.090 2259 WARNING octavia.api.root_controller [req-4bf1a489-04e8-4464-ae8e-50f1f1685d87 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.117 2259 INFO octavia.api.v2.controllers.load_balancer [req-445bdab2-dc13-4d51-a615-c83d54517a92 - - - - -] Sending created Load Balancer bd1abc6c-16e1-488a-907b-01f5a6fc0eb8 to the handler 2018-09-14 10:25:35.631 2259 INFO oslo_db.sqlalchemy.provision [req-758f4437-305e-4fb9-b29d-94f47d8ac6dd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:35.635 2259 INFO oslo_db.sqlalchemy.provision [req-758f4437-305e-4fb9-b29d-94f47d8ac6dd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vhupuxhafy 2018-09-14 10:25:35.636 2259 INFO oslo_db.sqlalchemy.provision [req-758f4437-305e-4fb9-b29d-94f47d8ac6dd - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:41.396 2244 INFO oslo_db.sqlalchemy.provision [req-e13cad31-a066-41b1-a746-ed873aa16d50 - - - - -] CREATE BACKEND sqlite:// TOKEN awqmdsequj 2018-09-14 10:25:41.575 2244 INFO octavia.common.config [req-e13cad31-a066-41b1-a746-ed873aa16d50 - - - - -] Logging enabled! 2018-09-14 10:25:41.576 2244 INFO octavia.common.config [req-e13cad31-a066-41b1-a746-ed873aa16d50 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:41.619 2244 WARNING octavia.api.root_controller [req-e13cad31-a066-41b1-a746-ed873aa16d50 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:41.645 2244 INFO octavia.api.v2.controllers.load_balancer [req-0bc2ae14-c1e9-4029-8115-68a50f3928bc - 65a833d9-595c-4334-9e8e-2602eff0e037 - - -] Sending created Load Balancer 001b66c0-271d-4f9c-9bed-2d687e919d17 to the handler 2018-09-14 10:25:41.686 2244 INFO oslo_db.sqlalchemy.provision [req-0bc2ae14-c1e9-4029-8115-68a50f3928bc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:41.691 2244 INFO oslo_db.sqlalchemy.provision [req-0bc2ae14-c1e9-4029-8115-68a50f3928bc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN awqmdsequj 2018-09-14 10:25:41.692 2244 INFO oslo_db.sqlalchemy.provision [req-0bc2ae14-c1e9-4029-8115-68a50f3928bc - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:33.801 2241 INFO oslo_db.sqlalchemy.provision [req-dc69b567-6477-4c6c-8c38-35d45663dff8 - - - - -] CREATE BACKEND sqlite:// TOKEN vywlzcoftm 2018-09-14 10:25:33.967 2241 INFO octavia.common.config [req-dc69b567-6477-4c6c-8c38-35d45663dff8 - - - - -] Logging enabled! 2018-09-14 10:25:33.968 2241 INFO octavia.common.config [req-dc69b567-6477-4c6c-8c38-35d45663dff8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:34.178 2241 WARNING octavia.api.root_controller [req-dc69b567-6477-4c6c-8c38-35d45663dff8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:34.200 2241 INFO octavia.api.v1.controllers.load_balancer [req-df4a41af-a39e-4c0d-b114-15d6af02711e - - - - -] Sending created Load Balancer 116c2af6-60e0-452a-9af7-3b30f9faadf7 to the handler 2018-09-14 10:25:34.379 2241 INFO octavia.api.v1.controllers.listener [req-a63f73cb-4a72-4ecf-b33d-3fccb24a48e6 - - - - -] Sending Creation of Listener 54816258-e199-47bd-bd39-44cd7f356d2c to handler 2018-09-14 10:25:34.603 2241 INFO octavia.api.v1.controllers.pool [req-70c8f3af-d00f-4ff8-adb7-fdff2f867208 - - - - -] Sending Creation of Pool 092e4bc4-4d05-485d-b84d-3b679008c865 to handler 2018-09-14 10:25:34.899 2241 INFO octavia.api.v1.controllers.pool [req-518074d4-fae3-4190-96b0-fa90a86d3aca - - - - -] Sending Creation of Pool 0ae180cb-9c82-491c-ba22-0270a070acc8 to handler 2018-09-14 10:25:35.247 2241 INFO oslo_db.sqlalchemy.provision [req-2de8f0aa-3f90-44ed-a205-b2876fbb9d02 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:35.251 2241 INFO oslo_db.sqlalchemy.provision [req-2de8f0aa-3f90-44ed-a205-b2876fbb9d02 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vywlzcoftm 2018-09-14 10:25:35.251 2241 INFO oslo_db.sqlalchemy.provision [req-2de8f0aa-3f90-44ed-a205-b2876fbb9d02 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_member.TestMember.test_bad_create [1.457488s] ... ok {30} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_over_quota [0.666693s] ... ok {20} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_by_loadbalancer_id [0.764953s] ... ok 2018-09-14 10:25:38.819 2250 INFO oslo_db.sqlalchemy.provision [req-22f27b82-5c4e-4999-a738-5bc944ab6b51 - - - - -] CREATE BACKEND sqlite:// TOKEN bmxflixbdc 2018-09-14 10:25:39.011 2250 INFO octavia.common.config [req-22f27b82-5c4e-4999-a738-5bc944ab6b51 - - - - -] Logging enabled! 2018-09-14 10:25:39.012 2250 INFO octavia.common.config [req-22f27b82-5c4e-4999-a738-5bc944ab6b51 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.053 2250 WARNING octavia.api.root_controller [req-22f27b82-5c4e-4999-a738-5bc944ab6b51 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.086 2250 INFO oslo_db.sqlalchemy.provision [req-fbe65f63-2f42-4f9c-a327-08ae84e16b81 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:39.090 2250 INFO oslo_db.sqlalchemy.provision [req-fbe65f63-2f42-4f9c-a327-08ae84e16b81 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bmxflixbdc 2018-09-14 10:25:39.091 2250 INFO oslo_db.sqlalchemy.provision [req-fbe65f63-2f42-4f9c-a327-08ae84e16b81 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_context_project_id [0.302828s] ... ok 2018-09-14 10:25:38.983 2265 INFO oslo_db.sqlalchemy.provision [req-7a31919c-193c-42e6-a705-147a297d961b - - - - -] CREATE BACKEND sqlite:// TOKEN dvikvlsyic 2018-09-14 10:25:39.286 2265 INFO octavia.common.config [req-7a31919c-193c-42e6-a705-147a297d961b - - - - -] Logging enabled! 2018-09-14 10:25:39.287 2265 INFO octavia.common.config [req-7a31919c-193c-42e6-a705-147a297d961b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.328 2265 WARNING octavia.api.root_controller [req-7a31919c-193c-42e6-a705-147a297d961b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.354 2265 INFO octavia.api.v2.controllers.load_balancer [req-6d310273-4aff-4de5-a3fe-c1a900ded751 - - - - -] Sending created Load Balancer 11b0652f-bcde-4fbe-be2e-452e8f9eca58 to the handler 2018-09-14 10:25:39.615 2265 INFO octavia.api.v2.controllers.listener [req-25176f24-3aab-4801-bbef-23e090550aa0 - - - - -] Sending Creation of Listener 6e8c6f63-f1d8-46d6-be42-d4f9b6f1fef1 to handler 2018-09-14 10:25:39.905 2265 INFO octavia.api.v2.controllers.pool [req-1c35b528-41b4-4222-aca5-5b9428790eeb - - - - -] Sending Creation of Pool b2e7c4f0-4a18-4bd7-b13f-34ee6b41af02 to handler 2018-09-14 10:25:40.237 2265 INFO octavia.api.v2.controllers.pool [req-d89582a8-aa5e-47ed-a8dc-80f6b0dfc1a6 - - - - -] Sending Creation of Pool 3108cf9a-0701-4b84-9ea6-4d021979e065 to handler 2018-09-14 10:25:40.551 2265 INFO octavia.api.v2.controllers.load_balancer [req-c40b1949-1c02-4d58-a75b-86946976b7ee - - - - -] Sending created Load Balancer c0cc8ab1-9925-4a9c-a5fa-1fbf2cc74656 to the handler 2018-09-14 10:25:40.900 2265 INFO octavia.api.v2.controllers.pool [req-5d965813-121a-4f7f-abfe-8b013230a71c - - - - -] Sending Creation of Pool 5c118175-9f72-4e25-af8e-636d8ebf6f30 to handler 2018-09-14 10:25:41.178 2265 INFO octavia.api.v2.controllers.pool [req-075e6573-9e22-4815-9a33-cf9d7381c6dd - - - - -] Sending Creation of Pool 93df839e-4725-4cd6-91a2-e343eae59264 to handler 2018-09-14 10:25:41.743 2265 INFO octavia.api.v2.controllers.health_monitor [req-c89862af-4c55-463e-b8d7-20447ba42bdb - - - - -] Sending Creation of Health Monitor 7c87b885-b2d6-461b-a543-fbff8bfdd522 to handler 2018-09-14 10:25:42.074 2265 INFO octavia.api.v2.controllers.health_monitor [req-aaf84595-c150-4e9c-8b90-bd86dd1528c3 - - - - -] Sending Creation of Health Monitor 55a79b12-0000-466d-baa3-af636a128a5f to handler 2018-09-14 10:25:42.434 2265 INFO octavia.api.v2.controllers.health_monitor [req-4b53891a-7afa-4c26-b61a-14cc21dda9c9 - - - - -] Sending Creation of Health Monitor 6c9c9933-7af1-4436-a23b-4b953a63fd75 to handler 2018-09-14 10:25:42.879 2265 INFO oslo_db.sqlalchemy.provision [req-5f7591e9-3425-4edc-8778-ecc55d072075 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.883 2265 INFO oslo_db.sqlalchemy.provision [req-5f7591e9-3425-4edc-8778-ecc55d072075 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dvikvlsyic 2018-09-14 10:25:42.884 2265 INFO oslo_db.sqlalchemy.provision [req-5f7591e9-3425-4edc-8778-ecc55d072075 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_non_admin [3.907279s] ... ok 2018-09-14 10:25:36.502 2264 INFO oslo_db.sqlalchemy.provision [req-9a32775d-98b1-4d5e-bcab-7f0a1d52a6e7 - - - - -] CREATE BACKEND sqlite:// TOKEN uizvelwmew 2018-09-14 10:25:36.663 2264 INFO octavia.common.config [req-9a32775d-98b1-4d5e-bcab-7f0a1d52a6e7 - - - - -] Logging enabled! 2018-09-14 10:25:36.664 2264 INFO octavia.common.config [req-9a32775d-98b1-4d5e-bcab-7f0a1d52a6e7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.704 2264 WARNING octavia.api.root_controller [req-9a32775d-98b1-4d5e-bcab-7f0a1d52a6e7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.736 2264 INFO octavia.api.v2.controllers.load_balancer [req-e8c1471b-de3b-4739-8e4a-dfa19b3835c1 - - - - -] Sending created Load Balancer 4a2a301b-7534-43c3-aafa-5e1eba508c2e to the handler 2018-09-14 10:25:36.997 2264 INFO octavia.api.v2.controllers.listener [req-10394552-8693-4659-a564-0a6cf6c7b6ff - - - - -] Sending Creation of Listener 6147e696-fb25-4e15-8280-e32c4001c512 to handler 2018-09-14 10:25:37.289 2264 INFO octavia.api.v2.controllers.pool [req-175fe074-db3d-401c-a533-42ce9b472d9d - - - - -] Sending Creation of Pool 4020e79c-f909-4796-b7ed-3242178fb6d5 to handler 2018-09-14 10:25:37.565 2264 INFO octavia.api.v2.controllers.load_balancer [req-fa4514d0-7915-4d28-9c46-e6cac9ce2a67 - - - - -] Sending created Load Balancer 0fc1b780-0d7b-4166-912a-bbe2285d615b to the handler 2018-09-14 10:25:37.815 2264 INFO octavia.api.v2.controllers.listener [req-45d75800-6399-4c30-9610-c319958271f2 - - - - -] Sending Creation of Listener 5037b699-2efb-48dd-b2dd-85a999155d6d to handler 2018-09-14 10:25:38.092 2264 INFO octavia.api.v2.controllers.pool [req-1fb3a26e-1bb4-4b11-a284-e79fedcce191 - - - - -] Sending Creation of Pool bb12f003-21ac-4417-b925-0a677a5936fe to handler 2018-09-14 10:25:38.421 2264 INFO octavia.api.v2.controllers.l7policy [req-5da744d2-13a0-4d49-8183-6cba71eac236 - - - - -] Sending Creation of L7Policy 04f66b17-2e69-4449-801a-01c817e0c51f to handler 2018-09-14 10:25:39.174 2264 INFO octavia.api.v2.controllers.l7policy [req-59cb0af7-daa1-4622-a7b6-3ab17f603732 - - - - -] Sending Creation of L7Policy b6b127da-b92c-4b49-9677-c693a424e4e7 to handler 2018-09-14 10:25:39.856 2264 INFO octavia.api.v2.controllers.l7policy [req-84ebd6d7-9a0a-403b-a57c-30858248f968 - - - - -] Sending Creation of L7Policy 1cda91b3-0ee6-4674-bee7-9fc49968f111 to handler 2018-09-14 10:25:40.523 2264 INFO oslo_db.sqlalchemy.provision [req-be113ea3-e2ee-439c-b086-85dc6303da54 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:40.527 2264 INFO oslo_db.sqlalchemy.provision [req-be113ea3-e2ee-439c-b086-85dc6303da54 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uizvelwmew 2018-09-14 10:25:40.528 2264 INFO oslo_db.sqlalchemy.provision [req-be113ea3-e2ee-439c-b086-85dc6303da54 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:43.140 2258 INFO oslo_db.sqlalchemy.provision [req-0344e139-6bd9-47f1-91be-3ac81e382088 - - - - -] CREATE BACKEND sqlite:// TOKEN aledwmmxjw 2018-09-14 10:25:43.304 2258 INFO octavia.common.config [req-0344e139-6bd9-47f1-91be-3ac81e382088 - - - - -] Logging enabled! 2018-09-14 10:25:43.305 2258 INFO octavia.common.config [req-0344e139-6bd9-47f1-91be-3ac81e382088 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.345 2258 WARNING octavia.api.root_controller [req-0344e139-6bd9-47f1-91be-3ac81e382088 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.382 2258 INFO oslo_db.sqlalchemy.provision [req-c06320dc-d3ab-4f5b-8425-0ee13bcf726e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:43.385 2258 INFO oslo_db.sqlalchemy.provision [req-c06320dc-d3ab-4f5b-8425-0ee13bcf726e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aledwmmxjw 2018-09-14 10:25:43.386 2258 INFO oslo_db.sqlalchemy.provision [req-c06320dc-d3ab-4f5b-8425-0ee13bcf726e - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_non_exist_qos_policy_id [0.252632s] ... ok 2018-09-14 10:25:40.355 2257 INFO oslo_db.sqlalchemy.provision [req-6c09a6b7-b547-4a8c-a1fc-d95e790e11a2 - - - - -] CREATE BACKEND sqlite:// TOKEN mauhtikuoz 2018-09-14 10:25:40.537 2257 INFO octavia.common.config [req-6c09a6b7-b547-4a8c-a1fc-d95e790e11a2 - - - - -] Logging enabled! 2018-09-14 10:25:40.538 2257 INFO octavia.common.config [req-6c09a6b7-b547-4a8c-a1fc-d95e790e11a2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:40.582 2257 WARNING octavia.api.root_controller [req-6c09a6b7-b547-4a8c-a1fc-d95e790e11a2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:40.609 2257 INFO octavia.api.v2.controllers.load_balancer [req-5318eb9b-75c8-46eb-af87-7acbb922205b - - - - -] Sending created Load Balancer 699cb917-1216-48c7-bc18-b7f05e359b43 to the handler 2018-09-14 10:25:41.012 2257 INFO octavia.api.v2.controllers.listener [req-0b594ee2-0bef-45ba-8fd1-46e486b16bdb - - - - -] Sending Creation of Listener a2c2395e-72e8-4d33-bc0d-f5dfd1b80e37 to handler 2018-09-14 10:25:41.273 2257 WARNING octavia.api.v2.controllers.load_balancer [req-fc760b89-1eab-4192-85f7-368e1f46e5f0 - - - - -] Cannot delete Load Balancer 699cb917-1216-48c7-bc18-b7f05e359b43 - it has children 2018-09-14 10:25:41.323 2257 INFO oslo_db.sqlalchemy.provision [req-879d61ae-56be-4e86-ab26-4173a2dd0063 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:41.326 2257 INFO oslo_db.sqlalchemy.provision [req-879d61ae-56be-4e86-ab26-4173a2dd0063 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mauhtikuoz 2018-09-14 10:25:41.327 2257 INFO oslo_db.sqlalchemy.provision [req-879d61ae-56be-4e86-ab26-4173a2dd0063 - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_fails_with_listener [0.978067s] ... ok 2018-09-14 10:25:39.262 2270 INFO oslo_db.sqlalchemy.provision [req-6958abe5-65e9-4b4e-8a7f-bddcac2ead3f - - - - -] CREATE BACKEND sqlite:// TOKEN hnzpuzqhsj 2018-09-14 10:25:39.444 2270 INFO octavia.common.config [req-6958abe5-65e9-4b4e-8a7f-bddcac2ead3f - - - - -] Logging enabled! 2018-09-14 10:25:39.445 2270 INFO octavia.common.config [req-6958abe5-65e9-4b4e-8a7f-bddcac2ead3f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.491 2270 WARNING octavia.api.root_controller [req-6958abe5-65e9-4b4e-8a7f-bddcac2ead3f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.518 2270 INFO octavia.api.v2.controllers.load_balancer [req-8e5bc769-9ff2-497d-83a0-f11da6906804 - - - - -] Sending created Load Balancer 52e919cd-de3d-4497-a8f3-85f7b75e5454 to the handler 2018-09-14 10:25:39.787 2270 INFO octavia.api.v2.controllers.load_balancer [req-20ee0bd8-cf39-4cfd-9ce5-feffc6f5897b - - - - -] Invalid state ERROR of loadbalancer resource 52e919cd-de3d-4497-a8f3-85f7b75e5454 2018-09-14 10:25:39.816 2270 INFO oslo_db.sqlalchemy.provision [req-20ee0bd8-cf39-4cfd-9ce5-feffc6f5897b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:39.820 2270 INFO oslo_db.sqlalchemy.provision [req-20ee0bd8-cf39-4cfd-9ce5-feffc6f5897b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hnzpuzqhsj 2018-09-14 10:25:39.821 2270 INFO oslo_db.sqlalchemy.provision [req-20ee0bd8-cf39-4cfd-9ce5-feffc6f5897b - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_error [0.564972s] ... ok 2018-09-14 10:25:37.004 2245 INFO oslo_db.sqlalchemy.provision [req-f0bff53b-f7ec-435e-9596-61995baff134 - - - - -] CREATE BACKEND sqlite:// TOKEN fzkrinbqns 2018-09-14 10:25:37.177 2245 INFO octavia.common.config [req-f0bff53b-f7ec-435e-9596-61995baff134 - - - - -] Logging enabled! 2018-09-14 10:25:37.178 2245 INFO octavia.common.config [req-f0bff53b-f7ec-435e-9596-61995baff134 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:37.216 2245 WARNING octavia.api.root_controller [req-f0bff53b-f7ec-435e-9596-61995baff134 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:37.246 2245 INFO octavia.api.v2.controllers.load_balancer [req-cfe4df0b-fa61-4011-9afc-5092ba6654c6 - - - - -] Sending created Load Balancer 46e3db1d-73a3-4b36-b1ef-10a7e4ab5fce to the handler 2018-09-14 10:25:37.504 2245 INFO octavia.api.v2.controllers.listener [req-9e71a1ef-b535-4a2d-baf5-345ce4174490 - - - - -] Sending Creation of Listener 60d53b98-32f8-4a8c-b51a-d64c004cc636 to handler 2018-09-14 10:25:37.784 2245 INFO octavia.api.v2.controllers.pool [req-60529656-92a7-453c-bc48-26ae4364ba95 - - - - -] Sending Creation of Pool cb3b7402-0b67-42d1-8484-92e78fdbccd1 to handler 2018-09-14 10:25:38.117 2245 INFO octavia.api.v2.controllers.pool [req-3393f78b-4e8e-4673-a10c-ae6e73136e39 - - - - -] Sending Creation of Pool 85a00696-50c7-48fa-a985-1be0f42a4d3a to handler 2018-09-14 10:25:38.676 2245 INFO octavia.api.v2.controllers.health_monitor [req-8104b4d8-63cf-4a88-8bcb-29f186049255 - - - - -] Sending Creation of Health Monitor b2d9d834-2a6a-412c-b71b-c04c6719b48c to handler 2018-09-14 10:25:38.936 2245 INFO oslo_db.sqlalchemy.provision [req-76bf80bd-957e-4c0b-a106-4dac9fd4f9f7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.939 2245 INFO oslo_db.sqlalchemy.provision [req-76bf80bd-957e-4c0b-a106-4dac9fd4f9f7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fzkrinbqns 2018-09-14 10:25:38.940 2245 INFO oslo_db.sqlalchemy.provision [req-76bf80bd-957e-4c0b-a106-4dac9fd4f9f7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_with_bad_handler [1.942030s] ... ok 2018-09-14 10:25:38.117 2260 INFO oslo_db.sqlalchemy.provision [req-682c98ce-f246-4803-96f8-37e25f09308d - - - - -] CREATE BACKEND sqlite:// TOKEN qlkdfujgav 2018-09-14 10:25:38.281 2260 INFO octavia.common.config [req-682c98ce-f246-4803-96f8-37e25f09308d - - - - -] Logging enabled! 2018-09-14 10:25:38.282 2260 INFO octavia.common.config [req-682c98ce-f246-4803-96f8-37e25f09308d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:38.322 2260 WARNING octavia.api.root_controller [req-682c98ce-f246-4803-96f8-37e25f09308d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:38.352 2260 INFO octavia.api.v2.controllers.load_balancer [req-2a8091e0-b2a8-4a5f-ac67-8f2901252fca - - - - -] Sending created Load Balancer 1faa74ac-d77a-4a91-87c6-c74b9399352a to the handler 2018-09-14 10:25:38.606 2260 INFO octavia.api.v2.controllers.pool [req-d91ce8e7-ce3e-4aeb-977b-15e2c0629e68 - - - - -] Sending Creation of Pool cf37c131-cb8d-420d-a947-525a656bfcaa to handler 2018-09-14 10:25:38.892 2260 INFO octavia.api.v2.controllers.listener [req-e470d313-20f9-4563-bdde-101ac0b546d0 - - - - -] Sending Creation of Listener ed42a977-6655-454b-b142-1e3e0bfd8f99 to handler 2018-09-14 10:25:39.240 2260 INFO oslo_db.sqlalchemy.provision [req-adb9f8d4-21bf-403d-9adf-c470b6f1b128 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:39.243 2260 INFO oslo_db.sqlalchemy.provision [req-adb9f8d4-21bf-403d-9adf-c470b6f1b128 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qlkdfujgav 2018-09-14 10:25:39.244 2260 INFO oslo_db.sqlalchemy.provision [req-adb9f8d4-21bf-403d-9adf-c470b6f1b128 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:42.465 2240 INFO oslo_db.sqlalchemy.provision [req-ccbb194b-4f6c-41a0-91f5-7f4957135227 - - - - -] CREATE BACKEND sqlite:// TOKEN vzxbbfndzw 2018-09-14 10:25:42.638 2240 INFO octavia.common.config [req-ccbb194b-4f6c-41a0-91f5-7f4957135227 - - - - -] Logging enabled! 2018-09-14 10:25:42.639 2240 INFO octavia.common.config [req-ccbb194b-4f6c-41a0-91f5-7f4957135227 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.682 2240 WARNING octavia.api.root_controller [req-ccbb194b-4f6c-41a0-91f5-7f4957135227 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:42.708 2240 INFO octavia.api.v2.controllers.load_balancer [req-044a5de4-a95a-4363-8107-29564b6ab9b4 - - - - -] Sending created Load Balancer 0d9b4b5a-27e8-40b2-8013-56f42d444fdc to the handler 2018-09-14 10:25:43.111 2240 INFO octavia.api.v2.controllers.listener [req-b7253544-7cab-4ebb-b12c-b27baff5d01e - - - - -] Sending Creation of Listener 1fd2bdae-973b-4b18-b37f-3fb4ceb13c22 to handler 2018-09-14 10:25:43.399 2240 INFO octavia.api.v2.controllers.pool [req-e47786e8-abce-4792-af68-69d8bda54b3e - - - - -] Sending Creation of Pool 0d46753f-cb33-4f1b-b5e7-5275a9e51334 to handler 2018-09-14 10:25:43.735 2240 INFO octavia.api.v2.controllers.l7policy [req-49f86c10-0926-4642-8c37-fe465f1c9738 - - - - -] Sending Creation of L7Policy e1124cb3-40c1-4c5c-abd7-0cc3353d1fc1 to handler 2018-09-14 10:25:43.903 2240 INFO oslo_db.sqlalchemy.provision [req-9d10cc5a-1bd0-4c59-a12c-3c99171640e0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:43.907 2240 INFO oslo_db.sqlalchemy.provision [req-9d10cc5a-1bd0-4c59-a12c-3c99171640e0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vzxbbfndzw 2018-09-14 10:25:43.908 2240 INFO oslo_db.sqlalchemy.provision [req-9d10cc5a-1bd0-4c59-a12c-3c99171640e0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_reject_policy [1.450874s] ... ok 2018-09-14 10:25:38.425 2239 INFO oslo_db.sqlalchemy.provision [req-7d5b65ae-916f-404f-87f9-e0520ddeab0e - - - - -] CREATE BACKEND sqlite:// TOKEN lyromwuvrz 2018-09-14 10:25:38.587 2239 INFO octavia.common.config [req-7d5b65ae-916f-404f-87f9-e0520ddeab0e - - - - -] Logging enabled! 2018-09-14 10:25:38.588 2239 INFO octavia.common.config [req-7d5b65ae-916f-404f-87f9-e0520ddeab0e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:38.627 2239 WARNING octavia.api.root_controller [req-7d5b65ae-916f-404f-87f9-e0520ddeab0e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:38.653 2239 INFO octavia.api.v2.controllers.load_balancer [req-0d241a1c-673d-4fc3-a977-40d01a688c2f - - - - -] Sending created Load Balancer f608155a-d1ca-4d8f-9384-15a0985fa9ce to the handler 2018-09-14 10:25:39.035 2239 INFO octavia.api.v2.controllers.listener [req-0832c422-6d85-4f0c-903f-df5b29741fb3 - - - - -] Sending Creation of Listener d99296e4-5800-43c4-9cf6-39b9991a2c05 to handler 2018-09-14 10:25:39.345 2239 INFO octavia.api.v2.controllers.pool [req-599eaf24-9e79-41d0-884e-599ffccaf9be - - - - -] Sending Creation of Pool 618b8511-6f0b-4f52-ad60-05cbb97d6531 to handler 2018-09-14 10:25:39.748 2239 INFO octavia.api.v2.controllers.pool [req-db602e14-a679-4ff6-b32b-49bfbb8cf6d2 - - - - -] Sending Creation of Pool 0a8792d7-2ad4-4080-a0e8-f4281d2dfac2 to handler 2018-09-14 10:25:40.150 2239 INFO octavia.api.v2.controllers.pool [req-de2102f7-4618-4c81-b03c-e43064444bb6 - - - - -] Sending Creation of Pool 87b87826-a603-4776-a883-5ef2b2140778 to handler 2018-09-14 10:25:40.556 2239 INFO octavia.api.v2.controllers.pool [req-c82cb888-f7be-433f-8d82-c33fe51401c9 - - - - -] Sending Creation of Pool a78c0d8d-9b87-4fed-a78e-57928fd13743 to handler 2018-09-14 10:25:40.962 2239 INFO octavia.api.v2.controllers.pool [req-de04d4f2-3f22-4931-a4c8-db3bc4bd1b59 - - - - -] Sending Creation of Pool 65e7d356-3b03-4e90-bf52-ae9304503c30 to handler 2018-09-14 10:25:41.446 2239 INFO octavia.api.v2.controllers.health_monitor [req-245c74a8-6a3b-4578-a227-2ebdef624013 - - - - -] Sending Creation of Health Monitor e1226a49-98be-4e79-ba57-6ffa17217ef6 to handler 2018-09-14 10:25:42.072 2239 INFO octavia.api.v2.controllers.health_monitor [req-f9ffd098-c9b1-4e3f-9a03-265fb61eae47 - - - - -] Sending Creation of Health Monitor 4e68877c-4a26-4ec7-ba9b-13414da590da to handler 2018-09-14 10:25:42.520 2239 INFO octavia.api.v2.controllers.health_monitor [req-68ecd16b-bc6f-4a95-8dd1-796f5fd6145a - - - - -] Sending Creation of Health Monitor 00f75ad5-3e76-477c-9bb8-32f4f28a9333 to handler 2018-09-14 10:25:43.065 2239 INFO oslo_db.sqlalchemy.provision [req-7308551c-f072-40ad-a66d-7fc8fc6da6ca - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:43.068 2239 INFO oslo_db.sqlalchemy.provision [req-7308551c-f072-40ad-a66d-7fc8fc6da6ca - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lyromwuvrz 2018-09-14 10:25:43.069 2239 INFO oslo_db.sqlalchemy.provision [req-7308551c-f072-40ad-a66d-7fc8fc6da6ca - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:38.111 2261 INFO oslo_db.sqlalchemy.provision [req-3ef0583c-ab61-4123-b417-e71a8b033bfa - - - - -] CREATE BACKEND sqlite:// TOKEN rmqymkvwjb 2018-09-14 10:25:38.278 2261 INFO octavia.common.config [req-3ef0583c-ab61-4123-b417-e71a8b033bfa - - - - -] Logging enabled! 2018-09-14 10:25:38.279 2261 INFO octavia.common.config [req-3ef0583c-ab61-4123-b417-e71a8b033bfa - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:38.322 2261 WARNING octavia.api.root_controller [req-3ef0583c-ab61-4123-b417-e71a8b033bfa - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:38.350 2261 INFO octavia.api.v2.controllers.load_balancer [req-5b42f9e9-5e26-4081-bdf8-c3ddad94e312 - - - - -] Sending created Load Balancer 7dca73a1-5af1-4659-b2e1-eb3bb0c1a4e0 to the handler 2018-09-14 10:25:38.759 2261 INFO octavia.api.v2.controllers.listener [req-215bbda4-8ab6-4db1-98ad-ba4fd197e46a - - - - -] Sending Creation of Listener 7cf0d9a8-11d7-45cf-99bb-7ccb927f42db to handler 2018-09-14 10:25:39.078 2261 INFO octavia.api.v2.controllers.pool [req-98193f97-4e74-4439-a5d8-5883e7b01f84 - - - - -] Sending Creation of Pool 07d4aa4b-733b-4342-a3c2-74eb62bc5c95 to handler 2018-09-14 10:25:39.417 2261 INFO octavia.api.v2.controllers.l7policy [req-2a7fd590-f0f9-4c7e-975d-ed5e4c2e7330 - - - - -] Sending Creation of L7Policy 5d4ca640-6c71-405c-988d-b1a724a6a2e3 to handler 2018-09-14 10:25:39.519 2261 INFO oslo_db.sqlalchemy.provision [req-019084d4-9abe-457a-89bb-54aa18b81b7c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:39.523 2261 INFO oslo_db.sqlalchemy.provision [req-019084d4-9abe-457a-89bb-54aa18b81b7c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rmqymkvwjb 2018-09-14 10:25:39.523 2261 INFO oslo_db.sqlalchemy.provision [req-019084d4-9abe-457a-89bb-54aa18b81b7c - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_authorized [1.419098s] ... ok 2018-09-14 10:25:36.934 2248 INFO oslo_db.sqlalchemy.provision [req-3d853d79-a1d8-4cbf-af94-57bf3c328b9e - - - - -] CREATE BACKEND sqlite:// TOKEN nrzttzvwaq 2018-09-14 10:25:37.103 2248 INFO octavia.common.config [req-3d853d79-a1d8-4cbf-af94-57bf3c328b9e - - - - -] Logging enabled! 2018-09-14 10:25:37.104 2248 INFO octavia.common.config [req-3d853d79-a1d8-4cbf-af94-57bf3c328b9e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:37.146 2248 WARNING octavia.api.root_controller [req-3d853d79-a1d8-4cbf-af94-57bf3c328b9e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:37.173 2248 INFO octavia.api.v2.controllers.load_balancer [req-20aa3435-02c1-42ce-8d8c-d332cb6c4130 - - - - -] Sending created Load Balancer 57c79008-174d-4d76-adc0-9a8ae336aa7a to the handler 2018-09-14 10:25:37.436 2248 INFO octavia.api.v2.controllers.listener [req-bf030fc0-40e4-4339-8b91-ef444572d1bc - - - - -] Sending Creation of Listener 6c878ea5-e2b9-4c06-a443-cd89ff5936cf to handler 2018-09-14 10:25:37.733 2248 INFO octavia.api.v2.controllers.pool [req-a7af4a12-1bd8-4eb0-9d9a-49be994fe3de - - - - -] Sending Creation of Pool 71379748-7965-41ee-85c3-e1fc6a5344d3 to handler 2018-09-14 10:25:38.088 2248 INFO octavia.api.v2.controllers.pool [req-ffcb12cd-0ce5-4755-be4c-d6be5d4593b0 - - - - -] Sending Creation of Pool 94bea03b-738f-4c31-8552-a73e3a8e4abd to handler 2018-09-14 10:25:38.457 2248 INFO octavia.api.v2.controllers.pool [req-8d8dbfb2-3446-4d40-99be-da18a3cac519 - - - - -] Sending Creation of Pool e5553f71-b26b-4efb-9a0c-77adb6cb89f1 to handler 2018-09-14 10:25:38.854 2248 INFO octavia.api.v2.controllers.pool [req-010bfaa6-f5a3-451e-a830-b986cbfdfcd3 - - - - -] Sending Creation of Pool a4008872-1642-4016-996d-f86c778c1a8b to handler 2018-09-14 10:25:39.284 2248 INFO octavia.api.v2.controllers.pool [req-f72d663a-30d3-4173-b428-bafc98a43bad - - - - -] Sending Creation of Pool 65cbb779-65a4-4eca-8def-c2065321a5f4 to handler 2018-09-14 10:25:39.879 2248 INFO octavia.api.v2.controllers.health_monitor [req-880e40ac-f645-431f-8c01-366b78f73892 - - - - -] Sending Creation of Health Monitor a6c5acca-3854-4032-83db-e42570320cdb to handler 2018-09-14 10:25:40.344 2248 INFO octavia.api.v2.controllers.health_monitor [req-0bf0dd01-8dfa-4451-ad1a-ed56f634034e - - - - -] Sending Creation of Health Monitor 098b8de0-3dd3-44b5-bce7-f4a126fc7e73 to handler 2018-09-14 10:25:40.830 2248 INFO octavia.api.v2.controllers.health_monitor [req-d5f67b88-2905-45ba-a905-d9356a7945bf - - - - -] Sending Creation of Health Monitor 01c1a21b-7a48-488c-81f7-d87a38c42b27 to handler 2018-09-14 10:25:41.523 2248 INFO oslo_db.sqlalchemy.provision [req-9eb22180-3269-406c-9c87-9decfad8b17f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:41.527 2248 INFO oslo_db.sqlalchemy.provision [req-9eb22180-3269-406c-9c87-9decfad8b17f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nrzttzvwaq 2018-09-14 10:25:41.528 2248 INFO oslo_db.sqlalchemy.provision [req-9eb22180-3269-406c-9c87-9decfad8b17f - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_sorted [4.600183s] ... ok {21} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_duplicate_fails [1.133033s] ... ok {11} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_nonuuid_vip_attributes [0.278923s] ... ok 2018-09-14 10:25:37.229 2249 INFO oslo_db.sqlalchemy.provision [req-56b98154-dc2c-465f-a072-40d94eb56d09 - - - - -] CREATE BACKEND sqlite:// TOKEN esbpspdbku 2018-09-14 10:25:37.405 2249 INFO octavia.common.config [req-56b98154-dc2c-465f-a072-40d94eb56d09 - - - - -] Logging enabled! 2018-09-14 10:25:37.405 2249 INFO octavia.common.config [req-56b98154-dc2c-465f-a072-40d94eb56d09 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:37.450 2249 WARNING octavia.api.root_controller [req-56b98154-dc2c-465f-a072-40d94eb56d09 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:37.480 2249 INFO octavia.api.v2.controllers.load_balancer [req-00c4b63d-9074-4176-95db-dabe40a15c1e - - - - -] Sending created Load Balancer 18520d80-4908-40c6-bbb7-56db7ed122d0 to the handler 2018-09-14 10:25:37.742 2249 INFO octavia.api.v2.controllers.listener [req-85d6c99e-67c4-441d-a89d-ac2c735e81d5 - - - - -] Sending Creation of Listener 8cb2f0fa-6e1d-4d34-8fbb-bb9deb685c2c to handler 2018-09-14 10:25:38.057 2249 INFO octavia.api.v2.controllers.pool [req-f0201892-c708-450b-9306-9b35872831ff - - - - -] Sending Creation of Pool d19bb117-aab9-462f-b1d8-305624b6309e to handler 2018-09-14 10:25:38.398 2249 INFO octavia.api.v2.controllers.pool [req-a44ca038-9615-4f94-a7bc-c639ba2a784e - - - - -] Sending Creation of Pool 0e6bcb94-63b4-4a12-b0cf-b8192954f7f5 to handler 2018-09-14 10:25:38.955 2249 INFO octavia.api.v2.controllers.health_monitor [req-0b8fb3ca-6e30-4bf2-b0c2-2b3a4971e872 - - - - -] Sending Creation of Health Monitor e1c3316f-cb27-49af-a0f3-b32ef91682c5 to handler 2018-09-14 10:25:39.320 2249 INFO oslo_db.sqlalchemy.provision [req-1e680749-3ec6-4146-92c4-55722cd03274 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:39.324 2249 INFO oslo_db.sqlalchemy.provision [req-1e680749-3ec6-4146-92c4-55722cd03274 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN esbpspdbku 2018-09-14 10:25:39.325 2249 INFO oslo_db.sqlalchemy.provision [req-1e680749-3ec6-4146-92c4-55722cd03274 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:36.327 2247 INFO oslo_db.sqlalchemy.provision [req-ec543e88-ad8d-4f53-9ef7-b5ed29429daf - - - - -] CREATE BACKEND sqlite:// TOKEN vnlrhhgcxc 2018-09-14 10:25:36.489 2247 INFO octavia.common.config [req-ec543e88-ad8d-4f53-9ef7-b5ed29429daf - - - - -] Logging enabled! 2018-09-14 10:25:36.489 2247 INFO octavia.common.config [req-ec543e88-ad8d-4f53-9ef7-b5ed29429daf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.531 2247 WARNING octavia.api.root_controller [req-ec543e88-ad8d-4f53-9ef7-b5ed29429daf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.559 2247 INFO octavia.api.v2.controllers.load_balancer [req-0b3f183e-70e7-4299-94a4-1dc43b78750b - - - - -] Sending created Load Balancer a623e9fa-7fee-4fd3-8613-318dcecebed3 to the handler 2018-09-14 10:25:36.599 2247 INFO oslo_db.sqlalchemy.provision [req-0b3f183e-70e7-4299-94a4-1dc43b78750b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.603 2247 INFO oslo_db.sqlalchemy.provision [req-0b3f183e-70e7-4299-94a4-1dc43b78750b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vnlrhhgcxc 2018-09-14 10:25:36.604 2247 INFO oslo_db.sqlalchemy.provision [req-0b3f183e-70e7-4299-94a4-1dc43b78750b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_filter [4.650117s] ... ok 2018-09-14 10:25:43.682 2246 INFO octavia.api.v1.controllers.l7rule [req-97f4b6c0-2b84-44a0-a161-1af753f4e21f - - - - -] Sending Creation of L7Rule 11ab38f9-139a-4d16-b78a-480521463e11 to handler 2018-09-14 10:25:44.036 2246 INFO octavia.api.v1.controllers.l7rule [req-9723a91b-5fb0-49af-ab6a-9077f805d112 - - - - -] Sending Creation of L7Rule b7edb0fc-072c-483b-b036-5e599c83ad8a to handler 2018-09-14 10:25:44.393 2246 INFO octavia.api.v1.controllers.l7rule [req-25c4fa0d-135c-413e-9db3-4fc32581ae2f - - - - -] Sending Creation of L7Rule 25acf77f-64a3-4cbc-9a64-58eff07fa8ba to handler {25} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_non_admin [4.032640s] ... ok 2018-09-14 10:25:37.978 2256 INFO oslo_db.sqlalchemy.provision [req-6a87249c-fb9c-4e9b-9225-d386b3dc9416 - - - - -] CREATE BACKEND sqlite:// TOKEN vjjjojvmbw 2018-09-14 10:25:38.146 2256 INFO octavia.common.config [req-6a87249c-fb9c-4e9b-9225-d386b3dc9416 - - - - -] Logging enabled! 2018-09-14 10:25:38.147 2256 INFO octavia.common.config [req-6a87249c-fb9c-4e9b-9225-d386b3dc9416 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:38.186 2256 WARNING octavia.api.root_controller [req-6a87249c-fb9c-4e9b-9225-d386b3dc9416 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:38.213 2256 INFO octavia.api.v2.controllers.load_balancer [req-e6abe450-9a9b-45c4-b37d-f3e1174764e5 - - - - -] Sending created Load Balancer a283bc76-f89c-45bf-874c-93bbf85c68bd to the handler 2018-09-14 10:25:38.465 2256 INFO octavia.api.v2.controllers.listener [req-345182ad-ccb8-47b7-8085-ea24f32c7628 - - - - -] Sending Creation of Listener f74eb308-4fe7-4b53-aba7-53547f60b10c to handler 2018-09-14 10:25:38.895 2256 INFO octavia.api.v2.controllers.pool [req-487330bf-466f-42d9-bd49-1ef09817a65d - - - - -] Sending Creation of Pool 06538bfd-be7c-4e3a-a261-1007b8a3b72d to handler 2018-09-14 10:25:39.214 2256 INFO octavia.api.v2.controllers.l7policy [req-ad0ce13c-820c-4eae-a578-a607bfd9ad9d - - - - -] Sending Creation of L7Policy 3d1ba2ed-6c38-437b-a057-b123f074b74f to handler 2018-09-14 10:25:39.772 2256 INFO octavia.api.v2.controllers.l7policy [req-64f63100-031c-40ec-bcde-65d3b73fafa5 - - - - -] Sending Update of L7Policy 3d1ba2ed-6c38-437b-a057-b123f074b74f to handler 2018-09-14 10:25:39.808 2256 INFO oslo_db.sqlalchemy.provision [req-64f63100-031c-40ec-bcde-65d3b73fafa5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:39.812 2256 INFO oslo_db.sqlalchemy.provision [req-64f63100-031c-40ec-bcde-65d3b73fafa5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vjjjojvmbw 2018-09-14 10:25:39.813 2256 INFO oslo_db.sqlalchemy.provision [req-64f63100-031c-40ec-bcde-65d3b73fafa5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_redirect_to_url_minimal [1.841232s] ... ok 2018-09-14 10:25:39.419 2263 INFO oslo_db.sqlalchemy.provision [req-e58832e4-e50e-4dc6-99ce-44abb3c92680 - - - - -] CREATE BACKEND sqlite:// TOKEN pukqpknagu 2018-09-14 10:25:39.582 2263 INFO octavia.common.config [req-e58832e4-e50e-4dc6-99ce-44abb3c92680 - - - - -] Logging enabled! 2018-09-14 10:25:39.583 2263 INFO octavia.common.config [req-e58832e4-e50e-4dc6-99ce-44abb3c92680 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.623 2263 WARNING octavia.api.root_controller [req-e58832e4-e50e-4dc6-99ce-44abb3c92680 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.650 2263 INFO octavia.api.v2.controllers.load_balancer [req-88a1f7bb-576c-4e08-8c95-3f11c6dd6c31 - - - - -] Sending created Load Balancer b365956f-3b7c-43b2-99e5-2ac4f2595e3b to the handler 2018-09-14 10:25:39.903 2263 INFO octavia.api.v2.controllers.listener [req-ad6e70d6-481f-4dda-9c47-e18e6b80762a - - - - -] Sending Creation of Listener fb52af71-1a04-41c4-a706-be42b30f6820 to handler 2018-09-14 10:25:40.193 2263 INFO octavia.api.v2.controllers.l7policy [req-046c7eb5-55ab-46d8-8ecc-3e5ca94d8aee - - - - -] Sending Creation of L7Policy be249d5a-c86c-4555-a216-ee01aad63396 to handler 2018-09-14 10:25:40.693 2263 INFO octavia.api.v2.controllers.l7rule [req-e779609f-4d8f-4fe7-8492-e5d91892f53a - - - - -] Sending Creation of L7Rule 40d665fe-efbc-4fe0-a94e-96626e399208 to handler 2018-09-14 10:25:41.432 2263 INFO octavia.api.v2.controllers.l7rule [req-d691a337-eb2d-4617-a825-06903bb7a857 - - - - -] Sending Deletion of L7Rule 40d665fe-efbc-4fe0-a94e-96626e399208 to handler 2018-09-14 10:25:42.030 2263 INFO oslo_db.sqlalchemy.provision [req-fe58d4d3-ebd4-4dd2-9680-07c7b979e218 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.034 2263 INFO oslo_db.sqlalchemy.provision [req-fe58d4d3-ebd4-4dd2-9680-07c7b979e218 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pukqpknagu 2018-09-14 10:25:42.035 2263 INFO oslo_db.sqlalchemy.provision [req-fe58d4d3-ebd4-4dd2-9680-07c7b979e218 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete [2.622863s] ... ok {10} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_pool_returns_hm_id [2.103991s] ... ok {8} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_and_address_ipv6 [0.282574s] ... ok 2018-09-14 10:25:42.893 2265 INFO oslo_db.sqlalchemy.provision [req-5f7591e9-3425-4edc-8778-ecc55d072075 - - - - -] CREATE BACKEND sqlite:// TOKEN utvbwopysm 2018-09-14 10:25:43.054 2265 INFO octavia.common.config [req-5f7591e9-3425-4edc-8778-ecc55d072075 - - - - -] Logging enabled! 2018-09-14 10:25:43.055 2265 INFO octavia.common.config [req-5f7591e9-3425-4edc-8778-ecc55d072075 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.094 2265 WARNING octavia.api.root_controller [req-5f7591e9-3425-4edc-8778-ecc55d072075 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.120 2265 INFO octavia.api.v2.controllers.load_balancer [req-41a6fa1f-4b92-46d8-b14c-37a69c8d8d31 - - - - -] Sending created Load Balancer 529ce7e4-a784-42ac-8d70-6de1ce2581e5 to the handler 2018-09-14 10:25:43.373 2265 INFO octavia.api.v2.controllers.listener [req-88f760a4-ff05-4ae3-9238-05b37168ddee - - - - -] Sending Creation of Listener ebe761f1-7f5e-4b73-b4d3-d24f5d2d4e10 to handler 2018-09-14 10:25:43.659 2265 INFO octavia.api.v2.controllers.pool [req-ae59d193-a6a2-4e50-8244-b1305af7f66e - - - - -] Sending Creation of Pool f7efac04-64f9-46a2-a1e4-fc76c3967988 to handler 2018-09-14 10:25:44.079 2265 INFO oslo_db.sqlalchemy.provision [req-6efd9615-498b-45b5-9f77-e7c9719c41bd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.083 2265 INFO oslo_db.sqlalchemy.provision [req-6efd9615-498b-45b5-9f77-e7c9719c41bd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN utvbwopysm 2018-09-14 10:25:44.084 2265 INFO oslo_db.sqlalchemy.provision [req-6efd9615-498b-45b5-9f77-e7c9719c41bd - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:45.866 2242 INFO octavia.api.v2.controllers.l7rule [req-9a34f29a-76a5-4600-b347-b2760e08ae0f - - - - -] Sending Creation of L7Rule 9c7abe34-6e5b-4ffd-8fff-c223700bd5a2 to handler 2018-09-14 10:25:35.698 2262 INFO oslo_db.sqlalchemy.provision [req-d8ba4aaa-9712-4060-a0e5-17888f4a2b55 - - - - -] CREATE BACKEND sqlite:// TOKEN pzvybxwebi 2018-09-14 10:25:35.868 2262 INFO octavia.common.config [req-d8ba4aaa-9712-4060-a0e5-17888f4a2b55 - - - - -] Logging enabled! 2018-09-14 10:25:35.869 2262 INFO octavia.common.config [req-d8ba4aaa-9712-4060-a0e5-17888f4a2b55 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.910 2262 WARNING octavia.api.root_controller [req-d8ba4aaa-9712-4060-a0e5-17888f4a2b55 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.939 2262 INFO octavia.api.v2.controllers.load_balancer [req-97b203de-ea12-4517-ad45-d8259eb6a276 - - - - -] Sending created Load Balancer 64b08765-6b1c-4033-924e-eeff0232757c to the handler 2018-09-14 10:25:36.221 2262 INFO oslo_db.sqlalchemy.provision [req-00df3c86-c7c3-4736-a018-f0bbaaef9f48 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.225 2262 INFO oslo_db.sqlalchemy.provision [req-00df3c86-c7c3-4736-a018-f0bbaaef9f48 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pzvybxwebi 2018-09-14 10:25:36.225 2262 INFO oslo_db.sqlalchemy.provision [req-00df3c86-c7c3-4736-a018-f0bbaaef9f48 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_one_fields_filter [0.532842s] ... ok 2018-09-14 10:25:33.646 2252 INFO oslo_db.sqlalchemy.provision [req-bac97e3b-523f-4df0-bd05-ef9abcef6b81 - - - - -] CREATE BACKEND sqlite:// TOKEN lpffupezcw 2018-09-14 10:25:33.986 2252 INFO octavia.common.config [req-bac97e3b-523f-4df0-bd05-ef9abcef6b81 - - - - -] Logging enabled! 2018-09-14 10:25:33.987 2252 INFO octavia.common.config [req-bac97e3b-523f-4df0-bd05-ef9abcef6b81 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:34.025 2252 WARNING octavia.api.root_controller [req-bac97e3b-523f-4df0-bd05-ef9abcef6b81 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:34.047 2252 INFO octavia.api.v1.controllers.load_balancer [req-801077f2-19dc-4fee-b4e6-6922c50e7b54 - - - - -] Sending created Load Balancer e04cd56b-e3e5-4cae-9e5a-f23be1f399bd to the handler 2018-09-14 10:25:34.214 2252 INFO octavia.api.v1.controllers.listener [req-cb7edea8-dbfa-45a4-a688-1e978602c930 - - - - -] Sending Creation of Listener 9419bbe3-5901-4cb6-8602-28377714b062 to handler 2018-09-14 10:25:34.479 2252 INFO octavia.api.v1.controllers.pool [req-392de2aa-0774-494c-8312-834f9165d5a5 - - - - -] Sending Creation of Pool 45592d29-78da-41b9-910b-538d572908f6 to handler 2018-09-14 10:25:34.715 2252 INFO octavia.api.v1.controllers.pool [req-920d0d0b-fb4c-47ff-8ac9-8afe2b08456e - - - - -] Sending Update of Pool 45592d29-78da-41b9-910b-538d572908f6 to handler 2018-09-14 10:25:34.865 2252 INFO oslo_db.sqlalchemy.provision [req-c61002a3-2ef7-4123-b35b-f1f2eda84128 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:34.869 2252 INFO oslo_db.sqlalchemy.provision [req-c61002a3-2ef7-4123-b35b-f1f2eda84128 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lpffupezcw 2018-09-14 10:25:34.870 2252 INFO oslo_db.sqlalchemy.provision [req-c61002a3-2ef7-4123-b35b-f1f2eda84128 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v1.test_pool.TestPool.test_add_session_persistence [1.230132s] ... ok 2018-09-14 10:25:35.733 2254 INFO oslo_db.sqlalchemy.provision [req-648b82c7-040b-4d18-8273-e1a9c37499d9 - - - - -] CREATE BACKEND sqlite:// TOKEN hxjliolthc 2018-09-14 10:25:35.901 2254 INFO octavia.common.config [req-648b82c7-040b-4d18-8273-e1a9c37499d9 - - - - -] Logging enabled! 2018-09-14 10:25:35.902 2254 INFO octavia.common.config [req-648b82c7-040b-4d18-8273-e1a9c37499d9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.944 2254 WARNING octavia.api.root_controller [req-648b82c7-040b-4d18-8273-e1a9c37499d9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.967 2254 INFO octavia.api.v1.controllers.load_balancer [req-ffc2d22e-2b0c-4886-95f2-3437b641fc85 - - - - -] Sending created Load Balancer 359e49c5-7a47-4f80-a2b1-6a581174034b to the handler 2018-09-14 10:25:36.144 2254 INFO octavia.api.v1.controllers.listener [req-7b6de6a4-959b-40c2-b34d-2b1b3420cfb7 - - - - -] Sending Creation of Listener 6b680a41-fbb0-4b55-a75f-098e089a1ebb to handler 2018-09-14 10:25:36.397 2254 INFO octavia.api.v1.controllers.pool [req-b28105e7-a95b-42b5-9b3a-e643a324b6c2 - - - - -] Sending Creation of Pool 5d357525-0f67-4592-b5f7-e31d440354b7 to handler 2018-09-14 10:25:36.580 2254 INFO oslo_db.sqlalchemy.provision [req-b28105e7-a95b-42b5-9b3a-e643a324b6c2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:36.583 2254 INFO oslo_db.sqlalchemy.provision [req-b28105e7-a95b-42b5-9b3a-e643a324b6c2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hxjliolthc 2018-09-14 10:25:36.584 2254 INFO oslo_db.sqlalchemy.provision [req-b28105e7-a95b-42b5-9b3a-e643a324b6c2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_project_id [0.857439s] ... ok 2018-09-14 10:25:38.691 2267 INFO oslo_db.sqlalchemy.provision [req-183484f9-7cfe-4754-9cbc-2149c860c0b0 - - - - -] CREATE BACKEND sqlite:// TOKEN dwfrkseyzk 2018-09-14 10:25:38.852 2267 INFO octavia.common.config [req-183484f9-7cfe-4754-9cbc-2149c860c0b0 - - - - -] Logging enabled! 2018-09-14 10:25:38.853 2267 INFO octavia.common.config [req-183484f9-7cfe-4754-9cbc-2149c860c0b0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:38.892 2267 WARNING octavia.api.root_controller [req-183484f9-7cfe-4754-9cbc-2149c860c0b0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:38.926 2267 INFO octavia.api.v2.controllers.load_balancer [req-a943fe21-2afb-4941-a96d-7b9a40bdbc0c - - - - -] Sending created Load Balancer 88bed1d4-d6e5-4755-8b35-07d08d929b3d to the handler 2018-09-14 10:25:38.967 2267 INFO oslo_db.sqlalchemy.provision [req-a943fe21-2afb-4941-a96d-7b9a40bdbc0c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.971 2267 INFO oslo_db.sqlalchemy.provision [req-a943fe21-2afb-4941-a96d-7b9a40bdbc0c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dwfrkseyzk 2018-09-14 10:25:38.972 2267 INFO oslo_db.sqlalchemy.provision [req-a943fe21-2afb-4941-a96d-7b9a40bdbc0c - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_qos_vip_port_and_vip_qos [0.286711s] ... ok 2018-09-14 10:25:35.598 2269 INFO oslo_db.sqlalchemy.provision [req-54d89d8f-f219-47d8-be7f-db7ab919eade - - - - -] CREATE BACKEND sqlite:// TOKEN jiotlsborf 2018-09-14 10:25:35.760 2269 INFO octavia.common.config [req-54d89d8f-f219-47d8-be7f-db7ab919eade - - - - -] Logging enabled! 2018-09-14 10:25:35.760 2269 INFO octavia.common.config [req-54d89d8f-f219-47d8-be7f-db7ab919eade - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.799 2269 WARNING octavia.api.root_controller [req-54d89d8f-f219-47d8-be7f-db7ab919eade - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.831 2269 INFO octavia.api.v2.controllers.load_balancer [req-ac3575b9-3a8d-42ab-938c-a58ca1c3c9e0 - - - - -] Sending created Load Balancer 948fa3c2-b0be-43b2-a437-b98866f62809 to the handler 2018-09-14 10:25:36.140 2269 INFO octavia.api.v2.controllers.listener [req-499c6fe1-1ccd-483b-99cb-dc1129904ce3 - - - - -] Sending Creation of Listener dc1b463f-dfcf-4798-b220-4d2bdf2218e5 to handler 2018-09-14 10:25:36.739 2269 INFO octavia.api.v2.controllers.pool [req-02821544-f862-4aad-a91c-f9fb3ee1d8e5 - - - - -] Sending Creation of Pool 65c4f670-f123-4666-88a4-8e5403435d55 to handler 2018-09-14 10:25:37.219 2269 INFO octavia.api.v2.controllers.pool [req-ea251836-0a1f-4ee5-81c2-e9286c6d8cdb - - - - -] Sending Creation of Pool a274b9fb-b1f3-4e0a-8c60-11d3d6497879 to handler 2018-09-14 10:25:37.670 2269 INFO oslo_db.sqlalchemy.provision [req-ec5f12b0-19a7-46b5-b8d7-da5aa1220d61 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:37.674 2269 INFO oslo_db.sqlalchemy.provision [req-ec5f12b0-19a7-46b5-b8d7-da5aa1220d61 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jiotlsborf 2018-09-14 10:25:37.674 2269 INFO oslo_db.sqlalchemy.provision [req-ec5f12b0-19a7-46b5-b8d7-da5aa1220d61 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:35.259 2241 INFO oslo_db.sqlalchemy.provision [req-2de8f0aa-3f90-44ed-a205-b2876fbb9d02 - - - - -] CREATE BACKEND sqlite:// TOKEN zpiuwkptgq 2018-09-14 10:25:35.424 2241 INFO octavia.common.config [req-2de8f0aa-3f90-44ed-a205-b2876fbb9d02 - - - - -] Logging enabled! 2018-09-14 10:25:35.425 2241 INFO octavia.common.config [req-2de8f0aa-3f90-44ed-a205-b2876fbb9d02 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.463 2241 WARNING octavia.api.root_controller [req-2de8f0aa-3f90-44ed-a205-b2876fbb9d02 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.485 2241 INFO octavia.api.v1.controllers.load_balancer [req-33bae5ab-362d-4b5b-b496-42033ec042f5 - - - - -] Sending created Load Balancer aaaf66dd-e145-4630-80dc-e4d881bdbba0 to the handler 2018-09-14 10:25:35.660 2241 INFO octavia.api.v1.controllers.listener [req-39a3916c-a669-4e59-b188-a9099837997f - - - - -] Sending Creation of Listener 8a3a1f2b-48e3-46a6-a364-e4577e12c834 to handler 2018-09-14 10:25:35.891 2241 ERROR octavia.api.v1.controllers.base [req-4929f556-6ecd-4ee1-8b77-bfd96adddad8 - - - - -] Pool adb2a430-eddc-4264-94c2-9de59af7b51d not found: None 2018-09-14 10:25:35.891 2241 ERROR octavia.api.v1.controllers.base None 2018-09-14 10:25:35.891 2241 ERROR octavia.api.v1.controllers.base 2018-09-14 10:25:35.918 2241 INFO oslo_db.sqlalchemy.provision [req-4929f556-6ecd-4ee1-8b77-bfd96adddad8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:35.923 2241 INFO oslo_db.sqlalchemy.provision [req-4929f556-6ecd-4ee1-8b77-bfd96adddad8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zpiuwkptgq 2018-09-14 10:25:35.924 2241 INFO oslo_db.sqlalchemy.provision [req-4929f556-6ecd-4ee1-8b77-bfd96adddad8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_pool.TestPool.test_bad_delete [0.671640s] ... ok {26} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_create [1.199071s] ... ok {30} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_empty_get_all [2.083516s] ... ok 2018-09-14 10:25:39.919 2243 INFO oslo_db.sqlalchemy.provision [req-0d774639-6eb8-4b5e-a516-dc5cf17d44d4 - - - - -] CREATE BACKEND sqlite:// TOKEN mbyseazbxx 2018-09-14 10:25:40.080 2243 INFO octavia.common.config [req-0d774639-6eb8-4b5e-a516-dc5cf17d44d4 - - - - -] Logging enabled! 2018-09-14 10:25:40.081 2243 INFO octavia.common.config [req-0d774639-6eb8-4b5e-a516-dc5cf17d44d4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:40.122 2243 WARNING octavia.api.root_controller [req-0d774639-6eb8-4b5e-a516-dc5cf17d44d4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:40.148 2243 INFO octavia.api.v2.controllers.load_balancer [req-526b63ff-ea7c-42ce-aefd-7185ab582010 - - - - -] Sending created Load Balancer 0883f601-99ac-470d-9d33-06eee68282d7 to the handler 2018-09-14 10:25:40.537 2243 INFO octavia.api.v2.controllers.pool [req-7bcf27c3-d13f-44d8-b31e-bcebb6333ff3 - - - - -] Sending Creation of Pool 6864116a-468d-437f-a42e-6ad85b5f4428 to handler 2018-09-14 10:25:40.812 2243 INFO octavia.api.v2.controllers.listener [req-e03a70e2-b8d6-43e6-8923-3fae601808ac - - - - -] Sending Creation of Listener a383eeef-d10e-47f8-ab40-facf2abdaa71 to handler 2018-09-14 10:25:41.208 2243 INFO octavia.api.v2.controllers.listener [req-d6e454cf-adc0-4529-9500-2712562811ca - ba264301-886a-4a68-a1ee-4bd727d38777 - - -] Sending Update of Listener a383eeef-d10e-47f8-ab40-facf2abdaa71 to handler 2018-09-14 10:25:41.568 2243 INFO oslo_db.sqlalchemy.provision [req-d0a046a2-3a4f-499f-9237-c0c355910648 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:41.572 2243 INFO oslo_db.sqlalchemy.provision [req-d0a046a2-3a4f-499f-9237-c0c355910648 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mbyseazbxx 2018-09-14 10:25:41.573 2243 INFO oslo_db.sqlalchemy.provision [req-d0a046a2-3a4f-499f-9237-c0c355910648 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:41.700 2244 INFO oslo_db.sqlalchemy.provision [req-0bc2ae14-c1e9-4029-8115-68a50f3928bc - - - - -] CREATE BACKEND sqlite:// TOKEN ihboqlknrk 2018-09-14 10:25:41.887 2244 INFO octavia.common.config [req-0bc2ae14-c1e9-4029-8115-68a50f3928bc - - - - -] Logging enabled! 2018-09-14 10:25:41.888 2244 INFO octavia.common.config [req-0bc2ae14-c1e9-4029-8115-68a50f3928bc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:41.931 2244 WARNING octavia.api.root_controller [req-0bc2ae14-c1e9-4029-8115-68a50f3928bc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:41.969 2244 INFO oslo_db.sqlalchemy.provision [req-31aeb8a7-230b-4bca-ad3d-fb9f6fdacb73 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:41.973 2244 INFO oslo_db.sqlalchemy.provision [req-31aeb8a7-230b-4bca-ad3d-fb9f6fdacb73 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ihboqlknrk 2018-09-14 10:25:41.973 2244 INFO oslo_db.sqlalchemy.provision [req-31aeb8a7-230b-4bca-ad3d-fb9f6fdacb73 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_has_no_subnet [0.280749s] ... ok 2018-09-14 10:25:43.914 2240 INFO oslo_db.sqlalchemy.provision [req-9d10cc5a-1bd0-4c59-a12c-3c99171640e0 - - - - -] CREATE BACKEND sqlite:// TOKEN kjjnfslgxf 2018-09-14 10:25:44.092 2240 INFO octavia.common.config [req-9d10cc5a-1bd0-4c59-a12c-3c99171640e0 - - - - -] Logging enabled! 2018-09-14 10:25:44.093 2240 INFO octavia.common.config [req-9d10cc5a-1bd0-4c59-a12c-3c99171640e0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:44.134 2240 WARNING octavia.api.root_controller [req-9d10cc5a-1bd0-4c59-a12c-3c99171640e0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:44.162 2240 INFO octavia.api.v2.controllers.load_balancer [req-174ea7a9-7bd1-4211-94f7-7083c23331f1 - - - - -] Sending created Load Balancer c4fc9644-9ea8-4e57-97b2-1a344485bd99 to the handler 2018-09-14 10:25:44.430 2240 INFO octavia.api.v2.controllers.listener [req-60ac086f-38e9-4367-a893-b1cec1288aae - - - - -] Sending Creation of Listener 2cde8f3d-98b8-429b-b63b-ccdf88d108c5 to handler 2018-09-14 10:25:44.734 2240 INFO octavia.api.v2.controllers.pool [req-9e57dc01-1bf0-4c51-881c-76da664073da - - - - -] Sending Creation of Pool 47a99f71-f138-4153-a9e0-5d9e2bdbb482 to handler 2018-09-14 10:25:45.072 2240 INFO octavia.api.v2.controllers.l7policy [req-f955e3b0-8ed2-4764-be4a-a5dcbfbf9f4d - - - - -] Sending Creation of L7Policy 3f2bae6b-0cae-4cb5-addb-9a9c6765b5b4 to handler 2018-09-14 10:25:45.740 2240 INFO oslo_db.sqlalchemy.provision [req-0ac5e4a8-e826-4a69-887e-dfaab5f65b09 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.746 2240 INFO oslo_db.sqlalchemy.provision [req-0ac5e4a8-e826-4a69-887e-dfaab5f65b09 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kjjnfslgxf 2018-09-14 10:25:45.746 2240 INFO oslo_db.sqlalchemy.provision [req-0ac5e4a8-e826-4a69-887e-dfaab5f65b09 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_already_deleted [1.838414s] ... ok 2018-09-14 10:25:41.333 2257 INFO oslo_db.sqlalchemy.provision [req-879d61ae-56be-4e86-ab26-4173a2dd0063 - - - - -] CREATE BACKEND sqlite:// TOKEN jzouwiehzj 2018-09-14 10:25:41.505 2257 INFO octavia.common.config [req-879d61ae-56be-4e86-ab26-4173a2dd0063 - - - - -] Logging enabled! 2018-09-14 10:25:41.506 2257 INFO octavia.common.config [req-879d61ae-56be-4e86-ab26-4173a2dd0063 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:41.547 2257 WARNING octavia.api.root_controller [req-879d61ae-56be-4e86-ab26-4173a2dd0063 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:41.575 2257 INFO octavia.api.v2.controllers.load_balancer [req-da4762eb-c226-4c75-99f0-9c5baacff111 - - - - -] Sending created Load Balancer 90eace64-4a8b-41ee-bcd9-f939b9e59604 to the handler 2018-09-14 10:25:41.871 2257 INFO oslo_db.sqlalchemy.provision [req-85d7e064-3398-4596-a247-bdbdd74c002c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:41.874 2257 INFO oslo_db.sqlalchemy.provision [req-85d7e064-3398-4596-a247-bdbdd74c002c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jzouwiehzj 2018-09-14 10:25:41.875 2257 INFO oslo_db.sqlalchemy.provision [req-85d7e064-3398-4596-a247-bdbdd74c002c - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_not_authorized [0.547604s] ... ok 2018-09-14 10:25:36.576 2268 INFO oslo_db.sqlalchemy.provision [req-44186043-7869-4581-aabf-18cc390f5b16 - - - - -] CREATE BACKEND sqlite:// TOKEN qalrwkmkyj 2018-09-14 10:25:36.747 2268 INFO octavia.common.config [req-44186043-7869-4581-aabf-18cc390f5b16 - - - - -] Logging enabled! 2018-09-14 10:25:36.748 2268 INFO octavia.common.config [req-44186043-7869-4581-aabf-18cc390f5b16 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.788 2268 WARNING octavia.api.root_controller [req-44186043-7869-4581-aabf-18cc390f5b16 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.814 2268 INFO octavia.api.v2.controllers.load_balancer [req-ef64f3d9-e40c-4916-a80d-7f8d9fa17421 - - - - -] Sending created Load Balancer cf18b015-19f3-4808-9bc1-2c45049250a0 to the handler 2018-09-14 10:25:37.080 2268 INFO octavia.api.v2.controllers.pool [req-c49eeeeb-a137-4312-8c34-b6a5d11d0a10 - - - - -] Sending Creation of Pool e1772aa5-8f00-429c-955b-8b15d0dfeec1 to handler 2018-09-14 10:25:37.338 2268 INFO octavia.api.v2.controllers.load_balancer [req-eb6795a5-faa6-407b-b3b0-3db8e0b413ff - - - - -] Sending created Load Balancer c3b499de-2f89-47fc-adf5-f8900534119e to the handler 2018-09-14 10:25:37.591 2268 INFO octavia.api.v2.controllers.listener [req-c4dcd910-c4d6-49f6-b9ca-d596b5c8c4b4 - - - - -] Sending Creation of Listener 950d539d-6d82-44ce-ae20-e4897ad1b209 to handler 2018-09-14 10:25:37.898 2268 INFO octavia.api.v2.controllers.listener [req-cd30a2ef-c6b5-4c9d-a5e1-a9d5a643bfe8 - - - - -] Sending Creation of Listener 9874be78-5cf8-4dec-a0d4-4168c2af73f9 to handler 2018-09-14 10:25:38.377 2268 INFO octavia.api.v2.controllers.listener [req-a19b93b0-316d-4c27-9a95-b44166be81f7 - - - - -] Sending Creation of Listener cd042173-86e0-4f0a-8d19-ceec06465527 to handler 2018-09-14 10:25:38.794 2268 INFO oslo_db.sqlalchemy.provision [req-c82f84b9-de89-4f33-a736-9f618740a072 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.799 2268 INFO oslo_db.sqlalchemy.provision [req-c82f84b9-de89-4f33-a736-9f618740a072 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qalrwkmkyj 2018-09-14 10:25:38.800 2268 INFO oslo_db.sqlalchemy.provision [req-c82f84b9-de89-4f33-a736-9f618740a072 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_non_admin [2.231221s] ... ok 2018-09-14 10:25:39.191 2266 INFO oslo_db.sqlalchemy.provision [req-e4a60583-0ebf-4f99-9c8a-6372a5718151 - - - - -] CREATE BACKEND sqlite:// TOKEN ymmqeolown 2018-09-14 10:25:39.373 2266 INFO octavia.common.config [req-e4a60583-0ebf-4f99-9c8a-6372a5718151 - - - - -] Logging enabled! 2018-09-14 10:25:39.374 2266 INFO octavia.common.config [req-e4a60583-0ebf-4f99-9c8a-6372a5718151 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.417 2266 WARNING octavia.api.root_controller [req-e4a60583-0ebf-4f99-9c8a-6372a5718151 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.445 2266 INFO octavia.api.v2.controllers.load_balancer [req-a94f5f1e-6e19-4fd5-b8d2-b5cfe9a6d124 - - - - -] Sending created Load Balancer f92e1932-19b2-4c35-a813-ba1582b547f3 to the handler 2018-09-14 10:25:39.721 2266 INFO octavia.api.v2.controllers.listener [req-5d5283ac-5566-43fd-864e-7a1f21edc6fd - - - - -] Sending Creation of Listener ec2e5ded-3d19-493e-ab30-36740ccdfdd3 to handler 2018-09-14 10:25:40.030 2266 INFO octavia.api.v2.controllers.pool [req-3881f9f4-6533-41e8-ae20-4688753b3265 - - - - -] Sending Creation of Pool 4a29071e-769c-482e-a215-6745eea67f1d to handler 2018-09-14 10:25:40.369 2266 INFO octavia.api.v2.controllers.l7policy [req-626d7ba3-4c96-4644-b6a0-dba53fd19e9f - - - - -] Sending Creation of L7Policy 0dd66f9b-28c3-43b8-84f0-022f2f6e33f6 to handler 2018-09-14 10:25:40.575 2266 INFO oslo_db.sqlalchemy.provision [req-7c925fd3-77c4-4e95-8b81-e99fbad5f251 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:40.579 2266 INFO oslo_db.sqlalchemy.provision [req-7c925fd3-77c4-4e95-8b81-e99fbad5f251 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ymmqeolown 2018-09-14 10:25:40.579 2266 INFO oslo_db.sqlalchemy.provision [req-7c925fd3-77c4-4e95-8b81-e99fbad5f251 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_with_bad_handler [1.394766s] ... ok {4} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_authorized [1.660792s] ... ok 2018-09-14 10:25:43.393 2258 INFO oslo_db.sqlalchemy.provision [req-c06320dc-d3ab-4f5b-8425-0ee13bcf726e - - - - -] CREATE BACKEND sqlite:// TOKEN lcbzbpwofh 2018-09-14 10:25:43.557 2258 INFO octavia.common.config [req-c06320dc-d3ab-4f5b-8425-0ee13bcf726e - - - - -] Logging enabled! 2018-09-14 10:25:43.558 2258 INFO octavia.common.config [req-c06320dc-d3ab-4f5b-8425-0ee13bcf726e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.597 2258 WARNING octavia.api.root_controller [req-c06320dc-d3ab-4f5b-8425-0ee13bcf726e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.624 2258 INFO octavia.api.v2.controllers.load_balancer [req-1aef9b8b-cb7d-4c47-831e-8854c15ca6f1 - - - - -] Sending created Load Balancer 98b44bde-b0e4-41a6-b4dd-8fdcaf7c7fb0 to the handler 2018-09-14 10:25:43.866 2258 INFO octavia.api.v2.controllers.load_balancer [req-4a27b816-e311-4d01-a016-7a6d3c77a74d - - - - -] Sending updated Load Balancer 98b44bde-b0e4-41a6-b4dd-8fdcaf7c7fb0 to the handler 2018-09-14 10:25:43.911 2258 INFO octavia.api.v2.controllers.load_balancer [req-500374ad-c90a-44f3-a934-2e2946cc3767 - - - - -] Invalid state PENDING_UPDATE of loadbalancer resource 98b44bde-b0e4-41a6-b4dd-8fdcaf7c7fb0 2018-09-14 10:25:43.937 2258 INFO oslo_db.sqlalchemy.provision [req-500374ad-c90a-44f3-a934-2e2946cc3767 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:43.941 2258 INFO oslo_db.sqlalchemy.provision [req-500374ad-c90a-44f3-a934-2e2946cc3767 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lcbzbpwofh 2018-09-14 10:25:43.942 2258 INFO oslo_db.sqlalchemy.provision [req-500374ad-c90a-44f3-a934-2e2946cc3767 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_pending_update [0.554939s] ... ok 2018-09-14 10:25:44.748 2246 INFO octavia.api.v1.controllers.l7rule [req-087a63ae-fe6d-45ad-af30-885028f3a071 - - - - -] Sending Creation of L7Rule 4f274116-ef95-441c-b0ac-9203a4e2570b to handler 2018-09-14 10:25:45.112 2246 INFO octavia.api.v1.controllers.l7rule [req-4f42d843-8255-42d2-902f-6d55e01505f5 - - - - -] Sending Creation of L7Rule 410587a6-3f9a-4846-b151-abcdd5be4105 to handler 2018-09-14 10:25:45.463 2246 INFO octavia.api.v1.controllers.l7rule [req-58275332-ee11-4f4e-8322-9dfb1f61c107 - - - - -] Sending Creation of L7Rule 937316a8-1874-48b2-b75f-df006d1a348c to handler 2018-09-14 10:25:45.957 2246 INFO octavia.api.v1.controllers.l7rule [req-865ea088-81e2-4f04-b192-9e1acd3248c7 - - - - -] Sending Creation of L7Rule 9c8450e6-99ed-4de9-b2cd-b46710987758 to handler 2018-09-14 10:25:46.362 2246 INFO octavia.api.v1.controllers.l7rule [req-ff242bf1-674e-4bf2-bd93-e0548974a243 - - - - -] Sending Creation of L7Rule 56f07751-9e36-4fc7-a1e7-7d0da3ca8850 to handler 2018-09-14 10:25:36.538 2253 INFO oslo_db.sqlalchemy.provision [req-39d01049-058c-446b-92ea-26bc55409389 - - - - -] CREATE BACKEND sqlite:// TOKEN mzybrnoowj 2018-09-14 10:25:36.701 2253 INFO octavia.common.config [req-39d01049-058c-446b-92ea-26bc55409389 - - - - -] Logging enabled! 2018-09-14 10:25:36.701 2253 INFO octavia.common.config [req-39d01049-058c-446b-92ea-26bc55409389 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.746 2253 WARNING octavia.api.root_controller [req-39d01049-058c-446b-92ea-26bc55409389 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.772 2253 INFO octavia.api.v2.controllers.load_balancer [req-1d21d405-049b-471a-a4ae-cff3e6fd6504 - - - - -] Sending created Load Balancer c1200d92-46f3-43ff-8436-9452041e133e to the handler 2018-09-14 10:25:37.027 2253 INFO octavia.api.v2.controllers.listener [req-b5ff6ae7-a882-49f7-bccd-04b12596aea8 - - - - -] Sending Creation of Listener 14af6c7b-ab47-419e-9902-aed303c9f740 to handler 2018-09-14 10:25:37.456 2253 INFO octavia.api.v2.controllers.pool [req-61f1e6b6-8746-40ca-96e8-5d5c3b795527 - - - - -] Sending Creation of Pool e3293dec-b1af-493a-bb3e-31fc5a1b014f to handler 2018-09-14 10:25:37.825 2253 INFO octavia.api.v2.controllers.pool [req-4f9415d2-1a74-420b-90a8-18a201652860 - - - - -] Sending Creation of Pool 9db63a78-fc09-4006-a1d7-8e55dcdbf9e5 to handler 2018-09-14 10:25:38.229 2253 INFO octavia.api.v2.controllers.health_monitor [req-3a30d71d-02d8-42b5-adb8-7fc53770b21f - - - - -] Sending Creation of Health Monitor 8740f5e0-8fc3-4388-b9c0-617f5bc420d3 to handler 2018-09-14 10:25:38.590 2253 INFO octavia.api.v2.controllers.health_monitor [req-7eab3816-bd1d-4374-8787-8431665ceec5 - f1cb2eca-15a2-4ffc-b8cb-b416adf5f458 - - -] Sending Update of Health Monitor for Pool 8740f5e0-8fc3-4388-b9c0-617f5bc420d3 to handler 2018-09-14 10:25:38.846 2253 INFO oslo_db.sqlalchemy.provision [req-52b8a530-a871-40b5-a605-db23c9fb7f6e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.850 2253 INFO oslo_db.sqlalchemy.provision [req-52b8a530-a871-40b5-a605-db23c9fb7f6e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mzybrnoowj 2018-09-14 10:25:38.850 2253 INFO oslo_db.sqlalchemy.provision [req-52b8a530-a871-40b5-a605-db23c9fb7f6e - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update_authorized [2.318365s] ... ok 2018-09-14 10:25:39.830 2270 INFO oslo_db.sqlalchemy.provision [req-20ee0bd8-cf39-4cfd-9ce5-feffc6f5897b - - - - -] CREATE BACKEND sqlite:// TOKEN mdjcqnqguc 2018-09-14 10:25:39.998 2270 INFO octavia.common.config [req-20ee0bd8-cf39-4cfd-9ce5-feffc6f5897b - - - - -] Logging enabled! 2018-09-14 10:25:39.999 2270 INFO octavia.common.config [req-20ee0bd8-cf39-4cfd-9ce5-feffc6f5897b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:40.041 2270 WARNING octavia.api.root_controller [req-20ee0bd8-cf39-4cfd-9ce5-feffc6f5897b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:40.069 2270 INFO octavia.api.v2.controllers.load_balancer [req-272613c0-ed14-4bff-886e-b9cb7abf5d94 - - - - -] Sending created Load Balancer 9784e69d-f965-453b-b3db-c9bc13a95e14 to the handler 2018-09-14 10:25:40.129 2270 INFO oslo_db.sqlalchemy.provision [req-c2d9f1c7-3ceb-4cb1-a638-9618eea88c40 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:40.135 2270 INFO oslo_db.sqlalchemy.provision [req-c2d9f1c7-3ceb-4cb1-a638-9618eea88c40 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mdjcqnqguc 2018-09-14 10:25:40.135 2270 INFO oslo_db.sqlalchemy.provision [req-c2d9f1c7-3ceb-4cb1-a638-9618eea88c40 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get [0.314099s] ... ok 2018-09-14 10:25:41.537 2248 INFO oslo_db.sqlalchemy.provision [req-9eb22180-3269-406c-9c87-9decfad8b17f - - - - -] CREATE BACKEND sqlite:// TOKEN pvafqfoexu 2018-09-14 10:25:41.707 2248 INFO octavia.common.config [req-9eb22180-3269-406c-9c87-9decfad8b17f - - - - -] Logging enabled! 2018-09-14 10:25:41.708 2248 INFO octavia.common.config [req-9eb22180-3269-406c-9c87-9decfad8b17f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:41.747 2248 WARNING octavia.api.root_controller [req-9eb22180-3269-406c-9c87-9decfad8b17f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:41.773 2248 INFO octavia.api.v2.controllers.load_balancer [req-c823a857-d955-44f4-a8b2-aa7bd9337bac - - - - -] Sending created Load Balancer db0a50ee-dea1-4ecc-b0c7-679a37cc823b to the handler 2018-09-14 10:25:42.206 2248 INFO octavia.api.v2.controllers.listener [req-aae939b4-6705-47f1-b3a2-1e5d34c6544c - - - - -] Sending Creation of Listener 7ce34ce3-9639-4c5c-b254-3272dce4f0fc to handler 2018-09-14 10:25:42.490 2248 INFO octavia.api.v2.controllers.pool [req-fa4c5e88-5c36-4209-a603-ed2ad3c7cdb2 - - - - -] Sending Creation of Pool b8138ebc-6b81-4488-9c8f-49a03ea08209 to handler 2018-09-14 10:25:42.749 2248 ERROR octavia.api.v2.controllers.base [req-6b019e74-0e09-45ea-b70e-921c202f7b6d - - - - -] L7 Policy 22ed2d4c-ffca-45a7-ae0d-df6c8b84176a not found: None 2018-09-14 10:25:42.749 2248 ERROR octavia.api.v2.controllers.base None 2018-09-14 10:25:42.749 2248 ERROR octavia.api.v2.controllers.base 2018-09-14 10:25:42.774 2248 INFO oslo_db.sqlalchemy.provision [req-6b019e74-0e09-45ea-b70e-921c202f7b6d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.778 2248 INFO oslo_db.sqlalchemy.provision [req-6b019e74-0e09-45ea-b70e-921c202f7b6d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pvafqfoexu 2018-09-14 10:25:42.779 2248 INFO oslo_db.sqlalchemy.provision [req-6b019e74-0e09-45ea-b70e-921c202f7b6d - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_delete [1.249240s] ... ok 2018-09-14 10:25:39.250 2260 INFO oslo_db.sqlalchemy.provision [req-adb9f8d4-21bf-403d-9adf-c470b6f1b128 - - - - -] CREATE BACKEND sqlite:// TOKEN hgbgyikprk 2018-09-14 10:25:39.409 2260 INFO octavia.common.config [req-adb9f8d4-21bf-403d-9adf-c470b6f1b128 - - - - -] Logging enabled! 2018-09-14 10:25:39.410 2260 INFO octavia.common.config [req-adb9f8d4-21bf-403d-9adf-c470b6f1b128 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.451 2260 WARNING octavia.api.root_controller [req-adb9f8d4-21bf-403d-9adf-c470b6f1b128 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.478 2260 INFO octavia.api.v2.controllers.load_balancer [req-87c4d6d2-58a7-454e-9eb7-c87059e11d39 - - - - -] Sending created Load Balancer 38cf3044-ed3d-42e5-83d0-c5579ad13e74 to the handler 2018-09-14 10:25:39.896 2260 INFO octavia.api.v2.controllers.pool [req-319ec555-213f-4536-8c44-131887682734 - - - - -] Sending Creation of Pool 15e1bf8f-ffbe-422d-b40e-162481c52dd9 to handler 2018-09-14 10:25:40.186 2260 INFO octavia.api.v2.controllers.listener [req-60f59059-644e-4daa-ae18-e1db66a5173c - - - - -] Sending Creation of Listener 61d509fa-db2f-48e6-bc70-d917acf96897 to handler 2018-09-14 10:25:40.517 2260 INFO octavia.api.v2.controllers.listener [req-dba4237b-8e91-4ecb-b9b7-d269c1bf9ed5 - - - - -] Sending Creation of Listener a1ff5fd1-6ac7-4e75-8612-172d8279291c to handler 2018-09-14 10:25:40.911 2260 INFO octavia.api.v2.controllers.listener [req-9c3c101b-cd01-433c-88a5-e962b2f9dd1e - - - - -] Sending Creation of Listener 0b7d923d-f92b-4ef9-bf5f-fb17e230c3f4 to handler 2018-09-14 10:25:41.913 2260 INFO oslo_db.sqlalchemy.provision [req-46d5179b-aaba-48e8-ab45-bbf418b64ee3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:41.917 2260 INFO oslo_db.sqlalchemy.provision [req-46d5179b-aaba-48e8-ab45-bbf418b64ee3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hgbgyikprk 2018-09-14 10:25:41.918 2260 INFO oslo_db.sqlalchemy.provision [req-46d5179b-aaba-48e8-ab45-bbf418b64ee3 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:38.979 2267 INFO oslo_db.sqlalchemy.provision [req-a943fe21-2afb-4941-a96d-7b9a40bdbc0c - - - - -] CREATE BACKEND sqlite:// TOKEN uqrlskfpso 2018-09-14 10:25:39.149 2267 INFO octavia.common.config [req-a943fe21-2afb-4941-a96d-7b9a40bdbc0c - - - - -] Logging enabled! 2018-09-14 10:25:39.150 2267 INFO octavia.common.config [req-a943fe21-2afb-4941-a96d-7b9a40bdbc0c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.188 2267 WARNING octavia.api.root_controller [req-a943fe21-2afb-4941-a96d-7b9a40bdbc0c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.212 2267 INFO octavia.api.v2.controllers.load_balancer [req-fce6dded-05b5-4a61-86be-de16b780d947 - - - - -] Sending created Load Balancer fd527bda-dddc-49a4-b4b1-2217b794f829 to the handler 2018-09-14 10:25:39.269 2267 INFO oslo_db.sqlalchemy.provision [req-f2c48438-3dca-402f-82e1-925c2662455e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:39.272 2267 INFO oslo_db.sqlalchemy.provision [req-f2c48438-3dca-402f-82e1-925c2662455e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uqrlskfpso 2018-09-14 10:25:39.273 2267 INFO oslo_db.sqlalchemy.provision [req-f2c48438-3dca-402f-82e1-925c2662455e - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_one_fields_filter [0.300534s] ... ok 2018-09-14 10:25:36.017 2251 INFO oslo_db.sqlalchemy.provision [req-aeae6ad9-e4b2-4780-876f-2cc0ca7bf295 - - - - -] CREATE BACKEND sqlite:// TOKEN mbfnpvtkkp 2018-09-14 10:25:36.181 2251 INFO octavia.common.config [req-aeae6ad9-e4b2-4780-876f-2cc0ca7bf295 - - - - -] Logging enabled! 2018-09-14 10:25:36.182 2251 INFO octavia.common.config [req-aeae6ad9-e4b2-4780-876f-2cc0ca7bf295 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.222 2251 WARNING octavia.api.root_controller [req-aeae6ad9-e4b2-4780-876f-2cc0ca7bf295 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.249 2251 INFO octavia.api.v2.controllers.load_balancer [req-1d0051fa-4f6d-4b0e-b6d2-ce4ca77051a1 - - - - -] Sending created Load Balancer accb9e38-8eb8-4d41-8413-efd323225adc to the handler 2018-09-14 10:25:36.509 2251 INFO octavia.api.v2.controllers.listener [req-038d7474-0482-40f3-a5ae-906e67c87b83 - - - - -] Sending Creation of Listener 0139fa2c-824a-4977-86b3-de5b6ef4a722 to handler 2018-09-14 10:25:36.814 2251 INFO octavia.api.v2.controllers.pool [req-90358e40-c346-4fd5-b8ba-711befde66cd - - - - -] Sending Creation of Pool fe39071c-53ab-418f-a2ad-b60861803e47 to handler 2018-09-14 10:25:37.134 2251 INFO oslo_db.sqlalchemy.provision [req-6e462c2e-b9a0-4972-93dc-e996844dbf2c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:37.138 2251 INFO oslo_db.sqlalchemy.provision [req-6e462c2e-b9a0-4972-93dc-e996844dbf2c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mbfnpvtkkp 2018-09-14 10:25:37.139 2251 INFO oslo_db.sqlalchemy.provision [req-6e462c2e-b9a0-4972-93dc-e996844dbf2c - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_create_redirect_to_url [1.129666s] ... ok 2018-09-14 10:25:43.076 2239 INFO oslo_db.sqlalchemy.provision [req-7308551c-f072-40ad-a66d-7fc8fc6da6ca - - - - -] CREATE BACKEND sqlite:// TOKEN edqzceetbr 2018-09-14 10:25:43.245 2239 INFO octavia.common.config [req-7308551c-f072-40ad-a66d-7fc8fc6da6ca - - - - -] Logging enabled! 2018-09-14 10:25:43.246 2239 INFO octavia.common.config [req-7308551c-f072-40ad-a66d-7fc8fc6da6ca - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.288 2239 WARNING octavia.api.root_controller [req-7308551c-f072-40ad-a66d-7fc8fc6da6ca - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.320 2239 INFO octavia.api.v2.controllers.load_balancer [req-6f30516c-4338-474a-8c38-345273a035f1 - - - - -] Sending created Load Balancer 0d04ab08-4cdf-4d4d-b9d9-d6909d948aad to the handler 2018-09-14 10:25:43.581 2239 INFO octavia.api.v2.controllers.listener [req-9ecde325-1f8f-4a62-b604-3ac341500ef0 - - - - -] Sending Creation of Listener 048c7726-a6e3-45ae-80fb-3e1f0dbb2805 to handler 2018-09-14 10:25:43.891 2239 INFO octavia.api.v2.controllers.pool [req-02a44563-2e82-40b6-bf97-8ec94d9f81f4 - - - - -] Sending Creation of Pool 929be15f-8025-4a03-8023-156559a0ea47 to handler 2018-09-14 10:25:44.249 2239 INFO octavia.api.v2.controllers.pool [req-eeeae534-c7c4-4a31-b50e-510045fd7d88 - - - - -] Sending Creation of Pool 6ca1a36b-0439-420f-889e-1de023a9d738 to handler 2018-09-14 10:25:44.641 2239 INFO octavia.api.v2.controllers.health_monitor [req-4238fea8-ef7d-4485-839e-11dbb38518c5 - - - - -] Sending Creation of Health Monitor 2cd03678-7434-4ab6-8f53-79d17fb3ed95 to handler 2018-09-14 10:25:45.153 2239 INFO oslo_db.sqlalchemy.provision [req-b47cc0fc-46ee-499b-ad84-781ba829e0a0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.157 2239 INFO oslo_db.sqlalchemy.provision [req-b47cc0fc-46ee-499b-ad84-781ba829e0a0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN edqzceetbr 2018-09-14 10:25:45.157 2239 INFO oslo_db.sqlalchemy.provision [req-b47cc0fc-46ee-499b-ad84-781ba829e0a0 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:42.042 2263 INFO oslo_db.sqlalchemy.provision [req-fe58d4d3-ebd4-4dd2-9680-07c7b979e218 - - - - -] CREATE BACKEND sqlite:// TOKEN qepkllfegb 2018-09-14 10:25:42.198 2263 INFO octavia.common.config [req-fe58d4d3-ebd4-4dd2-9680-07c7b979e218 - - - - -] Logging enabled! 2018-09-14 10:25:42.199 2263 INFO octavia.common.config [req-fe58d4d3-ebd4-4dd2-9680-07c7b979e218 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.238 2263 WARNING octavia.api.root_controller [req-fe58d4d3-ebd4-4dd2-9680-07c7b979e218 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:42.264 2263 INFO octavia.api.v2.controllers.load_balancer [req-c6cc7626-6af5-4804-921a-2aa131f8c0df - - - - -] Sending created Load Balancer bc6c0d4e-c834-4b5d-a48a-17ff949efe63 to the handler 2018-09-14 10:25:42.516 2263 INFO octavia.api.v2.controllers.pool [req-a54468c4-bdc7-41a3-832d-0a9491efcf93 - - - - -] Sending Creation of Pool 1e310474-f84c-433e-93d8-9dda5160de50 to handler 2018-09-14 10:25:42.795 2263 INFO oslo_db.sqlalchemy.provision [req-f0380ad7-bb05-404e-aeae-0d0e86dcca41 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.798 2263 INFO oslo_db.sqlalchemy.provision [req-f0380ad7-bb05-404e-aeae-0d0e86dcca41 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qepkllfegb 2018-09-14 10:25:42.799 2263 INFO oslo_db.sqlalchemy.provision [req-f0380ad7-bb05-404e-aeae-0d0e86dcca41 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:36.681 2255 INFO oslo_db.sqlalchemy.provision [req-d4640855-4a60-49d2-8ed2-6c414cedde5f - - - - -] CREATE BACKEND sqlite:// TOKEN qobwyrllvk 2018-09-14 10:25:36.846 2255 INFO octavia.common.config [req-d4640855-4a60-49d2-8ed2-6c414cedde5f - - - - -] Logging enabled! 2018-09-14 10:25:36.847 2255 INFO octavia.common.config [req-d4640855-4a60-49d2-8ed2-6c414cedde5f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.890 2255 WARNING octavia.api.root_controller [req-d4640855-4a60-49d2-8ed2-6c414cedde5f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.913 2255 INFO octavia.api.v1.controllers.load_balancer [req-2d33796c-580f-45c1-970b-be53cedaedfb - - - - -] Sending created Load Balancer 801d5e7f-dc2f-4b70-a155-4e1d64bb7090 to the handler 2018-09-14 10:25:37.085 2255 INFO octavia.api.v1.controllers.listener [req-19b8ec8e-9325-4b0a-a20d-d9f885f4e7f6 - - - - -] Sending Creation of Listener 83ef6fbe-5505-4e54-a29b-4c04d2ba50e7 to handler 2018-09-14 10:25:37.299 2255 INFO octavia.api.v1.controllers.pool [req-e22cc3e2-a296-430f-a6b5-9ca30ffdff42 - - - - -] Sending Creation of Pool 475b1514-4185-4639-9a11-611e0cdb8c77 to handler 2018-09-14 10:25:37.590 2255 INFO octavia.api.v1.controllers.pool [req-abbc4748-fb9e-4592-b109-dc24a03feae7 - - - - -] Sending Creation of Pool 4fc1ae05-c1f5-4917-a09c-cc7bd8bfd9fb to handler 2018-09-14 10:25:37.874 2255 INFO octavia.api.v1.controllers.member [req-dd686d82-ffe9-4cdd-b810-719167c1be31 - - - - -] Sending Creation of Member fe9de947-8bc3-40ad-8b43-a6d9b29835ed to handler 2018-09-14 10:25:37.901 2255 INFO oslo_db.sqlalchemy.provision [req-dd686d82-ffe9-4cdd-b810-719167c1be31 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:37.908 2255 INFO oslo_db.sqlalchemy.provision [req-dd686d82-ffe9-4cdd-b810-719167c1be31 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qobwyrllvk 2018-09-14 10:25:37.909 2255 INFO oslo_db.sqlalchemy.provision [req-dd686d82-ffe9-4cdd-b810-719167c1be31 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_project_id [1.233772s] ... ok 2018-09-14 10:25:46.740 2246 INFO octavia.api.v1.controllers.l7rule [req-82246501-ff68-45df-a1ad-8aa8454e5d97 - - - - -] Sending Creation of L7Rule 20a187f8-d87b-45b2-9d44-5530ee132e91 to handler 2018-09-14 10:25:47.118 2246 INFO octavia.api.v1.controllers.l7rule [req-427ec6f4-f9c6-47f7-b9df-532769300cd9 - - - - -] Sending Creation of L7Rule 5cf54f05-3405-4245-9596-4bb6e5f7e198 to handler 2018-09-14 10:25:35.643 2259 INFO oslo_db.sqlalchemy.provision [req-758f4437-305e-4fb9-b29d-94f47d8ac6dd - - - - -] CREATE BACKEND sqlite:// TOKEN skhgewmzzk 2018-09-14 10:25:35.804 2259 INFO octavia.common.config [req-758f4437-305e-4fb9-b29d-94f47d8ac6dd - - - - -] Logging enabled! 2018-09-14 10:25:35.805 2259 INFO octavia.common.config [req-758f4437-305e-4fb9-b29d-94f47d8ac6dd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.843 2259 WARNING octavia.api.root_controller [req-758f4437-305e-4fb9-b29d-94f47d8ac6dd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.870 2259 INFO octavia.api.v2.controllers.load_balancer [req-977ec8da-a090-4654-87a2-82346fd22d8e - - - - -] Sending created Load Balancer 4112fbdf-f433-4939-a522-e9b921768887 to the handler 2018-09-14 10:25:36.126 2259 INFO octavia.api.v2.controllers.listener [req-808f20b0-8dfa-4054-9d81-182c1e18f2b3 - - - - -] Sending Creation of Listener e986a770-48f6-4643-8c54-e6445be331cc to handler 2018-09-14 10:25:36.551 2259 INFO octavia.api.v2.controllers.pool [req-eb3a1f8b-bccf-481e-bc65-4642e01a3203 - - - - -] Sending Creation of Pool 3ab8328a-72f8-4a31-be56-167566c3c30b to handler 2018-09-14 10:25:36.914 2259 INFO octavia.api.v2.controllers.pool [req-8051b773-2683-4ddb-b796-c4411b49b2c0 - - - - -] Sending Creation of Pool 0313951c-61e4-4075-9aef-f1981d59891d to handler 2018-09-14 10:25:37.291 2259 INFO oslo_db.sqlalchemy.provision [req-987617f4-162f-43e7-a296-fd92dad34191 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:37.294 2259 INFO oslo_db.sqlalchemy.provision [req-987617f4-162f-43e7-a296-fd92dad34191 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN skhgewmzzk 2018-09-14 10:25:37.295 2259 INFO oslo_db.sqlalchemy.provision [req-987617f4-162f-43e7-a296-fd92dad34191 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:46.928 2242 INFO octavia.api.v2.controllers.l7rule [req-10acb2d8-07a2-4ed3-9ab9-2b6fb9e1fa16 - - - - -] Sending Creation of L7Rule a96b1b52-6b08-4fff-b9ef-c05d1e81df43 to handler 2018-09-14 10:25:35.931 2241 INFO oslo_db.sqlalchemy.provision [req-4929f556-6ecd-4ee1-8b77-bfd96adddad8 - - - - -] CREATE BACKEND sqlite:// TOKEN vtmzpclawe 2018-09-14 10:25:36.107 2241 INFO octavia.common.config [req-4929f556-6ecd-4ee1-8b77-bfd96adddad8 - - - - -] Logging enabled! 2018-09-14 10:25:36.108 2241 INFO octavia.common.config [req-4929f556-6ecd-4ee1-8b77-bfd96adddad8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.146 2241 WARNING octavia.api.root_controller [req-4929f556-6ecd-4ee1-8b77-bfd96adddad8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.167 2241 INFO octavia.api.v1.controllers.load_balancer [req-907c1714-e18b-494c-b8a2-329e16c7b56a - - - - -] Sending created Load Balancer 45a5736b-b355-4de4-9b48-850e425cd80f to the handler 2018-09-14 10:25:36.344 2241 INFO octavia.api.v1.controllers.listener [req-aad06814-e354-4b22-9733-478510a5b509 - - - - -] Sending Creation of Listener 92420d55-ff12-4767-a1e6-7fff23416e6f to handler 2018-09-14 10:25:36.661 2241 INFO octavia.api.v1.controllers.pool [req-29342729-04bf-4dca-9972-9467c55f122d - - - - -] Sending Creation of Pool 35590206-f89c-4701-95f3-2d3b062bf5a9 to handler 2018-09-14 10:25:36.879 2241 INFO octavia.api.v1.controllers.load_balancer [req-84a870f6-6c86-479d-83fc-708deb1226f9 - - - - -] Sending updated Load Balancer 45a5736b-b355-4de4-9b48-850e425cd80f to the handler 2018-09-14 10:25:36.972 2241 INFO octavia.api.v1.controllers.pool [req-a51fbee5-5c81-4283-8315-5786834ff57f - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:37.033 2241 INFO oslo_db.sqlalchemy.provision [req-a51fbee5-5c81-4283-8315-5786834ff57f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:37.036 2241 INFO oslo_db.sqlalchemy.provision [req-a51fbee5-5c81-4283-8315-5786834ff57f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vtmzpclawe 2018-09-14 10:25:37.037 2241 INFO oslo_db.sqlalchemy.provision [req-a51fbee5-5c81-4283-8315-5786834ff57f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_not_authorized [2.087987s] ... ok 2018-09-14 10:25:41.981 2244 INFO oslo_db.sqlalchemy.provision [req-31aeb8a7-230b-4bca-ad3d-fb9f6fdacb73 - - - - -] CREATE BACKEND sqlite:// TOKEN yicufrvgbq 2018-09-14 10:25:42.157 2244 INFO octavia.common.config [req-31aeb8a7-230b-4bca-ad3d-fb9f6fdacb73 - - - - -] Logging enabled! 2018-09-14 10:25:42.158 2244 INFO octavia.common.config [req-31aeb8a7-230b-4bca-ad3d-fb9f6fdacb73 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.206 2244 WARNING octavia.api.root_controller [req-31aeb8a7-230b-4bca-ad3d-fb9f6fdacb73 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:42.255 2244 INFO octavia.api.v2.controllers.load_balancer [req-d117f9d6-c3e6-41e3-b14d-4f5d6a5d47ba - - - - -] Sending created Load Balancer 12f75697-89cc-4fc3-aaef-0ae83d57cde1 to the handler 2018-09-14 10:25:42.302 2244 INFO octavia.api.v2.controllers.load_balancer [req-4bb09176-45a7-4d92-8a59-67607420f43e - - - - -] Sending created Load Balancer b5fc5e91-df48-40e8-a96b-e4f33172e683 to the handler 2018-09-14 10:25:42.491 2244 INFO oslo_db.sqlalchemy.provision [req-965dec36-d19c-457a-a9d0-62d1bde5fbb2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.494 2244 INFO oslo_db.sqlalchemy.provision [req-965dec36-d19c-457a-a9d0-62d1bde5fbb2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yicufrvgbq 2018-09-14 10:25:42.495 2244 INFO oslo_db.sqlalchemy.provision [req-965dec36-d19c-457a-a9d0-62d1bde5fbb2 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:38.947 2245 INFO oslo_db.sqlalchemy.provision [req-76bf80bd-957e-4c0b-a106-4dac9fd4f9f7 - - - - -] CREATE BACKEND sqlite:// TOKEN jhirdctpqt 2018-09-14 10:25:39.108 2245 INFO octavia.common.config [req-76bf80bd-957e-4c0b-a106-4dac9fd4f9f7 - - - - -] Logging enabled! 2018-09-14 10:25:39.109 2245 INFO octavia.common.config [req-76bf80bd-957e-4c0b-a106-4dac9fd4f9f7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.148 2245 WARNING octavia.api.root_controller [req-76bf80bd-957e-4c0b-a106-4dac9fd4f9f7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.175 2245 INFO octavia.api.v2.controllers.load_balancer [req-943c38e6-01db-44b7-a6ad-1fd79297c24e - - - - -] Sending created Load Balancer 3b9f7634-b825-4b08-94dd-7a5d7c2f20ad to the handler 2018-09-14 10:25:39.431 2245 INFO octavia.api.v2.controllers.listener [req-1810afca-8907-4ee5-8541-27a2b57464f9 - - - - -] Sending Creation of Listener 377a9e77-904d-4f6f-bd5f-f04c0b4adb83 to handler 2018-09-14 10:25:39.728 2245 INFO octavia.api.v2.controllers.pool [req-3c64e5bf-f21c-4de3-9b32-5e761d409df9 - - - - -] Sending Creation of Pool bcc57286-9c37-4da7-9a34-af9c338f27e3 to handler 2018-09-14 10:25:40.060 2245 INFO octavia.api.v2.controllers.pool [req-c17978e3-3292-48e6-ab2e-ba29a78eb466 - - - - -] Sending Creation of Pool af521b2f-a1d6-4e00-8956-c75ad6093eb9 to handler 2018-09-14 10:25:40.415 2245 INFO octavia.api.v2.controllers.health_monitor [req-6391c4d0-373d-4864-8ba2-4d1cfbefac79 - - - - -] Sending Creation of Health Monitor 4b7fc91e-7422-407c-8934-421e8972ac54 to handler 2018-09-14 10:25:40.743 2245 INFO oslo_db.sqlalchemy.provision [req-f0c2d40b-ce77-4555-a998-51118572e3a0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:40.747 2245 INFO oslo_db.sqlalchemy.provision [req-f0c2d40b-ce77-4555-a998-51118572e3a0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jhirdctpqt 2018-09-14 10:25:40.747 2245 INFO oslo_db.sqlalchemy.provision [req-f0c2d40b-ce77-4555-a998-51118572e3a0 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:44.091 2265 INFO oslo_db.sqlalchemy.provision [req-6efd9615-498b-45b5-9f77-e7c9719c41bd - - - - -] CREATE BACKEND sqlite:// TOKEN pprrojylym 2018-09-14 10:25:44.259 2265 INFO octavia.common.config [req-6efd9615-498b-45b5-9f77-e7c9719c41bd - - - - -] Logging enabled! 2018-09-14 10:25:44.260 2265 INFO octavia.common.config [req-6efd9615-498b-45b5-9f77-e7c9719c41bd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:44.299 2265 WARNING octavia.api.root_controller [req-6efd9615-498b-45b5-9f77-e7c9719c41bd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:44.327 2265 INFO octavia.api.v2.controllers.load_balancer [req-f8af787a-8409-4155-a46a-41fa8ae848ee - - - - -] Sending created Load Balancer 3de387fb-a9fb-43a6-afa7-944c56a9581f to the handler 2018-09-14 10:25:44.583 2265 INFO octavia.api.v2.controllers.listener [req-d042515f-75f3-4968-b341-c10770bcb12f - - - - -] Sending Creation of Listener 013114b4-b308-445c-8cfe-7d558c28a27a to handler 2018-09-14 10:25:44.870 2265 INFO octavia.api.v2.controllers.pool [req-b7acc6b7-a9ba-43ae-8160-d102d2086810 - - - - -] Sending Creation of Pool 7496ff05-1f70-42a8-84c5-a7c5e9257b31 to handler 2018-09-14 10:25:45.208 2265 INFO octavia.api.v2.controllers.l7policy [req-6dfbfe03-3911-41b0-9281-ba507d96b100 - - - - -] Sending Creation of L7Policy 51e674ba-0ec6-41a8-8553-caea0775519f to handler 2018-09-14 10:25:45.723 2265 INFO oslo_db.sqlalchemy.provision [req-656e23d7-7f0e-42da-b0d3-bf72e8e408fc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.727 2265 INFO oslo_db.sqlalchemy.provision [req-656e23d7-7f0e-42da-b0d3-bf72e8e408fc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pprrojylym 2018-09-14 10:25:45.727 2265 INFO oslo_db.sqlalchemy.provision [req-656e23d7-7f0e-42da-b0d3-bf72e8e408fc - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:36.610 2247 INFO oslo_db.sqlalchemy.provision [req-0b3f183e-70e7-4299-94a4-1dc43b78750b - - - - -] CREATE BACKEND sqlite:// TOKEN yruvdytajy 2018-09-14 10:25:36.776 2247 INFO octavia.common.config [req-0b3f183e-70e7-4299-94a4-1dc43b78750b - - - - -] Logging enabled! 2018-09-14 10:25:36.777 2247 INFO octavia.common.config [req-0b3f183e-70e7-4299-94a4-1dc43b78750b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.824 2247 WARNING octavia.api.root_controller [req-0b3f183e-70e7-4299-94a4-1dc43b78750b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.850 2247 INFO octavia.api.v2.controllers.load_balancer [req-4d69712f-7190-4b77-8c6a-54f98242e8c7 - - - - -] Sending created Load Balancer a1ad4722-a469-4783-8590-6b518bc1d93c to the handler 2018-09-14 10:25:37.254 2247 INFO octavia.api.v2.controllers.pool [req-1d938839-f89b-47f3-a42b-05aeaa2e1876 - - - - -] Sending Creation of Pool adadcbc6-c766-4570-9671-2836c21531bd to handler 2018-09-14 10:25:37.519 2247 WARNING octavia.api.v2.controllers.load_balancer [req-7fdc49dc-f4ea-4342-a577-e49e7f4d5916 - - - - -] Cannot delete Load Balancer a1ad4722-a469-4783-8590-6b518bc1d93c - it has children 2018-09-14 10:25:37.575 2247 INFO oslo_db.sqlalchemy.provision [req-f07f051a-3945-41ce-83b3-7c399a672262 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:37.578 2247 INFO oslo_db.sqlalchemy.provision [req-f07f051a-3945-41ce-83b3-7c399a672262 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yruvdytajy 2018-09-14 10:25:37.579 2247 INFO oslo_db.sqlalchemy.provision [req-f07f051a-3945-41ce-83b3-7c399a672262 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_limited [2.673482s] ... ok 2018-09-14 10:25:39.822 2256 INFO oslo_db.sqlalchemy.provision [req-64f63100-031c-40ec-bcde-65d3b73fafa5 - - - - -] CREATE BACKEND sqlite:// TOKEN uezibrelhy 2018-09-14 10:25:39.987 2256 INFO octavia.common.config [req-64f63100-031c-40ec-bcde-65d3b73fafa5 - - - - -] Logging enabled! 2018-09-14 10:25:39.987 2256 INFO octavia.common.config [req-64f63100-031c-40ec-bcde-65d3b73fafa5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:40.028 2256 WARNING octavia.api.root_controller [req-64f63100-031c-40ec-bcde-65d3b73fafa5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:40.055 2256 INFO octavia.api.v2.controllers.load_balancer [req-8af9ed42-1ec9-4c5e-ac06-0a8c151b7460 - - - - -] Sending created Load Balancer d528a2f6-9d6c-4dc9-9e67-3efd1e2a68f6 to the handler 2018-09-14 10:25:40.326 2256 INFO octavia.api.v2.controllers.listener [req-c1b8baeb-886f-4ef6-a934-d52b9087ab49 - - - - -] Sending Creation of Listener 3655c8d6-c337-4aaf-8d79-8fd5e2454c70 to handler 2018-09-14 10:25:40.621 2256 INFO octavia.api.v2.controllers.l7policy [req-35c03062-caa1-4964-a157-545e7a263fdf - - - - -] Sending Creation of L7Policy 6f6308d1-23d8-4233-a1e8-f39b1a7871e7 to handler 2018-09-14 10:25:41.329 2256 INFO oslo_db.sqlalchemy.provision [req-4f41c0bd-315c-42ef-865a-f50b7ea314ce - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:41.333 2256 INFO oslo_db.sqlalchemy.provision [req-4f41c0bd-315c-42ef-865a-f50b7ea314ce - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uezibrelhy 2018-09-14 10:25:41.333 2256 INFO oslo_db.sqlalchemy.provision [req-4f41c0bd-315c-42ef-865a-f50b7ea314ce - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:45.753 2240 INFO oslo_db.sqlalchemy.provision [req-0ac5e4a8-e826-4a69-887e-dfaab5f65b09 - - - - -] CREATE BACKEND sqlite:// TOKEN aqfyjattuh 2018-09-14 10:25:45.927 2240 INFO octavia.common.config [req-0ac5e4a8-e826-4a69-887e-dfaab5f65b09 - - - - -] Logging enabled! 2018-09-14 10:25:45.927 2240 INFO octavia.common.config [req-0ac5e4a8-e826-4a69-887e-dfaab5f65b09 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.966 2240 WARNING octavia.api.root_controller [req-0ac5e4a8-e826-4a69-887e-dfaab5f65b09 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.993 2240 INFO octavia.api.v2.controllers.load_balancer [req-8304b774-ed8d-4d41-82ab-1e6502e83172 - - - - -] Sending created Load Balancer ee62a404-8ee4-448c-9e83-3aa1f7de2ebb to the handler 2018-09-14 10:25:46.266 2240 INFO octavia.api.v2.controllers.listener [req-1bf3700f-2bb4-4fda-9bfc-8ed9e3fc6ce2 - - - - -] Sending Creation of Listener ddac30c9-2a05-4200-9805-8b481a41bde8 to handler 2018-09-14 10:25:46.552 2240 INFO octavia.api.v2.controllers.pool [req-73c41717-f43f-4a92-ae09-07f03d24d228 - - - - -] Sending Creation of Pool 8758bebb-28dc-4702-ab40-8137e3ffdc32 to handler 2018-09-14 10:25:46.877 2240 INFO octavia.api.v2.controllers.l7policy [req-d21d4a7b-ef72-490a-921f-84203c1e69e0 - - - - -] Sending Creation of L7Policy 57bd2de2-55ac-499a-a092-59f7768cd8f8 to handler 2018-09-14 10:25:47.338 2240 INFO oslo_db.sqlalchemy.provision [req-19038a48-5797-41b1-b9d2-1addb865d9c4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.341 2240 INFO oslo_db.sqlalchemy.provision [req-19038a48-5797-41b1-b9d2-1addb865d9c4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aqfyjattuh 2018-09-14 10:25:47.342 2240 INFO oslo_db.sqlalchemy.provision [req-19038a48-5797-41b1-b9d2-1addb865d9c4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_when_lb_pending_update [1.112738s] ... ok {20} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_not_authorized [1.658911s] ... ok 2018-09-14 10:25:41.582 2243 INFO oslo_db.sqlalchemy.provision [req-d0a046a2-3a4f-499f-9237-c0c355910648 - - - - -] CREATE BACKEND sqlite:// TOKEN jumzalbqqx 2018-09-14 10:25:41.747 2243 INFO octavia.common.config [req-d0a046a2-3a4f-499f-9237-c0c355910648 - - - - -] Logging enabled! 2018-09-14 10:25:41.748 2243 INFO octavia.common.config [req-d0a046a2-3a4f-499f-9237-c0c355910648 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:41.788 2243 WARNING octavia.api.root_controller [req-d0a046a2-3a4f-499f-9237-c0c355910648 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:41.824 2243 INFO oslo_db.sqlalchemy.provision [req-cd281e5e-47fc-4401-a8d9-0382c1c57f5b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:41.827 2243 INFO oslo_db.sqlalchemy.provision [req-cd281e5e-47fc-4401-a8d9-0382c1c57f5b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jumzalbqqx 2018-09-14 10:25:41.828 2243 INFO oslo_db.sqlalchemy.provision [req-cd281e5e-47fc-4401-a8d9-0382c1c57f5b - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_invalid_vip_subnet [0.253180s] ... ok 2018-09-14 10:25:34.877 2252 INFO oslo_db.sqlalchemy.provision [req-c61002a3-2ef7-4123-b35b-f1f2eda84128 - - - - -] CREATE BACKEND sqlite:// TOKEN uuakmqjpub 2018-09-14 10:25:35.048 2252 INFO octavia.common.config [req-c61002a3-2ef7-4123-b35b-f1f2eda84128 - - - - -] Logging enabled! 2018-09-14 10:25:35.049 2252 INFO octavia.common.config [req-c61002a3-2ef7-4123-b35b-f1f2eda84128 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.101 2252 WARNING octavia.api.root_controller [req-c61002a3-2ef7-4123-b35b-f1f2eda84128 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.133 2252 INFO octavia.api.v2.controllers.load_balancer [req-885810fd-79c7-48c1-a9fa-3e54d55d3018 - - - - -] Sending created Load Balancer b9c4d78a-ffe7-41de-bb4d-eaf0a56184ad to the handler 2018-09-14 10:25:35.436 2252 ERROR octavia.api.v2.controllers.base [req-c4e01466-357a-4ade-9849-b8e376083533 - - - - -] Amphora e592bb6a-a1be-4603-a9ab-fc201ae76562 not found: None 2018-09-14 10:25:35.436 2252 ERROR octavia.api.v2.controllers.base None 2018-09-14 10:25:35.436 2252 ERROR octavia.api.v2.controllers.base 2018-09-14 10:25:35.460 2252 INFO oslo_db.sqlalchemy.provision [req-c4e01466-357a-4ade-9849-b8e376083533 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:35.464 2252 INFO oslo_db.sqlalchemy.provision [req-c4e01466-357a-4ade-9849-b8e376083533 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uuakmqjpub 2018-09-14 10:25:35.465 2252 INFO oslo_db.sqlalchemy.provision [req-c4e01466-357a-4ade-9849-b8e376083533 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_not_authorized [0.763565s] ... ok {5} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_admin_state_up_filter [0.521177s] ... ok 2018-09-14 10:25:38.858 2253 INFO oslo_db.sqlalchemy.provision [req-52b8a530-a871-40b5-a605-db23c9fb7f6e - - - - -] CREATE BACKEND sqlite:// TOKEN fwjwdtrbno 2018-09-14 10:25:39.022 2253 INFO octavia.common.config [req-52b8a530-a871-40b5-a605-db23c9fb7f6e - - - - -] Logging enabled! 2018-09-14 10:25:39.023 2253 INFO octavia.common.config [req-52b8a530-a871-40b5-a605-db23c9fb7f6e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.071 2253 WARNING octavia.api.root_controller [req-52b8a530-a871-40b5-a605-db23c9fb7f6e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.122 2253 INFO octavia.api.v2.controllers.load_balancer [req-15af085c-f935-44e1-911e-b90530bafd59 - - - - -] Sending created Load Balancer 0399d1fa-4aa3-40bc-8f86-64872a3c383b to the handler 2018-09-14 10:25:39.437 2253 INFO octavia.api.v2.controllers.listener [req-616d594a-6043-4055-83da-ecfe7770240f - - - - -] Sending Creation of Listener c1331524-5e2c-43f2-9e30-0979c91d373f to handler 2018-09-14 10:25:39.729 2253 INFO octavia.api.v2.controllers.pool [req-7bc4f380-ae94-4dab-b5bd-c37ee9aab921 - - - - -] Sending Creation of Pool 2f37e014-cdea-4cba-8b72-64e2ee626585 to handler 2018-09-14 10:25:40.218 2253 INFO oslo_db.sqlalchemy.provision [req-192b81dd-51b3-4bb4-ab47-88876bf4294b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:40.222 2253 INFO oslo_db.sqlalchemy.provision [req-192b81dd-51b3-4bb4-ab47-88876bf4294b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fwjwdtrbno 2018-09-14 10:25:40.223 2253 INFO oslo_db.sqlalchemy.provision [req-192b81dd-51b3-4bb4-ab47-88876bf4294b - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_empty_get_all [1.371696s] ... ok {26} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_one_fields_filter [1.642847s] ... ok 2018-09-14 10:25:37.681 2269 INFO oslo_db.sqlalchemy.provision [req-ec5f12b0-19a7-46b5-b8d7-da5aa1220d61 - - - - -] CREATE BACKEND sqlite:// TOKEN ndpfypxnfg 2018-09-14 10:25:37.854 2269 INFO octavia.common.config [req-ec5f12b0-19a7-46b5-b8d7-da5aa1220d61 - - - - -] Logging enabled! 2018-09-14 10:25:37.855 2269 INFO octavia.common.config [req-ec5f12b0-19a7-46b5-b8d7-da5aa1220d61 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:37.898 2269 WARNING octavia.api.root_controller [req-ec5f12b0-19a7-46b5-b8d7-da5aa1220d61 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:37.926 2269 INFO octavia.api.v2.controllers.load_balancer [req-cdd4edc7-78e2-4977-beab-4961bdbe517c - - - - -] Sending created Load Balancer bf5c9800-a50b-41aa-b88f-f66932bb0792 to the handler 2018-09-14 10:25:38.198 2269 INFO octavia.api.v2.controllers.listener [req-3798db9a-2d8f-4c1c-92ca-5e3c8e096a01 - - - - -] Sending Creation of Listener 07079120-d0a0-4ec9-b530-68cd02f7772b to handler 2018-09-14 10:25:38.493 2269 INFO octavia.api.v2.controllers.pool [req-1755f089-31e7-4a8c-a1cb-c638524a3b72 - - - - -] Sending Creation of Pool 62734a9a-aec6-4859-b140-78d0817d7785 to handler 2018-09-14 10:25:38.963 2269 INFO octavia.api.v2.controllers.pool [req-07a206ae-c397-483c-9fd0-9d07dc995136 - - - - -] Sending Creation of Pool 045ceb84-a131-46fa-8273-e0aed5eaa9b1 to handler 2018-09-14 10:25:39.374 2269 INFO octavia.api.v2.controllers.load_balancer [req-44a14a45-8936-4f2e-af6b-93682462bd84 - - - - -] Sending created Load Balancer 3c6bf2e4-170a-4840-98fe-842ef569e9ff to the handler 2018-09-14 10:25:39.904 2269 INFO octavia.api.v2.controllers.pool [req-45cbbe07-ec36-463e-88ec-c1eea45cf065 - - - - -] Sending Creation of Pool d14a9626-a726-4e2b-85b7-885da3b14222 to handler 2018-09-14 10:25:40.191 2269 INFO octavia.api.v2.controllers.pool [req-be21b8e2-02c7-4a4a-83b8-bd7abdeae58f - - - - -] Sending Creation of Pool 7f851662-b19b-4440-97c3-d4e043f32bde to handler 2018-09-14 10:25:40.520 2269 INFO octavia.api.v2.controllers.pool [req-01d76279-8d94-4394-817b-c8aa2f90d93a - - - - -] Sending Creation of Pool 806f52e6-9289-49e9-87db-fb1f7f4b77f6 to handler 2018-09-14 10:25:40.877 2269 INFO octavia.api.v2.controllers.health_monitor [req-0341857b-5bb0-491f-a608-db0dde519c24 - - - - -] Sending Creation of Health Monitor 8694a71a-9325-4208-8aa7-093647280657 to handler 2018-09-14 10:25:41.283 2269 INFO octavia.api.v2.controllers.health_monitor [req-d4fb607f-df19-40b8-a390-8b9aae7c2065 - - - - -] Sending Creation of Health Monitor c830ac03-56d5-4619-88dd-95d59c2a60f2 to handler 2018-09-14 10:25:41.669 2269 INFO octavia.api.v2.controllers.health_monitor [req-cd3dc32d-7679-4a1c-bd9f-285be58b3704 - - - - -] Sending Creation of Health Monitor f59d2ab7-520b-410e-91ab-56e17fcbef1e to handler 2018-09-14 10:25:42.113 2269 INFO oslo_db.sqlalchemy.provision [req-21b6c54b-1dbf-4306-afdc-dd4e6f9c353f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.117 2269 INFO oslo_db.sqlalchemy.provision [req-21b6c54b-1dbf-4306-afdc-dd4e6f9c353f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ndpfypxnfg 2018-09-14 10:25:42.118 2269 INFO oslo_db.sqlalchemy.provision [req-21b6c54b-1dbf-4306-afdc-dd4e6f9c353f - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_non_admin_global_observer [4.442776s] ... ok 2018-09-14 10:25:36.593 2254 INFO oslo_db.sqlalchemy.provision [req-b28105e7-a95b-42b5-9b3a-e643a324b6c2 - - - - -] CREATE BACKEND sqlite:// TOKEN hfeuitarpo 2018-09-14 10:25:36.762 2254 INFO octavia.common.config [req-b28105e7-a95b-42b5-9b3a-e643a324b6c2 - - - - -] Logging enabled! 2018-09-14 10:25:36.763 2254 INFO octavia.common.config [req-b28105e7-a95b-42b5-9b3a-e643a324b6c2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.801 2254 WARNING octavia.api.root_controller [req-b28105e7-a95b-42b5-9b3a-e643a324b6c2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.833 2254 INFO octavia.api.v2.controllers.load_balancer [req-659f2733-d970-4aae-b412-ef388a2eff39 - - - - -] Sending created Load Balancer f9edb5a5-c4e3-4477-a722-7402d022c43e to the handler 2018-09-14 10:25:37.128 2254 INFO octavia.api.v2.controllers.listener [req-8a2f1b63-d6e7-4837-ae3d-22d8a912e54a - - - - -] Sending Creation of Listener 370be1cc-865a-4736-a435-bd83da03e7ea to handler 2018-09-14 10:25:37.415 2254 INFO octavia.api.v2.controllers.pool [req-c4496d8b-763a-4020-b5c4-8fb3bad2c245 - - - - -] Sending Creation of Pool 2f914c04-a8f1-4bf0-baf1-b06e5e48cd63 to handler 2018-09-14 10:25:37.760 2254 INFO octavia.api.v2.controllers.l7policy [req-6cb043d3-920d-41fe-b239-2475317eb056 - - - - -] Sending Creation of L7Policy d6613607-ad77-42d3-b086-ba078416424f to handler 2018-09-14 10:25:38.297 2254 INFO octavia.api.v2.controllers.l7policy [req-8ea6f66b-9496-4010-99e4-aecd6d8ac21f - fad0a844-c63a-498d-b739-39af8bbdee5f - - -] Sending Update of L7Policy d6613607-ad77-42d3-b086-ba078416424f to handler 2018-09-14 10:25:38.445 2254 INFO oslo_db.sqlalchemy.provision [req-c5d27919-d886-4f1d-86c3-c32262a31752 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.449 2254 INFO oslo_db.sqlalchemy.provision [req-c5d27919-d886-4f1d-86c3-c32262a31752 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hfeuitarpo 2018-09-14 10:25:38.449 2254 INFO oslo_db.sqlalchemy.provision [req-c5d27919-d886-4f1d-86c3-c32262a31752 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_authorized [1.863260s] ... ok 2018-09-14 10:25:47.467 2246 INFO oslo_db.sqlalchemy.provision [req-8a7cb764-e11c-4ed5-b690-f8f8b1a9ddf3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.472 2246 INFO oslo_db.sqlalchemy.provision [req-8a7cb764-e11c-4ed5-b690-f8f8b1a9ddf3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN okfpvrrgkq 2018-09-14 10:25:47.473 2246 INFO oslo_db.sqlalchemy.provision [req-8a7cb764-e11c-4ed5-b690-f8f8b1a9ddf3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_too_many_rules [18.061754s] ... ok {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_redirect_to_url_bad_url [1.594938s] ... ok {17} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create_host_name_rule [1.519403s] ... ok 2018-09-14 10:25:36.234 2262 INFO oslo_db.sqlalchemy.provision [req-00df3c86-c7c3-4736-a018-f0bbaaef9f48 - - - - -] CREATE BACKEND sqlite:// TOKEN gadoizvokx 2018-09-14 10:25:36.399 2262 INFO octavia.common.config [req-00df3c86-c7c3-4736-a018-f0bbaaef9f48 - - - - -] Logging enabled! 2018-09-14 10:25:36.400 2262 INFO octavia.common.config [req-00df3c86-c7c3-4736-a018-f0bbaaef9f48 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:36.439 2262 WARNING octavia.api.root_controller [req-00df3c86-c7c3-4736-a018-f0bbaaef9f48 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:36.466 2262 INFO octavia.api.v2.controllers.load_balancer [req-aeaff083-38f1-41cc-baa2-dddcb4aa863b - - - - -] Sending created Load Balancer a32eec6f-ec19-4ef4-b228-f1d4b1025074 to the handler 2018-09-14 10:25:36.727 2262 INFO octavia.api.v2.controllers.listener [req-f7c3561d-56c8-4562-b3eb-c378d1ccc481 - - - - -] Sending Creation of Listener 84882d9d-b304-4a36-b291-e82865f5c857 to handler 2018-09-14 10:25:37.181 2262 INFO octavia.api.v2.controllers.pool [req-4676d521-5cce-4965-b1f0-24e5ade3d4d3 - - - - -] Sending Creation of Pool 7812d699-428f-4c55-809c-5009a62d96af to handler 2018-09-14 10:25:37.528 2262 INFO octavia.api.v2.controllers.l7policy [req-7c2ffa00-d4ca-4aa1-91e2-cc26b9c55893 - - - - -] Sending Creation of L7Policy 52bcbd24-4f8a-4082-bc5e-9b0cec6099db to handler 2018-09-14 10:25:38.008 2262 ERROR octavia.api.v2.controllers.base [req-b98f74a6-f739-497e-946e-a6f2c59da36d - - - - -] Pool b7601096-8e9f-4d7c-ad2d-e98d0b66f8ac not found: None 2018-09-14 10:25:38.008 2262 ERROR octavia.api.v2.controllers.base None 2018-09-14 10:25:38.008 2262 ERROR octavia.api.v2.controllers.base 2018-09-14 10:25:38.034 2262 INFO oslo_db.sqlalchemy.provision [req-b98f74a6-f739-497e-946e-a6f2c59da36d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.038 2262 INFO oslo_db.sqlalchemy.provision [req-b98f74a6-f739-497e-946e-a6f2c59da36d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gadoizvokx 2018-09-14 10:25:38.038 2262 INFO oslo_db.sqlalchemy.provision [req-b98f74a6-f739-497e-946e-a6f2c59da36d - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:37.146 2251 INFO oslo_db.sqlalchemy.provision [req-6e462c2e-b9a0-4972-93dc-e996844dbf2c - - - - -] CREATE BACKEND sqlite:// TOKEN uhkcerswtc 2018-09-14 10:25:37.314 2251 INFO octavia.common.config [req-6e462c2e-b9a0-4972-93dc-e996844dbf2c - - - - -] Logging enabled! 2018-09-14 10:25:37.315 2251 INFO octavia.common.config [req-6e462c2e-b9a0-4972-93dc-e996844dbf2c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:37.356 2251 WARNING octavia.api.root_controller [req-6e462c2e-b9a0-4972-93dc-e996844dbf2c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:37.382 2251 INFO octavia.api.v2.controllers.load_balancer [req-8bac953b-e224-4574-9710-97bd79d8e753 - - - - -] Sending created Load Balancer f0f15dda-20c9-4462-9de4-6e27373f167e to the handler 2018-09-14 10:25:37.653 2251 INFO octavia.api.v2.controllers.listener [req-07357c75-3a32-44c4-9c18-7813fcbdbb85 - - - - -] Sending Creation of Listener a7c73d35-f8fd-4a28-ae00-36823f3f2d51 to handler 2018-09-14 10:25:37.953 2251 INFO octavia.api.v2.controllers.pool [req-8e3a4b7f-b04e-43c2-8de8-a2500dbd1eff - - - - -] Sending Creation of Pool 64b9a6ad-eb0d-4764-9ebf-2775f00437f1 to handler 2018-09-14 10:25:38.421 2251 INFO octavia.api.v2.controllers.l7policy [req-ec869b68-458a-4190-8642-3b10b86a5dbf - - - - -] Sending Creation of L7Policy 62bcb941-d63d-4731-87f7-477b57960b11 to handler 2018-09-14 10:25:38.936 2251 INFO octavia.api.v2.controllers.load_balancer [req-f4f5d788-b9e3-4992-85ef-800b1309cab4 - - - - -] Sending deleted Load Balancer f0f15dda-20c9-4462-9de4-6e27373f167e to the handler 2018-09-14 10:25:38.986 2251 INFO octavia.api.v2.controllers.l7policy [req-b83135bf-5211-4c5c-b689-76927713b2a4 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:39.014 2251 INFO oslo_db.sqlalchemy.provision [req-b83135bf-5211-4c5c-b689-76927713b2a4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:39.018 2251 INFO oslo_db.sqlalchemy.provision [req-b83135bf-5211-4c5c-b689-76927713b2a4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uhkcerswtc 2018-09-14 10:25:39.019 2251 INFO oslo_db.sqlalchemy.provision [req-b83135bf-5211-4c5c-b689-76927713b2a4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_when_lb_pending_delete [1.878954s] ... ok 2018-09-14 10:25:41.881 2257 INFO oslo_db.sqlalchemy.provision [req-85d7e064-3398-4596-a247-bdbdd74c002c - - - - -] CREATE BACKEND sqlite:// TOKEN sbmcomwdhu 2018-09-14 10:25:42.058 2257 INFO octavia.common.config [req-85d7e064-3398-4596-a247-bdbdd74c002c - - - - -] Logging enabled! 2018-09-14 10:25:42.059 2257 INFO octavia.common.config [req-85d7e064-3398-4596-a247-bdbdd74c002c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.098 2257 WARNING octavia.api.root_controller [req-85d7e064-3398-4596-a247-bdbdd74c002c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:42.126 2257 INFO octavia.api.v2.controllers.load_balancer [req-6b0af248-a4b5-48f5-bb20-86ad70a03d87 - - - - -] Sending created Load Balancer a152f34d-ed00-47aa-b10d-01b2cf102909 to the handler 2018-09-14 10:25:42.167 2257 INFO octavia.api.v2.controllers.load_balancer [req-dac63337-75ee-4377-ac4d-46fd811c16f1 - - - - -] Sending created Load Balancer 1b0161f8-2d59-43ae-8473-7c790a169478 to the handler 2018-09-14 10:25:42.208 2257 INFO octavia.api.v2.controllers.load_balancer [req-64bba62f-9dce-48bd-93c9-80d6cbe9aaf5 - - - - -] Sending created Load Balancer b841bb44-719a-4966-85cd-d559c84e5b80 to the handler 2018-09-14 10:25:42.376 2257 INFO oslo_db.sqlalchemy.provision [req-9de393e1-8e6e-47c1-8a5b-901148f72b1f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.380 2257 INFO oslo_db.sqlalchemy.provision [req-9de393e1-8e6e-47c1-8a5b-901148f72b1f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sbmcomwdhu 2018-09-14 10:25:42.380 2257 INFO oslo_db.sqlalchemy.provision [req-9de393e1-8e6e-47c1-8a5b-901148f72b1f - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_fields_filter [0.504945s] ... ok {13} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_bad_get [0.594240s] ... ok {6} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_authorized [1.806448s] ... ok 2018-09-14 10:25:40.142 2270 INFO oslo_db.sqlalchemy.provision [req-c2d9f1c7-3ceb-4cb1-a638-9618eea88c40 - - - - -] CREATE BACKEND sqlite:// TOKEN kdrntabgxc 2018-09-14 10:25:40.311 2270 INFO octavia.common.config [req-c2d9f1c7-3ceb-4cb1-a638-9618eea88c40 - - - - -] Logging enabled! 2018-09-14 10:25:40.312 2270 INFO octavia.common.config [req-c2d9f1c7-3ceb-4cb1-a638-9618eea88c40 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:40.350 2270 WARNING octavia.api.root_controller [req-c2d9f1c7-3ceb-4cb1-a638-9618eea88c40 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:40.379 2270 INFO octavia.api.v2.controllers.load_balancer [req-55d3cd88-d54d-4323-be99-84aea0bb40be - - - - -] Sending created Load Balancer ca03c016-261f-4ad3-a6f7-92dc1c6b2acc to the handler 2018-09-14 10:25:40.416 2270 INFO octavia.api.v2.controllers.load_balancer [req-a5e9e9ba-ca21-404b-91f6-cb4f73ff1c88 - - - - -] Sending created Load Balancer c1ad4618-3a1f-431b-98bd-c804985b3de1 to the handler 2018-09-14 10:25:40.451 2270 INFO octavia.api.v2.controllers.load_balancer [req-29ab2c1c-21d8-4314-8480-acef7cd67354 - - - - -] Sending created Load Balancer babdd706-7fa7-43ff-bf5e-af121fc398f5 to the handler 2018-09-14 10:25:40.623 2270 INFO oslo_db.sqlalchemy.provision [req-b2c3c708-ca80-424d-8762-1e1321ba3158 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:40.627 2270 INFO oslo_db.sqlalchemy.provision [req-b2c3c708-ca80-424d-8762-1e1321ba3158 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kdrntabgxc 2018-09-14 10:25:40.628 2270 INFO oslo_db.sqlalchemy.provision [req-b2c3c708-ca80-424d-8762-1e1321ba3158 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_filter [0.491920s] ... ok 2018-09-14 10:25:42.786 2248 INFO oslo_db.sqlalchemy.provision [req-6b019e74-0e09-45ea-b70e-921c202f7b6d - - - - -] CREATE BACKEND sqlite:// TOKEN uacuxzudpb 2018-09-14 10:25:42.955 2248 INFO octavia.common.config [req-6b019e74-0e09-45ea-b70e-921c202f7b6d - - - - -] Logging enabled! 2018-09-14 10:25:42.956 2248 INFO octavia.common.config [req-6b019e74-0e09-45ea-b70e-921c202f7b6d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.995 2248 WARNING octavia.api.root_controller [req-6b019e74-0e09-45ea-b70e-921c202f7b6d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.021 2248 INFO octavia.api.v2.controllers.load_balancer [req-d7bb6b47-6ed3-4a2b-bbb6-8c2f2dbd703d - - - - -] Sending created Load Balancer c526e37f-fe29-462a-a3df-7ef6bde45d00 to the handler 2018-09-14 10:25:43.277 2248 INFO octavia.api.v2.controllers.listener [req-a1f8ca40-e29b-48bc-a2ca-fceb045d1247 - - - - -] Sending Creation of Listener ce50b3eb-f7b7-44d2-9c7b-a02c75b84055 to handler 2018-09-14 10:25:43.560 2248 INFO octavia.api.v2.controllers.pool [req-9ef87e64-0ce9-496e-b040-c962e2d9f347 - - - - -] Sending Creation of Pool 6d4fa5b2-63a4-427d-bdc3-9ca0be1ddde4 to handler 2018-09-14 10:25:43.846 2248 INFO octavia.api.v2.controllers.load_balancer [req-2e70185a-1f68-4bda-8bc1-452a4395a80e - - - - -] Sending created Load Balancer 040c6562-474a-4a68-b481-2b7ded950b7e to the handler 2018-09-14 10:25:44.120 2248 INFO octavia.api.v2.controllers.listener [req-54838490-d8c3-4994-a52f-fb8b7aa7fecf - - - - -] Sending Creation of Listener 514fe5ca-8e63-4485-8595-0e69bfe2a377 to handler 2018-09-14 10:25:44.594 2248 INFO octavia.api.v2.controllers.pool [req-1cf6d253-9c1b-4e4c-9528-105870b0ac53 - - - - -] Sending Creation of Pool de888bf1-a942-465b-b035-92a1c7df1c24 to handler 2018-09-14 10:25:44.944 2248 INFO octavia.api.v2.controllers.l7policy [req-1f87bf13-3230-43c2-a4ac-a0cf3a37b3ab - - - - -] Sending Creation of L7Policy 8bea544e-41d2-4efa-9039-3340ef2bfafc to handler 2018-09-14 10:25:45.484 2248 INFO octavia.api.v2.controllers.l7policy [req-32666f4d-bd2b-442e-a171-5a4a78dade2f - - - - -] Sending Creation of L7Policy c98b06d2-bbd6-4212-a652-482563be56e0 to handler 2018-09-14 10:25:46.185 2248 INFO octavia.api.v2.controllers.l7policy [req-3faa249a-48fe-4867-ac35-b83d67d78175 - - - - -] Sending Creation of L7Policy 08630f00-fc20-481c-830f-6dd09e78e19c to handler 2018-09-14 10:25:47.013 2248 INFO oslo_db.sqlalchemy.provision [req-cf7c00c6-cb0a-47e5-871d-02f9c4cb3ddd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.017 2248 INFO oslo_db.sqlalchemy.provision [req-cf7c00c6-cb0a-47e5-871d-02f9c4cb3ddd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uacuxzudpb 2018-09-14 10:25:47.018 2248 INFO oslo_db.sqlalchemy.provision [req-cf7c00c6-cb0a-47e5-871d-02f9c4cb3ddd - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_non_admin_global_observer [4.238340s] ... ok 2018-09-14 10:25:40.536 2264 INFO oslo_db.sqlalchemy.provision [req-be113ea3-e2ee-439c-b086-85dc6303da54 - - - - -] CREATE BACKEND sqlite:// TOKEN ykskmzbpvf 2018-09-14 10:25:40.709 2264 INFO octavia.common.config [req-be113ea3-e2ee-439c-b086-85dc6303da54 - - - - -] Logging enabled! 2018-09-14 10:25:40.709 2264 INFO octavia.common.config [req-be113ea3-e2ee-439c-b086-85dc6303da54 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:40.748 2264 WARNING octavia.api.root_controller [req-be113ea3-e2ee-439c-b086-85dc6303da54 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:40.774 2264 INFO octavia.api.v2.controllers.load_balancer [req-747f935a-63d2-491c-82cd-cf041dfa4c55 - - - - -] Sending created Load Balancer 8068ea70-acb4-4012-9ac4-5578ac803c4d to the handler 2018-09-14 10:25:41.199 2264 INFO octavia.api.v2.controllers.listener [req-bacaf0b8-69e2-4c4e-9f18-da27e8d30a57 - - - - -] Sending Creation of Listener 9c5133c5-82a4-4418-a8ed-42ebeebb6bf1 to handler 2018-09-14 10:25:41.494 2264 INFO octavia.api.v2.controllers.pool [req-b0656dd1-114a-415e-b387-7bbcc74c0c25 - - - - -] Sending Creation of Pool 294787c6-6f6c-4ce9-a62c-1a3a7f90cdf5 to handler 2018-09-14 10:25:41.848 2264 INFO octavia.api.v2.controllers.l7policy [req-565232d9-f870-4f1f-9ef9-c2852f1aad4b - - - - -] Sending Creation of L7Policy dc6c52a2-b747-4e07-9559-eadcfc31c00a to handler 2018-09-14 10:25:42.365 2264 INFO octavia.api.v2.controllers.l7policy [req-55a0408c-bc37-439b-8274-f32f7a194b9b - - - - -] Sending Update of L7Policy dc6c52a2-b747-4e07-9559-eadcfc31c00a to handler 2018-09-14 10:25:42.422 2264 INFO oslo_db.sqlalchemy.provision [req-55a0408c-bc37-439b-8274-f32f7a194b9b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.426 2264 INFO oslo_db.sqlalchemy.provision [req-55a0408c-bc37-439b-8274-f32f7a194b9b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ykskmzbpvf 2018-09-14 10:25:42.426 2264 INFO oslo_db.sqlalchemy.provision [req-55a0408c-bc37-439b-8274-f32f7a194b9b - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:39.531 2261 INFO oslo_db.sqlalchemy.provision [req-019084d4-9abe-457a-89bb-54aa18b81b7c - - - - -] CREATE BACKEND sqlite:// TOKEN uphimhtexh 2018-09-14 10:25:39.699 2261 INFO octavia.common.config [req-019084d4-9abe-457a-89bb-54aa18b81b7c - - - - -] Logging enabled! 2018-09-14 10:25:39.700 2261 INFO octavia.common.config [req-019084d4-9abe-457a-89bb-54aa18b81b7c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.739 2261 WARNING octavia.api.root_controller [req-019084d4-9abe-457a-89bb-54aa18b81b7c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.766 2261 INFO octavia.api.v2.controllers.load_balancer [req-4c13cd02-bf0b-4226-b763-e87fd6b62af8 - - - - -] Sending created Load Balancer 6fe9df2a-1245-4135-9558-a3566a851ea0 to the handler 2018-09-14 10:25:40.026 2261 INFO octavia.api.v2.controllers.listener [req-8faa5a30-e69a-469a-8d2a-f79eade7a509 - - - - -] Sending Creation of Listener 5fe4513f-2748-4a89-bbc8-efb8234461d1 to handler 2018-09-14 10:25:40.335 2261 INFO octavia.api.v2.controllers.pool [req-8191d37a-a57f-4e84-83f4-c0cd6f4f396c - - - - -] Sending Creation of Pool 04bb3573-8533-4a13-8d2a-cffd3571fe37 to handler 2018-09-14 10:25:40.620 2261 INFO octavia.api.v2.controllers.load_balancer [req-eda38b4f-10ac-4f55-aa97-a9566fe37638 - - - - -] Sending created Load Balancer 1611392b-9c33-4d95-8601-cf0eefb67f49 to the handler 2018-09-14 10:25:40.854 2261 INFO octavia.api.v2.controllers.load_balancer [req-92ef99b1-f0e2-4bac-b1e8-2dd8cb2f08bc - - - - -] Sending created Load Balancer a34caecc-c5c3-496e-81b7-384e0f251b2a to the handler 2018-09-14 10:25:41.283 2261 INFO octavia.api.v2.controllers.listener [req-bfa13ed9-4839-45a7-9b9f-c0e73016dd83 - - - - -] Sending Creation of Listener bd3b2b70-4925-4ed0-95bc-ac6617a2d974 to handler 2018-09-14 10:25:41.558 2261 INFO octavia.api.v2.controllers.listener [req-18666fa7-4427-4df5-bc77-a69f089ac982 - - - - -] Sending Creation of Listener 946ceee8-76fd-4307-8e9b-41806e6bf5c0 to handler 2018-09-14 10:25:41.851 2261 INFO octavia.api.v2.controllers.pool [req-2108a056-8d2f-4c4c-a2ac-8722cc33d199 - - - - -] Sending Creation of Pool f460216a-c827-47fb-8759-23c4e31089c1 to handler 2018-09-14 10:25:42.195 2261 INFO octavia.api.v2.controllers.l7policy [req-e92b799b-23a1-4f18-9ec4-d6394416a238 - - - - -] Sending Creation of L7Policy b9159359-f984-4045-87ff-eb33783047f8 to handler 2018-09-14 10:25:42.764 2261 INFO octavia.api.v2.controllers.l7policy [req-396ddf33-809e-42b0-8385-1ec9019d0242 - - - - -] Sending Creation of L7Policy e531328f-14a6-490c-8287-9eb59b82d04e to handler 2018-09-14 10:25:43.624 2261 INFO octavia.api.v2.controllers.l7policy [req-c8914c7b-b3b3-4562-9dd1-ad020e719d60 - - - - -] Sending Creation of L7Policy ad8fd6bb-28a5-46b9-89cd-e62d81768d0c to handler 2018-09-14 10:25:44.145 2261 INFO oslo_db.sqlalchemy.provision [req-976a0dc0-36fb-4a62-8bbe-145c31a308fe - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.148 2261 INFO oslo_db.sqlalchemy.provision [req-976a0dc0-36fb-4a62-8bbe-145c31a308fe - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uphimhtexh 2018-09-14 10:25:44.149 2261 INFO oslo_db.sqlalchemy.provision [req-976a0dc0-36fb-4a62-8bbe-145c31a308fe - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_by_project_id [4.624667s] ... ok 2018-09-14 10:25:47.351 2240 INFO oslo_db.sqlalchemy.provision [req-19038a48-5797-41b1-b9d2-1addb865d9c4 - - - - -] CREATE BACKEND sqlite:// TOKEN momtboqlst 2018-09-14 10:25:47.514 2240 INFO octavia.common.config [req-19038a48-5797-41b1-b9d2-1addb865d9c4 - - - - -] Logging enabled! 2018-09-14 10:25:47.515 2240 INFO octavia.common.config [req-19038a48-5797-41b1-b9d2-1addb865d9c4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:47.554 2240 WARNING octavia.api.root_controller [req-19038a48-5797-41b1-b9d2-1addb865d9c4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:47.580 2240 INFO octavia.api.v2.controllers.load_balancer [req-7282caf6-2f1a-4922-a8bd-52d62ed9da0f - - - - -] Sending created Load Balancer 8b9cb29f-2f44-466d-a4f7-98375cb87a0c to the handler 2018-09-14 10:25:47.981 2240 INFO octavia.api.v2.controllers.listener [req-e1623409-3159-4ed8-ad4e-b9018688361e - - - - -] Sending Creation of Listener 0e9ac971-19e6-4223-9aba-a704ea68f029 to handler 2018-09-14 10:25:48.279 2240 INFO octavia.api.v2.controllers.l7policy [req-20487b16-1513-4ca7-bc24-e1a83830e423 - - - - -] Sending Creation of L7Policy 15be5ea9-1124-41da-8bfe-68e02fff4c28 to handler 2018-09-14 10:25:38.457 2254 INFO oslo_db.sqlalchemy.provision [req-c5d27919-d886-4f1d-86c3-c32262a31752 - - - - -] CREATE BACKEND sqlite:// TOKEN asdpuvtuig 2018-09-14 10:25:38.619 2254 INFO octavia.common.config [req-c5d27919-d886-4f1d-86c3-c32262a31752 - - - - -] Logging enabled! 2018-09-14 10:25:38.619 2254 INFO octavia.common.config [req-c5d27919-d886-4f1d-86c3-c32262a31752 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:38.660 2254 WARNING octavia.api.root_controller [req-c5d27919-d886-4f1d-86c3-c32262a31752 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:38.684 2254 INFO octavia.api.v2.controllers.load_balancer [req-8c3fe68f-09b0-4c87-8ec2-c2a6379b7522 - - - - -] Sending created Load Balancer 41a06114-6f89-46a0-8a94-599d8af4d0ec to the handler 2018-09-14 10:25:39.066 2254 INFO octavia.api.v2.controllers.listener [req-c4b0d495-52d3-410c-8085-51f5e396ba2d - - - - -] Sending Creation of Listener 73a82aad-c35d-4641-98c3-1b15a1adec4e to handler 2018-09-14 10:25:39.362 2254 INFO octavia.api.v2.controllers.l7policy [req-c482accf-c314-42af-9705-d7cb89cad825 - - - - -] Sending Creation of L7Policy f96d9c4e-edbd-4aba-8054-1f0f680419a4 to handler 2018-09-14 10:25:39.870 2254 INFO octavia.api.v2.controllers.l7rule [req-20595053-f940-42ad-a164-d24659d6b16b - - - - -] Sending Creation of L7Rule 533e619c-25b7-4550-9c08-84b3eb615d38 to handler 2018-09-14 10:25:40.518 2254 INFO oslo_db.sqlalchemy.provision [req-5c0cc7a7-6aaf-42ba-b675-d04e57557f5e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:40.524 2254 INFO oslo_db.sqlalchemy.provision [req-5c0cc7a7-6aaf-42ba-b675-d04e57557f5e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN asdpuvtuig 2018-09-14 10:25:40.524 2254 INFO oslo_db.sqlalchemy.provision [req-5c0cc7a7-6aaf-42ba-b675-d04e57557f5e - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_not_authorized [2.074246s] ... ok {8} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_fails_with_pool [0.975007s] ... ok 2018-09-14 10:25:41.834 2243 INFO oslo_db.sqlalchemy.provision [req-cd281e5e-47fc-4401-a8d9-0382c1c57f5b - - - - -] CREATE BACKEND sqlite:// TOKEN iyemkaapnk 2018-09-14 10:25:41.993 2243 INFO octavia.common.config [req-cd281e5e-47fc-4401-a8d9-0382c1c57f5b - - - - -] Logging enabled! 2018-09-14 10:25:41.994 2243 INFO octavia.common.config [req-cd281e5e-47fc-4401-a8d9-0382c1c57f5b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.035 2243 WARNING octavia.api.root_controller [req-cd281e5e-47fc-4401-a8d9-0382c1c57f5b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:42.064 2243 INFO octavia.api.v2.controllers.load_balancer [req-6ae07693-f175-4eda-8d57-9f09c1926dda - - - - -] Sending created Load Balancer a6163bf1-21ec-46dd-b2a3-b8c4132dae38 to the handler 2018-09-14 10:25:42.104 2243 INFO oslo_db.sqlalchemy.provision [req-6ae07693-f175-4eda-8d57-9f09c1926dda - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.108 2243 INFO oslo_db.sqlalchemy.provision [req-6ae07693-f175-4eda-8d57-9f09c1926dda - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iyemkaapnk 2018-09-14 10:25:42.108 2243 INFO oslo_db.sqlalchemy.provision [req-6ae07693-f175-4eda-8d57-9f09c1926dda - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_picks_subnet_ipv6 [0.280136s] ... ok 2018-09-14 10:25:40.231 2253 INFO oslo_db.sqlalchemy.provision [req-192b81dd-51b3-4bb4-ab47-88876bf4294b - - - - -] CREATE BACKEND sqlite:// TOKEN xpqzlxoqwy 2018-09-14 10:25:40.405 2253 INFO octavia.common.config [req-192b81dd-51b3-4bb4-ab47-88876bf4294b - - - - -] Logging enabled! 2018-09-14 10:25:40.406 2253 INFO octavia.common.config [req-192b81dd-51b3-4bb4-ab47-88876bf4294b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:40.445 2253 WARNING octavia.api.root_controller [req-192b81dd-51b3-4bb4-ab47-88876bf4294b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:40.471 2253 INFO octavia.api.v2.controllers.load_balancer [req-5d69a240-3036-468c-b798-00c812a441f2 - - - - -] Sending created Load Balancer 6c9974f1-d97e-471d-aa25-e078c5284e74 to the handler 2018-09-14 10:25:40.733 2253 INFO octavia.api.v2.controllers.listener [req-b5524281-c4e2-41c6-a1f3-d87bae3e5cdb - - - - -] Sending Creation of Listener 25b8bf9d-a2e0-4ca9-a408-9ade538fcf0b to handler 2018-09-14 10:25:41.039 2253 INFO octavia.api.v2.controllers.l7policy [req-c2a8fc1d-909f-4537-8701-4e1f7fd257d7 - - - - -] Sending Creation of L7Policy d2caab68-8455-437a-93db-6ca016ad10c4 to handler 2018-09-14 10:25:41.623 2253 INFO octavia.api.v2.controllers.l7rule [req-e556dc09-02c1-4db4-ada8-9eec55444de7 - - - - -] Sending Creation of L7Rule 3c38b860-d4ce-4091-ac9f-74877a2ca59a to handler 2018-09-14 10:25:42.104 2253 INFO octavia.api.v2.controllers.load_balancer [req-f31a36b9-e000-492a-8c70-592ae346ba11 - - - - -] Sending updated Load Balancer 6c9974f1-d97e-471d-aa25-e078c5284e74 to the handler 2018-09-14 10:25:42.178 2253 INFO octavia.api.v2.controllers.l7rule [req-8c570d6d-2f4e-467f-9400-34ac64b2b745 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:42.204 2253 INFO oslo_db.sqlalchemy.provision [req-8c570d6d-2f4e-467f-9400-34ac64b2b745 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.207 2253 INFO oslo_db.sqlalchemy.provision [req-8c570d6d-2f4e-467f-9400-34ac64b2b745 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xpqzlxoqwy 2018-09-14 10:25:42.208 2253 INFO oslo_db.sqlalchemy.provision [req-8c570d6d-2f4e-467f-9400-34ac64b2b745 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_when_lb_pending_update [1.983610s] ... ok 2018-09-14 10:25:39.280 2267 INFO oslo_db.sqlalchemy.provision [req-f2c48438-3dca-402f-82e1-925c2662455e - - - - -] CREATE BACKEND sqlite:// TOKEN lmzqvxksum 2018-09-14 10:25:39.458 2267 INFO octavia.common.config [req-f2c48438-3dca-402f-82e1-925c2662455e - - - - -] Logging enabled! 2018-09-14 10:25:39.459 2267 INFO octavia.common.config [req-f2c48438-3dca-402f-82e1-925c2662455e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.498 2267 WARNING octavia.api.root_controller [req-f2c48438-3dca-402f-82e1-925c2662455e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.525 2267 INFO octavia.api.v2.controllers.load_balancer [req-0a8eefe5-b595-4ab3-a230-6d4964c3309b - - - - -] Sending created Load Balancer dc2a6a39-057c-4e58-a23e-bc26779d5100 to the handler 2018-09-14 10:25:39.775 2267 INFO oslo_db.sqlalchemy.provision [req-72ebed13-f711-4cd7-8cec-32851a86f666 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:39.779 2267 INFO oslo_db.sqlalchemy.provision [req-72ebed13-f711-4cd7-8cec-32851a86f666 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lmzqvxksum 2018-09-14 10:25:39.779 2267 INFO oslo_db.sqlalchemy.provision [req-72ebed13-f711-4cd7-8cec-32851a86f666 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_with_vip [0.505934s] ... ok {25} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_redirect_to_pool_minimal [1.897385s] ... ok 2018-09-14 10:25:40.634 2270 INFO oslo_db.sqlalchemy.provision [req-b2c3c708-ca80-424d-8762-1e1321ba3158 - - - - -] CREATE BACKEND sqlite:// TOKEN sdukppeoho 2018-09-14 10:25:40.795 2270 INFO octavia.common.config [req-b2c3c708-ca80-424d-8762-1e1321ba3158 - - - - -] Logging enabled! 2018-09-14 10:25:40.796 2270 INFO octavia.common.config [req-b2c3c708-ca80-424d-8762-1e1321ba3158 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:41.017 2270 WARNING octavia.api.root_controller [req-b2c3c708-ca80-424d-8762-1e1321ba3158 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:41.045 2270 INFO octavia.api.v2.controllers.load_balancer [req-ccdaff0b-1a1b-40ce-a644-188f716bb546 - - - - -] Sending created Load Balancer fd8027c4-7277-4480-9f58-80fa2db09b22 to the handler 2018-09-14 10:25:41.106 2270 INFO oslo_db.sqlalchemy.provision [req-2d278f32-de6d-4660-a17e-bedabd698898 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:41.111 2270 INFO oslo_db.sqlalchemy.provision [req-2d278f32-de6d-4660-a17e-bedabd698898 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sdukppeoho 2018-09-14 10:25:41.111 2270 INFO oslo_db.sqlalchemy.provision [req-2d278f32-de6d-4660-a17e-bedabd698898 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_not_authorized [0.483585s] ... ok 2018-09-14 10:25:48.758 2240 INFO oslo_db.sqlalchemy.provision [req-6923c2e1-d0a2-4df5-b0f3-3470b7c72a2a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.763 2240 INFO oslo_db.sqlalchemy.provision [req-6923c2e1-d0a2-4df5-b0f3-3470b7c72a2a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN momtboqlst 2018-09-14 10:25:48.764 2240 INFO oslo_db.sqlalchemy.provision [req-6923c2e1-d0a2-4df5-b0f3-3470b7c72a2a - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_rule_not_authorized [1.421541s] ... ok 2018-09-14 10:25:41.925 2260 INFO oslo_db.sqlalchemy.provision [req-46d5179b-aaba-48e8-ab45-bbf418b64ee3 - - - - -] CREATE BACKEND sqlite:// TOKEN hqqdlakdke 2018-09-14 10:25:42.112 2260 INFO octavia.common.config [req-46d5179b-aaba-48e8-ab45-bbf418b64ee3 - - - - -] Logging enabled! 2018-09-14 10:25:42.113 2260 INFO octavia.common.config [req-46d5179b-aaba-48e8-ab45-bbf418b64ee3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.153 2260 WARNING octavia.api.root_controller [req-46d5179b-aaba-48e8-ab45-bbf418b64ee3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:42.179 2260 INFO octavia.api.v2.controllers.load_balancer [req-e9bb0aec-8e7a-43bd-96f1-0adf7c2360f7 - - - - -] Sending created Load Balancer 9607eee4-9cb2-46ab-938d-c90e0749e6f0 to the handler 2018-09-14 10:25:42.438 2260 INFO octavia.api.v2.controllers.pool [req-7406437a-fe92-4eb6-ae77-a31c8e660ce3 - - - - -] Sending Creation of Pool b059eb80-b7e0-4cdd-8404-e5fd0f614235 to handler 2018-09-14 10:25:42.745 2260 INFO octavia.api.v2.controllers.listener [req-153ee45d-299c-4e1d-af8f-00eb4a6c63d3 - - - - -] Sending Creation of Listener ae783299-d1af-4333-bc2a-460d7ee3a88d to handler 2018-09-14 10:25:43.118 2260 INFO oslo_db.sqlalchemy.provision [req-de3159dd-9ad2-4f28-85ed-95ec037842c6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:43.122 2260 INFO oslo_db.sqlalchemy.provision [req-de3159dd-9ad2-4f28-85ed-95ec037842c6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hqqdlakdke 2018-09-14 10:25:43.123 2260 INFO oslo_db.sqlalchemy.provision [req-de3159dd-9ad2-4f28-85ed-95ec037842c6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_bad_tls_ref [1.204544s] ... ok 2018-09-14 10:25:39.334 2249 INFO oslo_db.sqlalchemy.provision [req-1e680749-3ec6-4146-92c4-55722cd03274 - - - - -] CREATE BACKEND sqlite:// TOKEN avkbwszsof 2018-09-14 10:25:39.502 2249 INFO octavia.common.config [req-1e680749-3ec6-4146-92c4-55722cd03274 - - - - -] Logging enabled! 2018-09-14 10:25:39.503 2249 INFO octavia.common.config [req-1e680749-3ec6-4146-92c4-55722cd03274 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.552 2249 WARNING octavia.api.root_controller [req-1e680749-3ec6-4146-92c4-55722cd03274 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.584 2249 INFO octavia.api.v2.controllers.load_balancer [req-4166f791-89a7-494c-ab7c-e2b90f4d22a7 - - - - -] Sending created Load Balancer 0652e641-d5f6-42c3-adeb-46d4a8faf83b to the handler 2018-09-14 10:25:39.854 2249 INFO octavia.api.v2.controllers.listener [req-8bc79a13-48c1-4c51-aa4c-6f6473443615 - - - - -] Sending Creation of Listener 9ad1ae8c-7f07-4243-af67-59476ccd1d9c to handler 2018-09-14 10:25:40.155 2249 INFO octavia.api.v2.controllers.pool [req-c0a2b72e-eec5-4e0b-ae12-612bd0c2948c - - - - -] Sending Creation of Pool 7e15af14-80fd-44f5-b466-f4b6a235d81a to handler 2018-09-14 10:25:40.491 2249 INFO octavia.api.v2.controllers.l7policy [req-deba98ec-a77e-48df-a2bc-d9bbb3fe90a7 - - - - -] Sending Creation of L7Policy 42ccbd45-50a2-4e7d-ab2a-f7259f8a5ba8 to handler 2018-09-14 10:25:40.537 2249 INFO oslo_db.sqlalchemy.provision [req-f81d5254-6f92-4f0a-ab8a-308bd3670987 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:40.541 2249 INFO oslo_db.sqlalchemy.provision [req-f81d5254-6f92-4f0a-ab8a-308bd3670987 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN avkbwszsof 2018-09-14 10:25:40.541 2249 INFO oslo_db.sqlalchemy.provision [req-f81d5254-6f92-4f0a-ab8a-308bd3670987 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_update_redirect_to_pool [1.214352s] ... ok 2018-09-14 10:25:40.533 2254 INFO oslo_db.sqlalchemy.provision [req-5c0cc7a7-6aaf-42ba-b675-d04e57557f5e - - - - -] CREATE BACKEND sqlite:// TOKEN sbukcsvppw 2018-09-14 10:25:40.699 2254 INFO octavia.common.config [req-5c0cc7a7-6aaf-42ba-b675-d04e57557f5e - - - - -] Logging enabled! 2018-09-14 10:25:40.700 2254 INFO octavia.common.config [req-5c0cc7a7-6aaf-42ba-b675-d04e57557f5e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:40.738 2254 WARNING octavia.api.root_controller [req-5c0cc7a7-6aaf-42ba-b675-d04e57557f5e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:40.766 2254 INFO octavia.api.v2.controllers.load_balancer [req-195f80b4-bcd0-45be-be5f-0364e4c3e18e - - - - -] Sending created Load Balancer 43acdeea-289a-4fed-a9d5-94f925adb523 to the handler 2018-09-14 10:25:41.022 2254 INFO octavia.api.v2.controllers.pool [req-38dfc682-a12f-4294-9ad9-2c80ee398474 - - - - -] Sending Creation of Pool 0f56812e-c420-4d84-a0da-cacde340f1b2 to handler 2018-09-14 10:25:41.462 2254 INFO octavia.api.v2.controllers.listener [req-d38dcf79-a00f-4f35-b702-ea028157a4f8 - - - - -] Sending Creation of Listener 308dc8a2-cc27-443e-91e3-00a082282d01 to handler 2018-09-14 10:25:41.529 2254 INFO oslo_db.sqlalchemy.provision [req-d38dcf79-a00f-4f35-b702-ea028157a4f8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:41.533 2254 INFO oslo_db.sqlalchemy.provision [req-d38dcf79-a00f-4f35-b702-ea028157a4f8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sbukcsvppw 2018-09-14 10:25:41.534 2254 INFO oslo_db.sqlalchemy.provision [req-d38dcf79-a00f-4f35-b702-ea028157a4f8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_default_pool_id [1.008871s] ... ok 2018-09-14 10:25:39.788 2267 INFO oslo_db.sqlalchemy.provision [req-72ebed13-f711-4cd7-8cec-32851a86f666 - - - - -] CREATE BACKEND sqlite:// TOKEN yfoijybiia 2018-09-14 10:25:39.951 2267 INFO octavia.common.config [req-72ebed13-f711-4cd7-8cec-32851a86f666 - - - - -] Logging enabled! 2018-09-14 10:25:39.952 2267 INFO octavia.common.config [req-72ebed13-f711-4cd7-8cec-32851a86f666 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.991 2267 WARNING octavia.api.root_controller [req-72ebed13-f711-4cd7-8cec-32851a86f666 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:40.047 2267 INFO oslo_db.sqlalchemy.provision [req-80645df2-e0e1-450f-9752-2d57c9484aab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:40.051 2267 INFO oslo_db.sqlalchemy.provision [req-80645df2-e0e1-450f-9752-2d57c9484aab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yfoijybiia 2018-09-14 10:25:40.051 2267 INFO oslo_db.sqlalchemy.provision [req-80645df2-e0e1-450f-9752-2d57c9484aab - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_pools [0.271533s] ... ok {23} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_redirect_to_pool_bad_pool_id [1.811393s] ... ok 2018-09-14 10:25:42.387 2257 INFO oslo_db.sqlalchemy.provision [req-9de393e1-8e6e-47c1-8a5b-901148f72b1f - - - - -] CREATE BACKEND sqlite:// TOKEN jdntgklpwb 2018-09-14 10:25:42.555 2257 INFO octavia.common.config [req-9de393e1-8e6e-47c1-8a5b-901148f72b1f - - - - -] Logging enabled! 2018-09-14 10:25:42.556 2257 INFO octavia.common.config [req-9de393e1-8e6e-47c1-8a5b-901148f72b1f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.595 2257 WARNING octavia.api.root_controller [req-9de393e1-8e6e-47c1-8a5b-901148f72b1f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:42.607 2257 ERROR octavia.api.v2.controllers.base [req-79019dbb-d958-421a-a71f-cb8a3447f76d - - - - -] Load Balancer SEAN-CONNERY not found: None 2018-09-14 10:25:42.607 2257 ERROR octavia.api.v2.controllers.base None 2018-09-14 10:25:42.607 2257 ERROR octavia.api.v2.controllers.base 2018-09-14 10:25:42.634 2257 INFO oslo_db.sqlalchemy.provision [req-79019dbb-d958-421a-a71f-cb8a3447f76d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.637 2257 INFO oslo_db.sqlalchemy.provision [req-79019dbb-d958-421a-a71f-cb8a3447f76d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jdntgklpwb 2018-09-14 10:25:42.638 2257 INFO oslo_db.sqlalchemy.provision [req-79019dbb-d958-421a-a71f-cb8a3447f76d - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_bad_lb_id [0.257420s] ... ok 2018-09-14 10:25:45.165 2239 INFO oslo_db.sqlalchemy.provision [req-b47cc0fc-46ee-499b-ad84-781ba829e0a0 - - - - -] CREATE BACKEND sqlite:// TOKEN dfrobtxnat 2018-09-14 10:25:45.330 2239 INFO octavia.common.config [req-b47cc0fc-46ee-499b-ad84-781ba829e0a0 - - - - -] Logging enabled! 2018-09-14 10:25:45.331 2239 INFO octavia.common.config [req-b47cc0fc-46ee-499b-ad84-781ba829e0a0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.369 2239 WARNING octavia.api.root_controller [req-b47cc0fc-46ee-499b-ad84-781ba829e0a0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.396 2239 INFO octavia.api.v2.controllers.load_balancer [req-a451a1b8-8573-4e3b-b8ae-94976ce1118b - - - - -] Sending created Load Balancer 58dae634-66ea-4b38-9551-d12af5757187 to the handler 2018-09-14 10:25:45.649 2239 INFO octavia.api.v2.controllers.listener [req-7a4cdf11-7213-49a0-ae77-4fe50dbec336 - - - - -] Sending Creation of Listener 6773775a-971b-4ebe-93af-072ead0bd683 to handler 2018-09-14 10:25:45.952 2239 INFO octavia.api.v2.controllers.pool [req-e901046b-5a4e-4f2c-8ce9-64951cd30824 - - - - -] Sending Creation of Pool 505d2eca-ff85-4cf1-8c60-09438f8c525e to handler 2018-09-14 10:25:46.277 2239 INFO octavia.api.v2.controllers.l7policy [req-83fc3bae-bb98-44df-86e8-c104b95f4456 - - - - -] Sending Creation of L7Policy 7914ecad-1a7d-4583-99bc-8508243917de to handler 2018-09-14 10:25:46.961 2239 INFO oslo_db.sqlalchemy.provision [req-635b4eef-42d5-41e0-93f7-efdad1c304e5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:46.965 2239 INFO oslo_db.sqlalchemy.provision [req-635b4eef-42d5-41e0-93f7-efdad1c304e5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dfrobtxnat 2018-09-14 10:25:46.966 2239 INFO oslo_db.sqlalchemy.provision [req-635b4eef-42d5-41e0-93f7-efdad1c304e5 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:48.017 2242 INFO octavia.api.v2.controllers.l7rule [req-21c90e53-2fa2-40e8-b3a9-a0145af3eea4 - - - - -] Sending Creation of L7Rule f1842895-3ab2-4762-857e-70bf6db21d0f to handler 2018-09-14 10:25:47.025 2248 INFO oslo_db.sqlalchemy.provision [req-cf7c00c6-cb0a-47e5-871d-02f9c4cb3ddd - - - - -] CREATE BACKEND sqlite:// TOKEN yckztkueya 2018-09-14 10:25:47.198 2248 INFO octavia.common.config [req-cf7c00c6-cb0a-47e5-871d-02f9c4cb3ddd - - - - -] Logging enabled! 2018-09-14 10:25:47.199 2248 INFO octavia.common.config [req-cf7c00c6-cb0a-47e5-871d-02f9c4cb3ddd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:47.240 2248 WARNING octavia.api.root_controller [req-cf7c00c6-cb0a-47e5-871d-02f9c4cb3ddd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:47.267 2248 INFO octavia.api.v2.controllers.load_balancer [req-1e6af0c4-a416-493e-9b3b-2080832c4aff - - - - -] Sending created Load Balancer b9a8cc76-1e52-49bd-9425-5986c0654a6f to the handler 2018-09-14 10:25:47.527 2248 INFO octavia.api.v2.controllers.listener [req-041d55c7-fc54-4877-b240-9c1327edfb55 - - - - -] Sending Creation of Listener 9ae0a082-fb89-4002-bb29-af768a907030 to handler 2018-09-14 10:25:47.817 2248 INFO octavia.api.v2.controllers.pool [req-ff376c2d-a971-4e75-9452-874a41043b88 - - - - -] Sending Creation of Pool d3d8f75f-6cb7-4549-b510-d04c49bc545f to handler 2018-09-14 10:25:48.145 2248 INFO octavia.api.v2.controllers.l7policy [req-28220322-9820-4965-a89c-853efb464f32 - - - - -] Sending Creation of L7Policy 3833963e-00cd-4395-9fd0-585237511cca to handler 2018-09-14 10:25:48.764 2248 INFO oslo_db.sqlalchemy.provision [req-bdad2f71-c70c-49b2-a7ed-4a646ae0eed2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.768 2248 INFO oslo_db.sqlalchemy.provision [req-bdad2f71-c70c-49b2-a7ed-4a646ae0eed2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yckztkueya 2018-09-14 10:25:48.768 2248 INFO oslo_db.sqlalchemy.provision [req-bdad2f71-c70c-49b2-a7ed-4a646ae0eed2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_not_authorized [1.750223s] ... ok 2018-09-14 10:25:45.736 2265 INFO oslo_db.sqlalchemy.provision [req-656e23d7-7f0e-42da-b0d3-bf72e8e408fc - - - - -] CREATE BACKEND sqlite:// TOKEN irglbbhien 2018-09-14 10:25:45.899 2265 INFO octavia.common.config [req-656e23d7-7f0e-42da-b0d3-bf72e8e408fc - - - - -] Logging enabled! 2018-09-14 10:25:45.900 2265 INFO octavia.common.config [req-656e23d7-7f0e-42da-b0d3-bf72e8e408fc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.938 2265 WARNING octavia.api.root_controller [req-656e23d7-7f0e-42da-b0d3-bf72e8e408fc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.964 2265 INFO octavia.api.v2.controllers.load_balancer [req-fb53fe3e-d52c-4705-a0ef-b48d30910fb5 - - - - -] Sending created Load Balancer 7a035e05-d6aa-4e18-af72-7f778b53fdb3 to the handler 2018-09-14 10:25:46.356 2265 INFO octavia.api.v2.controllers.pool [req-991af30b-230e-4417-a823-add649b54905 - - - - -] Sending Creation of Pool 043d4361-2f2e-4522-a53f-df1e8f37ad59 to handler 2018-09-14 10:25:46.637 2265 INFO octavia.api.v2.controllers.listener [req-5d7ba4da-60d1-4811-ab1b-db557369e533 - - - - -] Sending Creation of Listener 091899ec-706e-46c1-9ec3-d1056393810d to handler 2018-09-14 10:25:46.956 2265 INFO octavia.api.v2.controllers.listener [req-6d259fce-0aa1-437e-b0ec-e9aa2e185120 - 81462697-6839-491b-8801-a1c2a883fc22 - - -] Sending Deletion of Listener 091899ec-706e-46c1-9ec3-d1056393810d to handler 2018-09-14 10:25:47.322 2265 INFO oslo_db.sqlalchemy.provision [req-87d731d6-f9f9-4e49-815c-b338d47a6e59 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.326 2265 INFO oslo_db.sqlalchemy.provision [req-87d731d6-f9f9-4e49-815c-b338d47a6e59 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN irglbbhien 2018-09-14 10:25:47.326 2265 INFO oslo_db.sqlalchemy.provision [req-87d731d6-f9f9-4e49-815c-b338d47a6e59 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_authorized [1.597803s] ... ok 2018-09-14 10:25:37.916 2255 INFO oslo_db.sqlalchemy.provision [req-dd686d82-ffe9-4cdd-b810-719167c1be31 - - - - -] CREATE BACKEND sqlite:// TOKEN wyhrgnalpm 2018-09-14 10:25:38.080 2255 INFO octavia.common.config [req-dd686d82-ffe9-4cdd-b810-719167c1be31 - - - - -] Logging enabled! 2018-09-14 10:25:38.081 2255 INFO octavia.common.config [req-dd686d82-ffe9-4cdd-b810-719167c1be31 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:38.121 2255 WARNING octavia.api.root_controller [req-dd686d82-ffe9-4cdd-b810-719167c1be31 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:38.142 2255 INFO octavia.api.v1.controllers.load_balancer [req-ebdd2db7-4e66-468b-ad38-27a19b453295 - - - - -] Sending created Load Balancer 9cbcba31-eef8-4ac1-933b-c66179b0aa2e to the handler 2018-09-14 10:25:38.316 2255 INFO octavia.api.v1.controllers.listener [req-8ab2775f-5ed5-411d-a2d8-2753d0ca9faf - - - - -] Sending Creation of Listener b0fa218c-6f75-4c44-b48a-ce196083b9a4 to handler 2018-09-14 10:25:38.511 2255 INFO octavia.api.v1.controllers.pool [req-a82c3c8b-4f26-4f76-8a40-e09eab55dc56 - - - - -] Sending Creation of Pool 12f261ae-f80e-4554-9336-5e9e3f3f3836 to handler 2018-09-14 10:25:38.779 2255 INFO octavia.api.v1.controllers.pool [req-57ed24c6-20ca-4235-b365-5ef7be95f9f9 - - - - -] Sending Creation of Pool a9d2f1a8-9844-4977-b3e6-45486dcf3f26 to handler 2018-09-14 10:25:39.077 2255 INFO octavia.api.v1.controllers.member [req-76bf8cbf-b668-4c30-80e2-56b0a19a749d - - - - -] Sending Creation of Member f02c1498-fc1e-4455-9ca3-54fbe0bc2f67 to handler 2018-09-14 10:25:39.462 2255 INFO octavia.api.v1.controllers.member [req-382124ca-6f04-4c04-8f0d-f0e85cc65172 - - - - -] Sending Update of Member f02c1498-fc1e-4455-9ca3-54fbe0bc2f67 to handler 2018-09-14 10:25:39.871 2255 INFO oslo_db.sqlalchemy.provision [req-c288b684-1e6f-49a7-a111-fc4823cf25a1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:39.874 2255 INFO oslo_db.sqlalchemy.provision [req-c288b684-1e6f-49a7-a111-fc4823cf25a1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wyhrgnalpm 2018-09-14 10:25:39.875 2255 INFO oslo_db.sqlalchemy.provision [req-c288b684-1e6f-49a7-a111-fc4823cf25a1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v1.test_member.TestMember.test_update [1.965706s] ... ok 2018-09-14 10:25:43.951 2258 INFO oslo_db.sqlalchemy.provision [req-500374ad-c90a-44f3-a934-2e2946cc3767 - - - - -] CREATE BACKEND sqlite:// TOKEN dgvjbucvty 2018-09-14 10:25:44.112 2258 INFO octavia.common.config [req-500374ad-c90a-44f3-a934-2e2946cc3767 - - - - -] Logging enabled! 2018-09-14 10:25:44.113 2258 INFO octavia.common.config [req-500374ad-c90a-44f3-a934-2e2946cc3767 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:44.151 2258 WARNING octavia.api.root_controller [req-500374ad-c90a-44f3-a934-2e2946cc3767 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:44.175 2258 INFO octavia.api.v2.controllers.load_balancer [req-bffb7318-6cbb-4d62-8455-e38034a2abdf - - - - -] Sending created Load Balancer 3cbad29f-37bc-4c72-8cae-efcd9eb2d067 to the handler 2018-09-14 10:25:44.563 2258 INFO octavia.api.v2.controllers.listener [req-5ae336e0-36ac-42ac-bceb-cb2c1c6d0ba4 - - - - -] Sending Creation of Listener 929d863f-2848-489e-8c66-ad0f968e7cf6 to handler 2018-09-14 10:25:44.875 2258 INFO octavia.api.v2.controllers.pool [req-23d37e7d-1cc4-41a2-8628-7227e0ac5273 - - - - -] Sending Creation of Pool 2fd6dcc0-6fd8-43a7-a5d7-58a5e7d4cb92 to handler 2018-09-14 10:25:45.231 2258 INFO octavia.api.v2.controllers.health_monitor [req-cb0d68e9-8910-412d-9c12-cce9522f5d30 - - - - -] Sending Creation of Health Monitor 16ee9a2e-e7c2-4fda-8022-7e16563814a4 to handler 2018-09-14 10:25:45.348 2258 INFO oslo_db.sqlalchemy.provision [req-129ad9d9-f1ec-4436-ba87-fff52cfa308b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.352 2258 INFO oslo_db.sqlalchemy.provision [req-129ad9d9-f1ec-4436-ba87-fff52cfa308b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dgvjbucvty 2018-09-14 10:25:45.353 2258 INFO oslo_db.sqlalchemy.provision [req-129ad9d9-f1ec-4436-ba87-fff52cfa308b - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_health_monitor [1.410830s] ... ok 2018-09-14 10:25:42.216 2253 INFO oslo_db.sqlalchemy.provision [req-8c570d6d-2f4e-467f-9400-34ac64b2b745 - - - - -] CREATE BACKEND sqlite:// TOKEN ixpncgjndn 2018-09-14 10:25:42.377 2253 INFO octavia.common.config [req-8c570d6d-2f4e-467f-9400-34ac64b2b745 - - - - -] Logging enabled! 2018-09-14 10:25:42.378 2253 INFO octavia.common.config [req-8c570d6d-2f4e-467f-9400-34ac64b2b745 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.415 2253 WARNING octavia.api.root_controller [req-8c570d6d-2f4e-467f-9400-34ac64b2b745 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:42.450 2253 INFO oslo_db.sqlalchemy.provision [req-90c89429-d7a4-4b05-93d0-2a06b299b269 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.454 2253 INFO oslo_db.sqlalchemy.provision [req-90c89429-d7a4-4b05-93d0-2a06b299b269 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ixpncgjndn 2018-09-14 10:25:42.454 2253 INFO oslo_db.sqlalchemy.provision [req-90c89429-d7a4-4b05-93d0-2a06b299b269 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_invalid_vip_network_subnet [0.245118s] ... ok 2018-09-14 10:25:39.097 2250 INFO oslo_db.sqlalchemy.provision [req-fbe65f63-2f42-4f9c-a327-08ae84e16b81 - - - - -] CREATE BACKEND sqlite:// TOKEN nnozbxbrhy 2018-09-14 10:25:39.272 2250 INFO octavia.common.config [req-fbe65f63-2f42-4f9c-a327-08ae84e16b81 - - - - -] Logging enabled! 2018-09-14 10:25:39.273 2250 INFO octavia.common.config [req-fbe65f63-2f42-4f9c-a327-08ae84e16b81 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.314 2250 WARNING octavia.api.root_controller [req-fbe65f63-2f42-4f9c-a327-08ae84e16b81 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.343 2250 INFO octavia.api.v2.controllers.load_balancer [req-929649cf-1e4c-474f-962e-21bf79d8257f - - - - -] Sending created Load Balancer 9207c66e-18f8-4f9a-84d7-4ab3625e568d to the handler 2018-09-14 10:25:39.383 2250 INFO oslo_db.sqlalchemy.provision [req-929649cf-1e4c-474f-962e-21bf79d8257f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:39.387 2250 INFO oslo_db.sqlalchemy.provision [req-929649cf-1e4c-474f-962e-21bf79d8257f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nnozbxbrhy 2018-09-14 10:25:39.387 2250 INFO oslo_db.sqlalchemy.provision [req-929649cf-1e4c-474f-962e-21bf79d8257f - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_picks_subnet_ipv4 [0.295847s] ... ok 2018-09-14 10:25:44.157 2261 INFO oslo_db.sqlalchemy.provision [req-976a0dc0-36fb-4a62-8bbe-145c31a308fe - - - - -] CREATE BACKEND sqlite:// TOKEN aktltflqxa 2018-09-14 10:25:44.323 2261 INFO octavia.common.config [req-976a0dc0-36fb-4a62-8bbe-145c31a308fe - - - - -] Logging enabled! 2018-09-14 10:25:44.324 2261 INFO octavia.common.config [req-976a0dc0-36fb-4a62-8bbe-145c31a308fe - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:44.362 2261 WARNING octavia.api.root_controller [req-976a0dc0-36fb-4a62-8bbe-145c31a308fe - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:44.389 2261 INFO octavia.api.v2.controllers.load_balancer [req-5466c460-2950-47a5-9181-5495f103027a - - - - -] Sending created Load Balancer 51f21268-16ab-4411-965a-5d7c3589d4f3 to the handler 2018-09-14 10:25:44.656 2261 INFO octavia.api.v2.controllers.pool [req-942594fc-434e-4a5f-b3f5-4ee9da168421 - - - - -] Sending Creation of Pool 22498e25-aea5-4871-9f42-e05bd96b1da2 to handler 2018-09-14 10:25:45.005 2261 INFO octavia.api.v2.controllers.listener [req-28f4dfc4-4f47-43fa-909a-4aa7dc2114d1 - 0b004f6f-dc17-4c2a-a6b9-6c71138546f7 - - -] Sending Creation of Listener f6f4402a-d73f-4bc8-b9ed-4b0abfa503b5 to handler 2018-09-14 10:25:45.388 2261 INFO oslo_db.sqlalchemy.provision [req-16e87b8a-2f00-40b9-9aa2-c4858c269cd6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.392 2261 INFO oslo_db.sqlalchemy.provision [req-16e87b8a-2f00-40b9-9aa2-c4858c269cd6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aktltflqxa 2018-09-14 10:25:45.392 2261 INFO oslo_db.sqlalchemy.provision [req-16e87b8a-2f00-40b9-9aa2-c4858c269cd6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_authorized [1.242139s] ... ok 2018-09-14 10:25:39.026 2251 INFO oslo_db.sqlalchemy.provision [req-b83135bf-5211-4c5c-b689-76927713b2a4 - - - - -] CREATE BACKEND sqlite:// TOKEN frijnoodqr 2018-09-14 10:25:39.195 2251 INFO octavia.common.config [req-b83135bf-5211-4c5c-b689-76927713b2a4 - - - - -] Logging enabled! 2018-09-14 10:25:39.196 2251 INFO octavia.common.config [req-b83135bf-5211-4c5c-b689-76927713b2a4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.238 2251 WARNING octavia.api.root_controller [req-b83135bf-5211-4c5c-b689-76927713b2a4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.267 2251 INFO octavia.api.v2.controllers.load_balancer [req-408de201-62e8-4d5c-b9ba-122ddfffea5c - - - - -] Sending created Load Balancer d75d87e6-abac-4400-a345-462cfb44fbb8 to the handler 2018-09-14 10:25:39.547 2251 INFO octavia.api.v2.controllers.listener [req-15a342d2-a48c-4c3a-9108-512f27def0a1 - - - - -] Sending Creation of Listener 5299b455-4e47-4e9f-b964-42c9d1bd08f9 to handler 2018-09-14 10:25:39.859 2251 INFO octavia.api.v2.controllers.pool [req-1dbb9e98-8b76-42ba-bde6-eb631fbc9a85 - - - - -] Sending Creation of Pool c590f4ac-564b-4530-a2ba-16279353c225 to handler 2018-09-14 10:25:40.194 2251 INFO octavia.api.v2.controllers.l7policy [req-653185a5-539c-40f1-a8ba-b56d4cb4752c - - - - -] Sending Creation of L7Policy 2c980006-81b7-4182-b783-b805ca00d82e to handler 2018-09-14 10:25:40.810 2251 INFO octavia.api.v2.controllers.load_balancer [req-268674f6-89fd-4ee7-ad73-a0848bc54e19 - - - - -] Sending updated Load Balancer d75d87e6-abac-4400-a345-462cfb44fbb8 to the handler 2018-09-14 10:25:40.883 2251 INFO octavia.api.v2.controllers.l7policy [req-3c139df0-47db-4e09-8be1-1827b75bf5e6 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:40.908 2251 INFO oslo_db.sqlalchemy.provision [req-3c139df0-47db-4e09-8be1-1827b75bf5e6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:40.912 2251 INFO oslo_db.sqlalchemy.provision [req-3c139df0-47db-4e09-8be1-1827b75bf5e6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN frijnoodqr 2018-09-14 10:25:40.913 2251 INFO oslo_db.sqlalchemy.provision [req-3c139df0-47db-4e09-8be1-1827b75bf5e6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_when_lb_pending_update [1.893654s] ... ok 2018-09-14 10:25:48.774 2240 INFO oslo_db.sqlalchemy.provision [req-6923c2e1-d0a2-4df5-b0f3-3470b7c72a2a - - - - -] CREATE BACKEND sqlite:// TOKEN eizypriads 2018-09-14 10:25:48.945 2240 INFO octavia.common.config [req-6923c2e1-d0a2-4df5-b0f3-3470b7c72a2a - - - - -] Logging enabled! 2018-09-14 10:25:48.946 2240 INFO octavia.common.config [req-6923c2e1-d0a2-4df5-b0f3-3470b7c72a2a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:48.982 2240 WARNING octavia.api.root_controller [req-6923c2e1-d0a2-4df5-b0f3-3470b7c72a2a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.011 2240 INFO octavia.api.v2.controllers.load_balancer [req-b2d33155-2775-4a35-89e9-b2978a801e1b - - - - -] Sending created Load Balancer 708652e7-91bd-4b57-ba17-6131f985bb60 to the handler {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_not_authorized [1.807542s] ... ok 2018-09-14 10:25:49.164 2242 INFO octavia.api.v2.controllers.l7rule [req-3afc077a-bb8f-48c9-9afc-2b7ee5a50e39 - - - - -] Sending Creation of L7Rule 6214f85e-f2cf-4b89-a2bc-1663100720ec to handler 2018-09-14 10:25:42.434 2264 INFO oslo_db.sqlalchemy.provision [req-55a0408c-bc37-439b-8274-f32f7a194b9b - - - - -] CREATE BACKEND sqlite:// TOKEN gdxwydrglk 2018-09-14 10:25:42.604 2264 INFO octavia.common.config [req-55a0408c-bc37-439b-8274-f32f7a194b9b - - - - -] Logging enabled! 2018-09-14 10:25:42.605 2264 INFO octavia.common.config [req-55a0408c-bc37-439b-8274-f32f7a194b9b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.644 2264 WARNING octavia.api.root_controller [req-55a0408c-bc37-439b-8274-f32f7a194b9b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:42.670 2264 INFO octavia.api.v2.controllers.load_balancer [req-fae6310a-9047-481c-b304-2a34939b329a - - - - -] Sending created Load Balancer 2437ebf5-5371-400e-b9ae-32db083afb3d to the handler 2018-09-14 10:25:42.923 2264 INFO octavia.api.v2.controllers.listener [req-47c189d0-f592-45fb-81d9-8f6f2ca76a82 - - - - -] Sending Creation of Listener bc71dfab-433d-4a5f-8426-01772b4d9123 to handler 2018-09-14 10:25:43.245 2264 INFO octavia.api.v2.controllers.l7policy [req-e258d3cb-6267-41d4-931c-b9343e2fe717 - - - - -] Sending Creation of L7Policy 766ae583-f6db-4904-acbf-71efa9df3df7 to handler 2018-09-14 10:25:43.853 2264 INFO oslo_db.sqlalchemy.provision [req-c0339442-288b-4293-a477-91a62dea35da - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:43.856 2264 INFO oslo_db.sqlalchemy.provision [req-c0339442-288b-4293-a477-91a62dea35da - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gdxwydrglk 2018-09-14 10:25:43.857 2264 INFO oslo_db.sqlalchemy.provision [req-c0339442-288b-4293-a477-91a62dea35da - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create_header_rule [1.430420s] ... ok 2018-09-14 10:25:49.278 2240 INFO octavia.api.v2.controllers.pool [req-79d0a0b9-003b-42ba-a18c-3f7350649a7c - - - - -] Sending Creation of Pool b546bdf0-45bf-4f72-8add-17f268ded92f to handler 2018-09-14 10:25:48.776 2248 INFO oslo_db.sqlalchemy.provision [req-bdad2f71-c70c-49b2-a7ed-4a646ae0eed2 - - - - -] CREATE BACKEND sqlite:// TOKEN ffepnmvvkd 2018-09-14 10:25:48.944 2248 INFO octavia.common.config [req-bdad2f71-c70c-49b2-a7ed-4a646ae0eed2 - - - - -] Logging enabled! 2018-09-14 10:25:48.945 2248 INFO octavia.common.config [req-bdad2f71-c70c-49b2-a7ed-4a646ae0eed2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:48.985 2248 WARNING octavia.api.root_controller [req-bdad2f71-c70c-49b2-a7ed-4a646ae0eed2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.012 2248 INFO octavia.api.v2.controllers.load_balancer [req-4190280e-cafb-4003-a0b0-f70a7e664638 - - - - -] Sending created Load Balancer 979ae40c-f3f5-43d2-b10d-29424029009e to the handler 2018-09-14 10:25:49.270 2248 INFO octavia.api.v2.controllers.listener [req-18f8c661-96cb-4a5c-99c7-eb84888f9c00 - - - - -] Sending Creation of Listener 930934bc-811d-4465-838c-02e151046c77 to handler 2018-09-14 10:25:35.472 2252 INFO oslo_db.sqlalchemy.provision [req-c4e01466-357a-4ade-9849-b8e376083533 - - - - -] CREATE BACKEND sqlite:// TOKEN rybghbkjpl 2018-09-14 10:25:35.637 2252 INFO octavia.common.config [req-c4e01466-357a-4ade-9849-b8e376083533 - - - - -] Logging enabled! 2018-09-14 10:25:35.638 2252 INFO octavia.common.config [req-c4e01466-357a-4ade-9849-b8e376083533 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:35.680 2252 WARNING octavia.api.root_controller [req-c4e01466-357a-4ade-9849-b8e376083533 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:35.708 2252 INFO octavia.api.v2.controllers.load_balancer [req-612b2744-cb30-49a0-b319-643fb3183c83 - - - - -] Sending created Load Balancer 350b427c-e310-45b7-a084-f767c5c8cf1b to the handler 2018-09-14 10:25:35.959 2252 INFO octavia.api.v2.controllers.listener [req-5b7efc6e-b294-49b1-9386-d0a3afda271b - - - - -] Sending Creation of Listener 03575619-1c8a-400c-8fa1-e0fffb6751e0 to handler 2018-09-14 10:25:36.440 2252 INFO octavia.api.v2.controllers.pool [req-dba90347-5408-4c71-9232-861cd510d720 - - - - -] Sending Creation of Pool 508b6363-cfee-4229-ab5f-fda20137d31e to handler 2018-09-14 10:25:36.942 2252 INFO octavia.api.v2.controllers.pool [req-145a4e58-ffe1-4384-a6bd-7cf6804ce912 - - - - -] Sending Creation of Pool 6f45a4a0-a9aa-4143-afe1-e0113d80b250 to handler 2018-09-14 10:25:37.447 2252 INFO octavia.api.v2.controllers.health_monitor [req-6366cb5c-e443-436f-9dac-06901d722aac - - - - -] Sending Creation of Health Monitor 2116a47c-4a29-4195-ac08-b7868acdf29a to handler 2018-09-14 10:25:37.982 2252 INFO oslo_db.sqlalchemy.provision [req-922f44df-6c1d-4186-86f2-fd10ea0cef30 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:37.986 2252 INFO oslo_db.sqlalchemy.provision [req-922f44df-6c1d-4186-86f2-fd10ea0cef30 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rybghbkjpl 2018-09-14 10:25:37.987 2252 INFO oslo_db.sqlalchemy.provision [req-922f44df-6c1d-4186-86f2-fd10ea0cef30 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_with_listener [2.535322s] ... ok 2018-09-14 10:25:42.124 2269 INFO oslo_db.sqlalchemy.provision [req-21b6c54b-1dbf-4306-afdc-dd4e6f9c353f - - - - -] CREATE BACKEND sqlite:// TOKEN ykokenwbvm 2018-09-14 10:25:42.298 2269 INFO octavia.common.config [req-21b6c54b-1dbf-4306-afdc-dd4e6f9c353f - - - - -] Logging enabled! 2018-09-14 10:25:42.299 2269 INFO octavia.common.config [req-21b6c54b-1dbf-4306-afdc-dd4e6f9c353f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.340 2269 WARNING octavia.api.root_controller [req-21b6c54b-1dbf-4306-afdc-dd4e6f9c353f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:42.369 2269 INFO octavia.api.v2.controllers.load_balancer [req-f23484fc-48f4-4e64-83b9-d9218546e28d - - - - -] Sending created Load Balancer 17eff8ac-07db-455a-bf8a-9d8a25a40579 to the handler 2018-09-14 10:25:42.765 2269 INFO octavia.api.v2.controllers.listener [req-4e468e47-53c2-4683-92cb-1da8be586a32 - - - - -] Sending Creation of Listener 9b7e1a42-7052-417f-bd8c-5770b2069600 to handler 2018-09-14 10:25:43.095 2269 INFO octavia.api.v2.controllers.pool [req-460ab914-f613-4e0f-9d90-0771fe9cca3d - - - - -] Sending Creation of Pool 2f2ea9f5-6951-4b7f-916c-f05133ce3f92 to handler 2018-09-14 10:25:43.471 2269 INFO octavia.api.v2.controllers.pool [req-6921faf3-0b8c-4b0f-ba9f-3172afaeefd8 - - - - -] Sending Creation of Pool c8c17dc2-2b86-45a3-b9f2-51055f86752d to handler 2018-09-14 10:25:43.859 2269 INFO octavia.api.v2.controllers.health_monitor [req-da072b8c-2568-4689-aff8-546c155e4bee - - - - -] Sending Creation of Health Monitor 7dec21db-e7a6-4ed9-8658-0af60fb8a20a to handler 2018-09-14 10:25:44.170 2269 INFO oslo_db.sqlalchemy.provision [req-92a74f29-f710-4ce0-823c-59fd3dde0e4e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.174 2269 INFO oslo_db.sqlalchemy.provision [req-92a74f29-f710-4ce0-823c-59fd3dde0e4e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ykokenwbvm 2018-09-14 10:25:44.175 2269 INFO oslo_db.sqlalchemy.provision [req-92a74f29-f710-4ce0-823c-59fd3dde0e4e - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_hides_deleted [2.056774s] ... ok 2018-09-14 10:25:42.503 2244 INFO oslo_db.sqlalchemy.provision [req-965dec36-d19c-457a-a9d0-62d1bde5fbb2 - - - - -] CREATE BACKEND sqlite:// TOKEN hjkjrnlony 2018-09-14 10:25:42.685 2244 INFO octavia.common.config [req-965dec36-d19c-457a-a9d0-62d1bde5fbb2 - - - - -] Logging enabled! 2018-09-14 10:25:42.686 2244 INFO octavia.common.config [req-965dec36-d19c-457a-a9d0-62d1bde5fbb2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.726 2244 WARNING octavia.api.root_controller [req-965dec36-d19c-457a-a9d0-62d1bde5fbb2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:42.754 2244 INFO octavia.api.v2.controllers.load_balancer [req-1b12f6b2-23c3-4639-ac12-9776f1f48056 - - - - -] Sending created Load Balancer 81d114ef-455e-4f40-999c-507491255650 to the handler 2018-09-14 10:25:42.798 2244 INFO octavia.api.v2.controllers.load_balancer [req-82c55aa2-757c-4942-9acf-69f01ba134fc - - - - -] Sending created Load Balancer 51ef805d-58e1-440d-8899-b597c541ce72 to the handler 2018-09-14 10:25:42.845 2244 INFO octavia.api.v2.controllers.load_balancer [req-333e3d6a-9abf-40db-bf59-cbe99cffb747 - - - - -] Sending created Load Balancer e72b5af4-9573-47b2-bc34-c41867680843 to the handler 2018-09-14 10:25:43.022 2244 INFO oslo_db.sqlalchemy.provision [req-c10a8f4b-03e3-453b-be99-ca25d935dbe3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:43.025 2244 INFO oslo_db.sqlalchemy.provision [req-c10a8f4b-03e3-453b-be99-ca25d935dbe3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hjkjrnlony 2018-09-14 10:25:43.026 2244 INFO oslo_db.sqlalchemy.provision [req-c10a8f4b-03e3-453b-be99-ca25d935dbe3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_non_admin_global_observer [0.529706s] ... ok 2018-09-14 10:25:37.586 2247 INFO oslo_db.sqlalchemy.provision [req-f07f051a-3945-41ce-83b3-7c399a672262 - - - - -] CREATE BACKEND sqlite:// TOKEN covdeqpmhw 2018-09-14 10:25:37.745 2247 INFO octavia.common.config [req-f07f051a-3945-41ce-83b3-7c399a672262 - - - - -] Logging enabled! 2018-09-14 10:25:37.746 2247 INFO octavia.common.config [req-f07f051a-3945-41ce-83b3-7c399a672262 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:37.789 2247 WARNING octavia.api.root_controller [req-f07f051a-3945-41ce-83b3-7c399a672262 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:37.815 2247 INFO octavia.api.v2.controllers.load_balancer [req-5cd022ab-6ba9-4a4c-bd51-5fa3a9171b92 - - - - -] Sending created Load Balancer 99101e5d-13f9-4146-91da-685f34d7263b to the handler 2018-09-14 10:25:37.854 2247 INFO octavia.api.v2.controllers.load_balancer [req-0218b12b-80f6-484b-9f9c-3b8ed82c8aeb - - - - -] Sending created Load Balancer 47bed0ad-434c-406a-8101-c487cd352b14 to the handler 2018-09-14 10:25:37.892 2247 INFO octavia.api.v2.controllers.load_balancer [req-396a70fc-9589-42d9-bed7-bafdc7ac3c36 - - - - -] Sending created Load Balancer 080fa345-ffbf-475e-a5ce-efb0e0266616 to the handler 2018-09-14 10:25:38.062 2247 INFO oslo_db.sqlalchemy.provision [req-4a969f4c-2b38-4883-acc6-4554538a0954 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.066 2247 INFO oslo_db.sqlalchemy.provision [req-4a969f4c-2b38-4883-acc6-4554538a0954 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN covdeqpmhw 2018-09-14 10:25:38.067 2247 INFO oslo_db.sqlalchemy.provision [req-4a969f4c-2b38-4883-acc6-4554538a0954 - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_non_admin [0.487086s] ... ok 2018-09-14 10:25:49.710 2248 INFO octavia.api.v2.controllers.l7policy [req-218afc9b-9839-45f1-9ac6-4ebac698e59c - - - - -] Sending Creation of L7Policy f7d80f25-f8f6-4bff-b011-e978cf0b13b1 to handler 2018-09-14 10:25:43.865 2264 INFO oslo_db.sqlalchemy.provision [req-c0339442-288b-4293-a477-91a62dea35da - - - - -] CREATE BACKEND sqlite:// TOKEN fwgbiqqoqp 2018-09-14 10:25:44.040 2264 INFO octavia.common.config [req-c0339442-288b-4293-a477-91a62dea35da - - - - -] Logging enabled! 2018-09-14 10:25:44.041 2264 INFO octavia.common.config [req-c0339442-288b-4293-a477-91a62dea35da - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:44.079 2264 WARNING octavia.api.root_controller [req-c0339442-288b-4293-a477-91a62dea35da - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:44.107 2264 INFO octavia.api.v2.controllers.load_balancer [req-06b291f8-ac0d-46d0-a33a-98279290e926 - - - - -] Sending created Load Balancer 014790da-bb92-482f-9fdf-03ff90f26ef2 to the handler 2018-09-14 10:25:44.388 2264 INFO octavia.api.v2.controllers.pool [req-57ec9776-46ef-4930-be7c-0ede416bce81 - - - - -] Sending Creation of Pool 779fef39-1638-4fa1-87a3-0c9b35730d04 to handler 2018-09-14 10:25:44.673 2264 INFO octavia.api.v2.controllers.listener [req-6ad22d82-d0c7-4aaf-8469-f2dd57b2ca39 - - - - -] Sending Creation of Listener 4208425f-423e-4690-a935-11d9aa2fb164 to handler 2018-09-14 10:25:44.737 2264 INFO oslo_db.sqlalchemy.provision [req-6ad22d82-d0c7-4aaf-8469-f2dd57b2ca39 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.740 2264 INFO oslo_db.sqlalchemy.provision [req-6ad22d82-d0c7-4aaf-8469-f2dd57b2ca39 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fwgbiqqoqp 2018-09-14 10:25:44.741 2264 INFO oslo_db.sqlalchemy.provision [req-6ad22d82-d0c7-4aaf-8469-f2dd57b2ca39 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_valid_insert_headers [0.882939s] ... ok 2018-09-14 10:25:38.807 2268 INFO oslo_db.sqlalchemy.provision [req-c82f84b9-de89-4f33-a736-9f618740a072 - - - - -] CREATE BACKEND sqlite:// TOKEN wkmiuutlte 2018-09-14 10:25:38.986 2268 INFO octavia.common.config [req-c82f84b9-de89-4f33-a736-9f618740a072 - - - - -] Logging enabled! 2018-09-14 10:25:38.987 2268 INFO octavia.common.config [req-c82f84b9-de89-4f33-a736-9f618740a072 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.028 2268 WARNING octavia.api.root_controller [req-c82f84b9-de89-4f33-a736-9f618740a072 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.055 2268 INFO octavia.api.v2.controllers.load_balancer [req-7f523e41-33d9-4737-bc70-2fcbbac6da85 - - - - -] Sending created Load Balancer 4d81ed04-b6e0-4233-92f8-dc74a3e4cca8 to the handler 2018-09-14 10:25:39.313 2268 INFO octavia.api.v2.controllers.pool [req-96538dda-47f0-4514-8f30-5b22cc1635cb - - - - -] Sending Creation of Pool a5195a95-717a-4ea5-a9e1-c765e93464af to handler 2018-09-14 10:25:39.573 2268 INFO octavia.api.v2.controllers.load_balancer [req-df9d43b4-5523-4a43-9109-49f870b82533 - - - - -] Sending created Load Balancer 23c61b9c-fa44-4a1b-a94a-16090b334366 to the handler 2018-09-14 10:25:39.828 2268 INFO octavia.api.v2.controllers.listener [req-c261e1d0-41b0-44b8-be42-91f7da7a148d - - - - -] Sending Creation of Listener c30fc2cd-5020-4784-8a8d-d58c462f5a88 to handler 2018-09-14 10:25:40.115 2268 INFO octavia.api.v2.controllers.listener [req-515e1691-7bc7-4391-b148-c744568a901c - - - - -] Sending Creation of Listener 463754ba-0101-4545-b184-a7b5a5f076c0 to handler 2018-09-14 10:25:40.578 2268 INFO octavia.api.v2.controllers.listener [req-61e84a9d-ab43-4454-b01f-1c3c81571196 - - - - -] Sending Creation of Listener 7d8cb7ed-92a9-4332-a0b0-1916b2d65ec3 to handler 2018-09-14 10:25:40.867 2268 INFO oslo_db.sqlalchemy.provision [req-58f94120-f82d-473a-9411-463eac962f6c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:40.871 2268 INFO oslo_db.sqlalchemy.provision [req-58f94120-f82d-473a-9411-463eac962f6c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wkmiuutlte 2018-09-14 10:25:40.872 2268 INFO oslo_db.sqlalchemy.provision [req-58f94120-f82d-473a-9411-463eac962f6c - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_not_authorized [2.071744s] ... ok 2018-09-14 10:25:38.008 2252 INFO oslo_db.sqlalchemy.provision [req-922f44df-6c1d-4186-86f2-fd10ea0cef30 - - - - -] CREATE BACKEND sqlite:// TOKEN cecxzjfqrl 2018-09-14 10:25:38.183 2252 INFO octavia.common.config [req-922f44df-6c1d-4186-86f2-fd10ea0cef30 - - - - -] Logging enabled! 2018-09-14 10:25:38.184 2252 INFO octavia.common.config [req-922f44df-6c1d-4186-86f2-fd10ea0cef30 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:38.227 2252 WARNING octavia.api.root_controller [req-922f44df-6c1d-4186-86f2-fd10ea0cef30 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:38.257 2252 INFO octavia.api.v2.controllers.load_balancer [req-75723a79-e46f-42f2-9db8-6318e3f92cd6 - - - - -] Sending created Load Balancer 2087cf64-526f-4070-8b87-199721a4154d to the handler 2018-09-14 10:25:38.538 2252 INFO octavia.api.v2.controllers.listener [req-f6b71389-90e4-4533-a84e-37a424363b85 - - - - -] Sending Creation of Listener ecc031e3-c1c3-48c5-ba62-8846dba5c5e2 to handler 2018-09-14 10:25:38.901 2252 INFO octavia.api.v2.controllers.pool [req-ac64bd78-f39a-4e95-a571-fd11937c1497 - - - - -] Sending Creation of Pool 71aa2c5f-bdd1-427a-9329-7a8c4719e73f to handler 2018-09-14 10:25:39.319 2252 INFO octavia.api.v2.controllers.pool [req-3621493c-5ac0-4080-9790-5dfaefd70792 - - - - -] Sending Creation of Pool 27fc755d-0c64-4c98-9ee1-1f7c19a89805 to handler 2018-09-14 10:25:39.688 2252 INFO octavia.api.v2.controllers.health_monitor [req-a24e5935-202c-4f3c-8ef9-f3669362028f - - - - -] Sending Creation of Health Monitor f411c726-f919-43a1-baad-50e4c5faf57b to handler 2018-09-14 10:25:40.191 2252 INFO oslo_db.sqlalchemy.provision [req-678cf678-1de8-4374-875c-3a95178a0918 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:40.195 2252 INFO oslo_db.sqlalchemy.provision [req-678cf678-1de8-4374-875c-3a95178a0918 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cecxzjfqrl 2018-09-14 10:25:40.195 2252 INFO oslo_db.sqlalchemy.provision [req-678cf678-1de8-4374-875c-3a95178a0918 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_not_authorized [2.193794s] ... ok 2018-09-14 10:25:40.879 2268 INFO oslo_db.sqlalchemy.provision [req-58f94120-f82d-473a-9411-463eac962f6c - - - - -] CREATE BACKEND sqlite:// TOKEN yaizszejwb 2018-09-14 10:25:41.064 2268 INFO octavia.common.config [req-58f94120-f82d-473a-9411-463eac962f6c - - - - -] Logging enabled! 2018-09-14 10:25:41.065 2268 INFO octavia.common.config [req-58f94120-f82d-473a-9411-463eac962f6c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:41.108 2268 WARNING octavia.api.root_controller [req-58f94120-f82d-473a-9411-463eac962f6c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:41.140 2268 INFO octavia.api.v2.controllers.load_balancer [req-de46a386-c787-4c8d-bb76-e07447ee4d4d - - - - -] Sending created Load Balancer 2d5dce52-cac7-427a-b2ba-dcc9bf7b97a1 to the handler 2018-09-14 10:25:41.398 2268 INFO octavia.api.v2.controllers.pool [req-7b0edd3f-2978-419e-a4e4-a4bcd357d479 - - - - -] Sending Creation of Pool fc36c165-9070-4cd2-8724-c72e206e926f to handler 2018-09-14 10:25:41.710 2268 INFO octavia.api.v2.controllers.listener [req-691ebd58-5c20-44a9-a902-29ba3468ab05 - - - - -] Sending Creation of Listener 8905dccc-26f4-4a34-aecd-ebd80fd18552 to handler 2018-09-14 10:25:42.060 2268 INFO oslo_db.sqlalchemy.provision [req-60822291-7e23-4d99-bafa-3353031a664b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.064 2268 INFO oslo_db.sqlalchemy.provision [req-60822291-7e23-4d99-bafa-3353031a664b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yaizszejwb 2018-09-14 10:25:42.065 2268 INFO oslo_db.sqlalchemy.provision [req-60822291-7e23-4d99-bafa-3353031a664b - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_one_fields_filter [1.192986s] ... ok 2018-09-14 10:25:42.115 2243 INFO oslo_db.sqlalchemy.provision [req-6ae07693-f175-4eda-8d57-9f09c1926dda - - - - -] CREATE BACKEND sqlite:// TOKEN opxzkubzfx 2018-09-14 10:25:42.274 2243 INFO octavia.common.config [req-6ae07693-f175-4eda-8d57-9f09c1926dda - - - - -] Logging enabled! 2018-09-14 10:25:42.275 2243 INFO octavia.common.config [req-6ae07693-f175-4eda-8d57-9f09c1926dda - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.313 2243 WARNING octavia.api.root_controller [req-6ae07693-f175-4eda-8d57-9f09c1926dda - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:42.339 2243 INFO octavia.api.v2.controllers.load_balancer [req-48b5572d-7996-44c5-9305-e1c6548d4def - - - - -] Sending created Load Balancer 80a91093-166b-49e2-ae67-17eb4c791533 to the handler 2018-09-14 10:25:42.605 2243 INFO oslo_db.sqlalchemy.provision [req-2546f8af-cb25-4e5c-a70c-c1e8907ff70f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.609 2243 INFO oslo_db.sqlalchemy.provision [req-2546f8af-cb25-4e5c-a70c-c1e8907ff70f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN opxzkubzfx 2018-09-14 10:25:42.610 2243 INFO oslo_db.sqlalchemy.provision [req-2546f8af-cb25-4e5c-a70c-c1e8907ff70f - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:50.150 2248 INFO oslo_db.sqlalchemy.provision [req-df11545d-1869-4e99-b55f-eca3df15ece8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.154 2248 INFO oslo_db.sqlalchemy.provision [req-df11545d-1869-4e99-b55f-eca3df15ece8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ffepnmvvkd 2018-09-14 10:25:50.154 2248 INFO oslo_db.sqlalchemy.provision [req-df11545d-1869-4e99-b55f-eca3df15ece8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create [1.385539s] ... ok 2018-09-14 10:25:45.363 2258 INFO oslo_db.sqlalchemy.provision [req-129ad9d9-f1ec-4436-ba87-fff52cfa308b - - - - -] CREATE BACKEND sqlite:// TOKEN tszuvljdke 2018-09-14 10:25:45.540 2258 INFO octavia.common.config [req-129ad9d9-f1ec-4436-ba87-fff52cfa308b - - - - -] Logging enabled! 2018-09-14 10:25:45.541 2258 INFO octavia.common.config [req-129ad9d9-f1ec-4436-ba87-fff52cfa308b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.582 2258 WARNING octavia.api.root_controller [req-129ad9d9-f1ec-4436-ba87-fff52cfa308b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.610 2258 INFO octavia.api.v2.controllers.load_balancer [req-91e59321-2643-4b38-848b-11b5e07c9384 - - - - -] Sending created Load Balancer c83b3e4c-43e0-4f89-9fe8-fe068550e530 to the handler 2018-09-14 10:25:45.882 2258 INFO octavia.api.v2.controllers.listener [req-6a0c1d4e-a040-4c90-9328-32b4219c207d - - - - -] Sending Creation of Listener c7a4ac32-762c-4deb-8b36-5334498970a6 to handler 2018-09-14 10:25:46.172 2258 INFO octavia.api.v2.controllers.pool [req-25dd077d-c96a-4ac2-a75f-66abad281f5c - - - - -] Sending Creation of Pool e7280b43-f280-4ee7-8b3d-06e880d66e15 to handler 2018-09-14 10:25:46.539 2258 INFO octavia.api.v2.controllers.pool [req-9e51acf2-21a2-445a-a841-07f391d16509 - - - - -] Sending Creation of Pool d500a86a-8e0d-46fc-a406-6767bc873edf to handler 2018-09-14 10:25:47.145 2258 INFO octavia.api.v2.controllers.member [req-bec9cad5-7bfc-41f0-ad4c-62b1af1c4ecb - - - - -] Sending Creation of Member 24f4136e-c6d8-41a5-84bc-d8edea17e240 to handler 2018-09-14 10:25:47.518 2258 INFO octavia.api.v2.controllers.member [req-b142d23e-130d-4fb9-a217-52c1b4d58414 - - - - -] Sending Creation of Member ca9b2b8d-9401-4c81-9770-b8403ddfbc7f to handler 2018-09-14 10:25:47.909 2258 INFO octavia.api.v2.controllers.member [req-94f1a1b4-7474-46d1-b8dc-b91282ed8d94 - - - - -] Sending Creation of Member 95d1afda-986b-40aa-8a28-424a118b3d5e to handler 2018-09-14 10:25:48.392 2258 INFO oslo_db.sqlalchemy.provision [req-b3a63536-ed22-4cf3-b93f-3b24c5dea747 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.395 2258 INFO oslo_db.sqlalchemy.provision [req-b3a63536-ed22-4cf3-b93f-3b24c5dea747 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tszuvljdke 2018-09-14 10:25:48.396 2258 INFO oslo_db.sqlalchemy.provision [req-b3a63536-ed22-4cf3-b93f-3b24c5dea747 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_filter [3.040867s] ... ok 2018-09-14 10:25:46.976 2239 INFO oslo_db.sqlalchemy.provision [req-635b4eef-42d5-41e0-93f7-efdad1c304e5 - - - - -] CREATE BACKEND sqlite:// TOKEN jytjcjgayr 2018-09-14 10:25:47.147 2239 INFO octavia.common.config [req-635b4eef-42d5-41e0-93f7-efdad1c304e5 - - - - -] Logging enabled! 2018-09-14 10:25:47.148 2239 INFO octavia.common.config [req-635b4eef-42d5-41e0-93f7-efdad1c304e5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:47.189 2239 WARNING octavia.api.root_controller [req-635b4eef-42d5-41e0-93f7-efdad1c304e5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:47.216 2239 INFO octavia.api.v2.controllers.load_balancer [req-60c3d514-b321-4094-968d-829108ad9fbc - - - - -] Sending created Load Balancer e45d3020-d76c-4614-bf8d-8469ec3b6a2e to the handler 2018-09-14 10:25:47.640 2239 INFO octavia.api.v2.controllers.listener [req-66fa327e-8d34-48dc-9ffa-6f19c3cb8c72 - - - - -] Sending Creation of Listener bb9a8355-c2a8-4f02-9b7f-968eab37da4b to handler 2018-09-14 10:25:47.947 2239 INFO octavia.api.v2.controllers.l7policy [req-dd88b5c6-f4bb-418c-b19e-0e6dca7c2939 - - - - -] Sending Creation of L7Policy d01f8695-c0d8-42c4-96e2-fd0a58b0b409 to handler 2018-09-14 10:25:48.446 2239 INFO octavia.api.v2.controllers.l7rule [req-65e4c567-bc85-479c-bca8-b6c930e9fd9d - - - - -] Sending Creation of L7Rule 4cc16a58-1ea1-4d6e-ad74-e15c3c562f48 to handler 2018-09-14 10:25:48.966 2239 INFO octavia.api.v2.controllers.l7rule [req-99c1ea38-17d5-4274-a63f-455041fb61d0 - - - - -] Sending Creation of L7Rule 70665c7e-25dc-405f-8576-aa1dbd440d63 to handler 2018-09-14 10:25:49.687 2239 INFO octavia.api.v2.controllers.l7rule [req-adc6a538-1a4f-44f5-878d-94a937d18a46 - - - - -] Sending Creation of L7Rule ef2c1204-5bee-48f6-98d6-036724232f64 to handler 2018-09-14 10:25:47.480 2246 INFO oslo_db.sqlalchemy.provision [req-8a7cb764-e11c-4ed5-b690-f8f8b1a9ddf3 - - - - -] CREATE BACKEND sqlite:// TOKEN dzswmqlcke 2018-09-14 10:25:47.653 2246 INFO octavia.common.config [req-8a7cb764-e11c-4ed5-b690-f8f8b1a9ddf3 - - - - -] Logging enabled! 2018-09-14 10:25:47.654 2246 INFO octavia.common.config [req-8a7cb764-e11c-4ed5-b690-f8f8b1a9ddf3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:47.690 2246 WARNING octavia.api.root_controller [req-8a7cb764-e11c-4ed5-b690-f8f8b1a9ddf3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:47.715 2246 INFO octavia.api.v1.controllers.load_balancer [req-376c0e95-8ec0-4fbf-8a81-b47c5a41cd79 - - - - -] Sending created Load Balancer 5a3e646b-f468-4aff-9e07-b632f54e6def to the handler 2018-09-14 10:25:47.880 2246 INFO octavia.api.v1.controllers.listener [req-2b30928b-617f-4f6a-923b-6b1b88ae928a - - - - -] Sending Creation of Listener 65c26be3-c2c6-4e56-ae05-94b4d4b7db27 to handler 2018-09-14 10:25:48.111 2246 INFO octavia.api.v1.controllers.l7policy [req-babdea8c-543b-49ae-9106-09966c613dce - - - - -] Sending Creation of L7Policy 5daced01-2c25-435c-957c-8474c2bab463 to handler 2018-09-14 10:25:48.342 2246 INFO octavia.api.v1.controllers.l7rule [req-d0ebe43f-046b-41e2-8f79-5cd326b0cc17 - - - - -] Sending Creation of L7Rule 0d039e14-1ebe-4280-96f0-f59ec7e12d7f to handler 2018-09-14 10:25:48.536 2246 INFO octavia.api.v1.controllers.load_balancer [req-29349903-9615-4e39-8391-ae047a79acfc - - - - -] Sending deleted Load Balancer 5a3e646b-f468-4aff-9e07-b632f54e6def to the handler 2018-09-14 10:25:48.588 2246 INFO octavia.api.v1.controllers.l7rule [req-1476b232-d6c1-4ed1-bdaa-2c66586f3a8b - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:48.631 2246 INFO oslo_db.sqlalchemy.provision [req-1476b232-d6c1-4ed1-bdaa-2c66586f3a8b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.635 2246 INFO oslo_db.sqlalchemy.provision [req-1476b232-d6c1-4ed1-bdaa-2c66586f3a8b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dzswmqlcke 2018-09-14 10:25:48.636 2246 INFO oslo_db.sqlalchemy.provision [req-1476b232-d6c1-4ed1-bdaa-2c66586f3a8b - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_update_when_lb_pending_delete [1.162484s] ... ok 2018-09-14 10:25:41.121 2270 INFO oslo_db.sqlalchemy.provision [req-2d278f32-de6d-4660-a17e-bedabd698898 - - - - -] CREATE BACKEND sqlite:// TOKEN phutmezryu 2018-09-14 10:25:41.306 2270 INFO octavia.common.config [req-2d278f32-de6d-4660-a17e-bedabd698898 - - - - -] Logging enabled! 2018-09-14 10:25:41.307 2270 INFO octavia.common.config [req-2d278f32-de6d-4660-a17e-bedabd698898 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:41.350 2270 WARNING octavia.api.root_controller [req-2d278f32-de6d-4660-a17e-bedabd698898 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:41.377 2270 INFO octavia.api.v2.controllers.load_balancer [req-b7f95a45-4d7c-48d0-8f9a-b25081a3b8b1 - - - - -] Sending created Load Balancer 95cb62d5-19d4-4e3f-8ed7-7cbc87c11c05 to the handler 2018-09-14 10:25:41.648 2270 INFO octavia.api.v2.controllers.listener [req-9579cd4a-1bec-43b1-b0f2-8ce41948ce7e - - - - -] Sending Creation of Listener 15443bdb-d1ae-48ce-ae78-c548326ac2ae to handler 2018-09-14 10:25:41.943 2270 INFO octavia.api.v2.controllers.pool [req-b109d43e-a1b7-4a66-883b-469aa31beb46 - - - - -] Sending Creation of Pool a85a5999-d6b4-455f-b940-c14ad9b4be84 to handler 2018-09-14 10:25:42.291 2270 INFO octavia.api.v2.controllers.pool [req-94b80c42-041d-4291-a63a-529381c3acb3 - - - - -] Sending Creation of Pool 3e7def08-d0d4-4f85-bd8c-f7d7df549edc to handler 2018-09-14 10:25:42.721 2270 INFO octavia.api.v2.controllers.member [req-5d5742d5-a550-4bd7-afa9-7d9aafeb61cd - - - - -] Sending Full Member Update to handler 2018-09-14 10:25:42.937 2270 INFO oslo_db.sqlalchemy.provision [req-162ed5a6-ef63-403f-90fd-8ffec22c1685 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.941 2270 INFO oslo_db.sqlalchemy.provision [req-162ed5a6-ef63-403f-90fd-8ffec22c1685 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN phutmezryu 2018-09-14 10:25:42.942 2270 INFO oslo_db.sqlalchemy.provision [req-162ed5a6-ef63-403f-90fd-8ffec22c1685 - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.api.v2.test_member.TestMember.test_create_batch_members [1.828725s] ... ok {4} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_not_authorized_no_role [0.500581s] ... ok 2018-09-14 10:25:50.163 2248 INFO oslo_db.sqlalchemy.provision [req-df11545d-1869-4e99-b55f-eca3df15ece8 - - - - -] CREATE BACKEND sqlite:// TOKEN vcjzhxrpwd 2018-09-14 10:25:50.327 2248 INFO octavia.common.config [req-df11545d-1869-4e99-b55f-eca3df15ece8 - - - - -] Logging enabled! 2018-09-14 10:25:50.327 2248 INFO octavia.common.config [req-df11545d-1869-4e99-b55f-eca3df15ece8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.073 2268 INFO oslo_db.sqlalchemy.provision [req-60822291-7e23-4d99-bafa-3353031a664b - - - - -] CREATE BACKEND sqlite:// TOKEN jhjtkhkyaz 2018-09-14 10:25:42.246 2268 INFO octavia.common.config [req-60822291-7e23-4d99-bafa-3353031a664b - - - - -] Logging enabled! 2018-09-14 10:25:42.247 2268 INFO octavia.common.config [req-60822291-7e23-4d99-bafa-3353031a664b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.286 2268 WARNING octavia.api.root_controller [req-60822291-7e23-4d99-bafa-3353031a664b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:42.319 2268 INFO oslo_db.sqlalchemy.provision [req-e6f3f75d-b4da-431d-bd2b-c556a3070df9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.322 2268 INFO oslo_db.sqlalchemy.provision [req-e6f3f75d-b4da-431d-bd2b-c556a3070df9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jhjtkhkyaz 2018-09-14 10:25:42.323 2268 INFO oslo_db.sqlalchemy.provision [req-e6f3f75d-b4da-431d-bd2b-c556a3070df9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_empty_vip [0.256527s] ... ok 2018-09-14 10:25:50.367 2248 WARNING octavia.api.root_controller [req-df11545d-1869-4e99-b55f-eca3df15ece8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.394 2248 INFO octavia.api.v2.controllers.load_balancer [req-ecb1d534-21c0-4ecf-aacc-832e6529c857 - - - - -] Sending created Load Balancer a961b306-967b-42f8-9a59-22fcd50a7c99 to the handler 2018-09-14 10:25:50.653 2248 INFO octavia.api.v2.controllers.pool [req-546dfb3b-9849-4ed8-a6bf-1b5c11583c6c - - - - -] Sending Creation of Pool f5ef8b7b-e95a-4c51-aad4-e953c92fb0b8 to handler 2018-09-14 10:25:50.534 2242 INFO octavia.api.v2.controllers.l7rule [req-1097791d-cf09-4c27-8229-ee36ab4d9c1b - - - - -] Sending Creation of L7Rule 4a64e780-6b5b-4536-84fd-73d9e5ba93e3 to handler 2018-09-14 10:25:44.748 2264 INFO oslo_db.sqlalchemy.provision [req-6ad22d82-d0c7-4aaf-8469-f2dd57b2ca39 - - - - -] CREATE BACKEND sqlite:// TOKEN busjzceprh 2018-09-14 10:25:44.919 2264 INFO octavia.common.config [req-6ad22d82-d0c7-4aaf-8469-f2dd57b2ca39 - - - - -] Logging enabled! 2018-09-14 10:25:44.920 2264 INFO octavia.common.config [req-6ad22d82-d0c7-4aaf-8469-f2dd57b2ca39 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:44.964 2264 WARNING octavia.api.root_controller [req-6ad22d82-d0c7-4aaf-8469-f2dd57b2ca39 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:44.993 2264 INFO octavia.api.v2.controllers.load_balancer [req-cc49f709-b385-428c-9c63-30221b96bdea - - - - -] Sending created Load Balancer bd560922-b8ba-4265-8485-c807055774d0 to the handler 2018-09-14 10:25:45.251 2264 INFO octavia.api.v2.controllers.pool [req-98e38a14-0bb3-4ae9-8aed-b595ef81e54a - - - - -] Sending Creation of Pool ef5448ce-0e22-477e-b7f5-17d3520dbe8f to handler 2018-09-14 10:25:45.505 2264 ERROR octavia.api.v2.controllers.base [req-11636dcb-10af-4e18-81a5-ac1f6052e32b - - - - -] Listener SEAN-CONNERY not found: None 2018-09-14 10:25:45.505 2264 ERROR octavia.api.v2.controllers.base None 2018-09-14 10:25:45.505 2264 ERROR octavia.api.v2.controllers.base 2018-09-14 10:25:45.532 2264 INFO oslo_db.sqlalchemy.provision [req-11636dcb-10af-4e18-81a5-ac1f6052e32b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.535 2264 INFO oslo_db.sqlalchemy.provision [req-11636dcb-10af-4e18-81a5-ac1f6052e32b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN busjzceprh 2018-09-14 10:25:45.536 2264 INFO oslo_db.sqlalchemy.provision [req-11636dcb-10af-4e18-81a5-ac1f6052e32b - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_bad_listener_id [0.794241s] ... ok 2018-09-14 10:25:38.073 2247 INFO oslo_db.sqlalchemy.provision [req-4a969f4c-2b38-4883-acc6-4554538a0954 - - - - -] CREATE BACKEND sqlite:// TOKEN qnkennssay 2018-09-14 10:25:38.235 2247 INFO octavia.common.config [req-4a969f4c-2b38-4883-acc6-4554538a0954 - - - - -] Logging enabled! 2018-09-14 10:25:38.236 2247 INFO octavia.common.config [req-4a969f4c-2b38-4883-acc6-4554538a0954 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:38.281 2247 WARNING octavia.api.root_controller [req-4a969f4c-2b38-4883-acc6-4554538a0954 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:38.308 2247 INFO octavia.api.v2.controllers.load_balancer [req-d6e8b3ef-a3b0-4c06-8e66-7bcb5000c8ba - - - - -] Sending created Load Balancer dbd638a6-4d4a-4562-a1de-6224b2c9d64c to the handler 2018-09-14 10:25:38.347 2247 INFO octavia.api.v2.controllers.load_balancer [req-e0de4ba9-772b-4c14-800f-6657899efc16 - - - - -] Sending created Load Balancer e2dbfb2d-e96e-4e09-a0b5-9333a0a17f22 to the handler 2018-09-14 10:25:38.387 2247 INFO octavia.api.v2.controllers.load_balancer [req-9147ed89-e162-4589-917c-d0934f5d058c - - - - -] Sending created Load Balancer c4d1dd72-b0c8-48b4-b4de-4fcc9c4173b2 to the handler 2018-09-14 10:25:38.435 2247 INFO oslo_db.sqlalchemy.provision [req-a8db7ebf-7272-4db9-a6d5-3c4e8dd7aa5e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.438 2247 INFO oslo_db.sqlalchemy.provision [req-a8db7ebf-7272-4db9-a6d5-3c4e8dd7aa5e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qnkennssay 2018-09-14 10:25:38.439 2247 INFO oslo_db.sqlalchemy.provision [req-a8db7ebf-7272-4db9-a6d5-3c4e8dd7aa5e - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_not_authorized [0.371838s] ... ok 2018-09-14 10:25:39.394 2250 INFO oslo_db.sqlalchemy.provision [req-929649cf-1e4c-474f-962e-21bf79d8257f - - - - -] CREATE BACKEND sqlite:// TOKEN egrausqygu 2018-09-14 10:25:39.559 2250 INFO octavia.common.config [req-929649cf-1e4c-474f-962e-21bf79d8257f - - - - -] Logging enabled! 2018-09-14 10:25:39.560 2250 INFO octavia.common.config [req-929649cf-1e4c-474f-962e-21bf79d8257f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.602 2250 WARNING octavia.api.root_controller [req-929649cf-1e4c-474f-962e-21bf79d8257f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.637 2250 INFO oslo_db.sqlalchemy.provision [req-099039fd-372b-44e7-bfb2-5c8036573892 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:39.641 2250 INFO oslo_db.sqlalchemy.provision [req-099039fd-372b-44e7-bfb2-5c8036573892 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN egrausqygu 2018-09-14 10:25:39.641 2250 INFO oslo_db.sqlalchemy.provision [req-099039fd-372b-44e7-bfb2-5c8036573892 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_without_vip [0.253704s] ... ok 2018-09-14 10:25:49.565 2240 INFO octavia.api.v2.controllers.listener [req-3579bea7-d82a-4b53-8b30-b5e9249c7ea9 - - - - -] Sending Creation of Listener b294f659-a514-48cb-bf2b-2ec7ed17ba38 to handler 2018-09-14 10:25:49.667 2240 INFO oslo_db.sqlalchemy.provision [req-e3f88993-76e8-4567-b194-6c3bd7be70cc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.670 2240 INFO oslo_db.sqlalchemy.provision [req-e3f88993-76e8-4567-b194-6c3bd7be70cc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eizypriads 2018-09-14 10:25:49.671 2240 INFO oslo_db.sqlalchemy.provision [req-e3f88993-76e8-4567-b194-6c3bd7be70cc - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_get [0.905110s] ... ok 2018-09-14 10:25:44.184 2269 INFO oslo_db.sqlalchemy.provision [req-92a74f29-f710-4ce0-823c-59fd3dde0e4e - - - - -] CREATE BACKEND sqlite:// TOKEN rasxmaewhn 2018-09-14 10:25:44.350 2269 INFO octavia.common.config [req-92a74f29-f710-4ce0-823c-59fd3dde0e4e - - - - -] Logging enabled! 2018-09-14 10:25:44.351 2269 INFO octavia.common.config [req-92a74f29-f710-4ce0-823c-59fd3dde0e4e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:44.391 2269 WARNING octavia.api.root_controller [req-92a74f29-f710-4ce0-823c-59fd3dde0e4e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:44.417 2269 INFO octavia.api.v2.controllers.load_balancer [req-7c25d041-0f63-48f1-a759-f39b3fa66569 - - - - -] Sending created Load Balancer 67028f59-899a-42e9-9a7c-af08830597f0 to the handler 2018-09-14 10:25:44.674 2269 INFO octavia.api.v2.controllers.listener [req-9e34c4c4-a6fa-47ae-a60c-54c80cc03299 - - - - -] Sending Creation of Listener 094e4961-147e-499c-be01-20f3d46b763f to handler 2018-09-14 10:25:45.143 2269 INFO octavia.api.v2.controllers.pool [req-69c99f62-5c66-4110-852b-42caa6598989 - - - - -] Sending Creation of Pool da3dea2d-3012-4ed1-afc8-ed6e338812d1 to handler 2018-09-14 10:25:45.482 2269 INFO octavia.api.v2.controllers.l7policy [req-47dd6497-5301-4135-bfb4-da84fd413bf9 - - - - -] Sending Creation of L7Policy 91ae7828-6c62-4d6d-b5cd-cf43cd32765c to handler 2018-09-14 10:25:46.111 2269 INFO octavia.api.v2.controllers.l7policy [req-b5fa36a4-7eda-47be-89b7-4f9bc328498f - - - - -] Sending Deletion of L7Policy 91ae7828-6c62-4d6d-b5cd-cf43cd32765c to handler 2018-09-14 10:25:46.246 2269 INFO oslo_db.sqlalchemy.provision [req-47553312-1116-4cc7-a3f5-bc4b00efb95b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:46.250 2269 INFO oslo_db.sqlalchemy.provision [req-47553312-1116-4cc7-a3f5-bc4b00efb95b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rasxmaewhn 2018-09-14 10:25:46.250 2269 INFO oslo_db.sqlalchemy.provision [req-47553312-1116-4cc7-a3f5-bc4b00efb95b - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete [2.074311s] ... ok 2018-09-14 10:25:38.046 2262 INFO oslo_db.sqlalchemy.provision [req-b98f74a6-f739-497e-946e-a6f2c59da36d - - - - -] CREATE BACKEND sqlite:// TOKEN tislpiuwkv 2018-09-14 10:25:38.212 2262 INFO octavia.common.config [req-b98f74a6-f739-497e-946e-a6f2c59da36d - - - - -] Logging enabled! 2018-09-14 10:25:38.213 2262 INFO octavia.common.config [req-b98f74a6-f739-497e-946e-a6f2c59da36d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:38.260 2262 WARNING octavia.api.root_controller [req-b98f74a6-f739-497e-946e-a6f2c59da36d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:38.288 2262 INFO octavia.api.v2.controllers.load_balancer [req-b5e86b09-cfad-4fec-8092-84feab40e1f0 - - - - -] Sending created Load Balancer 26095936-957f-4ec4-a282-3823091b0689 to the handler 2018-09-14 10:25:38.565 2262 INFO octavia.api.v2.controllers.listener [req-1182ca85-21b9-4c42-8237-7a8bca89a1f7 - - - - -] Sending Creation of Listener 69849ede-ccc7-4c9a-b587-6f72db77cdd3 to handler 2018-09-14 10:25:38.864 2262 INFO octavia.api.v2.controllers.l7policy [req-116c2540-a2d6-4355-aa24-bb4331f9cf12 - - - - -] Sending Creation of L7Policy e53f614b-f5ba-4b64-81c4-687e5a808b5f to handler 2018-09-14 10:25:39.591 2262 INFO octavia.api.v2.controllers.l7rule [req-6294e3b0-3465-4492-8b8e-8bdea4ebdf39 - - - - -] Sending Creation of L7Rule f1d5a5d4-3b1e-4b32-b626-dc34b778e617 to handler 2018-09-14 10:25:39.653 2262 INFO oslo_db.sqlalchemy.provision [req-7441ea70-a2d7-407f-8b13-e71aa6527740 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:39.657 2262 INFO oslo_db.sqlalchemy.provision [req-7441ea70-a2d7-407f-8b13-e71aa6527740 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tislpiuwkv 2018-09-14 10:25:39.658 2262 INFO oslo_db.sqlalchemy.provision [req-7441ea70-a2d7-407f-8b13-e71aa6527740 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_update [1.618854s] ... ok 2018-09-14 10:25:40.548 2249 INFO oslo_db.sqlalchemy.provision [req-f81d5254-6f92-4f0a-ab8a-308bd3670987 - - - - -] CREATE BACKEND sqlite:// TOKEN imjmcketsr 2018-09-14 10:25:40.720 2249 INFO octavia.common.config [req-f81d5254-6f92-4f0a-ab8a-308bd3670987 - - - - -] Logging enabled! 2018-09-14 10:25:40.721 2249 INFO octavia.common.config [req-f81d5254-6f92-4f0a-ab8a-308bd3670987 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:40.764 2249 WARNING octavia.api.root_controller [req-f81d5254-6f92-4f0a-ab8a-308bd3670987 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:40.790 2249 INFO octavia.api.v2.controllers.load_balancer [req-9b8bed27-838f-47f6-bf9c-a6eff3958794 - - - - -] Sending created Load Balancer 2e19031c-6754-4f4d-a008-c7fda13d93cb to the handler 2018-09-14 10:25:41.051 2249 INFO octavia.api.v2.controllers.listener [req-8e54b666-c19d-46c7-887d-48a366aae208 - - - - -] Sending Creation of Listener dcaed8b7-534c-4c2c-889f-35f7d0750ebb to handler 2018-09-14 10:25:41.347 2249 INFO octavia.api.v2.controllers.pool [req-5bf0fa73-8590-479e-9db1-180cc13cb47c - - - - -] Sending Creation of Pool 5d8c4f58-ffda-4252-bf88-78129bfb4895 to handler 2018-09-14 10:25:41.687 2249 INFO octavia.api.v2.controllers.l7policy [req-ceeb9969-144c-47d0-b99f-ebde2b994193 - - - - -] Sending Creation of L7Policy 0e775dc2-ea61-4038-a90e-0ccaf82b7bad to handler 2018-09-14 10:25:42.446 2249 INFO octavia.api.v2.controllers.l7policy [req-c17213e4-2dc6-48fb-80a1-19e72e04d388 - - - - -] Sending Creation of L7Policy 7d7644ea-5452-406e-8d1e-6b0dd8aba9de to handler 2018-09-14 10:25:43.149 2249 INFO octavia.api.v2.controllers.l7policy [req-be73b126-6e2c-4108-aed1-c704ee82a431 - - - - -] Sending Creation of L7Policy a36ff06c-71ee-4b42-be40-af7dbd19073d to handler 2018-09-14 10:25:44.179 2249 INFO oslo_db.sqlalchemy.provision [req-c272580c-117a-4206-ba18-1adde85a1a2c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.183 2249 INFO oslo_db.sqlalchemy.provision [req-c272580c-117a-4206-ba18-1adde85a1a2c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN imjmcketsr 2018-09-14 10:25:44.184 2249 INFO oslo_db.sqlalchemy.provision [req-c272580c-117a-4206-ba18-1adde85a1a2c - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_fields_filter [3.641819s] ... ok 2018-09-14 10:25:50.406 2239 INFO oslo_db.sqlalchemy.provision [req-eec5de66-970f-4980-a110-d35aea498875 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.410 2239 INFO oslo_db.sqlalchemy.provision [req-eec5de66-970f-4980-a110-d35aea498875 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jytjcjgayr 2018-09-14 10:25:50.411 2239 INFO oslo_db.sqlalchemy.provision [req-eec5de66-970f-4980-a110-d35aea498875 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_filter [3.444009s] ... ok 2018-09-14 10:25:42.462 2253 INFO oslo_db.sqlalchemy.provision [req-90c89429-d7a4-4b05-93d0-2a06b299b269 - - - - -] CREATE BACKEND sqlite:// TOKEN aawajzcxym 2018-09-14 10:25:42.766 2253 INFO octavia.common.config [req-90c89429-d7a4-4b05-93d0-2a06b299b269 - - - - -] Logging enabled! 2018-09-14 10:25:42.766 2253 INFO octavia.common.config [req-90c89429-d7a4-4b05-93d0-2a06b299b269 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.804 2253 WARNING octavia.api.root_controller [req-90c89429-d7a4-4b05-93d0-2a06b299b269 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:42.831 2253 INFO octavia.api.v2.controllers.load_balancer [req-30f56ee3-d772-4491-ac6f-8633a1393bce - - - - -] Sending created Load Balancer 311046ea-2285-4e5a-8950-b3648d325aa9 to the handler 2018-09-14 10:25:43.114 2253 INFO oslo_db.sqlalchemy.provision [req-ecf3925d-7c9d-4408-8ef0-831ce10d59d7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:43.118 2253 INFO oslo_db.sqlalchemy.provision [req-ecf3925d-7c9d-4408-8ef0-831ce10d59d7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aawajzcxym 2018-09-14 10:25:43.118 2253 INFO oslo_db.sqlalchemy.provision [req-ecf3925d-7c9d-4408-8ef0-831ce10d59d7 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:42.950 2270 INFO oslo_db.sqlalchemy.provision [req-162ed5a6-ef63-403f-90fd-8ffec22c1685 - - - - -] CREATE BACKEND sqlite:// TOKEN ahcgdyippp 2018-09-14 10:25:43.144 2270 INFO octavia.common.config [req-162ed5a6-ef63-403f-90fd-8ffec22c1685 - - - - -] Logging enabled! 2018-09-14 10:25:43.145 2270 INFO octavia.common.config [req-162ed5a6-ef63-403f-90fd-8ffec22c1685 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.184 2270 WARNING octavia.api.root_controller [req-162ed5a6-ef63-403f-90fd-8ffec22c1685 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.214 2270 INFO octavia.api.v2.controllers.load_balancer [req-6baafddc-0438-4826-9df2-eb011c57c706 - - - - -] Sending created Load Balancer 3e1983b4-220e-40ac-8998-52b1794d8107 to the handler 2018-09-14 10:25:43.476 2270 INFO octavia.api.v2.controllers.listener [req-6e774ff6-1843-4723-8f84-9832c2fe4a1c - - - - -] Sending Creation of Listener 9704dac6-dd96-40bb-b212-939c6023e410 to handler 2018-09-14 10:25:43.939 2270 INFO octavia.api.v2.controllers.pool [req-5933471a-ea4e-4b0e-aedb-5b3fb51821e3 - - - - -] Sending Creation of Pool 08ca1924-f7e8-4a13-87b5-a35378d703d7 to handler 2018-09-14 10:25:44.094 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.098 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ahcgdyippp 2018-09-14 10:25:44.098 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_not_authorized [0.663195s] ... ok {31} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_sans_loadbalancer_id [1.155456s] ... ok 2018-09-14 10:25:40.058 2267 INFO oslo_db.sqlalchemy.provision [req-80645df2-e0e1-450f-9752-2d57c9484aab - - - - -] CREATE BACKEND sqlite:// TOKEN hxworrkwzf 2018-09-14 10:25:40.222 2267 INFO octavia.common.config [req-80645df2-e0e1-450f-9752-2d57c9484aab - - - - -] Logging enabled! 2018-09-14 10:25:40.223 2267 INFO octavia.common.config [req-80645df2-e0e1-450f-9752-2d57c9484aab - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:40.262 2267 WARNING octavia.api.root_controller [req-80645df2-e0e1-450f-9752-2d57c9484aab - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:40.300 2267 INFO octavia.api.v2.controllers.load_balancer [req-0a8b39a0-e23d-40b3-b257-3cf8bc898c20 - - - - -] Sending created Load Balancer f96af90d-57f9-499a-a980-5068117cfd62 to the handler 2018-09-14 10:25:40.347 2267 INFO oslo_db.sqlalchemy.provision [req-0a8b39a0-e23d-40b3-b257-3cf8bc898c20 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:40.351 2267 INFO oslo_db.sqlalchemy.provision [req-0a8b39a0-e23d-40b3-b257-3cf8bc898c20 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hxworrkwzf 2018-09-14 10:25:40.352 2267 INFO oslo_db.sqlalchemy.provision [req-0a8b39a0-e23d-40b3-b257-3cf8bc898c20 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener [0.299586s] ... ok 2018-09-14 10:25:40.586 2266 INFO oslo_db.sqlalchemy.provision [req-7c925fd3-77c4-4e95-8b81-e99fbad5f251 - - - - -] CREATE BACKEND sqlite:// TOKEN dlitdnvavr 2018-09-14 10:25:40.751 2266 INFO octavia.common.config [req-7c925fd3-77c4-4e95-8b81-e99fbad5f251 - - - - -] Logging enabled! 2018-09-14 10:25:40.752 2266 INFO octavia.common.config [req-7c925fd3-77c4-4e95-8b81-e99fbad5f251 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:40.793 2266 WARNING octavia.api.root_controller [req-7c925fd3-77c4-4e95-8b81-e99fbad5f251 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:40.819 2266 INFO octavia.api.v2.controllers.load_balancer [req-ede45fee-0d7a-4968-bd23-9384e5185bcd - - - - -] Sending created Load Balancer 4cda5827-db85-4159-b4d9-b38fe119d416 to the handler 2018-09-14 10:25:41.106 2266 INFO octavia.api.v2.controllers.listener [req-0cb5200e-7ee0-4800-8297-f75c2729ca6d - - - - -] Sending Creation of Listener a51a9b4e-09a7-43ca-8812-b77e852c88c8 to handler 2018-09-14 10:25:41.548 2266 INFO octavia.api.v2.controllers.pool [req-2cb61ba8-3d3b-486f-95f6-d125225b9091 - - - - -] Sending Creation of Pool cdc60b14-b64d-48bd-9c01-b8560e005e48 to handler 2018-09-14 10:25:41.908 2266 INFO octavia.api.v2.controllers.l7policy [req-11dd571f-8fbc-42e3-8ef4-5df081f97d21 - - - - -] Sending Creation of L7Policy 03804e61-222a-45b1-b703-339583bd3bca to handler 2018-09-14 10:25:42.386 2266 INFO octavia.api.v2.controllers.load_balancer [req-82ce828c-1f71-465a-9aa6-b47e1aeb0891 - - - - -] Sending updated Load Balancer 4cda5827-db85-4159-b4d9-b38fe119d416 to the handler 2018-09-14 10:25:42.458 2266 INFO octavia.api.v2.controllers.l7policy [req-3aae8834-da13-4143-b5bd-2a0b26f1e14f - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:42.484 2266 INFO oslo_db.sqlalchemy.provision [req-3aae8834-da13-4143-b5bd-2a0b26f1e14f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.487 2266 INFO oslo_db.sqlalchemy.provision [req-3aae8834-da13-4143-b5bd-2a0b26f1e14f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dlitdnvavr 2018-09-14 10:25:42.488 2266 INFO oslo_db.sqlalchemy.provision [req-3aae8834-da13-4143-b5bd-2a0b26f1e14f - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_when_lb_pending_update [1.908369s] ... ok 2018-09-14 10:25:50.938 2248 INFO octavia.api.v2.controllers.listener [req-89757dac-3ea5-46ac-b66c-29502618a36a - - - - -] Sending Creation of Listener 9a8bd924-955d-4ea8-824a-0676605d4573 to handler 2018-09-14 10:25:51.038 2248 INFO oslo_db.sqlalchemy.provision [req-63dae51e-4983-4038-bad2-7e5dc789bbfb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.042 2248 INFO oslo_db.sqlalchemy.provision [req-63dae51e-4983-4038-bad2-7e5dc789bbfb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vcjzhxrpwd 2018-09-14 10:25:51.043 2248 INFO oslo_db.sqlalchemy.provision [req-63dae51e-4983-4038-bad2-7e5dc789bbfb - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_authorized [0.887059s] ... ok 2018-09-14 10:25:39.884 2255 INFO oslo_db.sqlalchemy.provision [req-c288b684-1e6f-49a7-a111-fc4823cf25a1 - - - - -] CREATE BACKEND sqlite:// TOKEN wbrwhwgasg 2018-09-14 10:25:40.051 2255 INFO octavia.common.config [req-c288b684-1e6f-49a7-a111-fc4823cf25a1 - - - - -] Logging enabled! 2018-09-14 10:25:40.052 2255 INFO octavia.common.config [req-c288b684-1e6f-49a7-a111-fc4823cf25a1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:40.090 2255 WARNING octavia.api.root_controller [req-c288b684-1e6f-49a7-a111-fc4823cf25a1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:40.122 2255 INFO octavia.api.v2.controllers.load_balancer [req-b03a69c7-a758-4518-95c3-1904a3cb2ec0 - - - - -] Sending created Load Balancer 76582869-817d-4aa5-81f9-4101e9fca94c to the handler 2018-09-14 10:25:40.413 2255 INFO octavia.api.v2.controllers.listener [req-6154878a-b1f4-4760-ba24-52b28278459b - - - - -] Sending Creation of Listener c0458845-2dee-46f7-8351-b9c727f94e65 to handler 2018-09-14 10:25:40.701 2255 INFO octavia.api.v2.controllers.pool [req-a75b3bcf-63b2-44f7-98d5-c467a57e51cd - - - - -] Sending Creation of Pool 82f6649d-4369-47af-a8cb-4329e85e0026 to handler 2018-09-14 10:25:41.055 2255 INFO octavia.api.v2.controllers.pool [req-da0bdca6-26d8-4c11-ae46-5403e0ba8659 - - - - -] Sending Creation of Pool 7d909797-503d-41b2-b711-f5d451899d57 to handler 2018-09-14 10:25:41.432 2255 INFO octavia.api.v2.controllers.health_monitor [req-eef206c3-86a1-4b20-ba9c-28d02df2e2a0 - - - - -] Sending Creation of Health Monitor 0190b5dd-bb48-45e9-b316-9949369a1950 to handler 2018-09-14 10:25:41.990 2255 INFO oslo_db.sqlalchemy.provision [req-943c247a-50fd-4a61-b360-3180b294bee9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:41.994 2255 INFO oslo_db.sqlalchemy.provision [req-943c247a-50fd-4a61-b360-3180b294bee9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wbrwhwgasg 2018-09-14 10:25:41.995 2255 INFO oslo_db.sqlalchemy.provision [req-943c247a-50fd-4a61-b360-3180b294bee9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_bad_update [2.118395s] ... ok 2018-09-14 10:25:37.046 2241 INFO oslo_db.sqlalchemy.provision [req-a51fbee5-5c81-4283-8315-5786834ff57f - - - - -] CREATE BACKEND sqlite:// TOKEN frxtkisyqh 2018-09-14 10:25:37.363 2241 INFO octavia.common.config [req-a51fbee5-5c81-4283-8315-5786834ff57f - - - - -] Logging enabled! 2018-09-14 10:25:37.364 2241 INFO octavia.common.config [req-a51fbee5-5c81-4283-8315-5786834ff57f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:37.406 2241 WARNING octavia.api.root_controller [req-a51fbee5-5c81-4283-8315-5786834ff57f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:37.439 2241 INFO octavia.api.v2.controllers.load_balancer [req-a2a4cb4c-ad9a-4550-9a07-a2b93545b90a - - - - -] Sending created Load Balancer 21841cf3-e6e6-4a3a-b419-f34333e1b411 to the handler 2018-09-14 10:25:37.715 2241 INFO octavia.api.v2.controllers.listener [req-450aa1c5-f676-411b-8405-33b746a11a95 - - - - -] Sending Creation of Listener 6e389c90-4434-4c54-97dd-d83d7644a57c to handler 2018-09-14 10:25:38.005 2241 INFO octavia.api.v2.controllers.pool [req-d6760338-35ff-43e2-81a0-48072c73f74c - - - - -] Sending Creation of Pool 1329f6a2-0c70-460f-b1de-543238754eb8 to handler 2018-09-14 10:25:38.353 2241 INFO octavia.api.v2.controllers.l7policy [req-e06669ca-05dd-49d8-adab-bc1ea39d72e6 - - - - -] Sending Creation of L7Policy 1f7ba69d-c6c4-4edd-accc-bf33c61b5e8c to handler 2018-09-14 10:25:38.451 2241 INFO oslo_db.sqlalchemy.provision [req-e34dd31c-b04f-46f5-8ac3-257a2ebc917d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.454 2241 INFO oslo_db.sqlalchemy.provision [req-e34dd31c-b04f-46f5-8ac3-257a2ebc917d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN frxtkisyqh 2018-09-14 10:25:38.455 2241 INFO oslo_db.sqlalchemy.provision [req-e34dd31c-b04f-46f5-8ac3-257a2ebc917d - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get [1.415944s] ... ok 2018-09-14 10:25:51.829 2242 INFO octavia.api.v2.controllers.l7rule [req-37f5c0c1-8906-45ca-bc58-fe12045b1299 - - - - -] Sending Creation of L7Rule 5bb4f6c4-f54e-4f1d-938d-75755ad409a2 to handler 2018-09-14 10:25:42.645 2257 INFO oslo_db.sqlalchemy.provision [req-79019dbb-d958-421a-a71f-cb8a3447f76d - - - - -] CREATE BACKEND sqlite:// TOKEN wvleyqibva 2018-09-14 10:25:42.805 2257 INFO octavia.common.config [req-79019dbb-d958-421a-a71f-cb8a3447f76d - - - - -] Logging enabled! 2018-09-14 10:25:42.806 2257 INFO octavia.common.config [req-79019dbb-d958-421a-a71f-cb8a3447f76d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.846 2257 WARNING octavia.api.root_controller [req-79019dbb-d958-421a-a71f-cb8a3447f76d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:42.875 2257 INFO octavia.api.v2.controllers.load_balancer [req-4dc930e8-0e46-4d02-930f-f898181166f7 - - - - -] Sending created Load Balancer d2738ee2-4f88-42e4-82ce-403935a93039 to the handler 2018-09-14 10:25:43.119 2257 INFO octavia.api.v2.controllers.load_balancer [req-f2b21a3f-7ea5-48ff-a85a-174396a6e478 - - - - -] Sending updated Load Balancer d2738ee2-4f88-42e4-82ce-403935a93039 to the handler 2018-09-14 10:25:43.160 2257 INFO oslo_db.sqlalchemy.provision [req-f2b21a3f-7ea5-48ff-a85a-174396a6e478 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:43.163 2257 INFO oslo_db.sqlalchemy.provision [req-f2b21a3f-7ea5-48ff-a85a-174396a6e478 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wvleyqibva 2018-09-14 10:25:43.164 2257 INFO oslo_db.sqlalchemy.provision [req-f2b21a3f-7ea5-48ff-a85a-174396a6e478 - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_with_qos [0.525423s] ... ok 2018-09-14 10:25:47.333 2265 INFO oslo_db.sqlalchemy.provision [req-87d731d6-f9f9-4e49-815c-b338d47a6e59 - - - - -] CREATE BACKEND sqlite:// TOKEN xwhnvcgvhl 2018-09-14 10:25:47.493 2265 INFO octavia.common.config [req-87d731d6-f9f9-4e49-815c-b338d47a6e59 - - - - -] Logging enabled! 2018-09-14 10:25:47.494 2265 INFO octavia.common.config [req-87d731d6-f9f9-4e49-815c-b338d47a6e59 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:47.535 2265 WARNING octavia.api.root_controller [req-87d731d6-f9f9-4e49-815c-b338d47a6e59 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:47.561 2265 INFO octavia.api.v2.controllers.load_balancer [req-860db6a0-6535-49e0-9956-21b363a584b3 - - - - -] Sending created Load Balancer 7939bf28-f26f-4838-b4f7-0f698eef9454 to the handler 2018-09-14 10:25:47.818 2265 INFO octavia.api.v2.controllers.pool [req-f931c317-6df5-4d9e-b410-15360ac0958c - - - - -] Sending Creation of Pool 6ddd84e1-8ef4-4e9f-8441-263df5ca440e to handler 2018-09-14 10:25:48.095 2265 INFO octavia.api.v2.controllers.listener [req-1168c8b9-b1a3-4823-92d2-c7f6db8d90eb - - - - -] Sending Creation of Listener cd61b9b7-5515-4a6c-a1d3-52b778285b80 to handler 2018-09-14 10:25:48.423 2265 INFO oslo_db.sqlalchemy.provision [req-f800a032-ff11-4a0b-8656-cd27a75064dc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.427 2265 INFO oslo_db.sqlalchemy.provision [req-f800a032-ff11-4a0b-8656-cd27a75064dc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xwhnvcgvhl 2018-09-14 10:25:48.428 2265 INFO oslo_db.sqlalchemy.provision [req-f800a032-ff11-4a0b-8656-cd27a75064dc - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_empty_body [1.100921s] ... ok 2018-09-14 10:25:40.203 2252 INFO oslo_db.sqlalchemy.provision [req-678cf678-1de8-4374-875c-3a95178a0918 - - - - -] CREATE BACKEND sqlite:// TOKEN sgyjqmdgco 2018-09-14 10:25:40.363 2252 INFO octavia.common.config [req-678cf678-1de8-4374-875c-3a95178a0918 - - - - -] Logging enabled! 2018-09-14 10:25:40.364 2252 INFO octavia.common.config [req-678cf678-1de8-4374-875c-3a95178a0918 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:40.402 2252 WARNING octavia.api.root_controller [req-678cf678-1de8-4374-875c-3a95178a0918 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:40.429 2252 INFO octavia.api.v2.controllers.load_balancer [req-4b89fd1a-b384-470a-a89a-a510e557bf44 - - - - -] Sending created Load Balancer 706b2793-52dd-45c7-99df-b48c487ff44d to the handler 2018-09-14 10:25:40.680 2252 INFO octavia.api.v2.controllers.listener [req-7305b543-b96a-4db5-bca0-7cfe43d8aa12 - - - - -] Sending Creation of Listener 8232a8af-c438-4417-ab65-14021581dd3b to handler 2018-09-14 10:25:40.959 2252 INFO octavia.api.v2.controllers.pool [req-9561f77a-8a93-4118-a582-934f1e6b64e6 - - - - -] Sending Creation of Pool fbcbb68b-9bc1-402f-9054-5781cf2a13ee to handler 2018-09-14 10:25:41.262 2252 INFO octavia.api.v2.controllers.load_balancer [req-7abe4981-e2ec-4cb3-8733-2920078dfef1 - - - - -] Sending deleted Load Balancer 706b2793-52dd-45c7-99df-b48c487ff44d to the handler 2018-09-14 10:25:41.305 2252 INFO octavia.api.v2.controllers.l7policy [req-bed42819-745a-471d-b823-cdada40fd951 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:41.335 2252 INFO oslo_db.sqlalchemy.provision [req-bed42819-745a-471d-b823-cdada40fd951 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:41.339 2252 INFO oslo_db.sqlalchemy.provision [req-bed42819-745a-471d-b823-cdada40fd951 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sgyjqmdgco 2018-09-14 10:25:41.339 2252 INFO oslo_db.sqlalchemy.provision [req-bed42819-745a-471d-b823-cdada40fd951 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_when_lb_pending_delete [1.143300s] ... ok 2018-09-14 10:25:42.330 2268 INFO oslo_db.sqlalchemy.provision [req-e6f3f75d-b4da-431d-bd2b-c556a3070df9 - - - - -] CREATE BACKEND sqlite:// TOKEN fnewztwjjo 2018-09-14 10:25:42.500 2268 INFO octavia.common.config [req-e6f3f75d-b4da-431d-bd2b-c556a3070df9 - - - - -] Logging enabled! 2018-09-14 10:25:42.501 2268 INFO octavia.common.config [req-e6f3f75d-b4da-431d-bd2b-c556a3070df9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.541 2268 WARNING octavia.api.root_controller [req-e6f3f75d-b4da-431d-bd2b-c556a3070df9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:42.567 2268 INFO octavia.api.v2.controllers.load_balancer [req-b9f13887-7563-4ca5-9dd6-084f78b71e01 - - - - -] Sending created Load Balancer 4eb662d7-5903-4bc8-b3f9-11a8f225a9eb to the handler 2018-09-14 10:25:42.811 2268 INFO octavia.api.v2.controllers.load_balancer [req-ef2cc13e-88a9-4714-8734-508cc4238cd2 - - - - -] Sending deleted Load Balancer 4eb662d7-5903-4bc8-b3f9-11a8f225a9eb to the handler 2018-09-14 10:25:42.848 2268 INFO octavia.api.v2.controllers.load_balancer [req-21b48c92-138a-48ac-b13e-a100265940c2 - - - - -] Invalid state PENDING_DELETE of loadbalancer resource 4eb662d7-5903-4bc8-b3f9-11a8f225a9eb 2018-09-14 10:25:42.874 2268 INFO oslo_db.sqlalchemy.provision [req-21b48c92-138a-48ac-b13e-a100265940c2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.877 2268 INFO oslo_db.sqlalchemy.provision [req-21b48c92-138a-48ac-b13e-a100265940c2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fnewztwjjo 2018-09-14 10:25:42.878 2268 INFO oslo_db.sqlalchemy.provision [req-21b48c92-138a-48ac-b13e-a100265940c2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_pending_delete [0.554263s] ... ok 2018-09-14 10:25:45.400 2261 INFO oslo_db.sqlalchemy.provision [req-16e87b8a-2f00-40b9-9aa2-c4858c269cd6 - - - - -] CREATE BACKEND sqlite:// TOKEN epebjbcyog 2018-09-14 10:25:45.572 2261 INFO octavia.common.config [req-16e87b8a-2f00-40b9-9aa2-c4858c269cd6 - - - - -] Logging enabled! 2018-09-14 10:25:45.573 2261 INFO octavia.common.config [req-16e87b8a-2f00-40b9-9aa2-c4858c269cd6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.616 2261 WARNING octavia.api.root_controller [req-16e87b8a-2f00-40b9-9aa2-c4858c269cd6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.644 2261 INFO octavia.api.v2.controllers.load_balancer [req-c0f5ede0-ebfc-4ed8-acec-443d5d7fff45 - - - - -] Sending created Load Balancer fe5570b0-a8e9-44cc-a069-477679063c52 to the handler 2018-09-14 10:25:46.058 2261 INFO octavia.api.v2.controllers.pool [req-d45bb7d3-6d1e-4701-b4cd-b9bba3fb8055 - - - - -] Sending Creation of Pool 0cbddf5d-d2a6-44f3-a891-76e94d8e8053 to handler 2018-09-14 10:25:46.354 2261 INFO octavia.api.v2.controllers.listener [req-6d8cd2fa-b02c-44ba-a35a-37aca07c371a - - - - -] Sending Creation of Listener 385d1b69-634d-4862-b6ca-81d52c0d91b9 to handler 2018-09-14 10:25:46.688 2261 INFO octavia.api.v2.controllers.listener [req-c8e58612-7642-4339-b492-aef2e544a4f6 - - - - -] Sending Creation of Listener a958b676-8397-48f5-abc4-3697960a58be to handler 2018-09-14 10:25:47.048 2261 INFO octavia.api.v2.controllers.listener [req-f489c80a-7321-48db-9b0c-9798bf2379f2 - - - - -] Sending Creation of Listener 8e64a9fe-23c9-407e-8bed-b79ebf5f3c25 to handler 2018-09-14 10:25:47.551 2261 INFO oslo_db.sqlalchemy.provision [req-a352a937-020e-4080-852d-70bbe2d95b03 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.554 2261 INFO oslo_db.sqlalchemy.provision [req-a352a937-020e-4080-852d-70bbe2d95b03 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN epebjbcyog 2018-09-14 10:25:47.555 2261 INFO oslo_db.sqlalchemy.provision [req-a352a937-020e-4080-852d-70bbe2d95b03 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_filter [2.161488s] ... ok 2018-09-14 10:25:44.108 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] CREATE BACKEND sqlite:// TOKEN yyezitayfv 2018-09-14 10:25:44.313 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.317 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yyezitayfv 2018-09-14 10:25:44.317 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.db.test_models.ListenerStatisticsModelTest.test_update [0.216453s] ... ok 2018-09-14 10:25:48.642 2246 INFO oslo_db.sqlalchemy.provision [req-1476b232-d6c1-4ed1-bdaa-2c66586f3a8b - - - - -] CREATE BACKEND sqlite:// TOKEN cppfxyvroq 2018-09-14 10:25:48.801 2246 INFO octavia.common.config [req-1476b232-d6c1-4ed1-bdaa-2c66586f3a8b - - - - -] Logging enabled! 2018-09-14 10:25:48.802 2246 INFO octavia.common.config [req-1476b232-d6c1-4ed1-bdaa-2c66586f3a8b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:48.845 2246 WARNING octavia.api.root_controller [req-1476b232-d6c1-4ed1-bdaa-2c66586f3a8b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:48.866 2246 INFO octavia.api.v1.controllers.load_balancer [req-5deebd4b-77eb-4d83-8e36-0eeb70d02ced - - - - -] Sending created Load Balancer 81e1222f-1441-4036-9b58-c6b15db1289f to the handler 2018-09-14 10:25:49.172 2246 INFO octavia.api.v1.controllers.listener [req-8c567ac0-e0ff-4cd9-b1b7-d41e334414ad - - - - -] Sending Creation of Listener c8d8aa73-7eeb-44b7-ae13-a765c7c9a32f to handler 2018-09-14 10:25:49.408 2246 INFO octavia.api.v1.controllers.l7policy [req-a45fc433-db2a-46f5-b99e-6d1fd277193c - - - - -] Sending Creation of L7Policy e1687de9-4589-49c0-9058-3ee0a83a08cb to handler 2018-09-14 10:25:49.644 2246 INFO octavia.api.v1.controllers.l7rule [req-fd0946ce-a086-4b62-b974-bc06c3407b34 - - - - -] Sending Creation of L7Rule c76dd0bf-97eb-4c96-b32c-07dfc1157186 to handler 2018-09-14 10:25:49.875 2246 INFO octavia.api.v1.controllers.l7rule [req-e3543a10-f571-4be9-9de0-cec16368360f - - - - -] Sending Update of L7Rule c76dd0bf-97eb-4c96-b32c-07dfc1157186 to handler 2018-09-14 10:25:49.984 2246 INFO oslo_db.sqlalchemy.provision [req-7fb98724-70fa-4898-8505-ac16ab1cce17 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.987 2246 INFO oslo_db.sqlalchemy.provision [req-7fb98724-70fa-4898-8505-ac16ab1cce17 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cppfxyvroq 2018-09-14 10:25:49.988 2246 INFO oslo_db.sqlalchemy.provision [req-7fb98724-70fa-4898-8505-ac16ab1cce17 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_update_with_bad_handler [1.351282s] ... ok 2018-09-14 10:25:40.754 2245 INFO oslo_db.sqlalchemy.provision [req-f0c2d40b-ce77-4555-a998-51118572e3a0 - - - - -] CREATE BACKEND sqlite:// TOKEN tetniwnatj 2018-09-14 10:25:40.923 2245 INFO octavia.common.config [req-f0c2d40b-ce77-4555-a998-51118572e3a0 - - - - -] Logging enabled! 2018-09-14 10:25:40.925 2245 INFO octavia.common.config [req-f0c2d40b-ce77-4555-a998-51118572e3a0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:40.971 2245 WARNING octavia.api.root_controller [req-f0c2d40b-ce77-4555-a998-51118572e3a0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:41.011 2245 INFO octavia.api.v2.controllers.load_balancer [req-d0f7f773-657c-48d4-85e4-b680db878bf4 - - - - -] Sending created Load Balancer 3d075167-122b-4a42-baa3-39956ec0ce73 to the handler 2018-09-14 10:25:41.442 2245 INFO octavia.api.v2.controllers.listener [req-5c8e5cf3-c044-4f5d-85ba-9855acfacd51 - - - - -] Sending Creation of Listener 5e5c5aac-715d-48b5-9652-e13403d40489 to handler 2018-09-14 10:25:41.737 2245 INFO octavia.api.v2.controllers.pool [req-752d1a43-48a2-4604-8933-297dc2e85b9d - - - - -] Sending Creation of Pool 0c56ba90-58ac-4772-95b3-2ab0b7d0983f to handler 2018-09-14 10:25:42.071 2245 INFO octavia.api.v2.controllers.pool [req-e9c29cc7-e919-46c6-9c61-3e1f7b80dea7 - - - - -] Sending Creation of Pool 5a4869fc-7a4c-4083-9423-6821c46049df to handler 2018-09-14 10:25:42.462 2245 INFO octavia.api.v2.controllers.health_monitor [req-63b61caa-5830-4f85-956b-216857bc8b28 - - - - -] Sending Creation of Health Monitor 1826ed98-ec97-4867-8a5b-8093d0266b83 to handler 2018-09-14 10:25:42.988 2245 INFO oslo_db.sqlalchemy.provision [req-eec553e5-c2ce-48ef-b131-f6cfa4d41b94 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.991 2245 INFO oslo_db.sqlalchemy.provision [req-eec553e5-c2ce-48ef-b131-f6cfa4d41b94 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tetniwnatj 2018-09-14 10:25:42.992 2245 INFO oslo_db.sqlalchemy.provision [req-eec553e5-c2ce-48ef-b131-f6cfa4d41b94 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update_not_authorized [2.261937s] ... ok 2018-09-14 10:25:43.130 2260 INFO oslo_db.sqlalchemy.provision [req-de3159dd-9ad2-4f28-85ed-95ec037842c6 - - - - -] CREATE BACKEND sqlite:// TOKEN ptqimjdpic 2018-09-14 10:25:43.315 2260 INFO octavia.common.config [req-de3159dd-9ad2-4f28-85ed-95ec037842c6 - - - - -] Logging enabled! 2018-09-14 10:25:43.316 2260 INFO octavia.common.config [req-de3159dd-9ad2-4f28-85ed-95ec037842c6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.354 2260 WARNING octavia.api.root_controller [req-de3159dd-9ad2-4f28-85ed-95ec037842c6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.381 2260 INFO octavia.api.v2.controllers.load_balancer [req-d9cc4c1b-3a5a-4123-80cd-6693f4ac4539 - - - - -] Sending created Load Balancer 99d4243f-f749-4058-b39a-3dd85c34a258 to the handler 2018-09-14 10:25:43.624 2260 INFO octavia.api.v2.controllers.load_balancer [req-aab0eef3-153b-4ddb-b185-76238088bd78 - - - - -] Sending deleted Load Balancer 99d4243f-f749-4058-b39a-3dd85c34a258 to the handler 2018-09-14 10:25:43.692 2260 INFO oslo_db.sqlalchemy.provision [req-c2e92ef5-1be8-41d7-b480-6a3dc579672d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:43.695 2260 INFO oslo_db.sqlalchemy.provision [req-c2e92ef5-1be8-41d7-b480-6a3dc579672d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ptqimjdpic 2018-09-14 10:25:43.696 2260 INFO oslo_db.sqlalchemy.provision [req-c2e92ef5-1be8-41d7-b480-6a3dc579672d - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete [0.572169s] ... ok 2018-09-14 10:25:38.447 2247 INFO oslo_db.sqlalchemy.provision [req-a8db7ebf-7272-4db9-a6d5-3c4e8dd7aa5e - - - - -] CREATE BACKEND sqlite:// TOKEN bhuorrjvnb 2018-09-14 10:25:38.604 2247 INFO octavia.common.config [req-a8db7ebf-7272-4db9-a6d5-3c4e8dd7aa5e - - - - -] Logging enabled! 2018-09-14 10:25:38.605 2247 INFO octavia.common.config [req-a8db7ebf-7272-4db9-a6d5-3c4e8dd7aa5e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:38.643 2247 WARNING octavia.api.root_controller [req-a8db7ebf-7272-4db9-a6d5-3c4e8dd7aa5e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:38.669 2247 INFO octavia.api.v2.controllers.load_balancer [req-24bb4426-860c-4bfb-945b-054a64ff2a32 - - - - -] Sending created Load Balancer f45d72d9-da6f-422e-b9b4-5475102c7e7c to the handler 2018-09-14 10:25:38.732 2247 INFO oslo_db.sqlalchemy.provision [req-ad6cacf8-1c13-4af3-86c2-47bb8cb721db - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.736 2247 INFO oslo_db.sqlalchemy.provision [req-ad6cacf8-1c13-4af3-86c2-47bb8cb721db - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bhuorrjvnb 2018-09-14 10:25:38.737 2247 INFO oslo_db.sqlalchemy.provision [req-ad6cacf8-1c13-4af3-86c2-47bb8cb721db - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_authorized [0.296852s] ... ok 2018-09-14 10:25:45.544 2264 INFO oslo_db.sqlalchemy.provision [req-11636dcb-10af-4e18-81a5-ac1f6052e32b - - - - -] CREATE BACKEND sqlite:// TOKEN piqppskgkw 2018-09-14 10:25:45.713 2264 INFO octavia.common.config [req-11636dcb-10af-4e18-81a5-ac1f6052e32b - - - - -] Logging enabled! 2018-09-14 10:25:45.714 2264 INFO octavia.common.config [req-11636dcb-10af-4e18-81a5-ac1f6052e32b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.892 2264 WARNING octavia.api.root_controller [req-11636dcb-10af-4e18-81a5-ac1f6052e32b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.920 2264 INFO octavia.api.v2.controllers.load_balancer [req-95a0f02f-adc4-477d-aa04-e8e9ff78936b - - - - -] Sending created Load Balancer a2b13cd4-e869-4bf9-9f50-40fc0f194a89 to the handler 2018-09-14 10:25:45.960 2264 INFO oslo_db.sqlalchemy.provision [req-95a0f02f-adc4-477d-aa04-e8e9ff78936b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.965 2264 INFO oslo_db.sqlalchemy.provision [req-95a0f02f-adc4-477d-aa04-e8e9ff78936b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN piqppskgkw 2018-09-14 10:25:45.965 2264 INFO oslo_db.sqlalchemy.provision [req-95a0f02f-adc4-477d-aa04-e8e9ff78936b - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_full [0.428493s] ... ok 2018-09-14 10:25:42.806 2263 INFO oslo_db.sqlalchemy.provision [req-f0380ad7-bb05-404e-aeae-0d0e86dcca41 - - - - -] CREATE BACKEND sqlite:// TOKEN prmepjbniw 2018-09-14 10:25:42.978 2263 INFO octavia.common.config [req-f0380ad7-bb05-404e-aeae-0d0e86dcca41 - - - - -] Logging enabled! 2018-09-14 10:25:42.979 2263 INFO octavia.common.config [req-f0380ad7-bb05-404e-aeae-0d0e86dcca41 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.017 2263 WARNING octavia.api.root_controller [req-f0380ad7-bb05-404e-aeae-0d0e86dcca41 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.043 2263 INFO octavia.api.v2.controllers.load_balancer [req-908b06ae-dc1c-4813-bfa6-d4132c5b1383 - - - - -] Sending created Load Balancer 61bca2b3-e060-4db4-ab3d-0c9d9497e990 to the handler 2018-09-14 10:25:43.298 2263 INFO octavia.api.v2.controllers.pool [req-f4cb346b-1fe8-4398-8410-47449a247bef - - - - -] Sending Creation of Pool 0e58cdd6-b4ed-4ebe-830b-267d9181512e to handler 2018-09-14 10:25:43.753 2263 INFO octavia.api.v2.controllers.listener [req-158a81ce-8b32-4a71-a9df-9725fec73a22 - - - - -] Sending Creation of Listener e53c4782-aadf-476e-a7a7-30a1f98cda55 to handler 2018-09-14 10:25:44.110 2263 INFO octavia.api.v2.controllers.listener [req-145def56-48f8-406c-9eda-46732e9bfc8b - - - - -] Sending Deletion of Listener e53c4782-aadf-476e-a7a7-30a1f98cda55 to handler 2018-09-14 10:25:44.495 2263 INFO oslo_db.sqlalchemy.provision [req-8d89db81-8ba7-4925-b3a3-6060adeac4e1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.499 2263 INFO oslo_db.sqlalchemy.provision [req-8d89db81-8ba7-4925-b3a3-6060adeac4e1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN prmepjbniw 2018-09-14 10:25:44.499 2263 INFO oslo_db.sqlalchemy.provision [req-8d89db81-8ba7-4925-b3a3-6060adeac4e1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete [1.700066s] ... ok 2018-09-14 10:25:42.619 2243 INFO oslo_db.sqlalchemy.provision [req-2546f8af-cb25-4e5c-a70c-c1e8907ff70f - - - - -] CREATE BACKEND sqlite:// TOKEN xkzfsesoyd 2018-09-14 10:25:42.786 2243 INFO octavia.common.config [req-2546f8af-cb25-4e5c-a70c-c1e8907ff70f - - - - -] Logging enabled! 2018-09-14 10:25:42.786 2243 INFO octavia.common.config [req-2546f8af-cb25-4e5c-a70c-c1e8907ff70f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.825 2243 WARNING octavia.api.root_controller [req-2546f8af-cb25-4e5c-a70c-c1e8907ff70f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:42.855 2243 INFO octavia.api.v2.controllers.load_balancer [req-42f98129-2171-4c0e-9012-29e86a613e1f - - - - -] Sending created Load Balancer 915b34e1-af0e-474f-bac8-adbcc00c23fa to the handler 2018-09-14 10:25:43.300 2243 INFO octavia.api.v2.controllers.listener [req-e9bc51a7-e182-4e68-a2fe-0c3999466e69 - - - - -] Sending Creation of Listener 306d37b2-b8a6-43ad-b2cf-de1dc03697eb to handler 2018-09-14 10:25:43.592 2243 INFO octavia.api.v2.controllers.pool [req-8fcc9e1d-7c81-4c9e-87d8-5fbaef71bbe5 - - - - -] Sending Creation of Pool 1c8d4510-f136-4009-a009-8120dae8738d to handler 2018-09-14 10:25:43.932 2243 INFO octavia.api.v2.controllers.pool [req-450252a2-0352-406d-b7bd-7ddcd8ad761a - - - - -] Sending Creation of Pool 9a6d652b-0207-4503-b6fc-dde91b558e74 to handler 2018-09-14 10:25:44.339 2243 INFO octavia.api.v2.controllers.member [req-0d2ce337-0f04-4534-be0a-65b51a41f8ec - - - - -] Sending Creation of Member 3bc8f2c4-dc50-4a99-b87f-56443e119943 to handler 2018-09-14 10:25:44.647 2243 INFO octavia.api.v2.controllers.load_balancer [req-f267a1e4-2cfe-4aa4-ad4e-c8ad08dc4325 - - - - -] Sending deleted Load Balancer 915b34e1-af0e-474f-bac8-adbcc00c23fa to the handler 2018-09-14 10:25:44.765 2243 INFO octavia.api.v2.controllers.member [req-09d49960-3397-4f13-8851-c0b88522026b - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:44.791 2243 INFO oslo_db.sqlalchemy.provision [req-09d49960-3397-4f13-8851-c0b88522026b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.794 2243 INFO oslo_db.sqlalchemy.provision [req-09d49960-3397-4f13-8851-c0b88522026b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xkzfsesoyd 2018-09-14 10:25:44.795 2243 INFO oslo_db.sqlalchemy.provision [req-09d49960-3397-4f13-8851-c0b88522026b - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_member.TestMember.test_create_when_lb_pending_delete [2.183730s] ... ok 2018-09-14 10:25:37.303 2259 INFO oslo_db.sqlalchemy.provision [req-987617f4-162f-43e7-a296-fd92dad34191 - - - - -] CREATE BACKEND sqlite:// TOKEN yuunvvqnzr 2018-09-14 10:25:37.469 2259 INFO octavia.common.config [req-987617f4-162f-43e7-a296-fd92dad34191 - - - - -] Logging enabled! 2018-09-14 10:25:37.470 2259 INFO octavia.common.config [req-987617f4-162f-43e7-a296-fd92dad34191 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:37.514 2259 WARNING octavia.api.root_controller [req-987617f4-162f-43e7-a296-fd92dad34191 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:37.541 2259 INFO octavia.api.v2.controllers.load_balancer [req-faab622d-1809-4c90-b394-2b22d549ecee - - - - -] Sending created Load Balancer e66d6f1b-fc7a-405e-a7e7-68fcd7ef263e to the handler 2018-09-14 10:25:37.804 2259 INFO octavia.api.v2.controllers.listener [req-c5fa5917-2c83-4470-8346-8fc518135c42 - - - - -] Sending Creation of Listener 501c4917-1c75-40ba-bf00-861b5b37180b to handler 2018-09-14 10:25:38.090 2259 INFO octavia.api.v2.controllers.pool [req-3d037907-55c2-47c1-a617-d5f810181b44 - - - - -] Sending Creation of Pool d37b0ce5-50f4-4d11-aaae-afb628331526 to handler 2018-09-14 10:25:38.407 2259 INFO oslo_db.sqlalchemy.provision [req-387b0d38-67b0-4ada-994d-04d0ae5ed1cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:38.410 2259 INFO oslo_db.sqlalchemy.provision [req-387b0d38-67b0-4ada-994d-04d0ae5ed1cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yuunvvqnzr 2018-09-14 10:25:38.411 2259 INFO oslo_db.sqlalchemy.provision [req-387b0d38-67b0-4ada-994d-04d0ae5ed1cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_policy_not_authorized [1.114853s] ... ok 2018-09-14 10:25:41.541 2254 INFO oslo_db.sqlalchemy.provision [req-d38dcf79-a00f-4f35-b702-ea028157a4f8 - - - - -] CREATE BACKEND sqlite:// TOKEN szdurbqjah 2018-09-14 10:25:41.712 2254 INFO octavia.common.config [req-d38dcf79-a00f-4f35-b702-ea028157a4f8 - - - - -] Logging enabled! 2018-09-14 10:25:41.713 2254 INFO octavia.common.config [req-d38dcf79-a00f-4f35-b702-ea028157a4f8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:41.752 2254 WARNING octavia.api.root_controller [req-d38dcf79-a00f-4f35-b702-ea028157a4f8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:41.779 2254 INFO octavia.api.v2.controllers.load_balancer [req-8ff70375-35c6-46af-943b-5f73f95b1c4f - - - - -] Sending created Load Balancer b0f26902-1f97-4400-a6b9-ec796de6af99 to the handler 2018-09-14 10:25:42.061 2254 INFO octavia.api.v2.controllers.pool [req-1cb31205-42fe-461e-8a1c-0ca24042cf48 - - - - -] Sending Creation of Pool 4655dc72-c951-474e-ae67-eabcc939afe4 to handler 2018-09-14 10:25:42.316 2254 INFO octavia.api.v2.controllers.load_balancer [req-20efbc08-b5b4-45b1-be98-4f5765036610 - - - - -] Sending created Load Balancer 992b88d6-3d18-47a3-b53b-f7666d4c89ee to the handler 2018-09-14 10:25:42.593 2254 INFO octavia.api.v2.controllers.listener [req-8a22d13a-3fe2-4413-841e-899282183069 - - - - -] Sending Creation of Listener cd2a74fb-1f37-436d-aadc-2519e6496f27 to handler 2018-09-14 10:25:42.875 2254 INFO octavia.api.v2.controllers.load_balancer [req-69a5da4e-e4e5-4fcd-8dad-5da459946b54 - - - - -] Sending deleted Load Balancer 992b88d6-3d18-47a3-b53b-f7666d4c89ee to the handler 2018-09-14 10:25:42.909 2254 INFO octavia.api.v2.controllers.listener [req-bc937153-7d52-4a8f-85af-a96d90bedc59 - - - - -] Load Balancer 992b88d6-3d18-47a3-b53b-f7666d4c89ee is immutable. 2018-09-14 10:25:42.955 2254 INFO oslo_db.sqlalchemy.provision [req-bc937153-7d52-4a8f-85af-a96d90bedc59 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.959 2254 INFO oslo_db.sqlalchemy.provision [req-bc937153-7d52-4a8f-85af-a96d90bedc59 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN szdurbqjah 2018-09-14 10:25:42.960 2254 INFO oslo_db.sqlalchemy.provision [req-bc937153-7d52-4a8f-85af-a96d90bedc59 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_pending_delete [1.425696s] ... ok 2018-09-14 10:25:48.403 2258 INFO oslo_db.sqlalchemy.provision [req-b3a63536-ed22-4cf3-b93f-3b24c5dea747 - - - - -] CREATE BACKEND sqlite:// TOKEN ahhcvrutid 2018-09-14 10:25:48.562 2258 INFO octavia.common.config [req-b3a63536-ed22-4cf3-b93f-3b24c5dea747 - - - - -] Logging enabled! 2018-09-14 10:25:48.563 2258 INFO octavia.common.config [req-b3a63536-ed22-4cf3-b93f-3b24c5dea747 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:48.601 2258 WARNING octavia.api.root_controller [req-b3a63536-ed22-4cf3-b93f-3b24c5dea747 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:48.627 2258 INFO octavia.api.v2.controllers.load_balancer [req-91543c39-ce9b-48c2-81b9-def963198299 - - - - -] Sending created Load Balancer 1ea7ff52-e63f-42a2-927e-a646605ac3a3 to the handler 2018-09-14 10:25:48.889 2258 INFO octavia.api.v2.controllers.listener [req-df8ac698-c7ae-4e6f-9c0f-4255f2c0b323 - - - - -] Sending Creation of Listener d1a3c2a5-43b2-41b2-b1ce-2f17492e6001 to handler 2018-09-14 10:25:49.203 2258 INFO octavia.api.v2.controllers.pool [req-00e4543f-b790-4352-9840-1190a204f918 - - - - -] Sending Creation of Pool 062e55f9-2adf-457d-841e-a2593035098a to handler 2018-09-14 10:25:49.708 2258 INFO octavia.api.v2.controllers.pool [req-03891b3a-f0d8-4dd6-8afa-ef345be040b7 - - - - -] Sending Creation of Pool 68788ba2-d53f-47e3-ad11-2aa115bc12c0 to handler 2018-09-14 10:25:50.076 2258 INFO octavia.api.v2.controllers.member [req-8a6fc438-8d1b-4df2-92e9-f8f8cc21031a - - - - -] Sending Creation of Member 33b65536-68ec-4f9b-a5ee-6819bfbaf20f to handler 2018-09-14 10:25:50.475 2258 INFO octavia.api.v2.controllers.member [req-821fbf0f-9895-453c-9667-ee5d7560cd1e - - - - -] Sending Creation of Member 0b9d05a2-dfd3-4839-a150-ea1db131090e to handler 2018-09-14 10:25:50.841 2258 INFO octavia.api.v2.controllers.member [req-a87022b5-4307-4042-91c8-0e5992f0217e - - - - -] Sending Creation of Member 6d0170bb-065c-4740-a110-b6dea6d9fe73 to handler 2018-09-14 10:25:51.498 2258 INFO oslo_db.sqlalchemy.provision [req-90a30402-53e8-424d-9a8c-2c2eacf0821d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.502 2258 INFO oslo_db.sqlalchemy.provision [req-90a30402-53e8-424d-9a8c-2c2eacf0821d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ahhcvrutid 2018-09-14 10:25:51.502 2258 INFO oslo_db.sqlalchemy.provision [req-90a30402-53e8-424d-9a8c-2c2eacf0821d - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_sorted [3.106012s] ... ok 2018-09-14 10:25:44.325 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] CREATE BACKEND sqlite:// TOKEN bvqhzbssfh 2018-09-14 10:25:44.696 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.700 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bvqhzbssfh 2018-09-14 10:25:44.701 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_enable_and_disable [0.382390s] ... ok 2018-09-14 10:25:51.052 2248 INFO oslo_db.sqlalchemy.provision [req-63dae51e-4983-4038-bad2-7e5dc789bbfb - - - - -] CREATE BACKEND sqlite:// TOKEN ipotuknpks 2018-09-14 10:25:51.212 2248 INFO octavia.common.config [req-63dae51e-4983-4038-bad2-7e5dc789bbfb - - - - -] Logging enabled! 2018-09-14 10:25:51.213 2248 INFO octavia.common.config [req-63dae51e-4983-4038-bad2-7e5dc789bbfb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:51.254 2248 WARNING octavia.api.root_controller [req-63dae51e-4983-4038-bad2-7e5dc789bbfb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:51.330 2248 INFO oslo_db.sqlalchemy.provision [req-66adea37-9443-4cc2-ab14-fa7ac8670612 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.333 2248 INFO oslo_db.sqlalchemy.provision [req-66adea37-9443-4cc2-ab14-fa7ac8670612 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ipotuknpks 2018-09-14 10:25:51.333 2248 INFO oslo_db.sqlalchemy.provision [req-66adea37-9443-4cc2-ab14-fa7ac8670612 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_hms [0.288661s] ... ok 2018-09-14 10:25:53.301 2242 INFO octavia.api.v2.controllers.l7rule [req-a0ad1a44-8ca1-414c-bc35-dcb8a3ecf953 - - - - -] Sending Creation of L7Rule 6c8276b3-d7e9-48ca-b136-5249247c30d1 to handler 2018-09-14 10:25:41.340 2256 INFO oslo_db.sqlalchemy.provision [req-4f41c0bd-315c-42ef-865a-f50b7ea314ce - - - - -] CREATE BACKEND sqlite:// TOKEN ndrascggnw 2018-09-14 10:25:41.515 2256 INFO octavia.common.config [req-4f41c0bd-315c-42ef-865a-f50b7ea314ce - - - - -] Logging enabled! 2018-09-14 10:25:41.516 2256 INFO octavia.common.config [req-4f41c0bd-315c-42ef-865a-f50b7ea314ce - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:41.555 2256 WARNING octavia.api.root_controller [req-4f41c0bd-315c-42ef-865a-f50b7ea314ce - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:41.583 2256 INFO octavia.api.v2.controllers.load_balancer [req-130fc011-3813-49ec-a03e-e3b4c4ef5e1d - - - - -] Sending created Load Balancer 5e77250d-b898-4e22-b468-7a63f2beae68 to the handler 2018-09-14 10:25:41.853 2256 INFO octavia.api.v2.controllers.listener [req-2112de9b-e850-4622-9582-674b769f213c - - - - -] Sending Creation of Listener 709431f9-7f2a-437d-8235-61b178a9c819 to handler 2018-09-14 10:25:42.160 2256 INFO octavia.api.v2.controllers.l7policy [req-79b84cbf-6c60-4c5f-a715-afa3de55d0fc - - - - -] Sending Creation of L7Policy 796394c9-6a60-455e-a50b-96c8ec7098f2 to handler 2018-09-14 10:25:42.676 2256 INFO octavia.api.v2.controllers.l7rule [req-1d28c7d8-cdac-4819-8f30-8a57891f0b19 - - - - -] Sending Creation of L7Rule ccf58f44-682e-4165-81e2-f0d18d9059c1 to handler 2018-09-14 10:25:42.850 2256 INFO oslo_db.sqlalchemy.provision [req-5f4c93df-1c77-4300-9422-52c767b9f221 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.853 2256 INFO oslo_db.sqlalchemy.provision [req-5f4c93df-1c77-4300-9422-52c767b9f221 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ndrascggnw 2018-09-14 10:25:42.853 2256 INFO oslo_db.sqlalchemy.provision [req-5f4c93df-1c77-4300-9422-52c767b9f221 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_host_name_rule [1.519480s] ... ok 2018-09-14 10:25:43.034 2244 INFO oslo_db.sqlalchemy.provision [req-c10a8f4b-03e3-453b-be99-ca25d935dbe3 - - - - -] CREATE BACKEND sqlite:// TOKEN tshwapvjrg 2018-09-14 10:25:43.383 2244 INFO octavia.common.config [req-c10a8f4b-03e3-453b-be99-ca25d935dbe3 - - - - -] Logging enabled! 2018-09-14 10:25:43.384 2244 INFO octavia.common.config [req-c10a8f4b-03e3-453b-be99-ca25d935dbe3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.422 2244 WARNING octavia.api.root_controller [req-c10a8f4b-03e3-453b-be99-ca25d935dbe3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.448 2244 INFO octavia.api.v2.controllers.load_balancer [req-a15b2a74-e0bc-4cf2-a0ba-c20ccc2c893d - - - - -] Sending created Load Balancer 22083e17-0365-4a57-a0a6-a029576a488e to the handler 2018-09-14 10:25:43.719 2244 INFO octavia.api.v2.controllers.listener [req-16767bf9-a20a-4c7d-a848-9c9cee528ea3 - - - - -] Sending Creation of Listener f5e5760a-32a9-44b3-bd03-6fb9395923a4 to handler 2018-09-14 10:25:44.011 2244 INFO octavia.api.v2.controllers.pool [req-12806f4d-b035-4ffa-ba7f-ce5ace76a2d4 - - - - -] Sending Creation of Pool a5805e21-08e6-492e-8d0d-fcb7785ff8f1 to handler 2018-09-14 10:25:44.350 2244 INFO octavia.api.v2.controllers.pool [req-7759ea37-70e1-40b3-911a-4a455ab468e1 - - - - -] Sending Creation of Pool c964950b-1b2b-4300-b984-32e524c45953 to handler 2018-09-14 10:25:44.711 2244 INFO oslo_db.sqlalchemy.provision [req-313951ca-a5a6-4685-b6b5-476c0f1840cf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.715 2244 INFO oslo_db.sqlalchemy.provision [req-313951ca-a5a6-4685-b6b5-476c0f1840cf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tshwapvjrg 2018-09-14 10:25:44.715 2244 INFO oslo_db.sqlalchemy.provision [req-313951ca-a5a6-4685-b6b5-476c0f1840cf - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_member.TestMember.test_bad_create [1.688161s] ... ok 2018-09-14 10:25:43.172 2257 INFO oslo_db.sqlalchemy.provision [req-f2b21a3f-7ea5-48ff-a85a-174396a6e478 - - - - -] CREATE BACKEND sqlite:// TOKEN tpnzqjhupi 2018-09-14 10:25:43.337 2257 INFO octavia.common.config [req-f2b21a3f-7ea5-48ff-a85a-174396a6e478 - - - - -] Logging enabled! 2018-09-14 10:25:43.338 2257 INFO octavia.common.config [req-f2b21a3f-7ea5-48ff-a85a-174396a6e478 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.377 2257 WARNING octavia.api.root_controller [req-f2b21a3f-7ea5-48ff-a85a-174396a6e478 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.475 2257 INFO oslo_db.sqlalchemy.provision [req-cfac8bbb-0e58-44bb-92bc-070d4525a831 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:43.479 2257 INFO oslo_db.sqlalchemy.provision [req-cfac8bbb-0e58-44bb-92bc-070d4525a831 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tpnzqjhupi 2018-09-14 10:25:43.480 2257 INFO oslo_db.sqlalchemy.provision [req-cfac8bbb-0e58-44bb-92bc-070d4525a831 - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_listeners [0.315497s] ... ok 2018-09-14 10:25:40.921 2251 INFO oslo_db.sqlalchemy.provision [req-3c139df0-47db-4e09-8be1-1827b75bf5e6 - - - - -] CREATE BACKEND sqlite:// TOKEN hmfwfgxhnk 2018-09-14 10:25:41.082 2251 INFO octavia.common.config [req-3c139df0-47db-4e09-8be1-1827b75bf5e6 - - - - -] Logging enabled! 2018-09-14 10:25:41.083 2251 INFO octavia.common.config [req-3c139df0-47db-4e09-8be1-1827b75bf5e6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:41.121 2251 WARNING octavia.api.root_controller [req-3c139df0-47db-4e09-8be1-1827b75bf5e6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:41.147 2251 INFO octavia.api.v2.controllers.load_balancer [req-aa014947-8385-4d34-a109-e4f3d9a41e21 - - - - -] Sending created Load Balancer d8533f5e-0169-4e08-bd79-2a46f96a42ad to the handler 2018-09-14 10:25:41.403 2251 INFO octavia.api.v2.controllers.listener [req-ee771ad3-06a9-4eeb-8fc0-a29c516a7882 - - - - -] Sending Creation of Listener f17b6bb1-e709-4f71-8985-dd82c28a399b to handler 2018-09-14 10:25:41.723 2251 INFO octavia.api.v2.controllers.l7policy [req-e1c03d56-e007-4079-89a3-49108cb240b9 - - - - -] Sending Creation of L7Policy 84aae44f-4e64-49cc-9c54-8542f907b3ce to handler 2018-09-14 10:25:42.264 2251 INFO octavia.api.v2.controllers.l7rule [req-4c5f0cbb-1581-430a-bc61-ef838a11495f - - - - -] Sending Creation of L7Rule 33314d78-86d5-4db7-9274-d51db1866210 to handler 2018-09-14 10:25:42.923 2251 INFO octavia.api.v2.controllers.l7rule [req-6c097595-f81d-47ed-a205-75725b1f6ea2 - - - - -] Sending Creation of L7Rule 36952a05-2c58-4d41-b6c4-06df4932046d to handler 2018-09-14 10:25:43.712 2251 INFO oslo_db.sqlalchemy.provision [req-5540ed72-a9ac-4bc8-bb62-be9459b0fb7b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:43.716 2251 INFO oslo_db.sqlalchemy.provision [req-5540ed72-a9ac-4bc8-bb62-be9459b0fb7b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hmfwfgxhnk 2018-09-14 10:25:43.717 2251 INFO oslo_db.sqlalchemy.provision [req-5540ed72-a9ac-4bc8-bb62-be9459b0fb7b - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_not_authorized [2.803256s] ... ok 2018-09-14 10:25:50.419 2239 INFO oslo_db.sqlalchemy.provision [req-eec5de66-970f-4980-a110-d35aea498875 - - - - -] CREATE BACKEND sqlite:// TOKEN bqqnsifjkj 2018-09-14 10:25:50.580 2239 INFO octavia.common.config [req-eec5de66-970f-4980-a110-d35aea498875 - - - - -] Logging enabled! 2018-09-14 10:25:50.581 2239 INFO octavia.common.config [req-eec5de66-970f-4980-a110-d35aea498875 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.620 2239 WARNING octavia.api.root_controller [req-eec5de66-970f-4980-a110-d35aea498875 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.646 2239 INFO octavia.api.v2.controllers.load_balancer [req-bfcdef81-0b18-4f2e-b74a-84d44d6ad222 - - - - -] Sending created Load Balancer 44b72933-f6f1-4d8a-9558-759ea5c3692f to the handler 2018-09-14 10:25:50.900 2239 INFO octavia.api.v2.controllers.pool [req-4143bfcb-5251-41c3-b86a-0a70a571a012 - - - - -] Sending Creation of Pool d958e785-c6e7-44fb-89e2-db45ae68473c to handler 2018-09-14 10:25:51.173 2239 INFO octavia.api.v2.controllers.listener [req-4f205f9b-66c4-4cb1-b42f-ad5ef7dbbc97 - - - - -] Sending Creation of Listener 79080e5e-735a-4e3c-9a8d-beeb46dba55f to handler 2018-09-14 10:25:51.275 2239 INFO oslo_db.sqlalchemy.provision [req-ed1f56ea-a0ef-4e43-bc58-6e9d8b79c1d9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.279 2239 INFO oslo_db.sqlalchemy.provision [req-ed1f56ea-a0ef-4e43-bc58-6e9d8b79c1d9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bqqnsifjkj 2018-09-14 10:25:51.279 2239 INFO oslo_db.sqlalchemy.provision [req-ed1f56ea-a0ef-4e43-bc58-6e9d8b79c1d9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_tls_termination_data [0.867668s] ... ok 2018-09-14 10:25:43.125 2253 INFO oslo_db.sqlalchemy.provision [req-ecf3925d-7c9d-4408-8ef0-831ce10d59d7 - - - - -] CREATE BACKEND sqlite:// TOKEN ofrptveloi 2018-09-14 10:25:43.285 2253 INFO octavia.common.config [req-ecf3925d-7c9d-4408-8ef0-831ce10d59d7 - - - - -] Logging enabled! 2018-09-14 10:25:43.286 2253 INFO octavia.common.config [req-ecf3925d-7c9d-4408-8ef0-831ce10d59d7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.326 2253 WARNING octavia.api.root_controller [req-ecf3925d-7c9d-4408-8ef0-831ce10d59d7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.353 2253 INFO octavia.api.v2.controllers.load_balancer [req-bb2c5288-20fe-42ac-a233-19823e6ab539 - - - - -] Sending created Load Balancer e61485d1-79fe-46ac-a67d-5f4465edbf95 to the handler 2018-09-14 10:25:43.406 2253 INFO octavia.api.v2.controllers.load_balancer [req-fa439b27-760d-4b62-9b76-72c67d94c1c0 - - - - -] Invalid state PENDING_CREATE of loadbalancer resource e61485d1-79fe-46ac-a67d-5f4465edbf95 2018-09-14 10:25:43.431 2253 INFO oslo_db.sqlalchemy.provision [req-fa439b27-760d-4b62-9b76-72c67d94c1c0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:43.435 2253 INFO oslo_db.sqlalchemy.provision [req-fa439b27-760d-4b62-9b76-72c67d94c1c0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ofrptveloi 2018-09-14 10:25:43.436 2253 INFO oslo_db.sqlalchemy.provision [req-fa439b27-760d-4b62-9b76-72c67d94c1c0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_pending_create [0.316715s] ... ok 2018-09-14 10:25:42.886 2268 INFO oslo_db.sqlalchemy.provision [req-21b48c92-138a-48ac-b13e-a100265940c2 - - - - -] CREATE BACKEND sqlite:// TOKEN anethnraqh 2018-09-14 10:25:43.059 2268 INFO octavia.common.config [req-21b48c92-138a-48ac-b13e-a100265940c2 - - - - -] Logging enabled! 2018-09-14 10:25:43.060 2268 INFO octavia.common.config [req-21b48c92-138a-48ac-b13e-a100265940c2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.103 2268 WARNING octavia.api.root_controller [req-21b48c92-138a-48ac-b13e-a100265940c2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.153 2268 INFO oslo_db.sqlalchemy.provision [req-79bedf07-1f4e-44d3-be06-29597b86f03f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:43.156 2268 INFO oslo_db.sqlalchemy.provision [req-79bedf07-1f4e-44d3-be06-29597b86f03f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN anethnraqh 2018-09-14 10:25:43.157 2268 INFO oslo_db.sqlalchemy.provision [req-79bedf07-1f4e-44d3-be06-29597b86f03f - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_pool_names_must_have_specs [0.277642s] ... ok 2018-09-14 10:25:44.191 2249 INFO oslo_db.sqlalchemy.provision [req-c272580c-117a-4206-ba18-1adde85a1a2c - - - - -] CREATE BACKEND sqlite:// TOKEN paesutzdsi 2018-09-14 10:25:44.351 2249 INFO octavia.common.config [req-c272580c-117a-4206-ba18-1adde85a1a2c - - - - -] Logging enabled! 2018-09-14 10:25:44.352 2249 INFO octavia.common.config [req-c272580c-117a-4206-ba18-1adde85a1a2c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:44.390 2249 WARNING octavia.api.root_controller [req-c272580c-117a-4206-ba18-1adde85a1a2c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:44.416 2249 INFO octavia.api.v2.controllers.load_balancer [req-c4f4dc6e-7b2b-4144-bf55-760b0b2db005 - - - - -] Sending created Load Balancer a6df1ab0-a8c5-456d-a846-be1cd7651362 to the handler 2018-09-14 10:25:44.682 2249 INFO octavia.api.v2.controllers.listener [req-d21093dd-7a23-4563-bb84-9802f743603e - - - - -] Sending Creation of Listener 3199a882-5cbd-498c-8f62-1390bca63fa4 to handler 2018-09-14 10:25:45.000 2249 INFO octavia.api.v2.controllers.l7policy [req-b555b713-710f-4ef8-9441-8238016f593b - - - - -] Sending Creation of L7Policy a4593967-03c5-4d2a-9353-44b675f578df to handler 2018-09-14 10:25:45.453 2249 INFO oslo_db.sqlalchemy.provision [req-5e0d8e01-a2c5-418b-836c-cd1c08988b3c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.457 2249 INFO oslo_db.sqlalchemy.provision [req-5e0d8e01-a2c5-418b-836c-cd1c08988b3c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN paesutzdsi 2018-09-14 10:25:45.458 2249 INFO oslo_db.sqlalchemy.provision [req-5e0d8e01-a2c5-418b-836c-cd1c08988b3c - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create_cookie_rule [1.273232s] ... ok 2018-09-14 10:25:49.678 2240 INFO oslo_db.sqlalchemy.provision [req-e3f88993-76e8-4567-b194-6c3bd7be70cc - - - - -] CREATE BACKEND sqlite:// TOKEN pasecyoplp 2018-09-14 10:25:49.843 2240 INFO octavia.common.config [req-e3f88993-76e8-4567-b194-6c3bd7be70cc - - - - -] Logging enabled! 2018-09-14 10:25:49.844 2240 INFO octavia.common.config [req-e3f88993-76e8-4567-b194-6c3bd7be70cc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.887 2240 WARNING octavia.api.root_controller [req-e3f88993-76e8-4567-b194-6c3bd7be70cc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.915 2240 INFO octavia.api.v2.controllers.load_balancer [req-babb20cd-5e1b-4eff-aa67-844dfae42976 - - - - -] Sending created Load Balancer 4586e393-e3d3-49c5-9670-ccdd01981ecd to the handler 2018-09-14 10:25:50.177 2240 INFO octavia.api.v2.controllers.pool [req-91997343-5563-4eaa-b746-841ea012fa5c - - - - -] Sending Creation of Pool 7924887d-b734-4e20-965b-8be9ebc43b77 to handler 2018-09-14 10:25:50.596 2240 INFO octavia.api.v2.controllers.load_balancer [req-432a6229-c535-45bb-a219-79f613b63db5 - - - - -] Sending created Load Balancer 60c65ea1-d9a1-4640-9b6e-acc38057bf10 to the handler 2018-09-14 10:25:50.848 2240 INFO octavia.api.v2.controllers.listener [req-325f00b9-cafd-465a-aa09-c9d35996aa80 - - - - -] Sending Creation of Listener 8af45109-09e5-4828-aeaa-545bfc8eac50 to handler 2018-09-14 10:25:51.114 2240 INFO octavia.api.v2.controllers.load_balancer [req-cb4100fc-a9f0-497a-841c-e77bd2ae7273 - - - - -] Sending deleted Load Balancer 60c65ea1-d9a1-4640-9b6e-acc38057bf10 to the handler 2018-09-14 10:25:51.150 2240 INFO octavia.api.v2.controllers.listener [req-27048d7f-b8d4-4f65-98cc-801aaa54d353 - - - - -] Load Balancer 60c65ea1-d9a1-4640-9b6e-acc38057bf10 is immutable. 2018-09-14 10:25:51.193 2240 INFO oslo_db.sqlalchemy.provision [req-27048d7f-b8d4-4f65-98cc-801aaa54d353 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.197 2240 INFO oslo_db.sqlalchemy.provision [req-27048d7f-b8d4-4f65-98cc-801aaa54d353 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pasecyoplp 2018-09-14 10:25:51.198 2240 INFO oslo_db.sqlalchemy.provision [req-27048d7f-b8d4-4f65-98cc-801aaa54d353 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_pending_delete [1.526048s] ... ok 2018-09-14 10:25:39.650 2250 INFO oslo_db.sqlalchemy.provision [req-099039fd-372b-44e7-bfb2-5c8036573892 - - - - -] CREATE BACKEND sqlite:// TOKEN dmfpyplybf 2018-09-14 10:25:39.802 2250 INFO octavia.common.config [req-099039fd-372b-44e7-bfb2-5c8036573892 - - - - -] Logging enabled! 2018-09-14 10:25:39.803 2250 INFO octavia.common.config [req-099039fd-372b-44e7-bfb2-5c8036573892 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.840 2250 WARNING octavia.api.root_controller [req-099039fd-372b-44e7-bfb2-5c8036573892 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.866 2250 INFO octavia.api.v2.controllers.load_balancer [req-fa2c4901-cbee-402f-a741-72c3bf37fd3b - - - - -] Sending created Load Balancer da5b013f-5c09-4f23-9b14-06e7854adc21 to the handler 2018-09-14 10:25:40.122 2250 INFO octavia.api.v2.controllers.listener [req-364f102b-c1ac-4f0f-804b-1de25f6dad64 - - - - -] Sending Creation of Listener 04777739-338b-46db-b67c-dae4cf674909 to handler 2018-09-14 10:25:40.414 2250 INFO octavia.api.v2.controllers.pool [req-57cffbfd-fef4-4278-bc2c-298566160a23 - - - - -] Sending Creation of Pool ec20fd5d-bb5c-45e3-ac4a-f70e43e8026a to handler 2018-09-14 10:25:40.921 2250 INFO octavia.api.v2.controllers.pool [req-117d85da-1f6f-408c-af04-c02abdfd7fa6 - - - - -] Sending Creation of Pool b9673833-4bec-48bc-bbec-4b5ce9c8885c to handler 2018-09-14 10:25:41.274 2250 ERROR octavia.api.v2.controllers.base [req-fdebd679-b22d-40d8-8e8c-300a8b279c26 - - - - -] Member 2311e220-6509-431f-81e9-e49dc9002e89 not found: None 2018-09-14 10:25:41.274 2250 ERROR octavia.api.v2.controllers.base None 2018-09-14 10:25:41.274 2250 ERROR octavia.api.v2.controllers.base 2018-09-14 10:25:41.300 2250 INFO oslo_db.sqlalchemy.provision [req-fdebd679-b22d-40d8-8e8c-300a8b279c26 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:41.304 2250 INFO oslo_db.sqlalchemy.provision [req-fdebd679-b22d-40d8-8e8c-300a8b279c26 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dmfpyplybf 2018-09-14 10:25:41.305 2250 INFO oslo_db.sqlalchemy.provision [req-fdebd679-b22d-40d8-8e8c-300a8b279c26 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_member.TestMember.test_bad_get [1.661700s] ... ok 2018-09-14 10:25:44.710 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] CREATE BACKEND sqlite:// TOKEN qjesjavccy 2018-09-14 10:25:44.964 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.968 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qjesjavccy 2018-09-14 10:25:44.968 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_create_load_balancer_and_vip [0.266518s] ... ok 2018-09-14 10:25:42.495 2266 INFO oslo_db.sqlalchemy.provision [req-3aae8834-da13-4143-b5bd-2a0b26f1e14f - - - - -] CREATE BACKEND sqlite:// TOKEN mvofyvatqu 2018-09-14 10:25:42.655 2266 INFO octavia.common.config [req-3aae8834-da13-4143-b5bd-2a0b26f1e14f - - - - -] Logging enabled! 2018-09-14 10:25:42.656 2266 INFO octavia.common.config [req-3aae8834-da13-4143-b5bd-2a0b26f1e14f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.698 2266 WARNING octavia.api.root_controller [req-3aae8834-da13-4143-b5bd-2a0b26f1e14f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:42.725 2266 INFO octavia.api.v2.controllers.load_balancer [req-c7ef21cc-bbe5-42b3-86cc-090283d2ed56 - - - - -] Sending created Load Balancer 72618c28-1ca0-4390-8196-fa386b3044d9 to the handler 2018-09-14 10:25:43.013 2266 INFO octavia.api.v2.controllers.listener [req-f11368bb-40d8-4960-a858-3dcdef070099 - - - - -] Sending Creation of Listener bd023ab0-b7ba-46f5-b44d-9a529e557259 to handler 2018-09-14 10:25:43.322 2266 INFO octavia.api.v2.controllers.pool [req-a01631e9-3f63-4337-8326-3511db886116 - - - - -] Sending Creation of Pool fe449743-ab9e-4708-aea9-e2f6304e02b1 to handler 2018-09-14 10:25:43.693 2266 INFO octavia.api.v2.controllers.l7policy [req-1bb845c9-889c-4913-879d-c45448aca03d - - - - -] Sending Creation of L7Policy ae1ac000-5ddb-4463-9f32-fb3d089e6760 to handler 2018-09-14 10:25:44.413 2266 INFO oslo_db.sqlalchemy.provision [req-53a8a4e8-6206-4674-90c7-1ea4a2e2160a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.417 2266 INFO oslo_db.sqlalchemy.provision [req-53a8a4e8-6206-4674-90c7-1ea4a2e2160a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mvofyvatqu 2018-09-14 10:25:44.418 2266 INFO oslo_db.sqlalchemy.provision [req-53a8a4e8-6206-4674-90c7-1ea4a2e2160a - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all [1.929318s] ... ok 2018-09-14 10:25:45.972 2264 INFO oslo_db.sqlalchemy.provision [req-95a0f02f-adc4-477d-aa04-e8e9ff78936b - - - - -] CREATE BACKEND sqlite:// TOKEN ztfannbify 2018-09-14 10:25:46.136 2264 INFO octavia.common.config [req-95a0f02f-adc4-477d-aa04-e8e9ff78936b - - - - -] Logging enabled! 2018-09-14 10:25:46.137 2264 INFO octavia.common.config [req-95a0f02f-adc4-477d-aa04-e8e9ff78936b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:46.179 2264 WARNING octavia.api.root_controller [req-95a0f02f-adc4-477d-aa04-e8e9ff78936b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:46.216 2264 INFO oslo_db.sqlalchemy.provision [req-0e6b2209-c20b-4470-9c4b-5b3aeb3f94f7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:46.220 2264 INFO oslo_db.sqlalchemy.provision [req-0e6b2209-c20b-4470-9c4b-5b3aeb3f94f7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ztfannbify 2018-09-14 10:25:46.221 2264 INFO oslo_db.sqlalchemy.provision [req-0e6b2209-c20b-4470-9c4b-5b3aeb3f94f7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_port_and_bad_address [0.255075s] ... ok 2018-09-14 10:25:46.263 2269 INFO oslo_db.sqlalchemy.provision [req-47553312-1116-4cc7-a3f5-bc4b00efb95b - - - - -] CREATE BACKEND sqlite:// TOKEN ikouhmycsb 2018-09-14 10:25:46.433 2269 INFO octavia.common.config [req-47553312-1116-4cc7-a3f5-bc4b00efb95b - - - - -] Logging enabled! 2018-09-14 10:25:46.434 2269 INFO octavia.common.config [req-47553312-1116-4cc7-a3f5-bc4b00efb95b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:46.475 2269 WARNING octavia.api.root_controller [req-47553312-1116-4cc7-a3f5-bc4b00efb95b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:46.502 2269 INFO octavia.api.v2.controllers.load_balancer [req-9d57196c-4548-4e9a-84fa-7beb86007ade - - - - -] Sending created Load Balancer 02bccc0b-e578-4252-af1b-55661adf9a82 to the handler 2018-09-14 10:25:46.759 2269 INFO octavia.api.v2.controllers.listener [req-09cd8114-b553-4300-a315-dbb245a8e602 - - - - -] Sending Creation of Listener 3b045116-f775-481e-80c5-a4d8ea787e07 to handler 2018-09-14 10:25:47.065 2269 INFO octavia.api.v2.controllers.pool [req-beff2325-aca6-42c0-9587-74a3e243f779 - - - - -] Sending Creation of Pool 1cd45bee-235b-4a9d-b5d2-72947dc3947e to handler 2018-09-14 10:25:47.382 2269 INFO octavia.api.v2.controllers.l7policy [req-92fa7dd8-f162-4232-8ef1-7e856e60ae8f - - - - -] Sending Creation of L7Policy 491fd0d0-918d-432d-8786-79166039a12e to handler 2018-09-14 10:25:48.064 2269 INFO octavia.api.v2.controllers.l7policy [req-d9843a1e-b616-4946-8910-764ab5326c98 - - - - -] Sending Creation of L7Policy 7b8a0f85-ba0c-47e5-977c-2ea218ae9c55 to handler 2018-09-14 10:25:48.721 2269 INFO octavia.api.v2.controllers.l7policy [req-4b7d8ad7-e8d7-45e6-a0d5-e3f71ddb6685 - - - - -] Sending Creation of L7Policy c923f7b5-5fa2-42fa-ade4-b4a1a57a07aa to handler 2018-09-14 10:25:49.723 2269 INFO oslo_db.sqlalchemy.provision [req-257e3233-b3a2-4e57-a760-7ebcf61963ef - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.727 2269 INFO oslo_db.sqlalchemy.provision [req-257e3233-b3a2-4e57-a760-7ebcf61963ef - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ikouhmycsb 2018-09-14 10:25:49.728 2269 INFO oslo_db.sqlalchemy.provision [req-257e3233-b3a2-4e57-a760-7ebcf61963ef - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_sorted [3.476864s] ... ok 2018-09-14 10:25:44.507 2263 INFO oslo_db.sqlalchemy.provision [req-8d89db81-8ba7-4925-b3a3-6060adeac4e1 - - - - -] CREATE BACKEND sqlite:// TOKEN cmdjpwztqb 2018-09-14 10:25:44.668 2263 INFO octavia.common.config [req-8d89db81-8ba7-4925-b3a3-6060adeac4e1 - - - - -] Logging enabled! 2018-09-14 10:25:44.669 2263 INFO octavia.common.config [req-8d89db81-8ba7-4925-b3a3-6060adeac4e1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:44.708 2263 WARNING octavia.api.root_controller [req-8d89db81-8ba7-4925-b3a3-6060adeac4e1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:44.766 2263 INFO oslo_db.sqlalchemy.provision [req-38cfdbb9-8d24-4713-b30d-6bb2b06fdbfa - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.770 2263 INFO oslo_db.sqlalchemy.provision [req-38cfdbb9-8d24-4713-b30d-6bb2b06fdbfa - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cmdjpwztqb 2018-09-14 10:25:44.770 2263 INFO oslo_db.sqlalchemy.provision [req-38cfdbb9-8d24-4713-b30d-6bb2b06fdbfa - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_neutron_failure [0.269808s] ... ok 2018-09-14 10:25:54.380 2242 INFO octavia.api.v2.controllers.l7rule [req-a9cf8601-6062-43ac-8f83-b5926a780bca - - - - -] Sending Creation of L7Rule 0e083821-13ab-4ea1-b285-860f88cb5f44 to handler 2018-09-14 10:25:39.665 2262 INFO oslo_db.sqlalchemy.provision [req-7441ea70-a2d7-407f-8b13-e71aa6527740 - - - - -] CREATE BACKEND sqlite:// TOKEN lhrrxbpdhn 2018-09-14 10:25:39.835 2262 INFO octavia.common.config [req-7441ea70-a2d7-407f-8b13-e71aa6527740 - - - - -] Logging enabled! 2018-09-14 10:25:39.836 2262 INFO octavia.common.config [req-7441ea70-a2d7-407f-8b13-e71aa6527740 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.875 2262 WARNING octavia.api.root_controller [req-7441ea70-a2d7-407f-8b13-e71aa6527740 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.905 2262 INFO octavia.api.v2.controllers.load_balancer [req-ed27f574-10f2-4773-b08b-43ac2f486fa8 - - - - -] Sending created Load Balancer 476a4b22-8b47-4627-a7ea-3e3b18ba4a83 to the handler 2018-09-14 10:25:40.164 2262 INFO octavia.api.v2.controllers.listener [req-e656481d-d85c-4952-83e3-5db3194a8a36 - - - - -] Sending Creation of Listener f08b9173-d402-4b27-93f2-f3b414190ba1 to handler 2018-09-14 10:25:40.477 2262 INFO octavia.api.v2.controllers.l7policy [req-48bf6ba8-10c9-4925-923b-2290a77c360b - - - - -] Sending Creation of L7Policy 2be94e8b-a224-42b1-800c-f34ba11baaa1 to handler 2018-09-14 10:25:40.983 2262 INFO octavia.api.v2.controllers.l7rule [req-65aad020-be66-42aa-89c5-e05337b4997d - - - - -] Sending Creation of L7Rule 011127d3-49d0-4804-adcc-da438c8b3073 to handler 2018-09-14 10:25:41.590 2262 INFO octavia.api.v2.controllers.load_balancer [req-75f8b00f-84de-4d23-a490-7797b3babea8 - - - - -] Sending deleted Load Balancer 476a4b22-8b47-4627-a7ea-3e3b18ba4a83 to the handler 2018-09-14 10:25:41.672 2262 INFO octavia.api.v2.controllers.l7rule [req-af2e3d11-8445-441b-b308-75b976e6756b - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:41.697 2262 INFO oslo_db.sqlalchemy.provision [req-af2e3d11-8445-441b-b308-75b976e6756b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:41.701 2262 INFO oslo_db.sqlalchemy.provision [req-af2e3d11-8445-441b-b308-75b976e6756b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lhrrxbpdhn 2018-09-14 10:25:41.701 2262 INFO oslo_db.sqlalchemy.provision [req-af2e3d11-8445-441b-b308-75b976e6756b - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_when_lb_pending_delete [2.043195s] ... ok 2018-09-14 10:25:38.743 2247 INFO oslo_db.sqlalchemy.provision [req-ad6cacf8-1c13-4af3-86c2-47bb8cb721db - - - - -] CREATE BACKEND sqlite:// TOKEN kricskmfqj 2018-09-14 10:25:38.903 2247 INFO octavia.common.config [req-ad6cacf8-1c13-4af3-86c2-47bb8cb721db - - - - -] Logging enabled! 2018-09-14 10:25:38.904 2247 INFO octavia.common.config [req-ad6cacf8-1c13-4af3-86c2-47bb8cb721db - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:38.946 2247 WARNING octavia.api.root_controller [req-ad6cacf8-1c13-4af3-86c2-47bb8cb721db - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.078 2247 INFO octavia.api.v2.controllers.load_balancer [req-1d9f72df-27fa-4ee6-963a-fd31fc7a815d - - - - -] Sending created Load Balancer 138b036a-0ca0-4182-a32e-2712459246f4 to the handler 2018-09-14 10:25:39.145 2247 INFO oslo_db.sqlalchemy.provision [req-1d9f72df-27fa-4ee6-963a-fd31fc7a815d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:39.149 2247 INFO oslo_db.sqlalchemy.provision [req-1d9f72df-27fa-4ee6-963a-fd31fc7a815d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kricskmfqj 2018-09-14 10:25:39.150 2247 INFO oslo_db.sqlalchemy.provision [req-1d9f72df-27fa-4ee6-963a-fd31fc7a815d - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policies_one_redirect_pool_one_rule [0.412928s] ... ok 2018-09-14 10:25:48.435 2265 INFO oslo_db.sqlalchemy.provision [req-f800a032-ff11-4a0b-8656-cd27a75064dc - - - - -] CREATE BACKEND sqlite:// TOKEN mqvgbpxprg 2018-09-14 10:25:48.596 2265 INFO octavia.common.config [req-f800a032-ff11-4a0b-8656-cd27a75064dc - - - - -] Logging enabled! 2018-09-14 10:25:48.597 2265 INFO octavia.common.config [req-f800a032-ff11-4a0b-8656-cd27a75064dc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:48.636 2265 WARNING octavia.api.root_controller [req-f800a032-ff11-4a0b-8656-cd27a75064dc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:48.662 2265 INFO octavia.api.v2.controllers.load_balancer [req-22f708bd-1cd4-4180-ab97-e7ce65402fb5 - - - - -] Sending created Load Balancer 63bb69ae-33ad-4408-95c6-2ab0034c2f55 to the handler 2018-09-14 10:25:48.907 2265 INFO octavia.api.v2.controllers.pool [req-28f9b4b9-4ccb-4680-bed3-b7f6be2261de - - - - -] Sending Creation of Pool c9b7dde8-23b4-4011-8256-0dd08ded6c62 to handler 2018-09-14 10:25:49.182 2265 INFO octavia.api.v2.controllers.listener [req-9fb65e5a-750a-4301-b6e6-61648d09bef1 - - - - -] Sending Creation of Listener a40cd973-7e8f-41fc-87b9-9af90f6a460d to handler 2018-09-14 10:25:49.640 2265 INFO octavia.api.v2.controllers.listener [req-d8041d63-f14f-4e33-a2ac-a97cdf0ae4a8 - - - - -] Sending Update of Listener a40cd973-7e8f-41fc-87b9-9af90f6a460d to handler 2018-09-14 10:25:49.779 2265 INFO oslo_db.sqlalchemy.provision [req-58dadedc-4d2d-433c-b3ce-19fb5ed3a97d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.783 2265 INFO oslo_db.sqlalchemy.provision [req-58dadedc-4d2d-433c-b3ce-19fb5ed3a97d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mqvgbpxprg 2018-09-14 10:25:49.783 2265 INFO oslo_db.sqlalchemy.provision [req-58dadedc-4d2d-433c-b3ce-19fb5ed3a97d - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_with_bad_handler [1.354830s] ... ok 2018-09-14 10:25:43.703 2260 INFO oslo_db.sqlalchemy.provision [req-c2e92ef5-1be8-41d7-b480-6a3dc579672d - - - - -] CREATE BACKEND sqlite:// TOKEN zkrxzgcghp 2018-09-14 10:25:43.866 2260 INFO octavia.common.config [req-c2e92ef5-1be8-41d7-b480-6a3dc579672d - - - - -] Logging enabled! 2018-09-14 10:25:43.867 2260 INFO octavia.common.config [req-c2e92ef5-1be8-41d7-b480-6a3dc579672d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.906 2260 WARNING octavia.api.root_controller [req-c2e92ef5-1be8-41d7-b480-6a3dc579672d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.933 2260 INFO octavia.api.v2.controllers.load_balancer [req-aecb25ff-2b59-4ecf-ab8f-dcd5b3630fd2 - - - - -] Sending created Load Balancer c05383f3-f164-436a-96a4-d78d3f8deb62 to the handler 2018-09-14 10:25:44.196 2260 INFO octavia.api.v2.controllers.load_balancer [req-83c28788-25c2-4ac5-9f60-94da1e797127 - - - - -] Sending updated Load Balancer c05383f3-f164-436a-96a4-d78d3f8deb62 to the handler 2018-09-14 10:25:44.266 2260 INFO oslo_db.sqlalchemy.provision [req-048a597a-364f-4ef2-a4e7-338ec5c398db - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.270 2260 INFO oslo_db.sqlalchemy.provision [req-048a597a-364f-4ef2-a4e7-338ec5c398db - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zkrxzgcghp 2018-09-14 10:25:44.270 2260 INFO oslo_db.sqlalchemy.provision [req-048a597a-364f-4ef2-a4e7-338ec5c398db - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update [0.573573s] ... ok 2018-09-14 10:25:49.994 2246 INFO oslo_db.sqlalchemy.provision [req-7fb98724-70fa-4898-8505-ac16ab1cce17 - - - - -] CREATE BACKEND sqlite:// TOKEN xskjudgedg 2018-09-14 10:25:50.153 2246 INFO octavia.common.config [req-7fb98724-70fa-4898-8505-ac16ab1cce17 - - - - -] Logging enabled! 2018-09-14 10:25:50.154 2246 INFO octavia.common.config [req-7fb98724-70fa-4898-8505-ac16ab1cce17 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.194 2246 WARNING octavia.api.root_controller [req-7fb98724-70fa-4898-8505-ac16ab1cce17 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.215 2246 INFO octavia.api.v1.controllers.load_balancer [req-889e78d6-a57a-4056-85e8-743b169ec0b0 - - - - -] Sending created Load Balancer 73755206-53a8-4308-8567-57b32493fb21 to the handler 2018-09-14 10:25:50.387 2246 INFO octavia.api.v1.controllers.pool [req-905cde57-1eb1-4ef8-891b-8ad3f6d35184 - - - - -] Sending Creation of Pool 811f0098-2d63-4d05-95c1-bcd200d272cd to handler 2018-09-14 10:25:50.594 2246 INFO octavia.api.v1.controllers.listener [req-c8216d32-15b9-4feb-86b1-4afbeeef9ddb - - - - -] Sending Creation of Listener 8e13d39c-345b-4ead-acb3-569867db5ae0 to handler 2018-09-14 10:25:50.631 2246 INFO oslo_db.sqlalchemy.provision [req-c8216d32-15b9-4feb-86b1-4afbeeef9ddb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.634 2246 INFO oslo_db.sqlalchemy.provision [req-c8216d32-15b9-4feb-86b1-4afbeeef9ddb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xskjudgedg 2018-09-14 10:25:50.635 2246 INFO oslo_db.sqlalchemy.provision [req-c8216d32-15b9-4feb-86b1-4afbeeef9ddb - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_valid_insert_headers [0.647173s] ... ok 2018-09-14 10:25:47.561 2261 INFO oslo_db.sqlalchemy.provision [req-a352a937-020e-4080-852d-70bbe2d95b03 - - - - -] CREATE BACKEND sqlite:// TOKEN uutdogstxs 2018-09-14 10:25:47.722 2261 INFO octavia.common.config [req-a352a937-020e-4080-852d-70bbe2d95b03 - - - - -] Logging enabled! 2018-09-14 10:25:47.723 2261 INFO octavia.common.config [req-a352a937-020e-4080-852d-70bbe2d95b03 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:47.761 2261 WARNING octavia.api.root_controller [req-a352a937-020e-4080-852d-70bbe2d95b03 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:47.788 2261 INFO octavia.api.v2.controllers.load_balancer [req-4ffa830a-1741-427d-b1b6-02cb1d432177 - - - - -] Sending created Load Balancer 6e0ae818-ae90-45b6-9cd4-69c177e03e54 to the handler 2018-09-14 10:25:48.046 2261 INFO octavia.api.v2.controllers.listener [req-6e5e2af7-2d4b-4864-ad8e-84cb1823b52c - - - - -] Sending Creation of Listener 0990924e-3247-4a6c-85b7-f410e2f969d7 to handler 2018-09-14 10:25:48.492 2261 INFO octavia.api.v2.controllers.pool [req-4a75b2e5-4b63-42e5-ac19-6ac7ea8b63db - - - - -] Sending Creation of Pool 95abf633-a45d-4d34-9287-7ced329a7ab6 to handler 2018-09-14 10:25:48.779 2261 INFO octavia.api.v2.controllers.load_balancer [req-f96196cb-ba41-4ab3-8ae0-ae5e4c3aa70f - - - - -] Sending deleted Load Balancer 6e0ae818-ae90-45b6-9cd4-69c177e03e54 to the handler 2018-09-14 10:25:48.804 2261 INFO oslo_db.sqlalchemy.provision [req-f96196cb-ba41-4ab3-8ae0-ae5e4c3aa70f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.808 2261 INFO oslo_db.sqlalchemy.provision [req-f96196cb-ba41-4ab3-8ae0-ae5e4c3aa70f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uutdogstxs 2018-09-14 10:25:48.809 2261 INFO oslo_db.sqlalchemy.provision [req-f96196cb-ba41-4ab3-8ae0-ae5e4c3aa70f - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_cascade_delete [1.253655s] ... ok 2018-09-14 10:25:40.360 2267 INFO oslo_db.sqlalchemy.provision [req-0a8b39a0-e23d-40b3-b257-3cf8bc898c20 - - - - -] CREATE BACKEND sqlite:// TOKEN cydartpyhd 2018-09-14 10:25:40.524 2267 INFO octavia.common.config [req-0a8b39a0-e23d-40b3-b257-3cf8bc898c20 - - - - -] Logging enabled! 2018-09-14 10:25:40.524 2267 INFO octavia.common.config [req-0a8b39a0-e23d-40b3-b257-3cf8bc898c20 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:40.566 2267 WARNING octavia.api.root_controller [req-0a8b39a0-e23d-40b3-b257-3cf8bc898c20 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:40.593 2267 INFO octavia.api.v2.controllers.load_balancer [req-0b98dd45-0e46-4a87-8de6-cdb11f02226c - - - - -] Sending created Load Balancer a1693697-dfaa-4f47-8734-f840eb355455 to the handler 2018-09-14 10:25:40.841 2267 INFO octavia.api.v2.controllers.listener [req-7018d86d-9e03-4715-9cb7-17dea73c8d9a - - - - -] Sending Creation of Listener fe67d1d1-ef55-4596-8a88-4900b8224c50 to handler 2018-09-14 10:25:41.124 2267 INFO octavia.api.v2.controllers.pool [req-9a45565a-f2ea-42ee-9685-08af6969e8a6 - - - - -] Sending Creation of Pool 757de570-9d9a-4032-b17a-117621272812 to handler 2018-09-14 10:25:41.480 2267 INFO octavia.api.v2.controllers.pool [req-fa4fb3fe-84e7-4bc5-827b-461d8bace82c - - - - -] Sending Creation of Pool b63ed775-9e37-40f0-b288-078e2c2d9e03 to handler 2018-09-14 10:25:42.025 2267 INFO octavia.api.v2.controllers.member [req-28ea4adb-c6af-409c-935f-1d8bd45048a8 - - - - -] Sending Creation of Member 74dd2cf0-d00e-4073-94e3-7d8858165746 to handler 2018-09-14 10:25:42.345 2267 INFO octavia.api.v2.controllers.load_balancer [req-5e304255-1483-4671-97a6-0a6acb520b72 - - - - -] Sending updated Load Balancer a1693697-dfaa-4f47-8734-f840eb355455 to the handler 2018-09-14 10:25:42.445 2267 INFO octavia.api.v2.controllers.member [req-9b0bbeca-0afc-4cf8-812a-7b99b27080fd - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:42.470 2267 INFO oslo_db.sqlalchemy.provision [req-9b0bbeca-0afc-4cf8-812a-7b99b27080fd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:42.474 2267 INFO oslo_db.sqlalchemy.provision [req-9b0bbeca-0afc-4cf8-812a-7b99b27080fd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cydartpyhd 2018-09-14 10:25:42.475 2267 INFO oslo_db.sqlalchemy.provision [req-9b0bbeca-0afc-4cf8-812a-7b99b27080fd - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_when_lb_pending_update [2.122190s] ... ok 2018-09-14 10:25:42.969 2254 INFO oslo_db.sqlalchemy.provision [req-bc937153-7d52-4a8f-85af-a96d90bedc59 - - - - -] CREATE BACKEND sqlite:// TOKEN tzldvmlwqu 2018-09-14 10:25:43.132 2254 INFO octavia.common.config [req-bc937153-7d52-4a8f-85af-a96d90bedc59 - - - - -] Logging enabled! 2018-09-14 10:25:43.133 2254 INFO octavia.common.config [req-bc937153-7d52-4a8f-85af-a96d90bedc59 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.172 2254 WARNING octavia.api.root_controller [req-bc937153-7d52-4a8f-85af-a96d90bedc59 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.202 2254 INFO octavia.api.v2.controllers.load_balancer [req-a4b6cb3a-90cc-4f8f-a432-e91fb1b53d7e - - - - -] Sending created Load Balancer ace77859-073f-4958-80e8-ff0ea68c05f1 to the handler 2018-09-14 10:25:43.243 2254 INFO oslo_db.sqlalchemy.provision [req-a4b6cb3a-90cc-4f8f-a432-e91fb1b53d7e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:43.247 2254 INFO oslo_db.sqlalchemy.provision [req-a4b6cb3a-90cc-4f8f-a432-e91fb1b53d7e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tzldvmlwqu 2018-09-14 10:25:43.247 2254 INFO oslo_db.sqlalchemy.provision [req-a4b6cb3a-90cc-4f8f-a432-e91fb1b53d7e - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_and_address [0.285712s] ... ok 2018-09-14 10:25:42.002 2255 INFO oslo_db.sqlalchemy.provision [req-943c247a-50fd-4a61-b360-3180b294bee9 - - - - -] CREATE BACKEND sqlite:// TOKEN nwmwhsxzbj 2018-09-14 10:25:42.187 2255 INFO octavia.common.config [req-943c247a-50fd-4a61-b360-3180b294bee9 - - - - -] Logging enabled! 2018-09-14 10:25:42.188 2255 INFO octavia.common.config [req-943c247a-50fd-4a61-b360-3180b294bee9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.226 2255 WARNING octavia.api.root_controller [req-943c247a-50fd-4a61-b360-3180b294bee9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:42.252 2255 INFO octavia.api.v2.controllers.load_balancer [req-11f0009a-936a-4d06-9766-8b5f1a9e6e82 - - - - -] Sending created Load Balancer 2f43e4f9-9d2c-4727-8c2b-d7ce4be90735 to the handler 2018-09-14 10:25:42.527 2255 INFO octavia.api.v2.controllers.listener [req-96a7434d-dbdb-421e-b257-c5995e3b45df - - - - -] Sending Creation of Listener 0bbb8529-cbd6-4471-bc4a-5304e9080849 to handler 2018-09-14 10:25:42.817 2255 INFO octavia.api.v2.controllers.pool [req-ddb31c33-4803-4f54-b503-8f89196be131 - - - - -] Sending Creation of Pool b88d0d64-f718-42bb-8d62-1619d6077f36 to handler 2018-09-14 10:25:43.177 2255 INFO octavia.api.v2.controllers.pool [req-497e3e6d-236e-43b2-9c66-6a13e4f4aad8 - - - - -] Sending Creation of Pool 91463ffe-23ba-45ce-84db-a24db22301ae to handler 2018-09-14 10:25:43.597 2255 INFO octavia.api.v2.controllers.health_monitor [req-e579dd5c-4a35-4b6b-92bd-45ec885bec41 - - - - -] Sending Creation of Health Monitor 4807201e-0408-436a-ace2-e953678a9820 to handler 2018-09-14 10:25:43.952 2255 INFO octavia.api.v2.controllers.health_monitor [req-cd0dc4a8-f64d-417b-8525-9ce8f102554d - - - - -] Sending Update of Health Monitor for Pool 4807201e-0408-436a-ace2-e953678a9820 to handler 2018-09-14 10:25:44.260 2255 INFO oslo_db.sqlalchemy.provision [req-285db856-acaa-45db-9a4c-04041009a995 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.263 2255 INFO oslo_db.sqlalchemy.provision [req-285db856-acaa-45db-9a4c-04041009a995 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nwmwhsxzbj 2018-09-14 10:25:44.264 2255 INFO oslo_db.sqlalchemy.provision [req-285db856-acaa-45db-9a4c-04041009a995 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update_with_bad_handler [2.268442s] ... ok 2018-09-14 10:25:44.975 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] CREATE BACKEND sqlite:// TOKEN jblrmakgki 2018-09-14 10:25:45.208 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.212 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jblrmakgki 2018-09-14 10:25:45.212 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_allocate_and_associate [0.243462s] ... ok 2018-09-14 10:25:51.340 2248 INFO oslo_db.sqlalchemy.provision [req-66adea37-9443-4cc2-ab14-fa7ac8670612 - - - - -] CREATE BACKEND sqlite:// TOKEN guyhnqecmr 2018-09-14 10:25:51.490 2248 INFO octavia.common.config [req-66adea37-9443-4cc2-ab14-fa7ac8670612 - - - - -] Logging enabled! 2018-09-14 10:25:51.491 2248 INFO octavia.common.config [req-66adea37-9443-4cc2-ab14-fa7ac8670612 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:51.538 2248 WARNING octavia.api.root_controller [req-66adea37-9443-4cc2-ab14-fa7ac8670612 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:51.636 2248 INFO octavia.api.v2.controllers.load_balancer [req-0502f1e8-d6b2-4b00-b468-e1903928c546 - - - - -] Sending created Load Balancer 5d8a7ab8-fc33-454c-8692-f3c036eecb73 to the handler 2018-09-14 10:25:51.689 2248 INFO oslo_db.sqlalchemy.provision [req-0502f1e8-d6b2-4b00-b468-e1903928c546 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.691 2248 INFO oslo_db.sqlalchemy.provision [req-0502f1e8-d6b2-4b00-b468-e1903928c546 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN guyhnqecmr 2018-09-14 10:25:51.692 2248 INFO oslo_db.sqlalchemy.provision [req-0502f1e8-d6b2-4b00-b468-e1903928c546 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_one_rule [0.357553s] ... ok 2018-09-14 10:25:41.347 2252 INFO oslo_db.sqlalchemy.provision [req-bed42819-745a-471d-b823-cdada40fd951 - - - - -] CREATE BACKEND sqlite:// TOKEN dsfdrqjbxb 2018-09-14 10:25:41.516 2252 INFO octavia.common.config [req-bed42819-745a-471d-b823-cdada40fd951 - - - - -] Logging enabled! 2018-09-14 10:25:41.517 2252 INFO octavia.common.config [req-bed42819-745a-471d-b823-cdada40fd951 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:41.558 2252 WARNING octavia.api.root_controller [req-bed42819-745a-471d-b823-cdada40fd951 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:41.585 2252 INFO octavia.api.v2.controllers.load_balancer [req-e016f77a-f4c7-4e55-b653-6c87ab0c6f1f - - - - -] Sending created Load Balancer 8c2a9a84-8670-47bb-b652-f49de80a6937 to the handler 2018-09-14 10:25:41.847 2252 INFO octavia.api.v2.controllers.listener [req-e0b50be7-b88c-4c6b-89f4-1e02244183e7 - - - - -] Sending Creation of Listener cfd4542c-2b0c-4834-8c5b-af27b8907b05 to handler 2018-09-14 10:25:42.139 2252 INFO octavia.api.v2.controllers.pool [req-6604bba0-138a-43b1-a1be-d0b6d0db5619 - - - - -] Sending Creation of Pool 710a5ac9-6a83-4478-83f3-3e79f9662232 to handler 2018-09-14 10:25:42.480 2252 INFO octavia.api.v2.controllers.l7policy [req-201bac84-edd4-4621-bb04-19ed1164c719 - - - - -] Sending Creation of L7Policy 159fe466-4253-4716-8d28-04c7cfa89e97 to handler 2018-09-14 10:25:43.203 2252 INFO octavia.api.v2.controllers.l7policy [req-90c68bb2-6c06-4f55-9b78-6975f0dc168f - - - - -] Sending Creation of L7Policy 9759b39d-b35b-4036-ac8c-b93477586186 to handler 2018-09-14 10:25:43.923 2252 INFO octavia.api.v2.controllers.l7policy [req-ac1c0a13-2528-4ed3-b227-20a71f6a439f - - - - -] Sending Creation of L7Policy a7502de5-f5d4-4866-a891-27c5f85ee7e6 to handler 2018-09-14 10:25:44.859 2252 INFO oslo_db.sqlalchemy.provision [req-803fdb31-fd18-4e30-84d9-b634a09ba8ad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.863 2252 INFO oslo_db.sqlalchemy.provision [req-803fdb31-fd18-4e30-84d9-b634a09ba8ad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dsfdrqjbxb 2018-09-14 10:25:44.863 2252 INFO oslo_db.sqlalchemy.provision [req-803fdb31-fd18-4e30-84d9-b634a09ba8ad - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_limited [3.523363s] ... ok 2018-09-14 10:25:43.487 2257 INFO oslo_db.sqlalchemy.provision [req-cfac8bbb-0e58-44bb-92bc-070d4525a831 - - - - -] CREATE BACKEND sqlite:// TOKEN nyvrmemmfz 2018-09-14 10:25:43.647 2257 INFO octavia.common.config [req-cfac8bbb-0e58-44bb-92bc-070d4525a831 - - - - -] Logging enabled! 2018-09-14 10:25:43.648 2257 INFO octavia.common.config [req-cfac8bbb-0e58-44bb-92bc-070d4525a831 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.687 2257 WARNING octavia.api.root_controller [req-cfac8bbb-0e58-44bb-92bc-070d4525a831 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.714 2257 INFO octavia.api.v2.controllers.load_balancer [req-545cfe2f-a6d7-44bf-9953-bbde398ed4de - - - - -] Sending created Load Balancer cd49949e-6475-4391-b6bd-94530c01b528 to the handler 2018-09-14 10:25:43.776 2257 INFO oslo_db.sqlalchemy.provision [req-0742f123-fa13-4639-ae42-227764339d18 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:43.780 2257 INFO oslo_db.sqlalchemy.provision [req-0742f123-fa13-4639-ae42-227764339d18 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nyvrmemmfz 2018-09-14 10:25:43.781 2257 INFO oslo_db.sqlalchemy.provision [req-0742f123-fa13-4639-ae42-227764339d18 - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_not_authorized [0.300166s] ... ok 2018-09-14 10:25:55.366 2242 INFO octavia.api.v2.controllers.l7rule [req-ad5634dc-e901-4ffc-bd30-12899aaf0815 - - - - -] Sending Creation of L7Rule 125679c4-219c-4b2c-99b0-69ee93b4d469 to handler 2018-09-14 10:25:43.019 2245 INFO oslo_db.sqlalchemy.provision [req-eec553e5-c2ce-48ef-b131-f6cfa4d41b94 - - - - -] CREATE BACKEND sqlite:// TOKEN jttychrmjy 2018-09-14 10:25:43.207 2245 INFO octavia.common.config [req-eec553e5-c2ce-48ef-b131-f6cfa4d41b94 - - - - -] Logging enabled! 2018-09-14 10:25:43.207 2245 INFO octavia.common.config [req-eec553e5-c2ce-48ef-b131-f6cfa4d41b94 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.254 2245 WARNING octavia.api.root_controller [req-eec553e5-c2ce-48ef-b131-f6cfa4d41b94 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.281 2245 INFO octavia.api.v2.controllers.load_balancer [req-f081dd68-fee7-4a73-a1ac-143b969e95e2 - - - - -] Sending created Load Balancer 93c5b98c-b479-4e3c-b7e2-1e4846353aa2 to the handler 2018-09-14 10:25:43.537 2245 INFO octavia.api.v2.controllers.listener [req-29fbe944-f419-4814-8ecc-9a2e47cea163 - - - - -] Sending Creation of Listener 5638b088-01ec-4804-8b0f-81060d9b0639 to handler 2018-09-14 10:25:43.999 2245 INFO octavia.api.v2.controllers.l7policy [req-da298206-f306-4666-a492-172bf1f8da58 - - - - -] Sending Creation of L7Policy 0ed1a02d-6e87-4987-bb50-d33cd4ae032c to handler 2018-09-14 10:25:44.576 2245 INFO octavia.api.v2.controllers.l7rule [req-809b8ea0-4193-4d4a-afff-95684fc4dbb5 - - - - -] Sending Creation of L7Rule 0088424e-1c48-44eb-83d3-dd3ef6203ece to handler 2018-09-14 10:25:45.132 2245 INFO octavia.api.v2.controllers.l7rule [req-38d3cc42-2a54-494e-ba55-5947f836711e - - - - -] Sending Update of L7Rule 0088424e-1c48-44eb-83d3-dd3ef6203ece to handler 2018-09-14 10:25:45.365 2245 INFO oslo_db.sqlalchemy.provision [req-5a22525b-f431-4355-ad3e-c3aefa8b5d70 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.368 2245 INFO oslo_db.sqlalchemy.provision [req-5a22525b-f431-4355-ad3e-c3aefa8b5d70 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jttychrmjy 2018-09-14 10:25:45.369 2245 INFO oslo_db.sqlalchemy.provision [req-5a22525b-f431-4355-ad3e-c3aefa8b5d70 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_with_bad_handler [2.357443s] ... ok 2018-09-14 10:25:38.461 2241 INFO oslo_db.sqlalchemy.provision [req-e34dd31c-b04f-46f5-8ac3-257a2ebc917d - - - - -] CREATE BACKEND sqlite:// TOKEN idnwnnguse 2018-09-14 10:25:38.621 2241 INFO octavia.common.config [req-e34dd31c-b04f-46f5-8ac3-257a2ebc917d - - - - -] Logging enabled! 2018-09-14 10:25:38.622 2241 INFO octavia.common.config [req-e34dd31c-b04f-46f5-8ac3-257a2ebc917d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:38.661 2241 WARNING octavia.api.root_controller [req-e34dd31c-b04f-46f5-8ac3-257a2ebc917d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:38.691 2241 INFO octavia.api.v2.controllers.load_balancer [req-23bc8b66-ce2b-4f0b-a7bb-ebdf95221eee - - - - -] Sending created Load Balancer 2d969132-93b1-4a4d-9f9e-aa22b5021a1a to the handler 2018-09-14 10:25:38.963 2241 INFO octavia.api.v2.controllers.listener [req-8be55420-e56d-4cc3-8561-4e488e3f1944 - - - - -] Sending Creation of Listener f9307be4-7894-4a0f-a51e-454e71a07b96 to handler 2018-09-14 10:25:39.264 2241 INFO octavia.api.v2.controllers.pool [req-805aa354-95ee-4d1a-aba8-94ae9b4674c2 - - - - -] Sending Creation of Pool d767ce45-16f1-45ec-8f7f-b7086e343cbf to handler 2018-09-14 10:25:39.723 2241 INFO octavia.api.v2.controllers.load_balancer [req-5f03c5ce-5cd4-4987-94f9-67001df0908b - - - - -] Sending created Load Balancer ac1493f4-f5ea-47d7-b49f-17806057822b to the handler 2018-09-14 10:25:40.004 2241 INFO octavia.api.v2.controllers.listener [req-b0d562b3-166d-4435-9376-0f4b780d5032 - - - - -] Sending Creation of Listener c1481102-e5b6-442f-8559-28b82bb2f86c to handler 2018-09-14 10:25:40.298 2241 INFO octavia.api.v2.controllers.pool [req-6497682f-f9e8-490a-bef1-766c49c319b1 - - - - -] Sending Creation of Pool 9c1b67fe-86ba-458e-9137-51e8978c8f56 to handler 2018-09-14 10:25:40.639 2241 INFO octavia.api.v2.controllers.l7policy [req-4348425f-fb1d-4662-9ab9-ff27b6e9166f - - - - -] Sending Creation of L7Policy 0128b0d9-42b2-4f81-b286-5e157518efb9 to handler 2018-09-14 10:25:41.250 2241 INFO octavia.api.v2.controllers.l7policy [req-5617ee8f-ad0f-4e07-9db4-e6d8e6fdf43b - - - - -] Sending Creation of L7Policy 9b75405f-c132-4825-bd24-33946a1d24a3 to handler 2018-09-14 10:25:42.175 2241 INFO octavia.api.v2.controllers.l7policy [req-34b71a54-5e69-45f2-8a1a-1bc81a420572 - - - - -] Sending Creation of L7Policy bf188475-f53c-4439-b7dc-ed64e1eb0d85 to handler 2018-09-14 10:25:43.016 2241 INFO oslo_db.sqlalchemy.provision [req-132e3d10-fdd0-43fc-9068-c41f98432e2f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:43.020 2241 INFO oslo_db.sqlalchemy.provision [req-132e3d10-fdd0-43fc-9068-c41f98432e2f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN idnwnnguse 2018-09-14 10:25:43.021 2241 INFO oslo_db.sqlalchemy.provision [req-132e3d10-fdd0-43fc-9068-c41f98432e2f - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_admin [4.565420s] ... ok 2018-09-14 10:25:45.466 2249 INFO oslo_db.sqlalchemy.provision [req-5e0d8e01-a2c5-418b-836c-cd1c08988b3c - - - - -] CREATE BACKEND sqlite:// TOKEN qxydfhygwp 2018-09-14 10:25:45.629 2249 INFO octavia.common.config [req-5e0d8e01-a2c5-418b-836c-cd1c08988b3c - - - - -] Logging enabled! 2018-09-14 10:25:45.629 2249 INFO octavia.common.config [req-5e0d8e01-a2c5-418b-836c-cd1c08988b3c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.668 2249 WARNING octavia.api.root_controller [req-5e0d8e01-a2c5-418b-836c-cd1c08988b3c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.726 2249 INFO octavia.api.v2.controllers.load_balancer [req-a491f91c-0498-4555-b49b-f108d7765a27 - 7f324215-3174-40a2-a795-a1dd168eef47 - - -] Sending created Load Balancer e075d70b-efcb-4149-8858-12a76b243cce to the handler 2018-09-14 10:25:45.765 2249 INFO oslo_db.sqlalchemy.provision [req-a491f91c-0498-4555-b49b-f108d7765a27 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.769 2249 INFO oslo_db.sqlalchemy.provision [req-a491f91c-0498-4555-b49b-f108d7765a27 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qxydfhygwp 2018-09-14 10:25:45.770 2249 INFO oslo_db.sqlalchemy.provision [req-a491f91c-0498-4555-b49b-f108d7765a27 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_authorized [0.310568s] ... ok 2018-09-14 10:25:51.205 2240 INFO oslo_db.sqlalchemy.provision [req-27048d7f-b8d4-4f65-98cc-801aaa54d353 - - - - -] CREATE BACKEND sqlite:// TOKEN almzugplpv 2018-09-14 10:25:51.369 2240 INFO octavia.common.config [req-27048d7f-b8d4-4f65-98cc-801aaa54d353 - - - - -] Logging enabled! 2018-09-14 10:25:51.370 2240 INFO octavia.common.config [req-27048d7f-b8d4-4f65-98cc-801aaa54d353 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:51.409 2240 WARNING octavia.api.root_controller [req-27048d7f-b8d4-4f65-98cc-801aaa54d353 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:51.561 2240 INFO oslo_db.sqlalchemy.provision [req-b0bdf556-41bc-46de-afdd-47e47805ecd8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.565 2240 INFO oslo_db.sqlalchemy.provision [req-b0bdf556-41bc-46de-afdd-47e47805ecd8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN almzugplpv 2018-09-14 10:25:51.566 2240 INFO oslo_db.sqlalchemy.provision [req-b0bdf556-41bc-46de-afdd-47e47805ecd8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_empty_list [0.366725s] ... ok 2018-09-14 10:25:44.803 2243 INFO oslo_db.sqlalchemy.provision [req-09d49960-3397-4f13-8851-c0b88522026b - - - - -] CREATE BACKEND sqlite:// TOKEN xpnabefxwi 2018-09-14 10:25:44.983 2243 INFO octavia.common.config [req-09d49960-3397-4f13-8851-c0b88522026b - - - - -] Logging enabled! 2018-09-14 10:25:44.984 2243 INFO octavia.common.config [req-09d49960-3397-4f13-8851-c0b88522026b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.024 2243 WARNING octavia.api.root_controller [req-09d49960-3397-4f13-8851-c0b88522026b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.050 2243 INFO octavia.api.v2.controllers.load_balancer [req-410d65ec-3862-4dc2-b5c9-a88c1a1c4297 - - - - -] Sending created Load Balancer ea5b408c-8634-4dcd-bd87-278e1caa4efc to the handler 2018-09-14 10:25:45.308 2243 INFO octavia.api.v2.controllers.listener [req-7697b1ea-28b7-48e0-852a-37d817baab2e - - - - -] Sending Creation of Listener 4c008427-a340-4f61-a4fb-6a7cf1ff7a5a to handler 2018-09-14 10:25:45.619 2243 INFO octavia.api.v2.controllers.pool [req-1604ed71-4b23-488c-974b-aa3136dfb5ca - - - - -] Sending Creation of Pool 05ab4734-d63a-45d3-a28d-e403aa0fd193 to handler 2018-09-14 10:25:45.954 2243 INFO octavia.api.v2.controllers.pool [req-e481f8a5-2956-4eef-abdb-45c0a21900df - - - - -] Sending Creation of Pool 917d3a1c-091c-4843-8a92-ebb7570e4880 to handler 2018-09-14 10:25:46.469 2243 INFO octavia.api.v2.controllers.pool [req-d64a3213-c5f1-4e13-b3fb-9ad8a341b3e5 - - - - -] Sending Creation of Pool 618f452d-7854-4d83-ae00-eff15449aaa5 to handler 2018-09-14 10:25:47.032 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.036 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xpnabefxwi 2018-09-14 10:25:47.037 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_sorted [2.240327s] ... ok 2018-09-14 10:25:42.862 2256 INFO oslo_db.sqlalchemy.provision [req-5f4c93df-1c77-4300-9422-52c767b9f221 - - - - -] CREATE BACKEND sqlite:// TOKEN qpxwpzmvah 2018-09-14 10:25:43.020 2256 INFO octavia.common.config [req-5f4c93df-1c77-4300-9422-52c767b9f221 - - - - -] Logging enabled! 2018-09-14 10:25:43.021 2256 INFO octavia.common.config [req-5f4c93df-1c77-4300-9422-52c767b9f221 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.059 2256 WARNING octavia.api.root_controller [req-5f4c93df-1c77-4300-9422-52c767b9f221 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.087 2256 INFO octavia.api.v2.controllers.load_balancer [req-5bcb5836-d70b-454e-b59b-acb5eca94993 - - - - -] Sending created Load Balancer 70d5db39-f5f8-45b1-a844-654abdd11e1a to the handler 2018-09-14 10:25:43.340 2256 INFO octavia.api.v2.controllers.pool [req-dbe8a2ac-5852-4a72-ad4c-3aa135eb53f1 - - - - -] Sending Creation of Pool 08732f1f-b025-4c4f-ba64-5000b9e791d3 to handler 2018-09-14 10:25:43.627 2256 INFO octavia.api.v2.controllers.listener [req-2b980b9c-0298-49c6-b063-fb6a3f4ef8ef - - - - -] Sending Creation of Listener 1a029365-655c-407c-ae8c-7a9f2e4f23f3 to handler 2018-09-14 10:25:44.157 2256 INFO oslo_db.sqlalchemy.provision [req-6011d2e3-14ce-4081-847a-57c313079f4a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.161 2256 INFO oslo_db.sqlalchemy.provision [req-6011d2e3-14ce-4081-847a-57c313079f4a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qpxwpzmvah 2018-09-14 10:25:44.162 2256 INFO oslo_db.sqlalchemy.provision [req-6011d2e3-14ce-4081-847a-57c313079f4a - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_not_authorized [1.307583s] ... ok 2018-09-14 10:25:43.164 2268 INFO oslo_db.sqlalchemy.provision [req-79bedf07-1f4e-44d3-be06-29597b86f03f - - - - -] CREATE BACKEND sqlite:// TOKEN icmhhwnnhu 2018-09-14 10:25:43.495 2268 INFO octavia.common.config [req-79bedf07-1f4e-44d3-be06-29597b86f03f - - - - -] Logging enabled! 2018-09-14 10:25:43.496 2268 INFO octavia.common.config [req-79bedf07-1f4e-44d3-be06-29597b86f03f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.535 2268 WARNING octavia.api.root_controller [req-79bedf07-1f4e-44d3-be06-29597b86f03f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.562 2268 INFO octavia.api.v2.controllers.load_balancer [req-6d06c463-58bb-430d-83f7-1197ac207140 - - - - -] Sending created Load Balancer d0f2a9d8-040d-47d4-90d7-0a689ca0fd06 to the handler 2018-09-14 10:25:43.829 2268 INFO octavia.api.v2.controllers.listener [req-467c57c0-d6ca-4b9a-ab01-2dd0e86b0abb - - - - -] Sending Creation of Listener c5c43e93-2082-438e-9ddf-b29b51a6644a to handler 2018-09-14 10:25:44.162 2268 INFO oslo_db.sqlalchemy.provision [req-9dd8019d-4051-44df-8f5c-09223ae618f4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.166 2268 INFO oslo_db.sqlalchemy.provision [req-9dd8019d-4051-44df-8f5c-09223ae618f4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN icmhhwnnhu 2018-09-14 10:25:44.167 2268 INFO oslo_db.sqlalchemy.provision [req-9dd8019d-4051-44df-8f5c-09223ae618f4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_pool.TestPool.test_bad_create [1.009049s] ... ok 2018-09-14 10:25:51.510 2258 INFO oslo_db.sqlalchemy.provision [req-90a30402-53e8-424d-9a8c-2c2eacf0821d - - - - -] CREATE BACKEND sqlite:// TOKEN jawnpeqsqi 2018-09-14 10:25:51.671 2258 INFO octavia.common.config [req-90a30402-53e8-424d-9a8c-2c2eacf0821d - - - - -] Logging enabled! 2018-09-14 10:25:51.672 2258 INFO octavia.common.config [req-90a30402-53e8-424d-9a8c-2c2eacf0821d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:51.711 2258 WARNING octavia.api.root_controller [req-90a30402-53e8-424d-9a8c-2c2eacf0821d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:51.741 2258 INFO octavia.api.v2.controllers.load_balancer [req-a777f82e-78a2-4f97-bfe8-8cb542d91f82 - - - - -] Sending created Load Balancer c050f131-a5de-4ecf-92e1-3302b6066a57 to the handler 2018-09-14 10:25:52.137 2258 INFO octavia.api.v2.controllers.listener [req-c31d6fde-dc2d-4d30-b2d4-ba6759f09105 - - - - -] Sending Creation of Listener 51ce9fa8-0419-4f12-9a45-072a443dec92 to handler 2018-09-14 10:25:52.449 2258 INFO octavia.api.v2.controllers.pool [req-65ab3136-2ff7-489a-9293-7edbcbcec60b - - - - -] Sending Creation of Pool 908beaca-11ae-4ea8-bb51-a5bbee9382d2 to handler 2018-09-14 10:25:52.740 2258 INFO octavia.api.v2.controllers.pool [req-edf94082-4b58-48da-9012-f01cad41951a - - - - -] Sending Update of Pool 908beaca-11ae-4ea8-bb51-a5bbee9382d2 to handler 2018-09-14 10:25:52.910 2258 INFO oslo_db.sqlalchemy.provision [req-93eb5a69-0271-4e7f-ae41-e6e2636b7054 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.913 2258 INFO oslo_db.sqlalchemy.provision [req-93eb5a69-0271-4e7f-ae41-e6e2636b7054 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jawnpeqsqi 2018-09-14 10:25:52.913 2258 INFO oslo_db.sqlalchemy.provision [req-93eb5a69-0271-4e7f-ae41-e6e2636b7054 - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_pool.TestPool.test_add_session_persistence [1.409793s] ... ok 2018-09-14 10:25:45.219 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] CREATE BACKEND sqlite:// TOKEN xheulxncjd 2018-09-14 10:25:45.451 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.455 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xheulxncjd 2018-09-14 10:25:45.455 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_spare_amphora_count [0.242390s] ... ok 2018-09-14 10:25:39.157 2247 INFO oslo_db.sqlalchemy.provision [req-1d9f72df-27fa-4ee6-963a-fd31fc7a815d - - - - -] CREATE BACKEND sqlite:// TOKEN irkycmvube 2018-09-14 10:25:39.327 2247 INFO octavia.common.config [req-1d9f72df-27fa-4ee6-963a-fd31fc7a815d - - - - -] Logging enabled! 2018-09-14 10:25:39.328 2247 INFO octavia.common.config [req-1d9f72df-27fa-4ee6-963a-fd31fc7a815d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.371 2247 WARNING octavia.api.root_controller [req-1d9f72df-27fa-4ee6-963a-fd31fc7a815d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.457 2247 INFO oslo_db.sqlalchemy.provision [req-81f91d63-e42f-44d5-8891-ca13bc6129c6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:39.461 2247 INFO oslo_db.sqlalchemy.provision [req-81f91d63-e42f-44d5-8891-ca13bc6129c6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN irkycmvube 2018-09-14 10:25:39.462 2247 INFO oslo_db.sqlalchemy.provision [req-81f91d63-e42f-44d5-8891-ca13bc6129c6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_bad_rule [0.311646s] ... ok 2018-09-14 10:25:51.286 2239 INFO oslo_db.sqlalchemy.provision [req-ed1f56ea-a0ef-4e43-bc58-6e9d8b79c1d9 - - - - -] CREATE BACKEND sqlite:// TOKEN lrteheudml 2018-09-14 10:25:51.448 2239 INFO octavia.common.config [req-ed1f56ea-a0ef-4e43-bc58-6e9d8b79c1d9 - - - - -] Logging enabled! 2018-09-14 10:25:51.449 2239 INFO octavia.common.config [req-ed1f56ea-a0ef-4e43-bc58-6e9d8b79c1d9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:51.487 2239 WARNING octavia.api.root_controller [req-ed1f56ea-a0ef-4e43-bc58-6e9d8b79c1d9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:51.513 2239 INFO octavia.api.v2.controllers.load_balancer [req-f4b75452-0a11-4539-92c1-bcef9ce4bde0 - - - - -] Sending created Load Balancer 2642853c-06e1-42bb-a9ad-a376d38f4ca5 to the handler 2018-09-14 10:25:51.751 2239 INFO octavia.api.v2.controllers.pool [req-3c8c3775-16d1-445d-9957-a56c3b095cea - - - - -] Sending Creation of Pool cfb1438d-3ed6-4715-ae88-390e12b0352d to handler 2018-09-14 10:25:52.001 2239 INFO octavia.api.v2.controllers.load_balancer [req-8ebeac84-4d5e-4d2d-8d5d-6f69d29be6d2 - - - - -] Sending created Load Balancer 1d19cd97-f389-45e0-9e32-0f5e35a992ac to the handler 2018-09-14 10:25:52.450 2239 INFO octavia.api.v2.controllers.listener [req-a896c671-4bde-48f7-b8fb-df5f665a8947 - - - - -] Sending Creation of Listener 93d98524-21fb-4eb8-9f99-56898a32e8df to handler 2018-09-14 10:25:52.567 2239 INFO oslo_db.sqlalchemy.provision [req-4233a9f1-521c-4bcb-a5f7-3d5cf9f05444 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.571 2239 INFO oslo_db.sqlalchemy.provision [req-4233a9f1-521c-4bcb-a5f7-3d5cf9f05444 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lrteheudml 2018-09-14 10:25:52.572 2239 INFO oslo_db.sqlalchemy.provision [req-4233a9f1-521c-4bcb-a5f7-3d5cf9f05444 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_statistics_authorized [1.291706s] ... ok 2018-09-14 10:25:44.722 2244 INFO oslo_db.sqlalchemy.provision [req-313951ca-a5a6-4685-b6b5-476c0f1840cf - - - - -] CREATE BACKEND sqlite:// TOKEN tdliayksjg 2018-09-14 10:25:44.886 2244 INFO octavia.common.config [req-313951ca-a5a6-4685-b6b5-476c0f1840cf - - - - -] Logging enabled! 2018-09-14 10:25:44.887 2244 INFO octavia.common.config [req-313951ca-a5a6-4685-b6b5-476c0f1840cf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:44.927 2244 WARNING octavia.api.root_controller [req-313951ca-a5a6-4685-b6b5-476c0f1840cf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:44.956 2244 INFO octavia.api.v2.controllers.load_balancer [req-5c27bb34-938d-474b-8259-0521c4214358 - - - - -] Sending created Load Balancer 23c6b80d-a08d-4bfe-8d51-1c61d14e2ddf to the handler 2018-09-14 10:25:45.210 2244 INFO octavia.api.v2.controllers.listener [req-75e0b80b-3594-4268-8482-c7996887f9d5 - - - - -] Sending Creation of Listener c80c8713-295a-4a22-b42c-2dc7dfb1ab4f to handler 2018-09-14 10:25:45.508 2244 INFO octavia.api.v2.controllers.pool [req-57bfb9d8-666f-4d80-b0b2-b34e2ca48b71 - - - - -] Sending Creation of Pool 8bd3c1d1-bfea-49c6-9f79-92d2030e59f3 to handler 2018-09-14 10:25:46.032 2244 INFO octavia.api.v2.controllers.pool [req-3729340a-0070-4ab8-bdef-db4103217aab - - - - -] Sending Creation of Pool cf351b51-bf25-4a24-8d1c-e15f67c60ac9 to handler 2018-09-14 10:25:46.436 2244 INFO octavia.api.v2.controllers.member [req-86c64dde-a871-4ea6-8011-f9b86afd385d - - - - -] Sending Creation of Member adbc8db6-e3b5-4e6e-bfc7-6996ad57f938 to handler 2018-09-14 10:25:46.995 2244 INFO oslo_db.sqlalchemy.provision [req-e3f19931-7c43-4178-98b3-dadf42dc4013 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:46.999 2244 INFO oslo_db.sqlalchemy.provision [req-e3f19931-7c43-4178-98b3-dadf42dc4013 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tdliayksjg 2018-09-14 10:25:46.999 2244 INFO oslo_db.sqlalchemy.provision [req-e3f19931-7c43-4178-98b3-dadf42dc4013 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_member.TestMember.test_update_not_authorized [2.283209s] ... ok 2018-09-14 10:25:46.228 2264 INFO oslo_db.sqlalchemy.provision [req-0e6b2209-c20b-4470-9c4b-5b3aeb3f94f7 - - - - -] CREATE BACKEND sqlite:// TOKEN lyckrtexzh 2018-09-14 10:25:46.397 2264 INFO octavia.common.config [req-0e6b2209-c20b-4470-9c4b-5b3aeb3f94f7 - - - - -] Logging enabled! 2018-09-14 10:25:46.398 2264 INFO octavia.common.config [req-0e6b2209-c20b-4470-9c4b-5b3aeb3f94f7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:46.438 2264 WARNING octavia.api.root_controller [req-0e6b2209-c20b-4470-9c4b-5b3aeb3f94f7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:46.465 2264 INFO octavia.api.v2.controllers.load_balancer [req-50fbc815-6076-4d3a-8343-7c209ca4924c - - - - -] Sending created Load Balancer 03a48a22-28cd-4c03-8547-4d2d543b62fb to the handler 2018-09-14 10:25:46.512 2264 INFO octavia.api.v2.controllers.load_balancer [req-268a925d-f808-4f79-91db-bf8b7ad31632 - - - - -] Invalid state PENDING_CREATE of loadbalancer resource 03a48a22-28cd-4c03-8547-4d2d543b62fb 2018-09-14 10:25:46.538 2264 INFO oslo_db.sqlalchemy.provision [req-268a925d-f808-4f79-91db-bf8b7ad31632 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:46.542 2264 INFO oslo_db.sqlalchemy.provision [req-268a925d-f808-4f79-91db-bf8b7ad31632 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lyckrtexzh 2018-09-14 10:25:46.542 2264 INFO oslo_db.sqlalchemy.provision [req-268a925d-f808-4f79-91db-bf8b7ad31632 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_pending_create [0.320958s] ... ok 2018-09-14 10:25:44.279 2260 INFO oslo_db.sqlalchemy.provision [req-048a597a-364f-4ef2-a4e7-338ec5c398db - - - - -] CREATE BACKEND sqlite:// TOKEN zdnetbmqrm 2018-09-14 10:25:44.457 2260 INFO octavia.common.config [req-048a597a-364f-4ef2-a4e7-338ec5c398db - - - - -] Logging enabled! 2018-09-14 10:25:44.458 2260 INFO octavia.common.config [req-048a597a-364f-4ef2-a4e7-338ec5c398db - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:44.497 2260 WARNING octavia.api.root_controller [req-048a597a-364f-4ef2-a4e7-338ec5c398db - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:44.608 2260 INFO oslo_db.sqlalchemy.provision [req-91aba1c2-6938-4398-8358-29c51e7dc6ee - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.611 2260 INFO oslo_db.sqlalchemy.provision [req-91aba1c2-6938-4398-8358-29c51e7dc6ee - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zdnetbmqrm 2018-09-14 10:25:44.612 2260 INFO oslo_db.sqlalchemy.provision [req-91aba1c2-6938-4398-8358-29c51e7dc6ee - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_members [0.341030s] ... ok 2018-09-14 10:25:47.045 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] CREATE BACKEND sqlite:// TOKEN bxaljizinr 2018-09-14 10:25:47.233 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.237 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bxaljizinr 2018-09-14 10:25:47.238 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.db.test_models.HealthMonitorModelTest.test_create [0.200391s] ... ok 2018-09-14 10:25:38.420 2259 INFO oslo_db.sqlalchemy.provision [req-387b0d38-67b0-4ada-994d-04d0ae5ed1cb - - - - -] CREATE BACKEND sqlite:// TOKEN ppijxuobbv 2018-09-14 10:25:38.585 2259 INFO octavia.common.config [req-387b0d38-67b0-4ada-994d-04d0ae5ed1cb - - - - -] Logging enabled! 2018-09-14 10:25:38.586 2259 INFO octavia.common.config [req-387b0d38-67b0-4ada-994d-04d0ae5ed1cb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:38.624 2259 WARNING octavia.api.root_controller [req-387b0d38-67b0-4ada-994d-04d0ae5ed1cb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:38.649 2259 INFO octavia.api.v2.controllers.load_balancer [req-350798f4-0640-4e79-824c-470d5335d6f4 - - - - -] Sending created Load Balancer 4bcbd7c2-d80e-494c-b755-4a9377bd18be to the handler 2018-09-14 10:25:38.900 2259 INFO octavia.api.v2.controllers.pool [req-5eca60db-7e06-455f-bdbb-f353fa353745 - - - - -] Sending Creation of Pool 6ded2af9-c8f0-4fed-8a66-9606fe646258 to handler 2018-09-14 10:25:39.173 2259 INFO octavia.api.v2.controllers.load_balancer [req-e71c1bf2-f4c1-4675-8884-5303d2cc0bcc - - - - -] Sending created Load Balancer 5448b403-3b11-44d5-8259-39b7850bf7ef to the handler 2018-09-14 10:25:39.633 2259 INFO octavia.api.v2.controllers.load_balancer [req-d1de50c0-c42c-48ab-91a6-d9fc3ae1b64e - - - - -] Sending created Load Balancer 8632db9d-8482-489b-8a47-6d1396868e6e to the handler 2018-09-14 10:25:39.888 2259 INFO octavia.api.v2.controllers.listener [req-19189a1f-2b09-4222-a30d-4f3a1862e139 - - - - -] Sending Creation of Listener 81c4b129-ba97-4eda-8ba5-7aa40e86a4f9 to handler 2018-09-14 10:25:40.181 2259 INFO octavia.api.v2.controllers.listener [req-a6ba9992-89fe-4936-b245-7d4a624a4773 - - - - -] Sending Creation of Listener 90dc1796-8dd3-4cf9-923c-ec1a1cb185a7 to handler 2018-09-14 10:25:40.479 2259 INFO octavia.api.v2.controllers.listener [req-21c759ca-1b35-4a08-bce1-0358b7570d7c - - - - -] Sending Creation of Listener 05d6750e-183f-4cfc-bac4-a720189ce608 to handler 2018-09-14 10:25:41.042 2259 INFO oslo_db.sqlalchemy.provision [req-4bed2ef2-3028-46d9-86e7-f589e50aac93 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:41.046 2259 INFO oslo_db.sqlalchemy.provision [req-4bed2ef2-3028-46d9-86e7-f589e50aac93 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ppijxuobbv 2018-09-14 10:25:41.047 2259 INFO oslo_db.sqlalchemy.provision [req-4bed2ef2-3028-46d9-86e7-f589e50aac93 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_by_project_id [2.633928s] ... ok 2018-09-14 10:25:44.780 2263 INFO oslo_db.sqlalchemy.provision [req-38cfdbb9-8d24-4713-b30d-6bb2b06fdbfa - - - - -] CREATE BACKEND sqlite:// TOKEN dqqyeftmba 2018-09-14 10:25:44.948 2263 INFO octavia.common.config [req-38cfdbb9-8d24-4713-b30d-6bb2b06fdbfa - - - - -] Logging enabled! 2018-09-14 10:25:44.949 2263 INFO octavia.common.config [req-38cfdbb9-8d24-4713-b30d-6bb2b06fdbfa - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:44.990 2263 WARNING octavia.api.root_controller [req-38cfdbb9-8d24-4713-b30d-6bb2b06fdbfa - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.018 2263 INFO octavia.api.v2.controllers.load_balancer [req-3ca3c9ac-701f-4d2b-a543-be4a7d9d276a - - - - -] Sending created Load Balancer 1fcd3765-ad70-4bb7-9cf4-1e7c0fb7e79f to the handler 2018-09-14 10:25:45.282 2263 INFO octavia.api.v2.controllers.load_balancer [req-65b65f77-58af-4020-b87a-97cbbbb8403d - 221a4b96-4b6b-4018-a720-3e0947ebd946 - - -] Sending updated Load Balancer 1fcd3765-ad70-4bb7-9cf4-1e7c0fb7e79f to the handler 2018-09-14 10:25:45.353 2263 INFO oslo_db.sqlalchemy.provision [req-cc936cbd-a2e6-40c0-b14f-2a2c52c42fdd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.356 2263 INFO oslo_db.sqlalchemy.provision [req-cc936cbd-a2e6-40c0-b14f-2a2c52c42fdd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dqqyeftmba 2018-09-14 10:25:45.357 2263 INFO oslo_db.sqlalchemy.provision [req-cc936cbd-a2e6-40c0-b14f-2a2c52c42fdd - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_authorized [0.583563s] ... ok 2018-09-14 10:25:49.790 2265 INFO oslo_db.sqlalchemy.provision [req-58dadedc-4d2d-433c-b3ce-19fb5ed3a97d - - - - -] CREATE BACKEND sqlite:// TOKEN wojiqnhzoc 2018-09-14 10:25:49.957 2265 INFO octavia.common.config [req-58dadedc-4d2d-433c-b3ce-19fb5ed3a97d - - - - -] Logging enabled! 2018-09-14 10:25:49.958 2265 INFO octavia.common.config [req-58dadedc-4d2d-433c-b3ce-19fb5ed3a97d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.999 2265 WARNING octavia.api.root_controller [req-58dadedc-4d2d-433c-b3ce-19fb5ed3a97d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.028 2265 INFO octavia.api.v2.controllers.load_balancer [req-2ea244cf-79d5-4bdb-8567-9a94510de9b9 - - - - -] Sending created Load Balancer b62702b3-bbe4-441d-ae3c-e748a93f7175 to the handler 2018-09-14 10:25:50.069 2265 INFO oslo_db.sqlalchemy.provision [req-2ea244cf-79d5-4bdb-8567-9a94510de9b9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.072 2265 INFO oslo_db.sqlalchemy.provision [req-2ea244cf-79d5-4bdb-8567-9a94510de9b9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wojiqnhzoc 2018-09-14 10:25:50.073 2265 INFO oslo_db.sqlalchemy.provision [req-2ea244cf-79d5-4bdb-8567-9a94510de9b9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_allowed_network_id [0.289135s] ... ok 2018-09-14 10:25:56.452 2242 INFO octavia.api.v2.controllers.l7rule [req-3d8cf754-a92a-4eca-9c25-9eda04b3eeee - - - - -] Sending Creation of L7Rule e8030e78-0cb3-43bf-9e73-d76137588b23 to handler 2018-09-14 10:25:43.254 2254 INFO oslo_db.sqlalchemy.provision [req-a4b6cb3a-90cc-4f8f-a432-e91fb1b53d7e - - - - -] CREATE BACKEND sqlite:// TOKEN zihlvrnczl 2018-09-14 10:25:43.414 2254 INFO octavia.common.config [req-a4b6cb3a-90cc-4f8f-a432-e91fb1b53d7e - - - - -] Logging enabled! 2018-09-14 10:25:43.415 2254 INFO octavia.common.config [req-a4b6cb3a-90cc-4f8f-a432-e91fb1b53d7e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.461 2254 WARNING octavia.api.root_controller [req-a4b6cb3a-90cc-4f8f-a432-e91fb1b53d7e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.500 2254 INFO oslo_db.sqlalchemy.provision [req-173aea65-0923-4ad0-be66-f2584e3e9138 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:43.503 2254 INFO oslo_db.sqlalchemy.provision [req-173aea65-0923-4ad0-be66-f2584e3e9138 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zihlvrnczl 2018-09-14 10:25:43.504 2254 INFO oslo_db.sqlalchemy.provision [req-173aea65-0923-4ad0-be66-f2584e3e9138 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_port_2_fixed_ip [0.255851s] ... ok 2018-09-14 10:25:43.724 2251 INFO oslo_db.sqlalchemy.provision [req-5540ed72-a9ac-4bc8-bb62-be9459b0fb7b - - - - -] CREATE BACKEND sqlite:// TOKEN aoobqmuwma 2018-09-14 10:25:43.903 2251 INFO octavia.common.config [req-5540ed72-a9ac-4bc8-bb62-be9459b0fb7b - - - - -] Logging enabled! 2018-09-14 10:25:43.904 2251 INFO octavia.common.config [req-5540ed72-a9ac-4bc8-bb62-be9459b0fb7b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.945 2251 WARNING octavia.api.root_controller [req-5540ed72-a9ac-4bc8-bb62-be9459b0fb7b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.972 2251 INFO octavia.api.v2.controllers.load_balancer [req-eac96f13-d05d-4966-b53c-b06afb3bf3ca - - - - -] Sending created Load Balancer 1ed99f59-239b-4d52-b5b7-b8c95a328e5e to the handler 2018-09-14 10:25:44.243 2251 INFO octavia.api.v2.controllers.listener [req-9935f268-6ee4-46bd-ad4d-553e40163ccd - - - - -] Sending Creation of Listener 29aa7134-7468-4d53-9bb2-ff506f041cfb to handler 2018-09-14 10:25:44.552 2251 INFO octavia.api.v2.controllers.l7policy [req-aa3202a1-a965-48d9-91de-35796246ada1 - - - - -] Sending Creation of L7Policy 8ad06837-559c-4348-b836-459beabb0e39 to handler 2018-09-14 10:25:45.060 2251 INFO octavia.api.v2.controllers.l7rule [req-de8a87b0-d558-46ed-870a-82af887fd5a4 - - - - -] Sending Creation of L7Rule ce94b6f0-86b4-454b-b1a1-0f67e5253884 to handler 2018-09-14 10:25:45.648 2251 INFO octavia.api.v2.controllers.l7rule [req-668781ef-e1b3-4173-9b6c-a0cee0c81c75 - - - - -] Sending Creation of L7Rule 32ea3941-6fd0-44c5-85d2-57ccf5339f99 to handler 2018-09-14 10:25:46.437 2251 INFO octavia.api.v2.controllers.l7rule [req-15782976-b774-4b24-a2ef-c36141073ae3 - - - - -] Sending Creation of L7Rule 8e23b26f-5c48-4491-b4da-1c6e9804e083 to handler 2018-09-14 10:25:47.397 2251 INFO oslo_db.sqlalchemy.provision [req-d934b28b-fe20-43d3-8cb6-7d9b7ea831aa - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.401 2251 INFO oslo_db.sqlalchemy.provision [req-d934b28b-fe20-43d3-8cb6-7d9b7ea831aa - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aoobqmuwma 2018-09-14 10:25:47.401 2251 INFO oslo_db.sqlalchemy.provision [req-d934b28b-fe20-43d3-8cb6-7d9b7ea831aa - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_sorted [3.684165s] ... ok 2018-09-14 10:25:45.462 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] CREATE BACKEND sqlite:// TOKEN ntunqkdxvc 2018-09-14 10:25:45.666 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.669 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ntunqkdxvc 2018-09-14 10:25:45.670 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_bad_id [0.214050s] ... ok 2018-09-14 10:25:44.426 2266 INFO oslo_db.sqlalchemy.provision [req-53a8a4e8-6206-4674-90c7-1ea4a2e2160a - - - - -] CREATE BACKEND sqlite:// TOKEN kqexymcgbq 2018-09-14 10:25:44.592 2266 INFO octavia.common.config [req-53a8a4e8-6206-4674-90c7-1ea4a2e2160a - - - - -] Logging enabled! 2018-09-14 10:25:44.593 2266 INFO octavia.common.config [req-53a8a4e8-6206-4674-90c7-1ea4a2e2160a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:44.637 2266 WARNING octavia.api.root_controller [req-53a8a4e8-6206-4674-90c7-1ea4a2e2160a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:44.663 2266 INFO octavia.api.v2.controllers.load_balancer [req-da03bdfb-8a1d-4aa4-b41f-fafd82a24ee0 - - - - -] Sending created Load Balancer b0b853af-00d9-4469-bf60-3bc8df320fe0 to the handler 2018-09-14 10:25:44.926 2266 INFO octavia.api.v2.controllers.listener [req-e7e2625c-9e11-4e8d-8f88-433b644e069d - - - - -] Sending Creation of Listener 452b92ca-8177-4440-854d-b91f79188224 to handler 2018-09-14 10:25:45.238 2266 INFO octavia.api.v2.controllers.l7policy [req-53805fb6-74be-4407-bfb8-e621cb04c5ff - - - - -] Sending Creation of L7Policy 8687f19d-5490-48d2-a607-a203246a7a5a to handler 2018-09-14 10:25:45.679 2266 INFO oslo_db.sqlalchemy.provision [req-fc21ff1a-637b-45f8-9a94-62308dd4e246 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.682 2266 INFO oslo_db.sqlalchemy.provision [req-fc21ff1a-637b-45f8-9a94-62308dd4e246 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kqexymcgbq 2018-09-14 10:25:45.683 2266 INFO oslo_db.sqlalchemy.provision [req-fc21ff1a-637b-45f8-9a94-62308dd4e246 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create_file_type_rule [1.264211s] ... ok 2018-09-14 10:25:48.816 2261 INFO oslo_db.sqlalchemy.provision [req-f96196cb-ba41-4ab3-8ae0-ae5e4c3aa70f - - - - -] CREATE BACKEND sqlite:// TOKEN vhrcredjws 2018-09-14 10:25:48.987 2261 INFO octavia.common.config [req-f96196cb-ba41-4ab3-8ae0-ae5e4c3aa70f - - - - -] Logging enabled! 2018-09-14 10:25:48.988 2261 INFO octavia.common.config [req-f96196cb-ba41-4ab3-8ae0-ae5e4c3aa70f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.026 2261 WARNING octavia.api.root_controller [req-f96196cb-ba41-4ab3-8ae0-ae5e4c3aa70f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.054 2261 INFO octavia.api.v2.controllers.load_balancer [req-b2b8e31a-b3a1-450d-ad5e-067b608a1565 - - - - -] Sending created Load Balancer 9671db0c-8c83-48bd-b539-fc5cb2c823b1 to the handler 2018-09-14 10:25:49.094 2261 INFO oslo_db.sqlalchemy.provision [req-b2b8e31a-b3a1-450d-ad5e-067b608a1565 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.098 2261 INFO oslo_db.sqlalchemy.provision [req-b2b8e31a-b3a1-450d-ad5e-067b608a1565 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vhrcredjws 2018-09-14 10:25:49.099 2261 INFO oslo_db.sqlalchemy.provision [req-b2b8e31a-b3a1-450d-ad5e-067b608a1565 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_qos [0.289163s] ... ok 2018-09-14 10:25:43.443 2253 INFO oslo_db.sqlalchemy.provision [req-fa439b27-760d-4b62-9b76-72c67d94c1c0 - - - - -] CREATE BACKEND sqlite:// TOKEN olgmghbzqv 2018-09-14 10:25:43.601 2253 INFO octavia.common.config [req-fa439b27-760d-4b62-9b76-72c67d94c1c0 - - - - -] Logging enabled! 2018-09-14 10:25:43.602 2253 INFO octavia.common.config [req-fa439b27-760d-4b62-9b76-72c67d94c1c0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.640 2253 WARNING octavia.api.root_controller [req-fa439b27-760d-4b62-9b76-72c67d94c1c0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.666 2253 INFO octavia.api.v2.controllers.load_balancer [req-71232fe6-9f42-4870-ac7c-ca171c401bc2 - - - - -] Sending created Load Balancer 11c477ec-45b8-4548-8906-40706eb28da9 to the handler 2018-09-14 10:25:43.920 2253 INFO octavia.api.v2.controllers.listener [req-265e4bef-b781-4763-ac8a-2a8d563668c9 - - - - -] Sending Creation of Listener 7ecc9d4b-c02b-417c-96aa-59b42d790788 to handler 2018-09-14 10:25:44.221 2253 INFO octavia.api.v2.controllers.pool [req-d6c10597-86ca-42ad-9f97-738b951a061e - - - - -] Sending Creation of Pool 79d185d7-b4a7-4fe7-9288-d2511ca63b59 to handler 2018-09-14 10:25:44.574 2253 INFO octavia.api.v2.controllers.pool [req-8084bf0b-10e0-409c-8ab3-cab8ad60f957 - - - - -] Sending Creation of Pool 3b0c7d89-339d-4029-830e-b3518a29b2d6 to handler 2018-09-14 10:25:44.887 2253 ERROR octavia.api.v2.controllers.base [req-7a9e5e6c-0a6f-4be5-913b-c9f0f6869d2a - - - - -] Member cc53952a-d326-42d7-94ec-00ab40076696 not found: None 2018-09-14 10:25:44.887 2253 ERROR octavia.api.v2.controllers.base None 2018-09-14 10:25:44.887 2253 ERROR octavia.api.v2.controllers.base 2018-09-14 10:25:44.912 2253 INFO oslo_db.sqlalchemy.provision [req-7a9e5e6c-0a6f-4be5-913b-c9f0f6869d2a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.916 2253 INFO oslo_db.sqlalchemy.provision [req-7a9e5e6c-0a6f-4be5-913b-c9f0f6869d2a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN olgmghbzqv 2018-09-14 10:25:44.917 2253 INFO oslo_db.sqlalchemy.provision [req-7a9e5e6c-0a6f-4be5-913b-c9f0f6869d2a - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_member.TestMember.test_bad_delete [1.480177s] ... ok 2018-09-14 10:25:50.643 2246 INFO oslo_db.sqlalchemy.provision [req-c8216d32-15b9-4feb-86b1-4afbeeef9ddb - - - - -] CREATE BACKEND sqlite:// TOKEN ulecwsxict 2018-09-14 10:25:50.816 2246 INFO octavia.common.config [req-c8216d32-15b9-4feb-86b1-4afbeeef9ddb - - - - -] Logging enabled! 2018-09-14 10:25:50.816 2246 INFO octavia.common.config [req-c8216d32-15b9-4feb-86b1-4afbeeef9ddb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.857 2246 WARNING octavia.api.root_controller [req-c8216d32-15b9-4feb-86b1-4afbeeef9ddb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.941 2246 INFO octavia.api.v1.controllers.load_balancer [req-ae18bb5d-109c-4d1f-aba2-8d62e6a19bf2 - - - - -] Sending full load balancer configuration f87c9940-cba2-4825-a172-2b3f7bbe1995 to the handler 2018-09-14 10:25:50.971 2246 INFO oslo_db.sqlalchemy.provision [req-ae18bb5d-109c-4d1f-aba2-8d62e6a19bf2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.974 2246 INFO oslo_db.sqlalchemy.provision [req-ae18bb5d-109c-4d1f-aba2-8d62e6a19bf2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ulecwsxict 2018-09-14 10:25:50.975 2246 INFO oslo_db.sqlalchemy.provision [req-ae18bb5d-109c-4d1f-aba2-8d62e6a19bf2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_pool [0.338586s] ... ok 2018-09-14 10:25:47.246 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] CREATE BACKEND sqlite:// TOKEN hyrwxtmxxe 2018-09-14 10:25:47.610 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.613 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hyrwxtmxxe 2018-09-14 10:25:47.614 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_action_rdr_url_with_default_pool_link [0.374511s] ... ok 2018-09-14 10:25:45.778 2249 INFO oslo_db.sqlalchemy.provision [req-a491f91c-0498-4555-b49b-f108d7765a27 - - - - -] CREATE BACKEND sqlite:// TOKEN cblejnuqrt 2018-09-14 10:25:45.953 2249 INFO octavia.common.config [req-a491f91c-0498-4555-b49b-f108d7765a27 - - - - -] Logging enabled! 2018-09-14 10:25:45.953 2249 INFO octavia.common.config [req-a491f91c-0498-4555-b49b-f108d7765a27 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.996 2249 WARNING octavia.api.root_controller [req-a491f91c-0498-4555-b49b-f108d7765a27 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:46.025 2249 INFO octavia.api.v2.controllers.load_balancer [req-1ca6b119-e74d-41c2-97ec-2c23a85fd637 - - - - -] Sending created Load Balancer cc27630a-86c6-4da4-b026-b403651c7279 to the handler 2018-09-14 10:25:46.065 2249 INFO oslo_db.sqlalchemy.provision [req-1ca6b119-e74d-41c2-97ec-2c23a85fd637 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:46.069 2249 INFO oslo_db.sqlalchemy.provision [req-1ca6b119-e74d-41c2-97ec-2c23a85fd637 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cblejnuqrt 2018-09-14 10:25:46.070 2249 INFO oslo_db.sqlalchemy.provision [req-1ca6b119-e74d-41c2-97ec-2c23a85fd637 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_port_and_address [0.299089s] ... ok 2018-09-14 10:25:49.736 2269 INFO oslo_db.sqlalchemy.provision [req-257e3233-b3a2-4e57-a760-7ebcf61963ef - - - - -] CREATE BACKEND sqlite:// TOKEN jetgtdmdsi 2018-09-14 10:25:49.894 2269 INFO octavia.common.config [req-257e3233-b3a2-4e57-a760-7ebcf61963ef - - - - -] Logging enabled! 2018-09-14 10:25:49.895 2269 INFO octavia.common.config [req-257e3233-b3a2-4e57-a760-7ebcf61963ef - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.934 2269 WARNING octavia.api.root_controller [req-257e3233-b3a2-4e57-a760-7ebcf61963ef - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.960 2269 INFO octavia.api.v2.controllers.load_balancer [req-13ec6931-29f2-4deb-b3e1-e76cb6f9ec84 - - - - -] Sending created Load Balancer 257e9d7c-5032-488b-b181-cdd66e8c111f to the handler 2018-09-14 10:25:50.209 2269 INFO octavia.api.v2.controllers.listener [req-8a237926-8d0f-4985-8b91-0885cb753ba7 - - - - -] Sending Creation of Listener e8b82d49-66e3-452c-8e94-ea3bede367dc to handler 2018-09-14 10:25:50.510 2269 INFO octavia.api.v2.controllers.l7policy [req-b3af6fdc-4b79-409e-843f-77aa2dd36d3d - - - - -] Sending Creation of L7Policy 1fd12ab5-4d8b-4873-b3c6-6ffc15c728f6 to handler 2018-09-14 10:25:51.009 2269 INFO octavia.api.v2.controllers.l7rule [req-957f3479-08fb-4bbd-93f9-f58599c9758a - - - - -] Sending Creation of L7Rule a9079dae-61c7-469d-9b24-d30c1106a1dc to handler 2018-09-14 10:25:51.534 2269 INFO octavia.api.v2.controllers.l7rule [req-8e4cb488-5535-46ad-a4dc-10ea0c2f5d8f - 9734c047-62bd-4c24-82d5-c5e873ee75e3 - - -] Sending Update of L7Rule a9079dae-61c7-469d-9b24-d30c1106a1dc to handler 2018-09-14 10:25:51.734 2269 INFO oslo_db.sqlalchemy.provision [req-f04ef274-a301-43e1-b31f-c06d696a90d2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.738 2269 INFO oslo_db.sqlalchemy.provision [req-f04ef274-a301-43e1-b31f-c06d696a90d2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jetgtdmdsi 2018-09-14 10:25:51.738 2269 INFO oslo_db.sqlalchemy.provision [req-f04ef274-a301-43e1-b31f-c06d696a90d2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_authorized [2.009450s] ... ok 2018-09-14 10:25:52.920 2258 INFO oslo_db.sqlalchemy.provision [req-93eb5a69-0271-4e7f-ae41-e6e2636b7054 - - - - -] CREATE BACKEND sqlite:// TOKEN kjfmrecmpv 2018-09-14 10:25:53.056 2258 INFO octavia.common.config [req-93eb5a69-0271-4e7f-ae41-e6e2636b7054 - - - - -] Logging enabled! 2018-09-14 10:25:53.057 2258 INFO octavia.common.config [req-93eb5a69-0271-4e7f-ae41-e6e2636b7054 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:53.086 2258 WARNING octavia.api.root_controller [req-93eb5a69-0271-4e7f-ae41-e6e2636b7054 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:53.154 2258 INFO oslo_db.sqlalchemy.provision [req-b9773be4-5404-40c4-93b0-780ac49de3ba - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.157 2258 INFO oslo_db.sqlalchemy.provision [req-b9773be4-5404-40c4-93b0-780ac49de3ba - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kjfmrecmpv 2018-09-14 10:25:53.158 2258 INFO oslo_db.sqlalchemy.provision [req-b9773be4-5404-40c4-93b0-780ac49de3ba - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_not_Authorized [0.243604s] ... ok 2018-09-14 10:25:45.677 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] CREATE BACKEND sqlite:// TOKEN apaeqphrqn 2018-09-14 10:25:45.934 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.938 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN apaeqphrqn 2018-09-14 10:25:45.938 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_bad_update [0.267902s] ... ok 2018-09-14 10:25:44.273 2255 INFO oslo_db.sqlalchemy.provision [req-285db856-acaa-45db-9a4c-04041009a995 - - - - -] CREATE BACKEND sqlite:// TOKEN eylmwamozd 2018-09-14 10:25:44.452 2255 INFO octavia.common.config [req-285db856-acaa-45db-9a4c-04041009a995 - - - - -] Logging enabled! 2018-09-14 10:25:44.452 2255 INFO octavia.common.config [req-285db856-acaa-45db-9a4c-04041009a995 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:44.492 2255 WARNING octavia.api.root_controller [req-285db856-acaa-45db-9a4c-04041009a995 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:44.526 2255 INFO octavia.api.v2.controllers.load_balancer [req-bde65c9a-d076-4267-813a-db278d5e7939 - - - - -] Sending created Load Balancer 85581296-2536-4c70-a214-6a220eb435e6 to the handler 2018-09-14 10:25:44.953 2255 INFO octavia.api.v2.controllers.listener [req-565cee36-7899-4643-8ca4-6178e6dc4a00 - - - - -] Sending Creation of Listener 6b0790aa-f373-4ca8-9a53-9d1dfe662e30 to handler 2018-09-14 10:25:45.252 2255 INFO octavia.api.v2.controllers.pool [req-021ec965-0c4d-430f-9aa7-6530cde940a3 - - - - -] Sending Creation of Pool 302d61fd-82aa-4aad-90e2-9823af5d6cd7 to handler 2018-09-14 10:25:45.600 2255 INFO octavia.api.v2.controllers.l7policy [req-d9f47fca-d2ec-4c14-920c-2c4b952d7023 - - - - -] Sending Creation of L7Policy 807bed52-fdc5-43d4-a245-a839ad35cd11 to handler 2018-09-14 10:25:45.642 2255 INFO oslo_db.sqlalchemy.provision [req-8a5b84da-1c08-48c7-8451-666779f2c5bf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.646 2255 INFO oslo_db.sqlalchemy.provision [req-8a5b84da-1c08-48c7-8451-666779f2c5bf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eylmwamozd 2018-09-14 10:25:45.648 2255 INFO oslo_db.sqlalchemy.provision [req-8a5b84da-1c08-48c7-8451-666779f2c5bf - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_update_redirect_to_url [1.382870s] ... ok 2018-09-14 10:25:41.708 2262 INFO oslo_db.sqlalchemy.provision [req-af2e3d11-8445-441b-b308-75b976e6756b - - - - -] CREATE BACKEND sqlite:// TOKEN jtcbmleqzl 2018-09-14 10:25:41.870 2262 INFO octavia.common.config [req-af2e3d11-8445-441b-b308-75b976e6756b - - - - -] Logging enabled! 2018-09-14 10:25:41.871 2262 INFO octavia.common.config [req-af2e3d11-8445-441b-b308-75b976e6756b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:41.910 2262 WARNING octavia.api.root_controller [req-af2e3d11-8445-441b-b308-75b976e6756b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:41.937 2262 INFO octavia.api.v2.controllers.load_balancer [req-732070cd-82e0-4b46-ac34-1b0ffe9254ca - - - - -] Sending created Load Balancer 2efc0940-09dc-4365-90bc-3447496bb6b7 to the handler 2018-09-14 10:25:42.199 2262 INFO octavia.api.v2.controllers.listener [req-17cc2bdd-3abb-4b48-9e3f-320bc571b5c3 - - - - -] Sending Creation of Listener de3e8e11-7bef-4c9d-be42-0f1debdf7c53 to handler 2018-09-14 10:25:42.504 2262 INFO octavia.api.v2.controllers.l7policy [req-be346f6d-d62d-4b9e-8bd0-61ec2e1c3271 - - - - -] Sending Creation of L7Policy 3df64d46-e2c5-46c3-83d8-975f834ab0f3 to handler 2018-09-14 10:25:43.046 2262 INFO octavia.api.v2.controllers.l7rule [req-d519c152-9e69-4547-b727-5c308740977d - - - - -] Sending Creation of L7Rule 8aac63ca-31b3-435c-9afd-7dacedcbbc99 to handler 2018-09-14 10:25:43.599 2262 INFO octavia.api.v2.controllers.l7rule [req-08fd0e40-4cc2-4658-9a84-11d910e460be - - - - -] Sending Creation of L7Rule ebc80915-b9c5-4b1c-ba39-39fc089acc5d to handler 2018-09-14 10:25:44.326 2262 INFO octavia.api.v2.controllers.l7rule [req-aa1881bf-6d0a-4eb0-b7d1-197a4bd822f9 - - - - -] Sending Creation of L7Rule b7dbc1af-a522-41ed-b07b-7a814135f483 to handler 2018-09-14 10:25:45.072 2262 INFO oslo_db.sqlalchemy.provision [req-65838c29-2f85-4eac-8d67-42617017eaba - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.076 2262 INFO oslo_db.sqlalchemy.provision [req-65838c29-2f85-4eac-8d67-42617017eaba - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jtcbmleqzl 2018-09-14 10:25:45.077 2262 INFO oslo_db.sqlalchemy.provision [req-65838c29-2f85-4eac-8d67-42617017eaba - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_fields_filter [3.374783s] ... ok 2018-09-14 10:25:57.431 2242 INFO octavia.api.v2.controllers.l7rule [req-a3023898-0489-426a-a20a-db06369599fb - - - - -] Sending Creation of L7Rule be2f4ada-efb6-4b39-a372-c96354c3b5d8 to handler 2018-09-14 10:25:51.575 2240 INFO oslo_db.sqlalchemy.provision [req-b0bdf556-41bc-46de-afdd-47e47805ecd8 - - - - -] CREATE BACKEND sqlite:// TOKEN diwgmwbjtx 2018-09-14 10:25:51.724 2240 INFO octavia.common.config [req-b0bdf556-41bc-46de-afdd-47e47805ecd8 - - - - -] Logging enabled! 2018-09-14 10:25:51.724 2240 INFO octavia.common.config [req-b0bdf556-41bc-46de-afdd-47e47805ecd8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:51.755 2240 WARNING octavia.api.root_controller [req-b0bdf556-41bc-46de-afdd-47e47805ecd8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:51.783 2240 INFO octavia.api.v2.controllers.load_balancer [req-51f52fa8-e8d7-4026-ac57-8de4ebe1d22b - - - - -] Sending created Load Balancer eb3021cd-74a0-4f59-8479-4f877ddb26f6 to the handler 2018-09-14 10:25:52.038 2240 INFO octavia.api.v2.controllers.listener [req-98e4d5ef-acd9-4977-bc51-74d9633cb64f - - - - -] Sending Creation of Listener 201e3ca1-df7e-4da4-8280-97c987888b2c to handler 2018-09-14 10:25:52.145 2240 INFO oslo_db.sqlalchemy.provision [req-5aa4fb4b-57e9-47af-9498-c144fb810263 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.149 2240 INFO oslo_db.sqlalchemy.provision [req-5aa4fb4b-57e9-47af-9498-c144fb810263 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN diwgmwbjtx 2018-09-14 10:25:52.150 2240 INFO oslo_db.sqlalchemy.provision [req-5aa4fb4b-57e9-47af-9498-c144fb810263 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statistics_not_authorized [0.583017s] ... ok 2018-09-14 10:25:47.620 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] CREATE BACKEND sqlite:// TOKEN wgpuoqxpku 2018-09-14 10:25:47.971 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.975 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wgpuoqxpku 2018-09-14 10:25:47.975 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:44.170 2256 INFO oslo_db.sqlalchemy.provision [req-6011d2e3-14ce-4081-847a-57c313079f4a - - - - -] CREATE BACKEND sqlite:// TOKEN pgmynvnxxh 2018-09-14 10:25:44.338 2256 INFO octavia.common.config [req-6011d2e3-14ce-4081-847a-57c313079f4a - - - - -] Logging enabled! 2018-09-14 10:25:44.339 2256 INFO octavia.common.config [req-6011d2e3-14ce-4081-847a-57c313079f4a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:44.377 2256 WARNING octavia.api.root_controller [req-6011d2e3-14ce-4081-847a-57c313079f4a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:44.404 2256 INFO octavia.api.v2.controllers.load_balancer [req-8aead5f0-bcfc-446e-a1e2-7d95d373c6c2 - - - - -] Sending created Load Balancer ca10b2f4-3e7b-4e8f-8531-9fa9e3d5047d to the handler 2018-09-14 10:25:44.662 2256 INFO octavia.api.v2.controllers.load_balancer [req-0eafd32c-f31d-484d-a964-1e5360860427 - - - - -] Sending deleted Load Balancer ca10b2f4-3e7b-4e8f-8531-9fa9e3d5047d to the handler 2018-09-14 10:25:44.690 2256 INFO oslo_db.sqlalchemy.provision [req-0eafd32c-f31d-484d-a964-1e5360860427 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.693 2256 INFO oslo_db.sqlalchemy.provision [req-0eafd32c-f31d-484d-a964-1e5360860427 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pgmynvnxxh 2018-09-14 10:25:44.694 2256 INFO oslo_db.sqlalchemy.provision [req-0eafd32c-f31d-484d-a964-1e5360860427 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_with_error_status [0.530611s] ... ok {4} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_action_reject_no_default_pool_link [0.361101s] ... ok 2018-09-14 10:25:41.054 2259 INFO oslo_db.sqlalchemy.provision [req-4bed2ef2-3028-46d9-86e7-f589e50aac93 - - - - -] CREATE BACKEND sqlite:// TOKEN gnpbpptnxb 2018-09-14 10:25:41.221 2259 INFO octavia.common.config [req-4bed2ef2-3028-46d9-86e7-f589e50aac93 - - - - -] Logging enabled! 2018-09-14 10:25:41.221 2259 INFO octavia.common.config [req-4bed2ef2-3028-46d9-86e7-f589e50aac93 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:41.260 2259 WARNING octavia.api.root_controller [req-4bed2ef2-3028-46d9-86e7-f589e50aac93 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:41.296 2259 INFO oslo_db.sqlalchemy.provision [req-4698a4f3-5c0b-4b07-b1b1-1f9dff2ac350 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:41.299 2259 INFO oslo_db.sqlalchemy.provision [req-4698a4f3-5c0b-4b07-b1b1-1f9dff2ac350 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gnpbpptnxb 2018-09-14 10:25:41.300 2259 INFO oslo_db.sqlalchemy.provision [req-4698a4f3-5c0b-4b07-b1b1-1f9dff2ac350 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_no_project_id [0.252236s] ... ok 2018-09-14 10:25:44.871 2252 INFO oslo_db.sqlalchemy.provision [req-803fdb31-fd18-4e30-84d9-b634a09ba8ad - - - - -] CREATE BACKEND sqlite:// TOKEN ewvehsjrta 2018-09-14 10:25:45.031 2252 INFO octavia.common.config [req-803fdb31-fd18-4e30-84d9-b634a09ba8ad - - - - -] Logging enabled! 2018-09-14 10:25:45.032 2252 INFO octavia.common.config [req-803fdb31-fd18-4e30-84d9-b634a09ba8ad - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.076 2252 WARNING octavia.api.root_controller [req-803fdb31-fd18-4e30-84d9-b634a09ba8ad - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.111 2252 INFO octavia.api.v2.controllers.load_balancer [req-a95f5cbf-639d-4a32-8626-44c6cdfabe43 - - - - -] Sending created Load Balancer 734866fb-b10a-4151-9144-ef7f1ddfb3fb to the handler 2018-09-14 10:25:45.368 2252 INFO octavia.api.v2.controllers.listener [req-44a72a07-d21f-425f-a1eb-681ec5fbf4a2 - - - - -] Sending Creation of Listener 9479421b-94a4-4bab-918f-faf70fae9b73 to handler 2018-09-14 10:25:45.728 2252 INFO octavia.api.v2.controllers.l7policy [req-2e0dfdbb-f069-4680-ac75-3bf9dfd215b1 - - - - -] Sending Creation of L7Policy a350ae98-2adc-4332-b926-9c36a59b72c9 to handler 2018-09-14 10:25:46.437 2252 INFO octavia.api.v2.controllers.l7rule [req-e59f50a4-616a-4f9e-a261-f6ec8f8d0798 - - - - -] Sending Creation of L7Rule 08aa5a0c-eda2-49bf-a181-a3379b873f69 to handler 2018-09-14 10:25:46.634 2252 INFO oslo_db.sqlalchemy.provision [req-c1368320-e6c3-43f8-ad4e-ed027f34235c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:46.637 2252 INFO oslo_db.sqlalchemy.provision [req-c1368320-e6c3-43f8-ad4e-ed027f34235c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ewvehsjrta 2018-09-14 10:25:46.638 2252 INFO oslo_db.sqlalchemy.provision [req-c1368320-e6c3-43f8-ad4e-ed027f34235c - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_file_type_rule [1.773962s] ... ok 2018-09-14 10:25:41.312 2250 INFO oslo_db.sqlalchemy.provision [req-fdebd679-b22d-40d8-8e8c-300a8b279c26 - - - - -] CREATE BACKEND sqlite:// TOKEN oyuwsxdmrb 2018-09-14 10:25:41.480 2250 INFO octavia.common.config [req-fdebd679-b22d-40d8-8e8c-300a8b279c26 - - - - -] Logging enabled! 2018-09-14 10:25:41.481 2250 INFO octavia.common.config [req-fdebd679-b22d-40d8-8e8c-300a8b279c26 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:41.526 2250 WARNING octavia.api.root_controller [req-fdebd679-b22d-40d8-8e8c-300a8b279c26 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:41.555 2250 INFO octavia.api.v2.controllers.load_balancer [req-73301e15-dcdd-4e1b-a3a7-8b015bba9e06 - - - - -] Sending created Load Balancer 633b1a07-1ed1-4744-9443-b877901a4d7e to the handler 2018-09-14 10:25:41.839 2250 INFO octavia.api.v2.controllers.listener [req-414972d5-75cf-49a3-bb51-829031df7429 - - - - -] Sending Creation of Listener c51cc11e-b9f0-4e64-b728-286a9c354f20 to handler 2018-09-14 10:25:42.158 2250 INFO octavia.api.v2.controllers.pool [req-b5a2d13f-f414-46ab-bbb9-a51d73f99a4b - - - - -] Sending Creation of Pool 756fa2e0-af26-4ed9-8ed1-72daedd484b1 to handler 2018-09-14 10:25:42.544 2250 INFO octavia.api.v2.controllers.pool [req-60fc6f00-8e93-4cb8-af6f-6684a1e9265c - - - - -] Sending Creation of Pool 12f49ed3-f399-40c5-9963-7c0f60cbe38c to handler 2018-09-14 10:25:42.954 2250 INFO octavia.api.v2.controllers.member [req-313f35cf-846c-42ae-885c-0c1f3f9f1562 - - - - -] Sending Creation of Member 778f0c20-fdff-48a6-9dcb-583e37320336 to handler 2018-09-14 10:25:43.317 2250 INFO octavia.api.v2.controllers.member [req-289d6944-dd7c-4462-b93d-263e46741f12 - - - - -] Sending Creation of Member b4d7b03d-1597-4bb4-8bc0-bd3e3c9d2af8 to handler 2018-09-14 10:25:43.691 2250 INFO octavia.api.v2.controllers.member [req-8ca88fd2-42ec-47cd-b0a1-9e7eb3edd164 - - - - -] Sending Creation of Member 93fd5a83-a9d5-4c65-a573-24b5f67f8ff6 to handler 2018-09-14 10:25:44.227 2250 INFO octavia.api.v2.controllers.member [req-e9253d48-6999-455c-b0cb-74ddeccc0840 - - - - -] Sending Creation of Member b1053b3c-2567-497f-bbb0-56b409716ce7 to handler 2018-09-14 10:25:44.646 2250 INFO octavia.api.v2.controllers.member [req-548873f7-e8b8-43c2-967d-cec39f659304 - - - - -] Sending Full Member Update to handler 2018-09-14 10:25:44.890 2250 INFO oslo_db.sqlalchemy.provision [req-a55f6335-4f5b-4fed-b338-b63968e1c8f5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.894 2250 INFO oslo_db.sqlalchemy.provision [req-a55f6335-4f5b-4fed-b338-b63968e1c8f5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oyuwsxdmrb 2018-09-14 10:25:44.894 2250 INFO oslo_db.sqlalchemy.provision [req-a55f6335-4f5b-4fed-b338-b63968e1c8f5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_member.TestMember.test_full_batch_members [3.589222s] ... ok 2018-09-14 10:25:42.481 2267 INFO oslo_db.sqlalchemy.provision [req-9b0bbeca-0afc-4cf8-812a-7b99b27080fd - - - - -] CREATE BACKEND sqlite:// TOKEN wxmzuujmxb 2018-09-14 10:25:42.643 2267 INFO octavia.common.config [req-9b0bbeca-0afc-4cf8-812a-7b99b27080fd - - - - -] Logging enabled! 2018-09-14 10:25:42.644 2267 INFO octavia.common.config [req-9b0bbeca-0afc-4cf8-812a-7b99b27080fd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:42.720 2267 WARNING octavia.api.root_controller [req-9b0bbeca-0afc-4cf8-812a-7b99b27080fd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:42.746 2267 INFO octavia.api.v2.controllers.load_balancer [req-8009eed3-a77d-450e-8865-c87527464531 - - - - -] Sending created Load Balancer 7a3dc919-79db-4fba-986c-cba9ffa543a9 to the handler 2018-09-14 10:25:43.009 2267 INFO octavia.api.v2.controllers.listener [req-25972fbc-16a0-4bae-b4f6-47dfd4d0866c - - - - -] Sending Creation of Listener e6d7860c-d5ca-43a5-9ba9-b50810c5e19a to handler 2018-09-14 10:25:43.297 2267 INFO octavia.api.v2.controllers.pool [req-5a5685ed-3b10-4b87-a369-dcdbb5e5138f - - - - -] Sending Creation of Pool 1ba509fc-cd64-4af6-9e5f-428328b035d0 to handler 2018-09-14 10:25:43.632 2267 INFO octavia.api.v2.controllers.pool [req-893059d2-2e43-453a-ac1b-02c0075165cf - - - - -] Sending Creation of Pool 70aef76a-ed18-469c-9f28-aed62bf9fa77 to handler 2018-09-14 10:25:44.153 2267 INFO octavia.api.v2.controllers.member [req-c78739cc-4a68-4e9c-962c-e132d580bb0f - - - - -] Sending Creation of Member cb59c37f-4893-4203-a811-68e7243761c7 to handler 2018-09-14 10:25:44.536 2267 INFO oslo_db.sqlalchemy.provision [req-3b5f4e16-79eb-4f3c-8652-4da103a550cd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.540 2267 INFO oslo_db.sqlalchemy.provision [req-3b5f4e16-79eb-4f3c-8652-4da103a550cd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wxmzuujmxb 2018-09-14 10:25:44.541 2267 INFO oslo_db.sqlalchemy.provision [req-3b5f4e16-79eb-4f3c-8652-4da103a550cd - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_member.TestMember.test_get_hides_deleted [2.065671s] ... ok 2018-09-14 10:25:45.365 2263 INFO oslo_db.sqlalchemy.provision [req-cc936cbd-a2e6-40c0-b14f-2a2c52c42fdd - - - - -] CREATE BACKEND sqlite:// TOKEN qmpefswyrt 2018-09-14 10:25:45.537 2263 INFO octavia.common.config [req-cc936cbd-a2e6-40c0-b14f-2a2c52c42fdd - - - - -] Logging enabled! 2018-09-14 10:25:45.538 2263 INFO octavia.common.config [req-cc936cbd-a2e6-40c0-b14f-2a2c52c42fdd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.581 2263 WARNING octavia.api.root_controller [req-cc936cbd-a2e6-40c0-b14f-2a2c52c42fdd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.646 2263 INFO oslo_db.sqlalchemy.provision [req-43617b80-c6d0-4647-9521-388c54d72ca6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.650 2263 INFO oslo_db.sqlalchemy.provision [req-43617b80-c6d0-4647-9521-388c54d72ca6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qmpefswyrt 2018-09-14 10:25:45.650 2263 INFO oslo_db.sqlalchemy.provision [req-43617b80-c6d0-4647-9521-388c54d72ca6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_pool_mandatory_attributes [0.292854s] ... ok 2018-09-14 10:25:51.734 2248 INFO oslo_db.sqlalchemy.provision [req-0502f1e8-d6b2-4b00-b468-e1903928c546 - - - - -] CREATE BACKEND sqlite:// TOKEN mxarfltxmv 2018-09-14 10:25:51.887 2248 INFO octavia.common.config [req-0502f1e8-d6b2-4b00-b468-e1903928c546 - - - - -] Logging enabled! 2018-09-14 10:25:51.888 2248 INFO octavia.common.config [req-0502f1e8-d6b2-4b00-b468-e1903928c546 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:51.928 2248 WARNING octavia.api.root_controller [req-0502f1e8-d6b2-4b00-b468-e1903928c546 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:51.954 2248 INFO octavia.api.v2.controllers.load_balancer [req-6b0fce87-b818-4d4e-b5f6-e196bacda9b7 - - - - -] Sending created Load Balancer 14706bc0-3e1c-4f12-88c4-479cea20f7e3 to the handler 2018-09-14 10:25:52.329 2248 INFO octavia.api.v2.controllers.listener [req-6b4f97dd-e100-473c-8370-1f3e0e36ad22 - - - - -] Sending Creation of Listener fb0fec74-a5cf-4b18-9e04-e01bf57cd459 to handler 2018-09-14 10:25:52.598 2248 INFO octavia.api.v2.controllers.pool [req-48339aae-a8e0-4c06-8bf7-241af003934f - - - - -] Sending Creation of Pool ece905c4-ccba-45c6-838d-39631bad9d11 to handler 2018-09-14 10:25:52.863 2248 INFO octavia.api.v2.controllers.pool [req-0c4dffa4-f68e-468b-aa7d-0795c5c0fb1d - - - - -] Sending Creation of Pool 4a080222-a59e-4ef5-bf2a-f3ae4c2408e0 to handler 2018-09-14 10:25:53.160 2248 INFO octavia.api.v2.controllers.member [req-b4cfc1db-b316-428e-91f3-335da9165ee8 - - - - -] Sending Creation of Member b37b37e6-bafc-43b4-be93-59d7d01f0722 to handler 2018-09-14 10:25:53.440 2248 INFO octavia.api.v2.controllers.member [req-79008fda-7d28-42e9-882c-b880779a7f34 - - - - -] Sending Creation of Member 0a71cc40-2fe3-4159-a210-218f897ba888 to handler 2018-09-14 10:25:53.875 2248 INFO oslo_db.sqlalchemy.provision [req-68d3d759-384d-44d4-a820-99a0e44b7eea - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.879 2248 INFO oslo_db.sqlalchemy.provision [req-68d3d759-384d-44d4-a820-99a0e44b7eea - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mxarfltxmv 2018-09-14 10:25:53.879 2248 INFO oslo_db.sqlalchemy.provision [req-68d3d759-384d-44d4-a820-99a0e44b7eea - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_authorized [2.187492s] ... ok 2018-09-14 10:25:52.579 2239 INFO oslo_db.sqlalchemy.provision [req-4233a9f1-521c-4bcb-a5f7-3d5cf9f05444 - - - - -] CREATE BACKEND sqlite:// TOKEN rwjbggecfi 2018-09-14 10:25:52.739 2239 INFO octavia.common.config [req-4233a9f1-521c-4bcb-a5f7-3d5cf9f05444 - - - - -] Logging enabled! 2018-09-14 10:25:52.740 2239 INFO octavia.common.config [req-4233a9f1-521c-4bcb-a5f7-3d5cf9f05444 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:52.778 2239 WARNING octavia.api.root_controller [req-4233a9f1-521c-4bcb-a5f7-3d5cf9f05444 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:52.807 2239 INFO octavia.api.v2.controllers.load_balancer [req-be5d0adc-665e-4ca4-ad4c-6688d55d2646 - - - - -] Sending created Load Balancer 562e74f8-5c2e-492a-80da-84a1900418fe to the handler 2018-09-14 10:25:53.065 2239 INFO oslo_db.sqlalchemy.provision [req-a8f31fe0-1132-477d-8de1-64c869114265 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.068 2239 INFO oslo_db.sqlalchemy.provision [req-a8f31fe0-1132-477d-8de1-64c869114265 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rwjbggecfi 2018-09-14 10:25:53.069 2239 INFO oslo_db.sqlalchemy.provision [req-a8f31fe0-1132-477d-8de1-64c869114265 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_not_authorized [0.496032s] ... ok 2018-09-14 10:25:45.378 2245 INFO oslo_db.sqlalchemy.provision [req-5a22525b-f431-4355-ad3e-c3aefa8b5d70 - - - - -] CREATE BACKEND sqlite:// TOKEN hgisorrltg 2018-09-14 10:25:45.545 2245 INFO octavia.common.config [req-5a22525b-f431-4355-ad3e-c3aefa8b5d70 - - - - -] Logging enabled! 2018-09-14 10:25:45.546 2245 INFO octavia.common.config [req-5a22525b-f431-4355-ad3e-c3aefa8b5d70 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.586 2245 WARNING octavia.api.root_controller [req-5a22525b-f431-4355-ad3e-c3aefa8b5d70 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.617 2245 INFO octavia.api.v2.controllers.load_balancer [req-cca0ac72-1a21-48ed-ab40-7baf4f89cd3a - - - - -] Sending created Load Balancer 86013fd7-254c-408d-b8fe-e05492ce65e7 to the handler 2018-09-14 10:25:45.864 2245 INFO octavia.api.v2.controllers.pool [req-615e68be-86cf-44c4-b9f8-6ad15cbdd5ec - - - - -] Sending Creation of Pool 5c67744c-5977-4084-97b1-310e51251c76 to handler 2018-09-14 10:25:46.119 2245 INFO octavia.api.v2.controllers.load_balancer [req-bd159e67-25dc-426e-9dc8-2cb9f66c1678 - - - - -] Sending created Load Balancer 9f667ac2-fa1c-4e06-b8cb-43a3bb0cd354 to the handler 2018-09-14 10:25:46.378 2245 INFO octavia.api.v2.controllers.listener [req-55bc6a92-a958-4ea9-8580-d7511d3f2213 - - - - -] Sending Creation of Listener 2c58e645-2587-4c77-aba2-4fe05ad6ae26 to handler 2018-09-14 10:25:46.433 2245 INFO octavia.api.v2.controllers.listener [req-c4451353-199e-4ab1-9377-eba52e808777 - - - - -] Load Balancer 9f667ac2-fa1c-4e06-b8cb-43a3bb0cd354 is immutable. 2018-09-14 10:25:46.475 2245 INFO oslo_db.sqlalchemy.provision [req-c4451353-199e-4ab1-9377-eba52e808777 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:46.479 2245 INFO oslo_db.sqlalchemy.provision [req-c4451353-199e-4ab1-9377-eba52e808777 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hgisorrltg 2018-09-14 10:25:46.479 2245 INFO oslo_db.sqlalchemy.provision [req-c4451353-199e-4ab1-9377-eba52e808777 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_pending_update [1.109521s] ... ok 2018-09-14 10:25:43.789 2257 INFO oslo_db.sqlalchemy.provision [req-0742f123-fa13-4639-ae42-227764339d18 - - - - -] CREATE BACKEND sqlite:// TOKEN cxbhasctbn 2018-09-14 10:25:43.953 2257 INFO octavia.common.config [req-0742f123-fa13-4639-ae42-227764339d18 - - - - -] Logging enabled! 2018-09-14 10:25:43.954 2257 INFO octavia.common.config [req-0742f123-fa13-4639-ae42-227764339d18 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.996 2257 WARNING octavia.api.root_controller [req-0742f123-fa13-4639-ae42-227764339d18 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:44.023 2257 INFO octavia.api.v2.controllers.load_balancer [req-ba644b07-7590-408c-9d9e-2f9bc3b8b052 - - - - -] Sending created Load Balancer e5171645-ac7a-4a61-94a0-23efc0b71db0 to the handler 2018-09-14 10:25:44.417 2257 INFO octavia.api.v2.controllers.listener [req-9788ea11-ad19-4798-b763-03fe78255eb0 - - - - -] Sending Creation of Listener 34df96e0-1b23-48a3-af3c-db86c89fa089 to handler 2018-09-14 10:25:44.693 2257 INFO octavia.api.v2.controllers.pool [req-c06e956f-34fd-4f14-a426-fdb974126394 - - - - -] Sending Creation of Pool c087e833-e85d-420d-969f-c950659295fd to handler 2018-09-14 10:25:45.048 2257 INFO octavia.api.v2.controllers.pool [req-7734ffd5-fd18-4530-93b8-48695a268315 - - - - -] Sending Creation of Pool c2649b4c-365f-49ac-a5fe-2ec098d97559 to handler 2018-09-14 10:25:45.482 2257 INFO octavia.api.v2.controllers.member [req-061ecfe5-a9ec-4dc5-9c5c-2f74200522ef - - - - -] Sending Creation of Member be452c41-ce7c-4c72-a9d9-4e86c7383877 to handler 2018-09-14 10:25:45.516 2257 INFO oslo_db.sqlalchemy.provision [req-061ecfe5-a9ec-4dc5-9c5c-2f74200522ef - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.520 2257 INFO oslo_db.sqlalchemy.provision [req-061ecfe5-a9ec-4dc5-9c5c-2f74200522ef - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cxbhasctbn 2018-09-14 10:25:45.521 2257 INFO oslo_db.sqlalchemy.provision [req-061ecfe5-a9ec-4dc5-9c5c-2f74200522ef - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_valid_subnet [1.739500s] ... ok 2018-09-14 10:25:43.029 2241 INFO oslo_db.sqlalchemy.provision [req-132e3d10-fdd0-43fc-9068-c41f98432e2f - - - - -] CREATE BACKEND sqlite:// TOKEN gkupdipfas 2018-09-14 10:25:43.194 2241 INFO octavia.common.config [req-132e3d10-fdd0-43fc-9068-c41f98432e2f - - - - -] Logging enabled! 2018-09-14 10:25:43.195 2241 INFO octavia.common.config [req-132e3d10-fdd0-43fc-9068-c41f98432e2f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.233 2241 WARNING octavia.api.root_controller [req-132e3d10-fdd0-43fc-9068-c41f98432e2f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.260 2241 INFO octavia.api.v2.controllers.load_balancer [req-3cce252b-0e3d-410e-9491-8235193c7f6e - - - - -] Sending created Load Balancer a8101cd4-ac81-4d57-9783-c7d5d814c3a3 to the handler 2018-09-14 10:25:43.518 2241 INFO octavia.api.v2.controllers.listener [req-0e9e3c0e-78fb-4871-9294-33cda8823ab0 - - - - -] Sending Creation of Listener ac159704-33ea-4f3d-a4c6-2d4d005c7a5d to handler 2018-09-14 10:25:43.816 2241 INFO octavia.api.v2.controllers.l7policy [req-41d888e3-8fee-4e24-85df-d24eee89d38f - - - - -] Sending Creation of L7Policy 31554d4e-f730-4efc-9b38-6ff8992d0a49 to handler 2018-09-14 10:25:44.543 2241 INFO octavia.api.v2.controllers.l7rule [req-78f43b10-dc7d-4c78-a9b4-9f9304ad7fc2 - - - - -] Sending Creation of L7Rule 9220c537-248d-46dc-b1b6-4ab2753552de to handler 2018-09-14 10:25:45.083 2241 INFO oslo_db.sqlalchemy.provision [req-7d94683d-2456-4cad-8657-9c4c164a27c3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.087 2241 INFO oslo_db.sqlalchemy.provision [req-7d94683d-2456-4cad-8657-9c4c164a27c3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gkupdipfas 2018-09-14 10:25:45.087 2241 INFO oslo_db.sqlalchemy.provision [req-7d94683d-2456-4cad-8657-9c4c164a27c3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_already_deleted [2.065743s] ... ok 2018-09-14 10:25:44.173 2268 INFO oslo_db.sqlalchemy.provision [req-9dd8019d-4051-44df-8f5c-09223ae618f4 - - - - -] CREATE BACKEND sqlite:// TOKEN xmtlksspup 2018-09-14 10:25:44.337 2268 INFO octavia.common.config [req-9dd8019d-4051-44df-8f5c-09223ae618f4 - - - - -] Logging enabled! 2018-09-14 10:25:44.338 2268 INFO octavia.common.config [req-9dd8019d-4051-44df-8f5c-09223ae618f4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:44.376 2268 WARNING octavia.api.root_controller [req-9dd8019d-4051-44df-8f5c-09223ae618f4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:44.402 2268 INFO octavia.api.v2.controllers.load_balancer [req-bee832d8-e3aa-4b2e-b858-4b909aece2f9 - - - - -] Sending created Load Balancer 01ab9901-7042-44a1-a788-75259c158d59 to the handler 2018-09-14 10:25:44.713 2268 INFO octavia.api.v2.controllers.listener [req-88119cc1-06e4-4dc7-90f4-dee675c7e2df - - - - -] Sending Creation of Listener 3ea51d3d-bd76-4a60-ae82-7fa1d6350d30 to handler 2018-09-14 10:25:45.047 2268 INFO octavia.api.v2.controllers.pool [req-20f57094-1f6c-4450-87e5-466a6b009827 - - - - -] Sending Creation of Pool 523433df-bdfa-464e-aa91-27c2c8015206 to handler 2018-09-14 10:25:45.607 2268 INFO oslo_db.sqlalchemy.provision [req-a78c06e3-5217-4bb5-b5ec-79355bdf1e1f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.611 2268 INFO oslo_db.sqlalchemy.provision [req-a78c06e3-5217-4bb5-b5ec-79355bdf1e1f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xmtlksspup 2018-09-14 10:25:45.612 2268 INFO oslo_db.sqlalchemy.provision [req-a78c06e3-5217-4bb5-b5ec-79355bdf1e1f - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_listener_id_in_pool_dict [1.444417s] ... ok 2018-09-14 10:25:45.945 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] CREATE BACKEND sqlite:// TOKEN swdndejcdh 2018-09-14 10:25:46.219 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:46.224 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN swdndejcdh 2018-09-14 10:25:46.225 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule_no_key [0.286533s] ... ok 2018-09-14 10:25:44.621 2260 INFO oslo_db.sqlalchemy.provision [req-91aba1c2-6938-4398-8358-29c51e7dc6ee - - - - -] CREATE BACKEND sqlite:// TOKEN yffmhytdap 2018-09-14 10:25:44.942 2260 INFO octavia.common.config [req-91aba1c2-6938-4398-8358-29c51e7dc6ee - - - - -] Logging enabled! 2018-09-14 10:25:44.943 2260 INFO octavia.common.config [req-91aba1c2-6938-4398-8358-29c51e7dc6ee - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:44.983 2260 WARNING octavia.api.root_controller [req-91aba1c2-6938-4398-8358-29c51e7dc6ee - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.014 2260 INFO octavia.api.v2.controllers.load_balancer [req-d9f37400-ed2c-4a2c-ad3b-f71ff5dcbd5c - - - - -] Sending created Load Balancer 6104e151-9702-467c-948f-0da4877f8a4e to the handler 2018-09-14 10:25:45.280 2260 INFO octavia.api.v2.controllers.listener [req-d71f9858-48f2-4902-abd0-8e2ff09f3ee8 - - - - -] Sending Creation of Listener bb786a6b-a509-4273-bc16-3c78f0b1bb12 to handler 2018-09-14 10:25:45.405 2260 INFO oslo_db.sqlalchemy.provision [req-c2afe49e-3eb6-44eb-aa89-33c34bb7e01c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.409 2260 INFO oslo_db.sqlalchemy.provision [req-c2afe49e-3eb6-44eb-aa89-33c34bb7e01c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yffmhytdap 2018-09-14 10:25:45.409 2260 INFO oslo_db.sqlalchemy.provision [req-c2afe49e-3eb6-44eb-aa89-33c34bb7e01c - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statistics [0.796780s] ... ok 2018-09-14 10:25:46.549 2264 INFO oslo_db.sqlalchemy.provision [req-268a925d-f808-4f79-91db-bf8b7ad31632 - - - - -] CREATE BACKEND sqlite:// TOKEN ykhpnqtdak 2018-09-14 10:25:46.719 2264 INFO octavia.common.config [req-268a925d-f808-4f79-91db-bf8b7ad31632 - - - - -] Logging enabled! 2018-09-14 10:25:46.720 2264 INFO octavia.common.config [req-268a925d-f808-4f79-91db-bf8b7ad31632 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:46.764 2264 WARNING octavia.api.root_controller [req-268a925d-f808-4f79-91db-bf8b7ad31632 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:46.801 2264 INFO octavia.api.v2.controllers.load_balancer [req-2a175032-4f09-44ff-ba4c-e57cba6853df - - - - -] Sending created Load Balancer ca875f20-4d0c-450b-8736-32c6af8da5ad to the handler 2018-09-14 10:25:47.063 2264 INFO octavia.api.v2.controllers.load_balancer [req-f7e13bb6-76cc-438b-812f-e6c030f9108f - - - - -] Sending deleted Load Balancer ca875f20-4d0c-450b-8736-32c6af8da5ad to the handler 2018-09-14 10:25:47.112 2264 INFO oslo_db.sqlalchemy.provision [req-0e52388c-2c56-47a0-85d5-1e4f7dbdcc8e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.116 2264 INFO oslo_db.sqlalchemy.provision [req-0e52388c-2c56-47a0-85d5-1e4f7dbdcc8e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ykhpnqtdak 2018-09-14 10:25:47.117 2264 INFO oslo_db.sqlalchemy.provision [req-0e52388c-2c56-47a0-85d5-1e4f7dbdcc8e - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_with_bad_handler [0.573790s] ... ok 2018-09-14 10:25:50.080 2265 INFO oslo_db.sqlalchemy.provision [req-2ea244cf-79d5-4bdb-8567-9a94510de9b9 - - - - -] CREATE BACKEND sqlite:// TOKEN ppyxnnxhzs 2018-09-14 10:25:50.244 2265 INFO octavia.common.config [req-2ea244cf-79d5-4bdb-8567-9a94510de9b9 - - - - -] Logging enabled! 2018-09-14 10:25:50.245 2265 INFO octavia.common.config [req-2ea244cf-79d5-4bdb-8567-9a94510de9b9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.284 2265 WARNING octavia.api.root_controller [req-2ea244cf-79d5-4bdb-8567-9a94510de9b9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.316 2265 INFO octavia.api.v2.controllers.load_balancer [req-d7415518-99d7-420c-8c7c-4e3cb55af6cb - - - - -] Sending created Load Balancer dcd65ea5-2627-4e66-adf0-398569decb2f to the handler 2018-09-14 10:25:50.356 2265 INFO oslo_db.sqlalchemy.provision [req-d7415518-99d7-420c-8c7c-4e3cb55af6cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.360 2265 INFO oslo_db.sqlalchemy.provision [req-d7415518-99d7-420c-8c7c-4e3cb55af6cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ppyxnnxhzs 2018-09-14 10:25:50.361 2265 INFO oslo_db.sqlalchemy.provision [req-d7415518-99d7-420c-8c7c-4e3cb55af6cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_port_1_fixed_ip [0.287087s] ... ok 2018-09-14 10:25:47.007 2244 INFO oslo_db.sqlalchemy.provision [req-e3f19931-7c43-4178-98b3-dadf42dc4013 - - - - -] CREATE BACKEND sqlite:// TOKEN pcotmvdzhi 2018-09-14 10:25:47.170 2244 INFO octavia.common.config [req-e3f19931-7c43-4178-98b3-dadf42dc4013 - - - - -] Logging enabled! 2018-09-14 10:25:47.171 2244 INFO octavia.common.config [req-e3f19931-7c43-4178-98b3-dadf42dc4013 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:47.212 2244 WARNING octavia.api.root_controller [req-e3f19931-7c43-4178-98b3-dadf42dc4013 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:47.238 2244 INFO octavia.api.v2.controllers.load_balancer [req-650b5e63-01f0-4a8a-b46d-358d7db0dada - - - - -] Sending created Load Balancer 69a18332-d0df-46fc-b9f0-566445ee5d87 to the handler 2018-09-14 10:25:47.500 2244 INFO octavia.api.v2.controllers.listener [req-0b9b9736-f1c8-40e4-96f5-47e07979652e - - - - -] Sending Creation of Listener 1a274c6e-ac80-4cf3-93a8-021bfb079efa to handler 2018-09-14 10:25:47.792 2244 INFO oslo_db.sqlalchemy.provision [req-91e2b90f-433b-4f82-9007-b39e57735b81 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.798 2244 INFO oslo_db.sqlalchemy.provision [req-91e2b90f-433b-4f82-9007-b39e57735b81 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pcotmvdzhi 2018-09-14 10:25:47.799 2244 INFO oslo_db.sqlalchemy.provision [req-91e2b90f-433b-4f82-9007-b39e57735b81 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_not_authorized [0.798752s] ... ok 2018-09-14 10:25:47.982 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] CREATE BACKEND sqlite:// TOKEN nlnlbcnnsu 2018-09-14 10:25:48.333 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.337 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nlnlbcnnsu 2018-09-14 10:25:48.338 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_position [0.362065s] ... ok 2018-09-14 10:25:43.513 2254 INFO oslo_db.sqlalchemy.provision [req-173aea65-0923-4ad0-be66-f2584e3e9138 - - - - -] CREATE BACKEND sqlite:// TOKEN vblwrdfety 2018-09-14 10:25:43.679 2254 INFO octavia.common.config [req-173aea65-0923-4ad0-be66-f2584e3e9138 - - - - -] Logging enabled! 2018-09-14 10:25:43.680 2254 INFO octavia.common.config [req-173aea65-0923-4ad0-be66-f2584e3e9138 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.720 2254 WARNING octavia.api.root_controller [req-173aea65-0923-4ad0-be66-f2584e3e9138 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.746 2254 INFO octavia.api.v2.controllers.load_balancer [req-adc179e1-8b0a-4060-9ffd-a9607e2772f1 - - - - -] Sending created Load Balancer 7f299a94-3f97-4181-a06f-5a760d41adc2 to the handler 2018-09-14 10:25:44.177 2254 INFO octavia.api.v2.controllers.listener [req-d9916141-6046-45dc-a1f8-8720b7ba9ccb - - - - -] Sending Creation of Listener 6565e336-2052-4fac-9d5a-09ae3fc482cc to handler 2018-09-14 10:25:44.252 2254 INFO oslo_db.sqlalchemy.provision [req-1d05df1d-55b5-49d3-90de-5a5515d8561d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:44.256 2254 INFO oslo_db.sqlalchemy.provision [req-1d05df1d-55b5-49d3-90de-5a5515d8561d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vblwrdfety 2018-09-14 10:25:44.257 2254 INFO oslo_db.sqlalchemy.provision [req-1d05df1d-55b5-49d3-90de-5a5515d8561d - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_listener [0.751654s] ... ok 2018-09-14 10:25:39.469 2247 INFO oslo_db.sqlalchemy.provision [req-81f91d63-e42f-44d5-8891-ca13bc6129c6 - - - - -] CREATE BACKEND sqlite:// TOKEN hkkelumyek 2018-09-14 10:25:39.629 2247 INFO octavia.common.config [req-81f91d63-e42f-44d5-8891-ca13bc6129c6 - - - - -] Logging enabled! 2018-09-14 10:25:39.630 2247 INFO octavia.common.config [req-81f91d63-e42f-44d5-8891-ca13bc6129c6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:39.673 2247 WARNING octavia.api.root_controller [req-81f91d63-e42f-44d5-8891-ca13bc6129c6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:39.700 2247 INFO octavia.api.v2.controllers.load_balancer [req-a9b3c217-fe4e-4e38-bc0b-e44a36dead2a - - - - -] Sending created Load Balancer 71b5b981-9e19-4852-8a4f-2b92aa7e95f7 to the handler 2018-09-14 10:25:39.978 2247 INFO octavia.api.v2.controllers.listener [req-e6d67565-699c-42a3-b7d0-27c5f0815f05 - - - - -] Sending Creation of Listener 6d12426c-2e86-4867-b46a-2b549f92a2e0 to handler 2018-09-14 10:25:40.282 2247 INFO octavia.api.v2.controllers.pool [req-a3487434-3862-4616-b48e-e0c88490c29c - - - - -] Sending Creation of Pool f9a0fb99-8d44-4335-85e5-0b86aa14d0a5 to handler 2018-09-14 10:25:40.863 2247 INFO octavia.api.v2.controllers.pool [req-d1b173c4-ca66-4ef3-b967-2c823dcb6191 - - - - -] Sending Creation of Pool d9381c9d-a50b-46e7-bf7c-b7e3cd7ec24b to handler 2018-09-14 10:25:41.283 2247 INFO octavia.api.v2.controllers.member [req-3026e51c-3243-461b-bdab-ac3e6f332817 - - - - -] Sending Creation of Member e70885a4-c9dd-4e7b-b6b8-c99f4c50d28c to handler 2018-09-14 10:25:41.370 2247 INFO oslo_db.sqlalchemy.provision [req-21692bb5-5730-4f85-aac9-96034fdca3f4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:41.374 2247 INFO oslo_db.sqlalchemy.provision [req-21692bb5-5730-4f85-aac9-96034fdca3f4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hkkelumyek 2018-09-14 10:25:41.375 2247 INFO oslo_db.sqlalchemy.provision [req-21692bb5-5730-4f85-aac9-96034fdca3f4 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:53.163 2258 INFO oslo_db.sqlalchemy.provision [req-b9773be4-5404-40c4-93b0-780ac49de3ba - - - - -] CREATE BACKEND sqlite:// TOKEN asimhjobvb 2018-09-14 10:25:53.290 2258 INFO octavia.common.config [req-b9773be4-5404-40c4-93b0-780ac49de3ba - - - - -] Logging enabled! 2018-09-14 10:25:53.291 2258 INFO octavia.common.config [req-b9773be4-5404-40c4-93b0-780ac49de3ba - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:53.318 2258 WARNING octavia.api.root_controller [req-b9773be4-5404-40c4-93b0-780ac49de3ba - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:53.343 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.346 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN asimhjobvb 2018-09-14 10:25:53.346 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v2.test_member.TestMember.test_bad_update [1.912347s] ... ok {19} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_default_quotas_not_Authorized [0.188080s] ... ok 2018-09-14 10:25:49.106 2261 INFO oslo_db.sqlalchemy.provision [req-b2b8e31a-b3a1-450d-ad5e-067b608a1565 - - - - -] CREATE BACKEND sqlite:// TOKEN qjxmavlxkr 2018-09-14 10:25:49.273 2261 INFO octavia.common.config [req-b2b8e31a-b3a1-450d-ad5e-067b608a1565 - - - - -] Logging enabled! 2018-09-14 10:25:49.274 2261 INFO octavia.common.config [req-b2b8e31a-b3a1-450d-ad5e-067b608a1565 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.316 2261 WARNING octavia.api.root_controller [req-b2b8e31a-b3a1-450d-ad5e-067b608a1565 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.343 2261 INFO octavia.api.v2.controllers.load_balancer [req-14534872-3779-4eda-b723-7472a5dc30d3 - - - - -] Sending created Load Balancer ed091803-a668-407b-9784-1f85bc52199e to the handler 2018-09-14 10:25:49.382 2261 INFO octavia.api.v2.controllers.load_balancer [req-cdb99d55-53ce-42e4-a6b9-ab994e0ad1f7 - - - - -] Sending created Load Balancer f824517e-9a07-4974-ab35-f39cd477521f to the handler 2018-09-14 10:25:49.419 2261 INFO octavia.api.v2.controllers.load_balancer [req-06f8882f-215e-4d71-9416-3239816cdf13 - - - - -] Sending created Load Balancer e67fe9d6-ed08-4c34-98a6-d83a532c7b6e to the handler 2018-09-14 10:25:49.708 2261 INFO oslo_db.sqlalchemy.provision [req-6d5a8c25-4854-45d5-b258-a0c253a5b485 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.712 2261 INFO oslo_db.sqlalchemy.provision [req-6d5a8c25-4854-45d5-b258-a0c253a5b485 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qjxmavlxkr 2018-09-14 10:25:49.712 2261 INFO oslo_db.sqlalchemy.provision [req-6d5a8c25-4854-45d5-b258-a0c253a5b485 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_by_project_id [0.612973s] ... ok 2018-09-14 10:25:46.077 2249 INFO oslo_db.sqlalchemy.provision [req-1ca6b119-e74d-41c2-97ec-2c23a85fd637 - - - - -] CREATE BACKEND sqlite:// TOKEN fqqiqqxakl 2018-09-14 10:25:46.249 2249 INFO octavia.common.config [req-1ca6b119-e74d-41c2-97ec-2c23a85fd637 - - - - -] Logging enabled! 2018-09-14 10:25:46.250 2249 INFO octavia.common.config [req-1ca6b119-e74d-41c2-97ec-2c23a85fd637 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:46.290 2249 WARNING octavia.api.root_controller [req-1ca6b119-e74d-41c2-97ec-2c23a85fd637 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:46.313 2249 INFO octavia.api.v2.controllers.load_balancer [req-ede45c6d-76f5-43ab-a83c-41049985945b - - - - -] Sending created Load Balancer 0539d566-1d98-463c-b3f2-3855a23b4bbd to the handler 2018-09-14 10:25:46.589 2249 INFO oslo_db.sqlalchemy.provision [req-60319885-a360-4e0f-b5cb-3dea47fe95e9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:46.592 2249 INFO oslo_db.sqlalchemy.provision [req-60319885-a360-4e0f-b5cb-3dea47fe95e9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fqqiqqxakl 2018-09-14 10:25:46.593 2249 INFO oslo_db.sqlalchemy.provision [req-60319885-a360-4e0f-b5cb-3dea47fe95e9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_hides_deleted [0.522635s] ... ok 2018-09-14 10:25:58.460 2242 INFO octavia.api.v2.controllers.l7rule [req-5914837d-005b-4c7c-8423-5da35c60d30b - - - - -] Sending Creation of L7Rule 115c6d31-3ef1-4dbc-937a-c5e5161978ea to handler 2018-09-14 10:25:46.236 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] CREATE BACKEND sqlite:// TOKEN mnaftzpcwd 2018-09-14 10:25:46.473 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:46.477 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mnaftzpcwd 2018-09-14 10:25:46.477 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_create [0.250696s] ... ok 2018-09-14 10:25:48.344 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] CREATE BACKEND sqlite:// TOKEN qqhwasdisn 2018-09-14 10:25:48.688 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.692 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qqhwasdisn 2018-09-14 10:25:48.693 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_listener_delete [0.354626s] ... ok 2018-09-14 10:25:47.409 2251 INFO oslo_db.sqlalchemy.provision [req-d934b28b-fe20-43d3-8cb6-7d9b7ea831aa - - - - -] CREATE BACKEND sqlite:// TOKEN jwwfaofppp 2018-09-14 10:25:47.571 2251 INFO octavia.common.config [req-d934b28b-fe20-43d3-8cb6-7d9b7ea831aa - - - - -] Logging enabled! 2018-09-14 10:25:47.572 2251 INFO octavia.common.config [req-d934b28b-fe20-43d3-8cb6-7d9b7ea831aa - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:47.612 2251 WARNING octavia.api.root_controller [req-d934b28b-fe20-43d3-8cb6-7d9b7ea831aa - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:47.638 2251 INFO octavia.api.v2.controllers.load_balancer [req-239409a9-8aa4-4fef-bbda-9f5491eaf185 - - - - -] Sending created Load Balancer 6a9e9543-11f6-4ee0-b8db-7a0f82d2df33 to the handler 2018-09-14 10:25:47.892 2251 INFO octavia.api.v2.controllers.pool [req-bb1987a2-44af-495f-9823-522ef1532ad3 - - - - -] Sending Creation of Pool 2a2dfd13-2b28-41f6-bf73-90c510dc69cf to handler 2018-09-14 10:25:48.310 2251 INFO octavia.api.v2.controllers.listener [req-7ff3db14-e7c5-4074-be20-78b8a67715b5 - - - - -] Sending Creation of Listener 5c62bebd-a269-4789-b1bf-ee7eacb7a40e to handler 2018-09-14 10:25:48.694 2251 INFO octavia.api.v2.controllers.listener [req-68f06575-a36d-4b93-a843-f40db2b1faba - - - - -] Sending Deletion of Listener 5c62bebd-a269-4789-b1bf-ee7eacb7a40e to handler 2018-09-14 10:25:48.804 2251 INFO oslo_db.sqlalchemy.provision [req-1477914c-68b5-4cbf-81cc-6f35ad2be32f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.808 2251 INFO oslo_db.sqlalchemy.provision [req-1477914c-68b5-4cbf-81cc-6f35ad2be32f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jwwfaofppp 2018-09-14 10:25:48.809 2251 INFO oslo_db.sqlalchemy.provision [req-1477914c-68b5-4cbf-81cc-6f35ad2be32f - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_with_bad_handler [1.406457s] ... ok 2018-09-14 10:25:45.690 2266 INFO oslo_db.sqlalchemy.provision [req-fc21ff1a-637b-45f8-9a94-62308dd4e246 - - - - -] CREATE BACKEND sqlite:// TOKEN urxtzptcrp 2018-09-14 10:25:45.852 2266 INFO octavia.common.config [req-fc21ff1a-637b-45f8-9a94-62308dd4e246 - - - - -] Logging enabled! 2018-09-14 10:25:45.853 2266 INFO octavia.common.config [req-fc21ff1a-637b-45f8-9a94-62308dd4e246 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.895 2266 WARNING octavia.api.root_controller [req-fc21ff1a-637b-45f8-9a94-62308dd4e246 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.921 2266 INFO octavia.api.v2.controllers.load_balancer [req-6c6a6c13-daac-47f8-8796-a8a64ea78af1 - - - - -] Sending created Load Balancer 339e8791-af5c-4b2f-9557-4d8765eecc2a to the handler 2018-09-14 10:25:46.189 2266 INFO octavia.api.v2.controllers.listener [req-b5cb7497-29a1-4a3b-b331-b27e30e75e8d - - - - -] Sending Creation of Listener 75459a31-f87e-4996-858a-398dd071fcfd to handler 2018-09-14 10:25:46.658 2266 INFO octavia.api.v2.controllers.l7policy [req-3faecedb-5037-4407-999e-e0a5b4a2ee36 - - - - -] Sending Creation of L7Policy 3c2d20d7-ee1b-4a1e-bfb0-4f8796920ac2 to handler 2018-09-14 10:25:47.263 2266 INFO oslo_db.sqlalchemy.provision [req-67750f14-14d2-4616-9979-b7dc5be87aa0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.268 2266 INFO oslo_db.sqlalchemy.provision [req-67750f14-14d2-4616-9979-b7dc5be87aa0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN urxtzptcrp 2018-09-14 10:25:47.269 2266 INFO oslo_db.sqlalchemy.provision [req-67750f14-14d2-4616-9979-b7dc5be87aa0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_empty_get_all [1.585043s] ... ok 2018-09-14 10:25:44.923 2253 INFO oslo_db.sqlalchemy.provision [req-7a9e5e6c-0a6f-4be5-913b-c9f0f6869d2a - - - - -] CREATE BACKEND sqlite:// TOKEN xyzbrclwam 2018-09-14 10:25:45.081 2253 INFO octavia.common.config [req-7a9e5e6c-0a6f-4be5-913b-c9f0f6869d2a - - - - -] Logging enabled! 2018-09-14 10:25:45.082 2253 INFO octavia.common.config [req-7a9e5e6c-0a6f-4be5-913b-c9f0f6869d2a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.120 2253 WARNING octavia.api.root_controller [req-7a9e5e6c-0a6f-4be5-913b-c9f0f6869d2a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.145 2253 INFO octavia.api.v2.controllers.load_balancer [req-c1703f4a-18aa-43f8-ae11-1ea65d19c2d6 - - - - -] Sending created Load Balancer 9624cac5-e013-44da-860b-a38e4d5a36bb to the handler 2018-09-14 10:25:45.521 2253 INFO octavia.api.v2.controllers.listener [req-0634b71c-f5a6-4263-8340-bf69e85dbc3e - - - - -] Sending Creation of Listener 0b1971e5-2df2-4279-89ea-5798c2483dc8 to handler 2018-09-14 10:25:45.793 2253 INFO octavia.api.v2.controllers.pool [req-88ba0502-0e26-400a-9bd4-0598c5d5b4dc - - - - -] Sending Creation of Pool 30f7e161-dca9-40f3-abfb-4ad97a3b4ca9 to handler 2018-09-14 10:25:46.136 2253 INFO octavia.api.v2.controllers.pool [req-e6d9cbb8-4747-4882-977e-0828a7bc10a7 - - - - -] Sending Creation of Pool 69135b8a-6f7d-4fab-8340-9bffca5a69ab to handler 2018-09-14 10:25:46.534 2253 INFO octavia.api.v2.controllers.member [req-1ad7514c-7758-414a-a903-60d712bc2a9c - - - - -] Sending Creation of Member e945c599-6066-4baa-96dd-fe596353c817 to handler 2018-09-14 10:25:46.901 2253 INFO octavia.api.v2.controllers.member [req-5333d655-46ec-4512-b5bb-0cb3daa391c9 - - - - -] Sending Creation of Member 48955d17-e016-4424-b6da-c29ea635ef70 to handler 2018-09-14 10:25:47.267 2253 INFO octavia.api.v2.controllers.member [req-9ad79f9e-f86c-48bc-a79f-a1a67c88a4cc - - - - -] Sending Full Member Update to handler 2018-09-14 10:25:47.468 2253 INFO oslo_db.sqlalchemy.provision [req-1028cd9c-a06b-416a-80dc-bc8c21e7b395 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.471 2253 INFO oslo_db.sqlalchemy.provision [req-1028cd9c-a06b-416a-80dc-bc8c21e7b395 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xyzbrclwam 2018-09-14 10:25:47.472 2253 INFO oslo_db.sqlalchemy.provision [req-1028cd9c-a06b-416a-80dc-bc8c21e7b395 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_batch_members [2.554938s] ... ok 2018-09-14 10:25:50.983 2246 INFO oslo_db.sqlalchemy.provision [req-ae18bb5d-109c-4d1f-aba2-8d62e6a19bf2 - - - - -] CREATE BACKEND sqlite:// TOKEN bdighwmqkm 2018-09-14 10:25:51.143 2246 INFO octavia.common.config [req-ae18bb5d-109c-4d1f-aba2-8d62e6a19bf2 - - - - -] Logging enabled! 2018-09-14 10:25:51.144 2246 INFO octavia.common.config [req-ae18bb5d-109c-4d1f-aba2-8d62e6a19bf2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:51.184 2246 WARNING octavia.api.root_controller [req-ae18bb5d-109c-4d1f-aba2-8d62e6a19bf2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:51.205 2246 INFO octavia.api.v1.controllers.load_balancer [req-2b018774-d58a-4b61-b5ff-285e5caca025 - - - - -] Sending created Load Balancer b600a0fb-a6c6-4d73-b993-fa756fd72320 to the handler 2018-09-14 10:25:51.365 2246 INFO octavia.api.v1.controllers.listener [req-b3eb3f0d-3fd7-4215-8b1b-5664752008b4 - - - - -] Sending Creation of Listener 2d26b7cb-24b5-4a25-ac44-742903883896 to handler 2018-09-14 10:25:51.616 2246 INFO octavia.api.v1.controllers.pool [req-23f88d79-b785-4eee-886b-6dd9c500a1d6 - - - - -] Sending Creation of Pool baab06fd-fcef-4ba0-9eaf-c62fd6312d10 to handler 2018-09-14 10:25:52.008 2246 INFO octavia.api.v1.controllers.pool [req-879a8df8-aca1-4301-a5ef-2f2a6aee9435 - - - - -] Sending Update of Pool baab06fd-fcef-4ba0-9eaf-c62fd6312d10 to handler 2018-09-14 10:25:52.360 2246 INFO oslo_db.sqlalchemy.provision [req-73dd15a4-d65e-4ade-8c80-711ebb757d9c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.364 2246 INFO oslo_db.sqlalchemy.provision [req-73dd15a4-d65e-4ade-8c80-711ebb757d9c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bdighwmqkm 2018-09-14 10:25:52.364 2246 INFO oslo_db.sqlalchemy.provision [req-73dd15a4-d65e-4ade-8c80-711ebb757d9c - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_session_persistence [1.388065s] ... ok 2018-09-14 10:25:52.157 2240 INFO oslo_db.sqlalchemy.provision [req-5aa4fb4b-57e9-47af-9498-c144fb810263 - - - - -] CREATE BACKEND sqlite:// TOKEN lasifzjsom 2018-09-14 10:25:52.326 2240 INFO octavia.common.config [req-5aa4fb4b-57e9-47af-9498-c144fb810263 - - - - -] Logging enabled! 2018-09-14 10:25:52.327 2240 INFO octavia.common.config [req-5aa4fb4b-57e9-47af-9498-c144fb810263 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:52.366 2240 WARNING octavia.api.root_controller [req-5aa4fb4b-57e9-47af-9498-c144fb810263 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:52.460 2240 INFO octavia.api.v2.controllers.load_balancer [req-9cf44d97-dbb3-4ae0-83dd-4bc085fac613 - - - - -] Sending created Load Balancer 39f83d93-81ec-43ac-8fef-ad5fc0192475 to the handler 2018-09-14 10:25:52.520 2240 INFO oslo_db.sqlalchemy.provision [req-9cf44d97-dbb3-4ae0-83dd-4bc085fac613 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.523 2240 INFO oslo_db.sqlalchemy.provision [req-9cf44d97-dbb3-4ae0-83dd-4bc085fac613 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lasifzjsom 2018-09-14 10:25:52.524 2240 INFO oslo_db.sqlalchemy.provision [req-9cf44d97-dbb3-4ae0-83dd-4bc085fac613 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_member [0.373667s] ... ok 2018-09-14 10:25:41.307 2259 INFO oslo_db.sqlalchemy.provision [req-4698a4f3-5c0b-4b07-b1b1-1f9dff2ac350 - - - - -] CREATE BACKEND sqlite:// TOKEN jyglivjhps 2018-09-14 10:25:41.483 2259 INFO octavia.common.config [req-4698a4f3-5c0b-4b07-b1b1-1f9dff2ac350 - - - - -] Logging enabled! 2018-09-14 10:25:41.484 2259 INFO octavia.common.config [req-4698a4f3-5c0b-4b07-b1b1-1f9dff2ac350 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:41.525 2259 WARNING octavia.api.root_controller [req-4698a4f3-5c0b-4b07-b1b1-1f9dff2ac350 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:41.555 2259 INFO octavia.api.v2.controllers.load_balancer [req-e84ceca9-c5f3-41dc-88c5-557778ad0cbb - - - - -] Sending created Load Balancer 53adbe99-9f3e-4082-a62a-1e02c5163b81 to the handler 2018-09-14 10:25:41.596 2259 INFO oslo_db.sqlalchemy.provision [req-e84ceca9-c5f3-41dc-88c5-557778ad0cbb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:41.600 2259 INFO oslo_db.sqlalchemy.provision [req-e84ceca9-c5f3-41dc-88c5-557778ad0cbb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jyglivjhps 2018-09-14 10:25:41.601 2259 INFO oslo_db.sqlalchemy.provision [req-e84ceca9-c5f3-41dc-88c5-557778ad0cbb - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_subnet_fills_network [0.300148s] ... ok 2018-09-14 10:25:44.701 2256 INFO oslo_db.sqlalchemy.provision [req-0eafd32c-f31d-484d-a964-1e5360860427 - - - - -] CREATE BACKEND sqlite:// TOKEN ebddbubmdn 2018-09-14 10:25:44.859 2256 INFO octavia.common.config [req-0eafd32c-f31d-484d-a964-1e5360860427 - - - - -] Logging enabled! 2018-09-14 10:25:44.860 2256 INFO octavia.common.config [req-0eafd32c-f31d-484d-a964-1e5360860427 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:44.899 2256 WARNING octavia.api.root_controller [req-0eafd32c-f31d-484d-a964-1e5360860427 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:44.929 2256 INFO octavia.api.v2.controllers.load_balancer [req-8d6fdcf9-64a1-4fbe-aa1e-27eadbb44551 - - - - -] Sending created Load Balancer ef1bddcc-0376-44ee-8cdb-83f85f7ef2f1 to the handler 2018-09-14 10:25:44.997 2256 INFO oslo_db.sqlalchemy.provision [req-41f95635-9f08-4556-9c1b-28713d171f32 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.002 2256 INFO oslo_db.sqlalchemy.provision [req-41f95635-9f08-4556-9c1b-28713d171f32 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ebddbubmdn 2018-09-14 10:25:45.002 2256 INFO oslo_db.sqlalchemy.provision [req-41f95635-9f08-4556-9c1b-28713d171f32 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_authorized [0.308062s] ... ok 2018-09-14 10:25:51.757 2269 INFO oslo_db.sqlalchemy.provision [req-f04ef274-a301-43e1-b31f-c06d696a90d2 - - - - -] CREATE BACKEND sqlite:// TOKEN eafbakjpmp 2018-09-14 10:25:51.906 2269 INFO octavia.common.config [req-f04ef274-a301-43e1-b31f-c06d696a90d2 - - - - -] Logging enabled! 2018-09-14 10:25:51.907 2269 INFO octavia.common.config [req-f04ef274-a301-43e1-b31f-c06d696a90d2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:52.055 2269 WARNING octavia.api.root_controller [req-f04ef274-a301-43e1-b31f-c06d696a90d2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:52.080 2269 INFO octavia.api.v2.controllers.load_balancer [req-dee0a892-1eb2-4c66-8fae-b6264b83b011 - - - - -] Sending created Load Balancer 36f77b43-c07a-4f52-ac4a-12274a95611f to the handler 2018-09-14 10:25:52.298 2269 INFO octavia.api.v2.controllers.pool [req-927bebe0-15bb-48d1-85bd-143f62839242 - - - - -] Sending Creation of Pool 8b058abf-4562-48ec-b77f-79914c652ff9 to handler 2018-09-14 10:25:52.541 2269 INFO octavia.api.v2.controllers.listener [req-e3c0a12f-217e-48db-a8b8-57dd50b17598 - - - - -] Sending Creation of Listener d6e05f94-9f97-4328-bc93-dcae470890df to handler 2018-09-14 10:25:52.818 2269 INFO oslo_db.sqlalchemy.provision [req-5d6a3c28-1680-4df4-a4dd-bac3fdfa3765 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.822 2269 INFO oslo_db.sqlalchemy.provision [req-5d6a3c28-1680-4df4-a4dd-bac3fdfa3765 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eafbakjpmp 2018-09-14 10:25:52.822 2269 INFO oslo_db.sqlalchemy.provision [req-5d6a3c28-1680-4df4-a4dd-bac3fdfa3765 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_listener_bad_protocol [1.083024s] ... ok 2018-09-14 10:25:53.076 2239 INFO oslo_db.sqlalchemy.provision [req-a8f31fe0-1132-477d-8de1-64c869114265 - - - - -] CREATE BACKEND sqlite:// TOKEN uogkgtocxv 2018-09-14 10:25:53.238 2239 INFO octavia.common.config [req-a8f31fe0-1132-477d-8de1-64c869114265 - - - - -] Logging enabled! 2018-09-14 10:25:53.239 2239 INFO octavia.common.config [req-a8f31fe0-1132-477d-8de1-64c869114265 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:53.277 2239 WARNING octavia.api.root_controller [req-a8f31fe0-1132-477d-8de1-64c869114265 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:53.305 2239 INFO octavia.api.v2.controllers.load_balancer [req-5a1aba0e-277e-4699-9ed9-4b9418b5373a - - - - -] Sending created Load Balancer bf224e7a-2068-4950-8fd6-1a6d14b50494 to the handler 2018-09-14 10:25:53.544 2239 INFO oslo_db.sqlalchemy.provision [req-4584adcf-2ccf-44f2-b20a-d054af1b7942 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.548 2239 INFO oslo_db.sqlalchemy.provision [req-4584adcf-2ccf-44f2-b20a-d054af1b7942 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uogkgtocxv 2018-09-14 10:25:53.549 2239 INFO oslo_db.sqlalchemy.provision [req-4584adcf-2ccf-44f2-b20a-d054af1b7942 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_with_bad_qos [0.478878s] ... ok 2018-09-14 10:25:48.701 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] CREATE BACKEND sqlite:// TOKEN rayfkzwyil 2018-09-14 10:25:49.011 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.015 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rayfkzwyil 2018-09-14 10:25:49.016 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_update_pool_with_existing_sp [0.322105s] ... ok 2018-09-14 10:25:53.887 2248 INFO oslo_db.sqlalchemy.provision [req-68d3d759-384d-44d4-a820-99a0e44b7eea - - - - -] CREATE BACKEND sqlite:// TOKEN nluoccwdiw 2018-09-14 10:25:54.047 2248 INFO octavia.common.config [req-68d3d759-384d-44d4-a820-99a0e44b7eea - - - - -] Logging enabled! 2018-09-14 10:25:54.048 2248 INFO octavia.common.config [req-68d3d759-384d-44d4-a820-99a0e44b7eea - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:54.072 2248 WARNING octavia.api.root_controller [req-68d3d759-384d-44d4-a820-99a0e44b7eea - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:54.090 2248 INFO octavia.api.v2.controllers.load_balancer [req-a16f6f3c-9c81-4f01-a66f-56d096287dcf - - - - -] Sending created Load Balancer 04d0670f-f8ac-469e-b593-045235a01218 to the handler 2018-09-14 10:25:54.421 2248 INFO octavia.api.v2.controllers.listener [req-912b5eaa-dd00-4f47-8de3-a9f762813ca1 - - - - -] Sending Creation of Listener cbdaf641-4a92-48fd-b53b-a7cca9bc899c to handler 2018-09-14 10:25:54.661 2248 INFO octavia.api.v2.controllers.pool [req-d56ff15b-00f3-43d0-947e-edabfa293372 - - - - -] Sending Creation of Pool 342ea192-9e14-4d33-a094-6ca8111bbd70 to handler 2018-09-14 10:25:54.837 2248 INFO oslo_db.sqlalchemy.provision [req-89b7f225-91a7-49d0-9f05-4f89699aee91 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.841 2248 INFO oslo_db.sqlalchemy.provision [req-89b7f225-91a7-49d0-9f05-4f89699aee91 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nluoccwdiw 2018-09-14 10:25:54.841 2248 INFO oslo_db.sqlalchemy.provision [req-89b7f225-91a7-49d0-9f05-4f89699aee91 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_bad_handler [0.961206s] ... ok 2018-09-14 10:25:53.351 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] CREATE BACKEND sqlite:// TOKEN xzcbarxxbd 2018-09-14 10:25:53.521 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.524 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xzcbarxxbd 2018-09-14 10:25:53.525 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_models.HealthMonitorModelTest.test_delete [0.178036s] ... ok 2018-09-14 10:25:46.483 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] CREATE BACKEND sqlite:// TOKEN ofrvonlmvz 2018-09-14 10:25:46.720 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:46.724 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ofrvonlmvz 2018-09-14 10:25:46.725 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_get [0.247132s] ... ok 2018-09-14 10:25:45.656 2255 INFO oslo_db.sqlalchemy.provision [req-8a5b84da-1c08-48c7-8451-666779f2c5bf - - - - -] CREATE BACKEND sqlite:// TOKEN lnucmdfmia 2018-09-14 10:25:45.830 2255 INFO octavia.common.config [req-8a5b84da-1c08-48c7-8451-666779f2c5bf - - - - -] Logging enabled! 2018-09-14 10:25:45.831 2255 INFO octavia.common.config [req-8a5b84da-1c08-48c7-8451-666779f2c5bf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.872 2255 WARNING octavia.api.root_controller [req-8a5b84da-1c08-48c7-8451-666779f2c5bf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.902 2255 INFO octavia.api.v2.controllers.load_balancer [req-cbbea862-da41-44ba-99f2-fdfa80480224 - - - - -] Sending created Load Balancer a3aa9a7b-cbf3-40e1-9b77-fcb43860ffe7 to the handler 2018-09-14 10:25:46.183 2255 INFO octavia.api.v2.controllers.listener [req-daf407a6-239b-4918-aa7d-3201cb087005 - - - - -] Sending Creation of Listener 75d1f5d8-e3fa-437d-a9a3-38f091fa2cb2 to handler 2018-09-14 10:25:46.533 2255 INFO octavia.api.v2.controllers.l7policy [req-35368390-f2ed-441b-b957-2b68ef7b3484 - - - - -] Sending Creation of L7Policy a2223b5a-2140-41ba-93cc-b718cbbb051b to handler 2018-09-14 10:25:47.084 2255 INFO octavia.api.v2.controllers.l7rule [req-f45a2455-564a-496a-bca9-ec6e78ea21d3 - - - - -] Sending Creation of L7Rule 13ae6a98-d3a7-4135-a4c8-59aa71559dd7 to handler 2018-09-14 10:25:47.261 2255 INFO oslo_db.sqlalchemy.provision [req-5090c004-1b48-4924-abd9-857c5558712e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.265 2255 INFO oslo_db.sqlalchemy.provision [req-5090c004-1b48-4924-abd9-857c5558712e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lnucmdfmia 2018-09-14 10:25:47.265 2255 INFO oslo_db.sqlalchemy.provision [req-5090c004-1b48-4924-abd9-857c5558712e - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_path_rule [1.616223s] ... ok 2018-09-14 10:25:47.806 2244 INFO oslo_db.sqlalchemy.provision [req-91e2b90f-433b-4f82-9007-b39e57735b81 - - - - -] CREATE BACKEND sqlite:// TOKEN ymbiyxjvni 2018-09-14 10:25:47.967 2244 INFO octavia.common.config [req-91e2b90f-433b-4f82-9007-b39e57735b81 - - - - -] Logging enabled! 2018-09-14 10:25:47.968 2244 INFO octavia.common.config [req-91e2b90f-433b-4f82-9007-b39e57735b81 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:48.006 2244 WARNING octavia.api.root_controller [req-91e2b90f-433b-4f82-9007-b39e57735b81 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:48.032 2244 INFO octavia.api.v2.controllers.load_balancer [req-74e5adaa-029f-467f-910d-859e93e0e539 - - - - -] Sending created Load Balancer 5c3126d9-8483-4e61-8161-4520531f8132 to the handler 2018-09-14 10:25:48.421 2244 INFO octavia.api.v2.controllers.listener [req-d3ae525a-4815-4c10-b7ae-bf00e61cc426 - - - - -] Sending Creation of Listener 92539e81-14fb-4d12-b445-90da6b267e45 to handler 2018-09-14 10:25:48.791 2244 INFO oslo_db.sqlalchemy.provision [req-c706e786-2bd1-43b3-bf0b-18cc15bcae6b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.794 2244 INFO oslo_db.sqlalchemy.provision [req-c706e786-2bd1-43b3-bf0b-18cc15bcae6b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ymbiyxjvni 2018-09-14 10:25:48.795 2244 INFO oslo_db.sqlalchemy.provision [req-c706e786-2bd1-43b3-bf0b-18cc15bcae6b - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_pool.TestPool.test_empty_get_all [0.995191s] ... ok 2018-09-14 10:25:44.903 2250 INFO oslo_db.sqlalchemy.provision [req-a55f6335-4f5b-4fed-b338-b63968e1c8f5 - - - - -] CREATE BACKEND sqlite:// TOKEN wiqiaagpfp 2018-09-14 10:25:45.062 2250 INFO octavia.common.config [req-a55f6335-4f5b-4fed-b338-b63968e1c8f5 - - - - -] Logging enabled! 2018-09-14 10:25:45.063 2250 INFO octavia.common.config [req-a55f6335-4f5b-4fed-b338-b63968e1c8f5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.102 2250 WARNING octavia.api.root_controller [req-a55f6335-4f5b-4fed-b338-b63968e1c8f5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.129 2250 INFO octavia.api.v2.controllers.load_balancer [req-4083eb09-5af1-4089-9840-51d6820e7dba - - - - -] Sending created Load Balancer 45abfb9f-7fec-44fa-bd10-034052dc5e70 to the handler 2018-09-14 10:25:45.382 2250 INFO octavia.api.v2.controllers.listener [req-924e8c64-c158-4fc2-ab52-5a841fc651a5 - - - - -] Sending Creation of Listener ee84b715-a467-4764-9633-80e9de3c5565 to handler 2018-09-14 10:25:45.689 2250 INFO octavia.api.v2.controllers.pool [req-096d4112-481e-4f0c-8cc5-1ceba3ac7669 - - - - -] Sending Creation of Pool 93d6e1e0-a5a2-40cc-ab01-a04f3b41f756 to handler 2018-09-14 10:25:46.017 2250 INFO oslo_db.sqlalchemy.provision [req-b5a6b8bd-7ade-49d9-a924-fd334dfe93b3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:46.021 2250 INFO oslo_db.sqlalchemy.provision [req-b5a6b8bd-7ade-49d9-a924-fd334dfe93b3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wiqiaagpfp 2018-09-14 10:25:46.022 2250 INFO oslo_db.sqlalchemy.provision [req-b5a6b8bd-7ade-49d9-a924-fd334dfe93b3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_pool.TestPool.test_get [1.126251s] ... ok 2018-09-14 10:25:46.487 2245 INFO oslo_db.sqlalchemy.provision [req-c4451353-199e-4ab1-9377-eba52e808777 - - - - -] CREATE BACKEND sqlite:// TOKEN ezigkzuhin 2018-09-14 10:25:46.670 2245 INFO octavia.common.config [req-c4451353-199e-4ab1-9377-eba52e808777 - - - - -] Logging enabled! 2018-09-14 10:25:46.671 2245 INFO octavia.common.config [req-c4451353-199e-4ab1-9377-eba52e808777 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:46.709 2245 WARNING octavia.api.root_controller [req-c4451353-199e-4ab1-9377-eba52e808777 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:46.738 2245 INFO octavia.api.v2.controllers.load_balancer [req-230477b0-82e1-4f0a-a1dd-90ef19aacf6e - - - - -] Sending created Load Balancer cd9bb633-c76f-4c64-a90c-4f348cf8934d to the handler 2018-09-14 10:25:46.777 2245 INFO octavia.api.v2.controllers.load_balancer [req-e26bdfe1-a27c-4ed8-803a-00e1021d4337 - - - - -] Sending created Load Balancer b179dbb2-6210-4c52-86fa-03f2c494cfb6 to the handler 2018-09-14 10:25:46.817 2245 INFO octavia.api.v2.controllers.load_balancer [req-4dea2495-8404-4428-bb46-a63b544d30cf - - - - -] Sending created Load Balancer 41dadf16-3c9c-4a66-897f-62747ba4d3c5 to the handler 2018-09-14 10:25:47.129 2245 INFO oslo_db.sqlalchemy.provision [req-ac63fbf0-105d-4fd7-85c5-3f67ad2e3ed1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.133 2245 INFO oslo_db.sqlalchemy.provision [req-ac63fbf0-105d-4fd7-85c5-3f67ad2e3ed1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ezigkzuhin 2018-09-14 10:25:47.133 2245 INFO oslo_db.sqlalchemy.provision [req-ac63fbf0-105d-4fd7-85c5-3f67ad2e3ed1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_admin [0.652499s] ... ok 2018-09-14 10:25:45.416 2260 INFO oslo_db.sqlalchemy.provision [req-c2afe49e-3eb6-44eb-aa89-33c34bb7e01c - - - - -] CREATE BACKEND sqlite:// TOKEN zfchrhteuc 2018-09-14 10:25:45.585 2260 INFO octavia.common.config [req-c2afe49e-3eb6-44eb-aa89-33c34bb7e01c - - - - -] Logging enabled! 2018-09-14 10:25:45.586 2260 INFO octavia.common.config [req-c2afe49e-3eb6-44eb-aa89-33c34bb7e01c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.625 2260 WARNING octavia.api.root_controller [req-c2afe49e-3eb6-44eb-aa89-33c34bb7e01c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.681 2260 INFO octavia.api.v2.controllers.load_balancer [req-8fab040b-1962-44ed-84f1-6053ec5c0832 - - - - -] Sending created Load Balancer bfade259-7344-42e1-a740-865c4e20f8c2 to the handler 2018-09-14 10:25:45.733 2260 INFO oslo_db.sqlalchemy.provision [req-8fab040b-1962-44ed-84f1-6053ec5c0832 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.737 2260 INFO oslo_db.sqlalchemy.provision [req-8fab040b-1962-44ed-84f1-6053ec5c0832 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zfchrhteuc 2018-09-14 10:25:45.738 2260 INFO oslo_db.sqlalchemy.provision [req-8fab040b-1962-44ed-84f1-6053ec5c0832 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_sni_containers [0.327821s] ... ok 2018-09-14 10:25:45.083 2262 INFO oslo_db.sqlalchemy.provision [req-65838c29-2f85-4eac-8d67-42617017eaba - - - - -] CREATE BACKEND sqlite:// TOKEN cysqvfacdh 2018-09-14 10:25:45.246 2262 INFO octavia.common.config [req-65838c29-2f85-4eac-8d67-42617017eaba - - - - -] Logging enabled! 2018-09-14 10:25:45.247 2262 INFO octavia.common.config [req-65838c29-2f85-4eac-8d67-42617017eaba - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.288 2262 WARNING octavia.api.root_controller [req-65838c29-2f85-4eac-8d67-42617017eaba - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.315 2262 INFO octavia.api.v2.controllers.load_balancer [req-ae6852c5-bcf7-4ea8-a6da-dda5d2b27360 - - - - -] Sending created Load Balancer e606c496-e3cd-4fda-91d0-6a8dd2d1bde6 to the handler 2018-09-14 10:25:45.579 2262 INFO octavia.api.v2.controllers.listener [req-284a6ed6-9dd7-487a-a898-dd286b5894f3 - - - - -] Sending Creation of Listener 31ad9512-8d71-4ebe-92a3-062fc141d63f to handler 2018-09-14 10:25:45.885 2262 INFO octavia.api.v2.controllers.l7policy [req-32646157-ab75-4450-aadb-841650d2f0a8 - - - - -] Sending Creation of L7Policy 56a079a3-5ec3-4fec-91da-13c8b13e85fc to handler 2018-09-14 10:25:46.563 2262 INFO octavia.api.v2.controllers.l7rule [req-b7fe21b0-1b5b-41ca-9557-31ab18acf7e8 - - - - -] Sending Creation of L7Rule 9ee8d3d5-cf34-49fd-b3ed-ba5a9f72b616 to handler 2018-09-14 10:25:46.632 2262 INFO oslo_db.sqlalchemy.provision [req-a5687c18-b912-48cd-84ce-930072b10406 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:46.636 2262 INFO oslo_db.sqlalchemy.provision [req-a5687c18-b912-48cd-84ce-930072b10406 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cysqvfacdh 2018-09-14 10:25:46.636 2262 INFO oslo_db.sqlalchemy.provision [req-a5687c18-b912-48cd-84ce-930072b10406 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_authorized [1.559413s] ... ok 2018-09-14 10:25:49.023 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] CREATE BACKEND sqlite:// TOKEN qegtfegppw 2018-09-14 10:25:49.325 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.328 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qegtfegppw 2018-09-14 10:25:49.329 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_create [0.312668s] ... ok 2018-09-14 10:25:46.601 2249 INFO oslo_db.sqlalchemy.provision [req-60319885-a360-4e0f-b5cb-3dea47fe95e9 - - - - -] CREATE BACKEND sqlite:// TOKEN akidxqrunp 2018-09-14 10:25:46.764 2249 INFO octavia.common.config [req-60319885-a360-4e0f-b5cb-3dea47fe95e9 - - - - -] Logging enabled! 2018-09-14 10:25:46.765 2249 INFO octavia.common.config [req-60319885-a360-4e0f-b5cb-3dea47fe95e9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:46.806 2249 WARNING octavia.api.root_controller [req-60319885-a360-4e0f-b5cb-3dea47fe95e9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:46.859 2249 INFO oslo_db.sqlalchemy.provision [req-31d74b28-c90a-4249-9039-68c25b67726a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:46.863 2249 INFO oslo_db.sqlalchemy.provision [req-31d74b28-c90a-4249-9039-68c25b67726a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN akidxqrunp 2018-09-14 10:25:46.864 2249 INFO oslo_db.sqlalchemy.provision [req-31d74b28-c90a-4249-9039-68c25b67726a - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_pool_names_not_unique [0.270149s] ... ok 2018-09-14 10:25:44.549 2267 INFO oslo_db.sqlalchemy.provision [req-3b5f4e16-79eb-4f3c-8652-4da103a550cd - - - - -] CREATE BACKEND sqlite:// TOKEN nwzdybwueu 2018-09-14 10:25:44.714 2267 INFO octavia.common.config [req-3b5f4e16-79eb-4f3c-8652-4da103a550cd - - - - -] Logging enabled! 2018-09-14 10:25:44.714 2267 INFO octavia.common.config [req-3b5f4e16-79eb-4f3c-8652-4da103a550cd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:44.756 2267 WARNING octavia.api.root_controller [req-3b5f4e16-79eb-4f3c-8652-4da103a550cd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:44.783 2267 INFO octavia.api.v2.controllers.load_balancer [req-6bcd6c41-4bd2-4288-94dc-1ef0ad3d08da - - - - -] Sending created Load Balancer 9348d73a-91b5-4bcb-9f3e-cc9433099bf8 to the handler 2018-09-14 10:25:45.033 2267 INFO octavia.api.v2.controllers.listener [req-c7c73540-0af8-4040-93a6-17806aa72442 - - - - -] Sending Creation of Listener b7678457-4204-4226-a51c-2916ccdb884c to handler 2018-09-14 10:25:45.370 2267 INFO octavia.api.v2.controllers.pool [req-4fd776db-d1d6-4bf6-91fd-f06ae308133e - - - - -] Sending Creation of Pool 33769fb4-fcdd-4079-b749-32d5621421ee to handler 2018-09-14 10:25:45.679 2267 INFO octavia.api.v2.controllers.pool [req-fc422bc5-65d6-4bdd-9d44-e754019e5f44 - - - - -] Sending Update of Pool 33769fb4-fcdd-4079-b749-32d5621421ee to handler 2018-09-14 10:25:45.851 2267 INFO oslo_db.sqlalchemy.provision [req-83a4a572-67c5-44d0-8829-c0ee15595832 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.855 2267 INFO oslo_db.sqlalchemy.provision [req-83a4a572-67c5-44d0-8829-c0ee15595832 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nwzdybwueu 2018-09-14 10:25:45.855 2267 INFO oslo_db.sqlalchemy.provision [req-83a4a572-67c5-44d0-8829-c0ee15595832 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_session_persistence [1.313677s] ... ok 2018-09-14 10:25:47.123 2264 INFO oslo_db.sqlalchemy.provision [req-0e52388c-2c56-47a0-85d5-1e4f7dbdcc8e - - - - -] CREATE BACKEND sqlite:// TOKEN dgficljskx 2018-09-14 10:25:47.293 2264 INFO octavia.common.config [req-0e52388c-2c56-47a0-85d5-1e4f7dbdcc8e - - - - -] Logging enabled! 2018-09-14 10:25:47.294 2264 INFO octavia.common.config [req-0e52388c-2c56-47a0-85d5-1e4f7dbdcc8e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:47.333 2264 WARNING octavia.api.root_controller [req-0e52388c-2c56-47a0-85d5-1e4f7dbdcc8e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:47.359 2264 INFO octavia.api.v2.controllers.load_balancer [req-d9d42ad3-219c-4e24-9916-a958cda29ea1 - - - - -] Sending created Load Balancer 350a520f-6809-4ae9-bc37-21c83ee43032 to the handler 2018-09-14 10:25:47.398 2264 INFO octavia.api.v2.controllers.load_balancer [req-b91ad8b0-8c23-4c14-9e23-3ba28b128775 - - - - -] Sending created Load Balancer 0b534f96-31bd-40bf-b506-196194ccaf93 to the handler 2018-09-14 10:25:47.437 2264 INFO octavia.api.v2.controllers.load_balancer [req-89e2604d-6c58-4789-ab8c-947c1e816bb7 - - - - -] Sending created Load Balancer 1a9832c8-d4d2-4be8-81ac-5a47dd25ee1b to the handler 2018-09-14 10:25:47.732 2264 INFO oslo_db.sqlalchemy.provision [req-61cafb22-7f88-465f-aebe-b67e2cd93302 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.736 2264 INFO oslo_db.sqlalchemy.provision [req-61cafb22-7f88-465f-aebe-b67e2cd93302 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dgficljskx 2018-09-14 10:25:47.736 2264 INFO oslo_db.sqlalchemy.provision [req-61cafb22-7f88-465f-aebe-b67e2cd93302 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_sorted [0.619289s] ... ok 2018-09-14 10:25:53.530 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] CREATE BACKEND sqlite:// TOKEN kcveripdyc 2018-09-14 10:25:53.799 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.803 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kcveripdyc 2018-09-14 10:25:53.804 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_pool_tree [0.278287s] ... ok 2018-09-14 10:25:46.645 2252 INFO oslo_db.sqlalchemy.provision [req-c1368320-e6c3-43f8-ad4e-ed027f34235c - - - - -] CREATE BACKEND sqlite:// TOKEN avlbwbssyd 2018-09-14 10:25:46.806 2252 INFO octavia.common.config [req-c1368320-e6c3-43f8-ad4e-ed027f34235c - - - - -] Logging enabled! 2018-09-14 10:25:46.807 2252 INFO octavia.common.config [req-c1368320-e6c3-43f8-ad4e-ed027f34235c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:46.846 2252 WARNING octavia.api.root_controller [req-c1368320-e6c3-43f8-ad4e-ed027f34235c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:46.873 2252 INFO octavia.api.v2.controllers.load_balancer [req-88a82bb4-11e2-4007-908b-17f6a8d92bcd - - - - -] Sending created Load Balancer 26f8ffad-7635-4b5c-832b-778dbdc29611 to the handler 2018-09-14 10:25:47.163 2252 INFO octavia.api.v2.controllers.listener [req-5bb49ef8-d2ff-4583-9862-ededb89ae1d9 - - - - -] Sending Creation of Listener 1697c017-994a-468d-91f9-5266464b4559 to handler 2018-09-14 10:25:47.456 2252 INFO octavia.api.v2.controllers.l7policy [req-940b8daf-bec2-4a49-b467-0176ad38f808 - - - - -] Sending Creation of L7Policy f31ebfed-e59e-4182-8dea-97d9f0357e8d to handler 2018-09-14 10:25:47.952 2252 INFO octavia.api.v2.controllers.l7rule [req-4a0938f5-3308-412d-b159-a7c7e3b456d1 - - - - -] Sending Creation of L7Rule 10ed4177-7312-4dcd-8638-761902234954 to handler 2018-09-14 10:25:48.530 2252 INFO octavia.api.v2.controllers.l7rule [req-c2e539c0-24e0-449d-b5ac-05c9e7905902 - - - - -] Sending Creation of L7Rule 5511bcdb-9fcd-40b8-8cea-4eb49fd877b7 to handler 2018-09-14 10:25:49.382 2252 INFO oslo_db.sqlalchemy.provision [req-5263deb6-79dd-4694-93bb-ed1b2a96141b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.386 2252 INFO oslo_db.sqlalchemy.provision [req-5263deb6-79dd-4694-93bb-ed1b2a96141b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN avlbwbssyd 2018-09-14 10:25:49.386 2252 INFO oslo_db.sqlalchemy.provision [req-5263deb6-79dd-4694-93bb-ed1b2a96141b - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all [2.747759s] ... ok 2018-09-14 10:25:50.368 2265 INFO oslo_db.sqlalchemy.provision [req-d7415518-99d7-420c-8c7c-4e3cb55af6cb - - - - -] CREATE BACKEND sqlite:// TOKEN oxheussioq 2018-09-14 10:25:50.532 2265 INFO octavia.common.config [req-d7415518-99d7-420c-8c7c-4e3cb55af6cb - - - - -] Logging enabled! 2018-09-14 10:25:50.533 2265 INFO octavia.common.config [req-d7415518-99d7-420c-8c7c-4e3cb55af6cb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.572 2265 WARNING octavia.api.root_controller [req-d7415518-99d7-420c-8c7c-4e3cb55af6cb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.599 2265 INFO octavia.api.v2.controllers.load_balancer [req-7a294e32-a7b8-47d4-81ef-606577253e79 - - - - -] Sending created Load Balancer 52b010ba-6da3-419c-872c-9678dd38ebfe to the handler 2018-09-14 10:25:50.840 2265 INFO octavia.api.v2.controllers.load_balancer [req-3fa5fd5e-4b0e-4475-9f04-0350591633b6 - - - - -] Sending deleted Load Balancer 52b010ba-6da3-419c-872c-9678dd38ebfe to the handler 2018-09-14 10:25:50.870 2265 INFO octavia.api.v2.controllers.load_balancer [req-e4b879d1-c649-4745-8a04-21b7a3853c5b - - - - -] Invalid state PENDING_DELETE of loadbalancer resource 52b010ba-6da3-419c-872c-9678dd38ebfe 2018-09-14 10:25:50.897 2265 INFO oslo_db.sqlalchemy.provision [req-e4b879d1-c649-4745-8a04-21b7a3853c5b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.900 2265 INFO oslo_db.sqlalchemy.provision [req-e4b879d1-c649-4745-8a04-21b7a3853c5b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oxheussioq 2018-09-14 10:25:50.901 2265 INFO oslo_db.sqlalchemy.provision [req-e4b879d1-c649-4745-8a04-21b7a3853c5b - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_pending_delete [0.539926s] ... ok 2018-09-14 10:25:46.732 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] CREATE BACKEND sqlite:// TOKEN riibxiavdo 2018-09-14 10:25:47.302 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.305 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN riibxiavdo 2018-09-14 10:25:47.306 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_get_all_return_value [0.579835s] ... ok 2018-09-14 10:25:59.676 2242 INFO octavia.api.v2.controllers.l7rule [req-8235f625-57cf-4969-8f22-ca5f564f69ea - - - - -] Sending Creation of L7Rule 30110a0a-a845-4c8a-91bb-b12c1b533ef6 to handler 2018-09-14 10:25:48.816 2251 INFO oslo_db.sqlalchemy.provision [req-1477914c-68b5-4cbf-81cc-6f35ad2be32f - - - - -] CREATE BACKEND sqlite:// TOKEN pyskiympfk 2018-09-14 10:25:48.975 2251 INFO octavia.common.config [req-1477914c-68b5-4cbf-81cc-6f35ad2be32f - - - - -] Logging enabled! 2018-09-14 10:25:48.976 2251 INFO octavia.common.config [req-1477914c-68b5-4cbf-81cc-6f35ad2be32f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.016 2251 WARNING octavia.api.root_controller [req-1477914c-68b5-4cbf-81cc-6f35ad2be32f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.053 2251 INFO oslo_db.sqlalchemy.provision [req-19740f47-dfa3-43a7-b277-041749aac1b9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.057 2251 INFO oslo_db.sqlalchemy.provision [req-19740f47-dfa3-43a7-b277-041749aac1b9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pyskiympfk 2018-09-14 10:25:49.058 2251 INFO oslo_db.sqlalchemy.provision [req-19740f47-dfa3-43a7-b277-041749aac1b9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_and_address_no_subnet_match [0.247816s] ... ok 2018-09-14 10:25:45.528 2257 INFO oslo_db.sqlalchemy.provision [req-061ecfe5-a9ec-4dc5-9c5c-2f74200522ef - - - - -] CREATE BACKEND sqlite:// TOKEN cahxrkvcaz 2018-09-14 10:25:45.696 2257 INFO octavia.common.config [req-061ecfe5-a9ec-4dc5-9c5c-2f74200522ef - - - - -] Logging enabled! 2018-09-14 10:25:45.697 2257 INFO octavia.common.config [req-061ecfe5-a9ec-4dc5-9c5c-2f74200522ef - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.737 2257 WARNING octavia.api.root_controller [req-061ecfe5-a9ec-4dc5-9c5c-2f74200522ef - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.763 2257 INFO octavia.api.v2.controllers.load_balancer [req-066213a8-e204-4832-9e72-cc99af7c901f - - - - -] Sending created Load Balancer 79732f7b-7fe2-4649-af00-436c19d37f83 to the handler 2018-09-14 10:25:46.024 2257 INFO octavia.api.v2.controllers.listener [req-6143d1cf-4401-4667-80d9-7cfe534ebaac - - - - -] Sending Creation of Listener 9b89bcd7-130f-4a29-93b6-df3eb21397d5 to handler 2018-09-14 10:25:46.329 2257 INFO octavia.api.v2.controllers.pool [req-90a5a51d-b5f6-4732-8593-099d7e4b7bff - - - - -] Sending Creation of Pool 99a96be9-7c66-4ed2-9a24-bdf56d35e24f to handler 2018-09-14 10:25:46.825 2257 INFO octavia.api.v2.controllers.pool [req-3775bc8a-445f-4cc6-9522-a1485c45fa51 - - - - -] Sending Creation of Pool 6fe332d8-d81a-4467-95f0-bdb9f0b1bc21 to handler 2018-09-14 10:25:47.217 2257 INFO octavia.api.v2.controllers.member [req-05e1ebae-dec6-4a90-888e-e4c8960a0716 - - - - -] Sending Creation of Member dd0494f2-b2dd-40ab-b365-0317753d14d7 to handler 2018-09-14 10:25:47.615 2257 INFO oslo_db.sqlalchemy.provision [req-291e509e-64ec-4aed-a11a-07b8bdca89bd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.619 2257 INFO oslo_db.sqlalchemy.provision [req-291e509e-64ec-4aed-a11a-07b8bdca89bd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cahxrkvcaz 2018-09-14 10:25:47.620 2257 INFO oslo_db.sqlalchemy.provision [req-291e509e-64ec-4aed-a11a-07b8bdca89bd - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_member.TestMember.test_duplicate_create [2.098073s] ... ok 2018-09-14 10:25:44.264 2254 INFO oslo_db.sqlalchemy.provision [req-1d05df1d-55b5-49d3-90de-5a5515d8561d - - - - -] CREATE BACKEND sqlite:// TOKEN lyzyryfxkz 2018-09-14 10:25:44.437 2254 INFO octavia.common.config [req-1d05df1d-55b5-49d3-90de-5a5515d8561d - - - - -] Logging enabled! 2018-09-14 10:25:44.438 2254 INFO octavia.common.config [req-1d05df1d-55b5-49d3-90de-5a5515d8561d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:44.476 2254 WARNING octavia.api.root_controller [req-1d05df1d-55b5-49d3-90de-5a5515d8561d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:44.507 2254 INFO octavia.api.v2.controllers.load_balancer [req-5287d027-434b-4c3c-b4bb-a1ad8d6ca724 - - - - -] Sending created Load Balancer 7059418c-96a2-40a7-a388-5c726a62361f to the handler 2018-09-14 10:25:44.778 2254 INFO octavia.api.v2.controllers.listener [req-b782fc52-de38-4ccb-aacb-7806942fb745 - - - - -] Sending Creation of Listener e781de20-a6e8-45cb-91a2-557304ab986b to handler 2018-09-14 10:25:45.095 2254 INFO octavia.api.v2.controllers.pool [req-344b9fbf-ff2f-4371-9a2c-79df88d05506 - - - - -] Sending Creation of Pool 36b99704-6431-4f40-b6fe-9bb4eab52323 to handler 2018-09-14 10:25:45.171 2254 INFO oslo_db.sqlalchemy.provision [req-e91ea44d-7249-46fb-82bb-7241dc495872 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.176 2254 INFO oslo_db.sqlalchemy.provision [req-e91ea44d-7249-46fb-82bb-7241dc495872 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lyzyryfxkz 2018-09-14 10:25:45.176 2254 INFO oslo_db.sqlalchemy.provision [req-e91ea44d-7249-46fb-82bb-7241dc495872 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_pool [0.919164s] ... ok 2018-09-14 10:25:45.095 2241 INFO oslo_db.sqlalchemy.provision [req-7d94683d-2456-4cad-8657-9c4c164a27c3 - - - - -] CREATE BACKEND sqlite:// TOKEN imbaaxxeqp 2018-09-14 10:25:45.260 2241 INFO octavia.common.config [req-7d94683d-2456-4cad-8657-9c4c164a27c3 - - - - -] Logging enabled! 2018-09-14 10:25:45.261 2241 INFO octavia.common.config [req-7d94683d-2456-4cad-8657-9c4c164a27c3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.300 2241 WARNING octavia.api.root_controller [req-7d94683d-2456-4cad-8657-9c4c164a27c3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.327 2241 INFO octavia.api.v2.controllers.load_balancer [req-59605dcf-779d-49ab-8f26-9eb367f790f0 - - - - -] Sending created Load Balancer 3d4b3085-5beb-4a5f-8e1a-cd9a4e3b662e to the handler 2018-09-14 10:25:45.581 2241 INFO octavia.api.v2.controllers.listener [req-3de4fcc9-cdb2-4c38-94ec-9979c434ac9e - - - - -] Sending Creation of Listener 922f79df-6f5d-4d06-9a8f-8a67ec8a4997 to handler 2018-09-14 10:25:45.897 2241 INFO octavia.api.v2.controllers.l7policy [req-7ef546df-2d2d-40f8-bee2-b9c1f92c62f0 - - - - -] Sending Creation of L7Policy d405d7ae-b6e4-47ac-aea3-18eea581d771 to handler 2018-09-14 10:25:46.589 2241 INFO octavia.api.v2.controllers.l7rule [req-2b316556-9484-4b63-9b6d-fc64a5dd8fa8 - - - - -] Sending Creation of L7Rule 7db877c4-79a0-49c4-b438-4f1b42fee465 to handler 2018-09-14 10:25:47.179 2241 INFO octavia.api.v2.controllers.l7rule [req-a6897d18-1a8a-4297-baa8-05950624e7a7 - - - - -] Sending Creation of L7Rule d5bf89e5-6713-46f6-ba3b-5a877c25ccba to handler 2018-09-14 10:25:47.933 2241 INFO oslo_db.sqlalchemy.provision [req-27cf0ea7-3307-44b9-a8bd-86a001f2a757 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.937 2241 INFO oslo_db.sqlalchemy.provision [req-27cf0ea7-3307-44b9-a8bd-86a001f2a757 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN imbaaxxeqp 2018-09-14 10:25:47.938 2241 INFO oslo_db.sqlalchemy.provision [req-27cf0ea7-3307-44b9-a8bd-86a001f2a757 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_authorized [2.849103s] ... ok 2018-09-14 10:25:49.722 2261 INFO oslo_db.sqlalchemy.provision [req-6d5a8c25-4854-45d5-b258-a0c253a5b485 - - - - -] CREATE BACKEND sqlite:// TOKEN hgzodxfnqc 2018-09-14 10:25:49.878 2261 INFO octavia.common.config [req-6d5a8c25-4854-45d5-b258-a0c253a5b485 - - - - -] Logging enabled! 2018-09-14 10:25:49.878 2261 INFO octavia.common.config [req-6d5a8c25-4854-45d5-b258-a0c253a5b485 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.912 2261 WARNING octavia.api.root_controller [req-6d5a8c25-4854-45d5-b258-a0c253a5b485 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.937 2261 INFO octavia.api.v2.controllers.load_balancer [req-3b0ec6fc-0753-416b-8ffc-281502c44691 - - - - -] Sending created Load Balancer 25275be0-6c23-4703-afbf-0cf1f1950b30 to the handler 2018-09-14 10:25:50.188 2261 INFO octavia.api.v2.controllers.listener [req-e297d9c7-3431-4754-ba8f-45cc8e765511 - - - - -] Sending Creation of Listener 31157bfa-7e3b-413e-bc1a-82ddcb210046 to handler 2018-09-14 10:25:50.455 2261 INFO oslo_db.sqlalchemy.provision [req-202d0f75-ba26-4026-90ea-4c4e606c497b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.459 2261 INFO oslo_db.sqlalchemy.provision [req-202d0f75-ba26-4026-90ea-4c4e606c497b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hgzodxfnqc 2018-09-14 10:25:50.459 2261 INFO oslo_db.sqlalchemy.provision [req-202d0f75-ba26-4026-90ea-4c4e606c497b - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_bad_session_persistence [0.744811s] ... ok 2018-09-14 10:25:49.336 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] CREATE BACKEND sqlite:// TOKEN lfdxgslurc 2018-09-14 10:25:49.794 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.798 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lfdxgslurc 2018-09-14 10:25:49.798 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_get_all [0.468640s] ... ok 2018-09-14 10:25:45.620 2268 INFO oslo_db.sqlalchemy.provision [req-a78c06e3-5217-4bb5-b5ec-79355bdf1e1f - - - - -] CREATE BACKEND sqlite:// TOKEN ocnadauobu 2018-09-14 10:25:45.801 2268 INFO octavia.common.config [req-a78c06e3-5217-4bb5-b5ec-79355bdf1e1f - - - - -] Logging enabled! 2018-09-14 10:25:45.802 2268 INFO octavia.common.config [req-a78c06e3-5217-4bb5-b5ec-79355bdf1e1f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.844 2268 WARNING octavia.api.root_controller [req-a78c06e3-5217-4bb5-b5ec-79355bdf1e1f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.871 2268 INFO octavia.api.v2.controllers.load_balancer [req-6b7528c8-f52e-41be-8a73-151f806d72ca - - - - -] Sending created Load Balancer 10860cda-a395-4232-8e45-70fcc74b40db to the handler 2018-09-14 10:25:46.277 2268 INFO octavia.api.v2.controllers.listener [req-55a8a0de-8007-4ffa-873c-8bb3271f6fc0 - - - - -] Sending Creation of Listener b70b41be-0977-4d45-8389-7ff1ffa3cd28 to handler 2018-09-14 10:25:46.544 2268 INFO octavia.api.v2.controllers.load_balancer [req-62d7b91a-d387-4a6b-af06-0acf7cf4d7f7 - - - - -] Sending created Load Balancer f014352a-5746-414f-9a0d-418b7c9b9465 to the handler 2018-09-14 10:25:46.809 2268 INFO octavia.api.v2.controllers.pool [req-cb87f2dc-3d6e-4c6c-bab7-98eb5dc93a95 - - - - -] Sending Creation of Pool 0e5b42d3-11b5-4ffb-be5a-6ac559890bc2 to handler 2018-09-14 10:25:47.135 2268 INFO octavia.api.v2.controllers.pool [req-6963854f-3602-479b-93d4-320f2a5b6f64 - - - - -] Sending Creation of Pool 17e4b709-6f5a-41b3-9216-d76931e53f65 to handler 2018-09-14 10:25:47.470 2268 INFO octavia.api.v2.controllers.pool [req-589a57d6-5f2c-4818-bec9-2d71e8ff6e07 - - - - -] Sending Creation of Pool 851fa8fb-6590-4b97-a46d-d5ec6611b751 to handler 2018-09-14 10:25:47.771 2268 INFO oslo_db.sqlalchemy.provision [req-2f5e97e2-2312-4f46-a3a7-25402d14c24a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.775 2268 INFO oslo_db.sqlalchemy.provision [req-2f5e97e2-2312-4f46-a3a7-25402d14c24a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ocnadauobu 2018-09-14 10:25:47.776 2268 INFO oslo_db.sqlalchemy.provision [req-2f5e97e2-2312-4f46-a3a7-25402d14c24a - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_not_authorized [2.163281s] ... ok 2018-09-14 10:25:48.802 2244 INFO oslo_db.sqlalchemy.provision [req-c706e786-2bd1-43b3-bf0b-18cc15bcae6b - - - - -] CREATE BACKEND sqlite:// TOKEN dtxhnlnenc 2018-09-14 10:25:48.961 2244 INFO octavia.common.config [req-c706e786-2bd1-43b3-bf0b-18cc15bcae6b - - - - -] Logging enabled! 2018-09-14 10:25:48.962 2244 INFO octavia.common.config [req-c706e786-2bd1-43b3-bf0b-18cc15bcae6b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:48.999 2244 WARNING octavia.api.root_controller [req-c706e786-2bd1-43b3-bf0b-18cc15bcae6b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.040 2244 INFO oslo_db.sqlalchemy.provision [req-f07a1941-be72-48f4-928a-3ca7f36a0a3e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.044 2244 INFO oslo_db.sqlalchemy.provision [req-f07a1941-be72-48f4-928a-3ca7f36a0a3e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dtxhnlnenc 2018-09-14 10:25:49.045 2244 INFO oslo_db.sqlalchemy.provision [req-f07a1941-be72-48f4-928a-3ca7f36a0a3e - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_custom_quotas_not_Authorized_member [0.249233s] ... ok 2018-09-14 10:25:53.813 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] CREATE BACKEND sqlite:// TOKEN jdgpgzsicv 2018-09-14 10:25:53.985 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.988 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jdgpgzsicv 2018-09-14 10:25:53.988 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_delete [0.183298s] ... ok 2018-09-14 10:25:52.829 2269 INFO oslo_db.sqlalchemy.provision [req-5d6a3c28-1680-4df4-a4dd-bac3fdfa3765 - - - - -] CREATE BACKEND sqlite:// TOKEN hvdfsbweoi 2018-09-14 10:25:52.982 2269 INFO octavia.common.config [req-5d6a3c28-1680-4df4-a4dd-bac3fdfa3765 - - - - -] Logging enabled! 2018-09-14 10:25:52.983 2269 INFO octavia.common.config [req-5d6a3c28-1680-4df4-a4dd-bac3fdfa3765 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:53.033 2269 WARNING octavia.api.root_controller [req-5d6a3c28-1680-4df4-a4dd-bac3fdfa3765 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:53.058 2269 INFO octavia.api.v2.controllers.load_balancer [req-e157f299-3442-4eac-85c5-e5b3c3432326 - - - - -] Sending created Load Balancer e05b8e80-513b-43a3-8217-cc2d4d9efd8d to the handler 2018-09-14 10:25:53.093 2269 INFO oslo_db.sqlalchemy.provision [req-e157f299-3442-4eac-85c5-e5b3c3432326 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.096 2269 INFO oslo_db.sqlalchemy.provision [req-e157f299-3442-4eac-85c5-e5b3c3432326 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hvdfsbweoi 2018-09-14 10:25:53.096 2269 INFO oslo_db.sqlalchemy.provision [req-e157f299-3442-4eac-85c5-e5b3c3432326 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_qos_vip_port [0.272355s] ... ok 2018-09-14 10:25:47.313 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] CREATE BACKEND sqlite:// TOKEN awrmhhgqmi 2018-09-14 10:25:47.537 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.540 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN awrmhhgqmi 2018-09-14 10:25:47.541 2270 INFO oslo_db.sqlalchemy.provision [req-b3b44775-500b-4aa5-8b9a-762d2e3354ad - - - - -] DISPOSE ENGINE Engine(sqlite://) {31} octavia.tests.functional.db.test_repositories.VipRepositoryTest.test_create [0.234425s] ... ok 2018-09-14 10:25:41.382 2247 INFO oslo_db.sqlalchemy.provision [req-21692bb5-5730-4f85-aac9-96034fdca3f4 - - - - -] CREATE BACKEND sqlite:// TOKEN bxszrxvauh 2018-09-14 10:25:41.561 2247 INFO octavia.common.config [req-21692bb5-5730-4f85-aac9-96034fdca3f4 - - - - -] Logging enabled! 2018-09-14 10:25:41.563 2247 INFO octavia.common.config [req-21692bb5-5730-4f85-aac9-96034fdca3f4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:41.611 2247 WARNING octavia.api.root_controller [req-21692bb5-5730-4f85-aac9-96034fdca3f4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:41.647 2247 INFO octavia.api.v2.controllers.load_balancer [req-7b17f9aa-5097-4ed6-b7df-b79480a3f976 - - - - -] Sending created Load Balancer 95072f50-e0a7-4683-a146-0850dd15fb68 to the handler 2018-09-14 10:25:41.921 2247 INFO octavia.api.v2.controllers.listener [req-b4abb7a9-80f8-494c-bd5a-7ec6c831ba04 - - - - -] Sending Creation of Listener a56d592a-256f-43b3-a55b-ee7425996bf9 to handler 2018-09-14 10:25:42.211 2247 INFO octavia.api.v2.controllers.pool [req-4c612add-0269-4a95-80b6-4d129a8cbd70 - - - - -] Sending Creation of Pool feb385bf-05d9-473f-8cd5-88021833ada8 to handler 2018-09-14 10:25:42.563 2247 INFO octavia.api.v2.controllers.pool [req-3c1de0fc-abf5-4896-aea6-a4186fc4d9e5 - - - - -] Sending Creation of Pool 4b064cb9-89f2-41cc-8201-2f8d4a5258ab to handler 2018-09-14 10:25:43.140 2247 INFO octavia.api.v2.controllers.member [req-533125d8-72f5-4a1f-9841-1ba36b11d049 - - - - -] Sending Creation of Member cf4857d2-f73d-4bc0-9599-a11d9025df61 to handler 2018-09-14 10:25:43.518 2247 INFO oslo_db.sqlalchemy.provision [req-be56b8b4-84bc-4cf8-9fa8-016e21a88710 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:43.522 2247 INFO oslo_db.sqlalchemy.provision [req-be56b8b4-84bc-4cf8-9fa8-016e21a88710 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bxszrxvauh 2018-09-14 10:25:43.522 2247 INFO oslo_db.sqlalchemy.provision [req-be56b8b4-84bc-4cf8-9fa8-016e21a88710 - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_already_deleted [2.146872s] ... ok 2018-09-14 10:25:47.276 2266 INFO oslo_db.sqlalchemy.provision [req-67750f14-14d2-4616-9979-b7dc5be87aa0 - - - - -] CREATE BACKEND sqlite:// TOKEN uafqqgzlrp 2018-09-14 10:25:47.437 2266 INFO octavia.common.config [req-67750f14-14d2-4616-9979-b7dc5be87aa0 - - - - -] Logging enabled! 2018-09-14 10:25:47.438 2266 INFO octavia.common.config [req-67750f14-14d2-4616-9979-b7dc5be87aa0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:47.488 2266 WARNING octavia.api.root_controller [req-67750f14-14d2-4616-9979-b7dc5be87aa0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:47.516 2266 INFO octavia.api.v2.controllers.load_balancer [req-be125071-1120-46dc-afee-fd8b4c362dbc - - - - -] Sending created Load Balancer e00ee9bd-da62-472d-b5f7-e077e1a8a288 to the handler 2018-09-14 10:25:47.782 2266 INFO octavia.api.v2.controllers.pool [req-6f6405c5-3898-46f2-8117-87194927f92c - - - - -] Sending Creation of Pool 9f50390c-7231-4850-95cd-146996fec35f to handler 2018-09-14 10:25:48.077 2266 INFO oslo_db.sqlalchemy.provision [req-03aae23e-3d38-4a09-880c-61382786aff4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.081 2266 INFO oslo_db.sqlalchemy.provision [req-03aae23e-3d38-4a09-880c-61382786aff4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uafqqgzlrp 2018-09-14 10:25:48.082 2266 INFO oslo_db.sqlalchemy.provision [req-03aae23e-3d38-4a09-880c-61382786aff4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_bad_default_pool_id [0.812475s] ... ok 2018-09-14 10:25:45.660 2263 INFO oslo_db.sqlalchemy.provision [req-43617b80-c6d0-4647-9521-388c54d72ca6 - - - - -] CREATE BACKEND sqlite:// TOKEN xxoyvxqpjf 2018-09-14 10:25:45.830 2263 INFO octavia.common.config [req-43617b80-c6d0-4647-9521-388c54d72ca6 - - - - -] Logging enabled! 2018-09-14 10:25:45.831 2263 INFO octavia.common.config [req-43617b80-c6d0-4647-9521-388c54d72ca6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.876 2263 WARNING octavia.api.root_controller [req-43617b80-c6d0-4647-9521-388c54d72ca6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.903 2263 INFO octavia.api.v2.controllers.load_balancer [req-c3c6db78-9871-40a8-af27-6a28abc708b1 - - - - -] Sending created Load Balancer 8143d38a-0927-430a-99f2-9807b5ef9946 to the handler 2018-09-14 10:25:46.150 2263 INFO octavia.api.v2.controllers.listener [req-8019518b-354f-41df-bbed-3675f1d16281 - - - - -] Sending Creation of Listener d93947ba-d8d3-4ae0-bbc0-f850cad400d0 to handler 2018-09-14 10:25:46.601 2263 INFO octavia.api.v2.controllers.pool [req-f1acf2bd-bbb9-40e8-a018-e9416d686278 - - - - -] Sending Creation of Pool cb6ecb9e-fe53-41d2-8b8a-f07aff580ebd to handler 2018-09-14 10:25:46.972 2263 INFO octavia.api.v2.controllers.pool [req-7cd444d9-d5e9-4c2d-be49-35bcf0833533 - - - - -] Sending Creation of Pool fdb8cb29-5181-4ba5-b83d-231232c05163 to handler 2018-09-14 10:25:47.376 2263 INFO octavia.api.v2.controllers.member [req-400289ba-e4b9-4b4c-a488-4093369d3d79 - - - - -] Sending Creation of Member 518aa2e3-fbc9-48c5-a360-05215ec5d328 to handler 2018-09-14 10:25:48.065 2263 INFO oslo_db.sqlalchemy.provision [req-c721f4fb-47f3-434a-878d-7df11217e925 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.068 2263 INFO oslo_db.sqlalchemy.provision [req-c721f4fb-47f3-434a-878d-7df11217e925 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xxoyvxqpjf 2018-09-14 10:25:48.069 2263 INFO oslo_db.sqlalchemy.provision [req-c721f4fb-47f3-434a-878d-7df11217e925 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_monitor_address_and_port [2.417489s] ... ok 2018-09-14 10:25:49.805 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] CREATE BACKEND sqlite:// TOKEN yxtsqwcdpc 2018-09-14 10:25:50.040 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.044 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yxtsqwcdpc 2018-09-14 10:25:50.045 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_bad_rule_type [0.245936s] ... ok 2018-09-14 10:25:52.372 2246 INFO oslo_db.sqlalchemy.provision [req-73dd15a4-d65e-4ade-8c80-711ebb757d9c - - - - -] CREATE BACKEND sqlite:// TOKEN ixnjyhfygz 2018-09-14 10:25:52.534 2246 INFO octavia.common.config [req-73dd15a4-d65e-4ade-8c80-711ebb757d9c - - - - -] Logging enabled! 2018-09-14 10:25:52.535 2246 INFO octavia.common.config [req-73dd15a4-d65e-4ade-8c80-711ebb757d9c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:52.576 2246 WARNING octavia.api.root_controller [req-73dd15a4-d65e-4ade-8c80-711ebb757d9c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:52.607 2246 INFO octavia.api.v2.controllers.load_balancer [req-6b77db6c-29dc-4598-b2d7-859fec480be3 - - - - -] Sending created Load Balancer dc5021bf-eb03-49c3-80fb-4c62b4a8705f to the handler 2018-09-14 10:25:52.908 2246 INFO octavia.api.v2.controllers.listener [req-3cb13447-e66c-4cb3-a0cd-85f240efef10 - - - - -] Sending Creation of Listener f3d1eba7-c14b-4df6-a8fd-f8718fdd7f8b to handler 2018-09-14 10:25:53.200 2246 INFO octavia.api.v2.controllers.pool [req-6c7b6b7e-ed39-4611-9a5d-ca403ec5ecf0 - - - - -] Sending Creation of Pool eb9bbfeb-ec2d-4943-92a1-dd361f8b9fcf to handler 2018-09-14 10:25:53.488 2246 INFO octavia.api.v2.controllers.pool [req-9d5fdd2c-775d-4187-9dfd-a054710da241 - - - - -] Sending Creation of Pool 2956f101-50e0-47cd-9158-fe8f83b1e8cd to handler 2018-09-14 10:25:53.801 2246 INFO octavia.api.v2.controllers.health_monitor [req-e7774989-90c7-4fab-93d2-ce26db04f083 - a1b16e36-4b3e-4b4e-8d46-096a465caf5f - - -] Sending Creation of Health Monitor 40656b0b-a1af-49e3-b88a-66dcf82a3141 to handler 2018-09-14 10:25:54.175 2246 INFO oslo_db.sqlalchemy.provision [req-e67e7dcd-d1b6-41fc-b8db-7b27f79000b0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.178 2246 INFO oslo_db.sqlalchemy.provision [req-e67e7dcd-d1b6-41fc-b8db-7b27f79000b0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ixnjyhfygz 2018-09-14 10:25:54.178 2246 INFO oslo_db.sqlalchemy.provision [req-e67e7dcd-d1b6-41fc-b8db-7b27f79000b0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_authorized [1.812535s] ... ok 2018-09-14 10:25:47.479 2253 INFO oslo_db.sqlalchemy.provision [req-1028cd9c-a06b-416a-80dc-bc8c21e7b395 - - - - -] CREATE BACKEND sqlite:// TOKEN sajpuvxhql 2018-09-14 10:25:47.777 2253 INFO octavia.common.config [req-1028cd9c-a06b-416a-80dc-bc8c21e7b395 - - - - -] Logging enabled! 2018-09-14 10:25:47.778 2253 INFO octavia.common.config [req-1028cd9c-a06b-416a-80dc-bc8c21e7b395 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:47.816 2253 WARNING octavia.api.root_controller [req-1028cd9c-a06b-416a-80dc-bc8c21e7b395 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:47.842 2253 INFO octavia.api.v2.controllers.load_balancer [req-c0b58ff5-f215-46af-89ae-f79e72bdc2df - - - - -] Sending created Load Balancer b0019445-f63e-40eb-83ec-0beaf2f46504 to the handler 2018-09-14 10:25:48.094 2253 INFO octavia.api.v2.controllers.listener [req-3c979ad5-c324-4757-94c7-41f87f6656ea - - - - -] Sending Creation of Listener d870b9a0-b537-4c54-86b4-21ad0f367ba4 to handler 2018-09-14 10:25:48.381 2253 INFO octavia.api.v2.controllers.pool [req-c228be0f-5acf-4fd0-9823-3672f58a796c - - - - -] Sending Creation of Pool 188cdede-637e-485f-946c-652e0f2be768 to handler 2018-09-14 10:25:48.733 2253 INFO octavia.api.v2.controllers.pool [req-47d41632-01c1-441a-8bb2-04fe81252ddb - - - - -] Sending Creation of Pool 540950d6-27bd-4cd3-9e13-dfdc558fc146 to handler 2018-09-14 10:25:49.113 2253 INFO octavia.api.v2.controllers.member [req-b5966fbd-614d-4438-a635-af9dd6079a9b - - - - -] Sending Creation of Member 9a677871-6b62-48dc-80e6-91a7b1adc70c to handler 2018-09-14 10:25:49.432 2253 INFO octavia.api.v2.controllers.load_balancer [req-ef2bfd55-e049-4b95-9103-ed06ee399e70 - - - - -] Sending deleted Load Balancer b0019445-f63e-40eb-83ec-0beaf2f46504 to the handler 2018-09-14 10:25:49.497 2253 INFO octavia.api.v2.controllers.member [req-6bbc5925-75af-4de6-9bac-2f0e44708499 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:49.522 2253 INFO oslo_db.sqlalchemy.provision [req-6bbc5925-75af-4de6-9bac-2f0e44708499 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.525 2253 INFO oslo_db.sqlalchemy.provision [req-6bbc5925-75af-4de6-9bac-2f0e44708499 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sajpuvxhql 2018-09-14 10:25:49.526 2253 INFO oslo_db.sqlalchemy.provision [req-6bbc5925-75af-4de6-9bac-2f0e44708499 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_member.TestMember.test_update_when_lb_pending_delete [2.053135s] ... ok 2018-09-14 10:25:54.849 2248 INFO oslo_db.sqlalchemy.provision [req-89b7f225-91a7-49d0-9f05-4f89699aee91 - - - - -] CREATE BACKEND sqlite:// TOKEN rgrhkepvti 2018-09-14 10:25:55.007 2248 INFO octavia.common.config [req-89b7f225-91a7-49d0-9f05-4f89699aee91 - - - - -] Logging enabled! 2018-09-14 10:25:55.007 2248 INFO octavia.common.config [req-89b7f225-91a7-49d0-9f05-4f89699aee91 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:55.032 2248 WARNING octavia.api.root_controller [req-89b7f225-91a7-49d0-9f05-4f89699aee91 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:55.058 2248 INFO octavia.api.v2.controllers.load_balancer [req-aa38747d-7896-4f74-b5c5-a32ca57a7feb - - - - -] Sending created Load Balancer 6c811505-934d-4411-9b66-edef0cee1ff3 to the handler 2018-09-14 10:25:55.305 2248 INFO octavia.api.v2.controllers.listener [req-c67f497c-d9f8-4476-911a-5afea8420018 - - - - -] Sending Creation of Listener e22dc47b-8342-4b4c-8d49-92c54a88f6ad to handler 2018-09-14 10:25:55.618 2248 INFO octavia.api.v2.controllers.pool [req-f2809839-ded5-40ae-b6d9-fec0720afffd - - - - -] Sending Creation of Pool 5f788895-ef28-4733-8fd7-821c8317f677 to handler 2018-09-14 10:25:55.922 2248 INFO octavia.api.v2.controllers.load_balancer [req-766177e6-82a8-4fd6-85fb-9782599182cc - - - - -] Sending updated Load Balancer 6c811505-934d-4411-9b66-edef0cee1ff3 to the handler 2018-09-14 10:25:55.981 2248 INFO octavia.api.v2.controllers.pool [req-26a4b86e-de6f-4830-bdc2-8a50633a57ab - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:56.005 2248 INFO oslo_db.sqlalchemy.provision [req-26a4b86e-de6f-4830-bdc2-8a50633a57ab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.009 2248 INFO oslo_db.sqlalchemy.provision [req-26a4b86e-de6f-4830-bdc2-8a50633a57ab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rgrhkepvti 2018-09-14 10:25:56.010 2248 INFO oslo_db.sqlalchemy.provision [req-26a4b86e-de6f-4830-bdc2-8a50633a57ab - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_when_lb_pending_update [1.167197s] ... ok 2018-09-14 10:25:53.993 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] CREATE BACKEND sqlite:// TOKEN gapvbpterk 2018-09-14 10:25:54.146 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.150 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gapvbpterk 2018-09-14 10:25:54.151 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_create [0.162505s] ... ok 2018-09-14 10:26:00.775 2242 INFO octavia.api.v2.controllers.l7rule [req-f58769a6-633f-43d3-864d-64de670bad9d - - - - -] Sending Creation of L7Rule 071215c8-4170-411f-9ae1-9748877614b5 to handler 2018-09-14 10:25:46.872 2249 INFO oslo_db.sqlalchemy.provision [req-31d74b28-c90a-4249-9039-68c25b67726a - - - - -] CREATE BACKEND sqlite:// TOKEN qzojzisfit 2018-09-14 10:25:47.202 2249 INFO octavia.common.config [req-31d74b28-c90a-4249-9039-68c25b67726a - - - - -] Logging enabled! 2018-09-14 10:25:47.203 2249 INFO octavia.common.config [req-31d74b28-c90a-4249-9039-68c25b67726a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:47.244 2249 WARNING octavia.api.root_controller [req-31d74b28-c90a-4249-9039-68c25b67726a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:47.272 2249 INFO octavia.api.v2.controllers.load_balancer [req-1dde99fc-463c-4174-a168-ce098dde9e91 - - - - -] Sending created Load Balancer 7e43d8d9-3537-4282-a90f-f33410314201 to the handler 2018-09-14 10:25:47.541 2249 INFO octavia.api.v2.controllers.listener [req-29be6fd7-2db9-4bbc-823b-c198cd35f0f5 - - - - -] Sending Creation of Listener 96d266f7-2211-42e2-bb93-c34e99904c80 to handler 2018-09-14 10:25:47.841 2249 INFO oslo_db.sqlalchemy.provision [req-abe13b4c-9203-4830-a2a2-db543c934f60 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.845 2249 INFO oslo_db.sqlalchemy.provision [req-abe13b4c-9203-4830-a2a2-db543c934f60 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qzojzisfit 2018-09-14 10:25:47.846 2249 INFO oslo_db.sqlalchemy.provision [req-abe13b4c-9203-4830-a2a2-db543c934f60 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_bad_protocol [0.980642s] ... ok 2018-09-14 10:25:50.051 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] CREATE BACKEND sqlite:// TOKEN esegnxqrvc 2018-09-14 10:25:50.310 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.314 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN esegnxqrvc 2018-09-14 10:25:50.314 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_host_name_rule [0.269299s] ... ok 2018-09-14 10:25:47.272 2255 INFO oslo_db.sqlalchemy.provision [req-5090c004-1b48-4924-abd9-857c5558712e - - - - -] CREATE BACKEND sqlite:// TOKEN wzpinpolfq 2018-09-14 10:25:47.447 2255 INFO octavia.common.config [req-5090c004-1b48-4924-abd9-857c5558712e - - - - -] Logging enabled! 2018-09-14 10:25:47.448 2255 INFO octavia.common.config [req-5090c004-1b48-4924-abd9-857c5558712e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:47.489 2255 WARNING octavia.api.root_controller [req-5090c004-1b48-4924-abd9-857c5558712e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:47.519 2255 INFO octavia.api.v2.controllers.load_balancer [req-ff9dfa70-7091-43ff-b86b-93b689b9cff5 - - - - -] Sending created Load Balancer e80652ba-ecb3-4dab-a322-68ba006ebf54 to the handler 2018-09-14 10:25:47.935 2255 INFO octavia.api.v2.controllers.listener [req-74066b05-7b85-4dd1-8dab-49943fbb4889 - - - - -] Sending Creation of Listener 6d0d37db-d34c-4eb9-a5d6-e8b947483858 to handler 2018-09-14 10:25:48.231 2255 INFO octavia.api.v2.controllers.l7policy [req-240031b8-52bd-46c5-ae76-629f225f22cd - - - - -] Sending Creation of L7Policy 842305e3-633e-4f31-bb66-d7765ad68d09 to handler 2018-09-14 10:25:48.731 2255 INFO octavia.api.v2.controllers.l7rule [req-d58ef167-dc3d-436e-9299-36cf188d07e3 - - - - -] Sending Creation of L7Rule 2f4c1065-63ee-47fb-83c9-b9c3e3c30cb8 to handler 2018-09-14 10:25:48.822 2255 INFO oslo_db.sqlalchemy.provision [req-99a75ff0-836b-4414-aea5-48a78e660c0f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.825 2255 INFO oslo_db.sqlalchemy.provision [req-99a75ff0-836b-4414-aea5-48a78e660c0f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wzpinpolfq 2018-09-14 10:25:48.826 2255 INFO oslo_db.sqlalchemy.provision [req-99a75ff0-836b-4414-aea5-48a78e660c0f - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_not_authorized [1.559756s] ... ok 2018-09-14 10:25:50.467 2261 INFO oslo_db.sqlalchemy.provision [req-202d0f75-ba26-4026-90ea-4c4e606c497b - - - - -] CREATE BACKEND sqlite:// TOKEN lravvqcgsp 2018-09-14 10:25:50.644 2261 INFO octavia.common.config [req-202d0f75-ba26-4026-90ea-4c4e606c497b - - - - -] Logging enabled! 2018-09-14 10:25:50.646 2261 INFO octavia.common.config [req-202d0f75-ba26-4026-90ea-4c4e606c497b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.687 2261 WARNING octavia.api.root_controller [req-202d0f75-ba26-4026-90ea-4c4e606c497b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.757 2261 INFO oslo_db.sqlalchemy.provision [req-9485969d-f3f9-4893-9548-7ea1c40ba566 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.761 2261 INFO oslo_db.sqlalchemy.provision [req-9485969d-f3f9-4893-9548-7ea1c40ba566 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lravvqcgsp 2018-09-14 10:25:50.761 2261 INFO oslo_db.sqlalchemy.provision [req-9485969d-f3f9-4893-9548-7ea1c40ba566 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_Authorized_global_observer [0.301300s] ... ok 2018-09-14 10:25:53.557 2239 INFO oslo_db.sqlalchemy.provision [req-4584adcf-2ccf-44f2-b20a-d054af1b7942 - - - - -] CREATE BACKEND sqlite:// TOKEN ffjozdzeyf 2018-09-14 10:25:53.717 2239 INFO octavia.common.config [req-4584adcf-2ccf-44f2-b20a-d054af1b7942 - - - - -] Logging enabled! 2018-09-14 10:25:53.718 2239 INFO octavia.common.config [req-4584adcf-2ccf-44f2-b20a-d054af1b7942 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:53.752 2239 WARNING octavia.api.root_controller [req-4584adcf-2ccf-44f2-b20a-d054af1b7942 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:53.769 2239 INFO octavia.api.v2.controllers.load_balancer [req-06da26dd-1622-4c1d-8879-432a19edd0dc - - - - -] Sending created Load Balancer b4834f17-61df-41f6-9bae-16afb4a0539e to the handler 2018-09-14 10:25:53.930 2239 INFO octavia.api.v2.controllers.listener [req-27a523fc-fcc7-4664-84d2-0d89b2214752 - - - - -] Sending Creation of Listener 09d07de6-11c6-428f-b19a-0eee2570be87 to handler 2018-09-14 10:25:54.163 2239 INFO octavia.api.v2.controllers.pool [req-c9f73e82-e4f3-43c6-b9c7-b770365debc8 - - - - -] Sending Creation of Pool d75b477a-475e-4e37-be9c-ff5cbf023700 to handler 2018-09-14 10:25:54.533 2239 INFO octavia.api.v2.controllers.member [req-811d744a-bae8-493b-8dce-52c65ff77d08 - - - - -] Sending Creation of Member b37f0322-256e-452e-901d-4cf98b172df2 to handler 2018-09-14 10:25:54.775 2239 INFO octavia.api.v2.controllers.member [req-0c890629-1c0a-453e-9496-f06c9c9ec60f - - - - -] Sending Creation of Member 34e4b1a3-6078-4816-80a7-a825e8511f43 to handler 2018-09-14 10:25:54.835 2239 INFO oslo_db.sqlalchemy.provision [req-1a80b1d2-3412-40cf-a34a-0482c4fba620 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.837 2239 INFO oslo_db.sqlalchemy.provision [req-1a80b1d2-3412-40cf-a34a-0482c4fba620 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ffjozdzeyf 2018-09-14 10:25:54.838 2239 INFO oslo_db.sqlalchemy.provision [req-1a80b1d2-3412-40cf-a34a-0482c4fba620 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_members [1.288199s] ... ok 2018-09-14 10:25:47.140 2245 INFO oslo_db.sqlalchemy.provision [req-ac63fbf0-105d-4fd7-85c5-3f67ad2e3ed1 - - - - -] CREATE BACKEND sqlite:// TOKEN bhmdhpnqay 2018-09-14 10:25:47.299 2245 INFO octavia.common.config [req-ac63fbf0-105d-4fd7-85c5-3f67ad2e3ed1 - - - - -] Logging enabled! 2018-09-14 10:25:47.300 2245 INFO octavia.common.config [req-ac63fbf0-105d-4fd7-85c5-3f67ad2e3ed1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:47.338 2245 WARNING octavia.api.root_controller [req-ac63fbf0-105d-4fd7-85c5-3f67ad2e3ed1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:47.364 2245 INFO octavia.api.v2.controllers.load_balancer [req-260366a1-20ed-4a1e-90b2-7b578e09623f - - - - -] Sending created Load Balancer e89e0907-3f34-4c29-8c12-1e3c0e65b635 to the handler 2018-09-14 10:25:47.401 2245 INFO octavia.api.v2.controllers.load_balancer [req-a6f69857-0d75-4c69-b52b-b9a8d69bc5bc - - - - -] Sending created Load Balancer 44dc310b-755b-41be-befd-66e5a5150dd8 to the handler 2018-09-14 10:25:47.436 2245 INFO octavia.api.v2.controllers.load_balancer [req-f99d8eb4-01e3-4c57-867f-9d6855e5b684 - - - - -] Sending created Load Balancer 8341df9d-fc67-4d2e-a81a-90b4a41f5965 to the handler 2018-09-14 10:25:47.846 2245 INFO oslo_db.sqlalchemy.provision [req-6f148a61-3b1c-4569-953a-2ace86466705 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.849 2245 INFO oslo_db.sqlalchemy.provision [req-6f148a61-3b1c-4569-953a-2ace86466705 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bhmdhpnqay 2018-09-14 10:25:47.850 2245 INFO oslo_db.sqlalchemy.provision [req-6f148a61-3b1c-4569-953a-2ace86466705 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_limited [0.716540s] ... ok 2018-09-14 10:25:41.609 2259 INFO oslo_db.sqlalchemy.provision [req-e84ceca9-c5f3-41dc-88c5-557778ad0cbb - - - - -] CREATE BACKEND sqlite:// TOKEN wtrwoewput 2018-09-14 10:25:41.781 2259 INFO octavia.common.config [req-e84ceca9-c5f3-41dc-88c5-557778ad0cbb - - - - -] Logging enabled! 2018-09-14 10:25:41.782 2259 INFO octavia.common.config [req-e84ceca9-c5f3-41dc-88c5-557778ad0cbb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:41.827 2259 WARNING octavia.api.root_controller [req-e84ceca9-c5f3-41dc-88c5-557778ad0cbb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:41.861 2259 INFO octavia.api.v2.controllers.load_balancer [req-2c3e19ad-6671-4375-9596-c426158196ba - - - - -] Sending created Load Balancer e5690d90-8181-476b-8a77-d1aa2e10819b to the handler 2018-09-14 10:25:42.277 2259 INFO octavia.api.v2.controllers.listener [req-df26a9a7-e10a-44cd-ab0e-09f42e05751d - - - - -] Sending Creation of Listener a47ce1f8-0c38-4d05-b37c-3097070b2442 to handler 2018-09-14 10:25:42.575 2259 INFO octavia.api.v2.controllers.pool [req-648f1a1f-554d-4820-977b-f9775485b476 - - - - -] Sending Creation of Pool 794d656c-e64a-4d16-bd98-ec94857e838d to handler 2018-09-14 10:25:42.924 2259 INFO octavia.api.v2.controllers.pool [req-2bc0c128-a595-46d9-8c5c-019e9151e5b6 - - - - -] Sending Creation of Pool acb8ed47-9d01-401e-9326-8f353ec2e307 to handler 2018-09-14 10:25:43.312 2259 INFO octavia.api.v2.controllers.health_monitor [req-bf6a23b8-0615-4778-9a63-be63d8a5a74a - - - - -] Sending Creation of Health Monitor 8d11dc59-1ab0-4fe0-a1a5-2eb02e3a215e to handler 2018-09-14 10:25:43.724 2259 INFO octavia.api.v2.controllers.member [req-4dfccb60-2d5e-47bc-ba28-a585eaab7a0b - - - - -] Sending Creation of Member 0d24d1bc-ef4a-4c08-b6ab-8e5cb903ca8f to handler 2018-09-14 10:25:43.959 2259 INFO oslo_db.sqlalchemy.provision [req-6347d029-8576-4160-a73b-4bdc36b1bf88 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:43.963 2259 INFO oslo_db.sqlalchemy.provision [req-6347d029-8576-4160-a73b-4bdc36b1bf88 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wtrwoewput 2018-09-14 10:25:43.964 2259 INFO oslo_db.sqlalchemy.provision [req-6347d029-8576-4160-a73b-4bdc36b1bf88 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_health_monitor [2.361697s] ... ok 2018-09-14 10:25:45.183 2254 INFO oslo_db.sqlalchemy.provision [req-e91ea44d-7249-46fb-82bb-7241dc495872 - - - - -] CREATE BACKEND sqlite:// TOKEN lxjxlzeacw 2018-09-14 10:25:45.346 2254 INFO octavia.common.config [req-e91ea44d-7249-46fb-82bb-7241dc495872 - - - - -] Logging enabled! 2018-09-14 10:25:45.347 2254 INFO octavia.common.config [req-e91ea44d-7249-46fb-82bb-7241dc495872 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.385 2254 WARNING octavia.api.root_controller [req-e91ea44d-7249-46fb-82bb-7241dc495872 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.524 2254 INFO octavia.api.v2.controllers.load_balancer [req-9da0ad00-f07b-45bd-9c88-df844817843a - - - - -] Sending created Load Balancer 320dfbd1-84c5-401f-bbc4-58237b377fad to the handler 2018-09-14 10:25:45.600 2254 INFO oslo_db.sqlalchemy.provision [req-9da0ad00-f07b-45bd-9c88-df844817843a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.604 2254 INFO oslo_db.sqlalchemy.provision [req-9da0ad00-f07b-45bd-9c88-df844817843a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lxjxlzeacw 2018-09-14 10:25:45.605 2254 INFO oslo_db.sqlalchemy.provision [req-9da0ad00-f07b-45bd-9c88-df844817843a - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_many_listeners_one_pool [0.428138s] ... ok 2018-09-14 10:25:49.051 2244 INFO oslo_db.sqlalchemy.provision [req-f07a1941-be72-48f4-928a-3ca7f36a0a3e - - - - -] CREATE BACKEND sqlite:// TOKEN opvrdhkbzw 2018-09-14 10:25:49.210 2244 INFO octavia.common.config [req-f07a1941-be72-48f4-928a-3ca7f36a0a3e - - - - -] Logging enabled! 2018-09-14 10:25:49.211 2244 INFO octavia.common.config [req-f07a1941-be72-48f4-928a-3ca7f36a0a3e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.250 2244 WARNING octavia.api.root_controller [req-f07a1941-be72-48f4-928a-3ca7f36a0a3e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.338 2244 INFO oslo_db.sqlalchemy.provision [req-1532d6ea-8df4-451d-8c84-048fc9132539 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.342 2244 INFO oslo_db.sqlalchemy.provision [req-1532d6ea-8df4-451d-8c84-048fc9132539 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN opvrdhkbzw 2018-09-14 10:25:49.342 2244 INFO oslo_db.sqlalchemy.provision [req-1532d6ea-8df4-451d-8c84-048fc9132539 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_quotas_with_quotas [0.297228s] ... ok 2018-09-14 10:25:52.532 2240 INFO oslo_db.sqlalchemy.provision [req-9cf44d97-dbb3-4ae0-83dd-4bc085fac613 - - - - -] CREATE BACKEND sqlite:// TOKEN njdvuygjes 2018-09-14 10:25:52.697 2240 INFO octavia.common.config [req-9cf44d97-dbb3-4ae0-83dd-4bc085fac613 - - - - -] Logging enabled! 2018-09-14 10:25:52.698 2240 INFO octavia.common.config [req-9cf44d97-dbb3-4ae0-83dd-4bc085fac613 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:52.737 2240 WARNING octavia.api.root_controller [req-9cf44d97-dbb3-4ae0-83dd-4bc085fac613 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:52.764 2240 INFO octavia.api.v2.controllers.load_balancer [req-a06d1883-fd32-46cb-a3f7-70d1c149eb9e - - - - -] Sending created Load Balancer 27c49614-9230-48e7-870c-31b807570fc8 to the handler 2018-09-14 10:25:53.021 2240 INFO octavia.api.v2.controllers.listener [req-1a307721-be91-4a82-add4-d8fac1fcf77b - - - - -] Sending Creation of Listener f4eaf704-d8c3-4f6c-b160-94c94cfe116c to handler 2018-09-14 10:25:53.442 2240 INFO octavia.api.v2.controllers.pool [req-f74f0c4a-ef69-4796-a112-9876b8bc46d2 - - - - -] Sending Creation of Pool 3a0369e8-50e0-4893-bc70-4b1738d10cac to handler 2018-09-14 10:25:53.670 2240 INFO octavia.api.v2.controllers.pool [req-5da1fac4-a6c8-46f8-99f9-266f3ac66dad - - - - -] Sending Creation of Pool 4a235dfb-caf8-44aa-9e25-01fe2bc3de26 to handler 2018-09-14 10:25:53.941 2240 INFO octavia.api.v2.controllers.member [req-8e88162e-94f2-4321-8d85-01e4747cb01e - - - - -] Sending Creation of Member d0f81fcd-8607-4373-8389-130d0bc6e032 to handler 2018-09-14 10:25:54.176 2240 INFO octavia.api.v2.controllers.load_balancer [req-ab3355ae-5ee8-426a-81ee-b7433e04e4c9 - - - - -] Sending updated Load Balancer 27c49614-9230-48e7-870c-31b807570fc8 to the handler 2018-09-14 10:25:54.259 2240 INFO octavia.api.v2.controllers.member [req-00519a0f-772c-4d11-8800-24d799a96cd3 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:54.284 2240 INFO oslo_db.sqlalchemy.provision [req-00519a0f-772c-4d11-8800-24d799a96cd3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.287 2240 INFO oslo_db.sqlalchemy.provision [req-00519a0f-772c-4d11-8800-24d799a96cd3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN njdvuygjes 2018-09-14 10:25:54.287 2240 INFO oslo_db.sqlalchemy.provision [req-00519a0f-772c-4d11-8800-24d799a96cd3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_create_when_lb_pending_update [1.761954s] ... ok 2018-09-14 10:25:50.908 2265 INFO oslo_db.sqlalchemy.provision [req-e4b879d1-c649-4745-8a04-21b7a3853c5b - - - - -] CREATE BACKEND sqlite:// TOKEN nsubcdswmk 2018-09-14 10:25:51.070 2265 INFO octavia.common.config [req-e4b879d1-c649-4745-8a04-21b7a3853c5b - - - - -] Logging enabled! 2018-09-14 10:25:51.071 2265 INFO octavia.common.config [req-e4b879d1-c649-4745-8a04-21b7a3853c5b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:51.110 2265 WARNING octavia.api.root_controller [req-e4b879d1-c649-4745-8a04-21b7a3853c5b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:51.138 2265 INFO octavia.api.v2.controllers.load_balancer [req-334297a0-1eba-48c0-a7a3-b42a8f4814bf - - - - -] Sending created Load Balancer 692691af-1748-45ec-a9dc-e6e44be3189b to the handler 2018-09-14 10:25:51.378 2265 INFO octavia.api.v2.controllers.load_balancer [req-8f3bbe83-15ad-4953-b36b-c207286f913a - - - - -] Sending failover request for lb 692691af-1748-45ec-a9dc-e6e44be3189b to the handler 2018-09-14 10:25:51.405 2265 INFO oslo_db.sqlalchemy.provision [req-8f3bbe83-15ad-4953-b36b-c207286f913a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.409 2265 INFO oslo_db.sqlalchemy.provision [req-8f3bbe83-15ad-4953-b36b-c207286f913a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nsubcdswmk 2018-09-14 10:25:51.409 2265 INFO oslo_db.sqlalchemy.provision [req-8f3bbe83-15ad-4953-b36b-c207286f913a - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover [0.508050s] ... ok 2018-09-14 10:25:54.155 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] CREATE BACKEND sqlite:// TOKEN dcailgbuxj 2018-09-14 10:25:54.302 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.305 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dcailgbuxj 2018-09-14 10:25:54.305 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_repositories.HealthMonitorRepositoryTest.test_create [0.153566s] ... ok 2018-09-14 10:25:46.029 2250 INFO oslo_db.sqlalchemy.provision [req-b5a6b8bd-7ade-49d9-a924-fd334dfe93b3 - - - - -] CREATE BACKEND sqlite:// TOKEN ejxgnbxiax 2018-09-14 10:25:46.191 2250 INFO octavia.common.config [req-b5a6b8bd-7ade-49d9-a924-fd334dfe93b3 - - - - -] Logging enabled! 2018-09-14 10:25:46.192 2250 INFO octavia.common.config [req-b5a6b8bd-7ade-49d9-a924-fd334dfe93b3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:46.238 2250 WARNING octavia.api.root_controller [req-b5a6b8bd-7ade-49d9-a924-fd334dfe93b3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:46.266 2250 INFO octavia.api.v2.controllers.load_balancer [req-d1d5a5d1-9500-4fc6-a3d2-849e2976aef1 - - - - -] Sending created Load Balancer c764a217-0da4-4a72-9d39-d6d45c5eec17 to the handler 2018-09-14 10:25:46.675 2250 INFO octavia.api.v2.controllers.listener [req-06a21f38-b569-433c-84f1-338498d4b584 - - - - -] Sending Creation of Listener f003bd83-e63a-4171-83cc-e99b9b4ad053 to handler 2018-09-14 10:25:46.952 2250 INFO octavia.api.v2.controllers.load_balancer [req-371b506d-fff4-44c4-95ac-6945e7c2c091 - - - - -] Sending created Load Balancer 7a8169d1-8b90-4038-b0a2-2b349507188a to the handler 2018-09-14 10:25:47.211 2250 INFO octavia.api.v2.controllers.pool [req-ae996f0e-fa0a-4e52-8f25-f112c061ae80 - - - - -] Sending Creation of Pool ec289955-fa88-49f5-abf7-aaaf966bd491 to handler 2018-09-14 10:25:47.518 2250 INFO octavia.api.v2.controllers.pool [req-e5307b65-5ad9-40f1-b23b-9acf4024ea76 - - - - -] Sending Creation of Pool 74f1bc87-dd61-4d32-af25-9078f82589bd to handler 2018-09-14 10:25:47.849 2250 INFO octavia.api.v2.controllers.pool [req-de34db9e-8cf4-4d7a-b14e-b9f208f3ce43 - - - - -] Sending Creation of Pool 18412d45-19ac-4b08-a34a-abcd5dec36f6 to handler 2018-09-14 10:25:48.257 2250 INFO oslo_db.sqlalchemy.provision [req-76c246ea-652d-4480-b100-f116d202e721 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.261 2250 INFO oslo_db.sqlalchemy.provision [req-76c246ea-652d-4480-b100-f116d202e721 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ejxgnbxiax 2018-09-14 10:25:48.262 2250 INFO oslo_db.sqlalchemy.provision [req-76c246ea-652d-4480-b100-f116d202e721 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_admin [2.239437s] ... ok 2018-09-14 10:25:49.065 2251 INFO oslo_db.sqlalchemy.provision [req-19740f47-dfa3-43a7-b277-041749aac1b9 - - - - -] CREATE BACKEND sqlite:// TOKEN nfiybevoui 2018-09-14 10:25:49.223 2251 INFO octavia.common.config [req-19740f47-dfa3-43a7-b277-041749aac1b9 - - - - -] Logging enabled! 2018-09-14 10:25:49.224 2251 INFO octavia.common.config [req-19740f47-dfa3-43a7-b277-041749aac1b9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.262 2251 WARNING octavia.api.root_controller [req-19740f47-dfa3-43a7-b277-041749aac1b9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.286 2251 INFO octavia.api.v2.controllers.load_balancer [req-8b31fd71-f386-4c8e-8f4f-c9e8dabd8b04 - - - - -] Sending created Load Balancer c07992ec-4a39-46af-b6ab-c94e42dd6bcb to the handler 2018-09-14 10:25:49.517 2251 INFO octavia.api.v2.controllers.load_balancer [req-0b8c1ed4-541d-4ca5-b689-1b8186d3186b - - - - -] Sending updated Load Balancer c07992ec-4a39-46af-b6ab-c94e42dd6bcb to the handler 2018-09-14 10:25:49.568 2251 INFO octavia.api.v2.controllers.load_balancer [req-73fb6d40-b3af-4365-8aa5-e15edfdbfc7d - - - - -] Invalid state PENDING_UPDATE of loadbalancer resource c07992ec-4a39-46af-b6ab-c94e42dd6bcb 2018-09-14 10:25:49.593 2251 INFO oslo_db.sqlalchemy.provision [req-73fb6d40-b3af-4365-8aa5-e15edfdbfc7d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.596 2251 INFO oslo_db.sqlalchemy.provision [req-73fb6d40-b3af-4365-8aa5-e15edfdbfc7d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nfiybevoui 2018-09-14 10:25:49.597 2251 INFO oslo_db.sqlalchemy.provision [req-73fb6d40-b3af-4365-8aa5-e15edfdbfc7d - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_pending_update [0.538292s] ... ok 2018-09-14 10:25:50.321 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] CREATE BACKEND sqlite:// TOKEN aquskuldii 2018-09-14 10:25:50.576 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.580 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aquskuldii 2018-09-14 10:25:50.580 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_without_id [0.265336s] ... ok 2018-09-14 10:25:45.862 2267 INFO oslo_db.sqlalchemy.provision [req-83a4a572-67c5-44d0-8829-c0ee15595832 - - - - -] CREATE BACKEND sqlite:// TOKEN bzupyvxxfl 2018-09-14 10:25:46.029 2267 INFO octavia.common.config [req-83a4a572-67c5-44d0-8829-c0ee15595832 - - - - -] Logging enabled! 2018-09-14 10:25:46.030 2267 INFO octavia.common.config [req-83a4a572-67c5-44d0-8829-c0ee15595832 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:46.071 2267 WARNING octavia.api.root_controller [req-83a4a572-67c5-44d0-8829-c0ee15595832 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:46.101 2267 INFO octavia.api.v2.controllers.load_balancer [req-acf375b4-9e23-4af0-bc51-54a342b7c4fa - - - - -] Sending created Load Balancer b8de8e40-c0aa-4c04-a5eb-54c0125ecde1 to the handler 2018-09-14 10:25:46.364 2267 INFO octavia.api.v2.controllers.listener [req-d7a2c911-c767-4f83-8b42-0d8d577e6e06 - - - - -] Sending Creation of Listener 9bf012c1-bea8-4cdb-a60a-4113192680a0 to handler 2018-09-14 10:25:46.815 2267 INFO octavia.api.v2.controllers.pool [req-060eec99-acdc-4abf-b144-2969675fe7f7 - - - - -] Sending Creation of Pool e2aaa5af-68b3-40c5-92df-615511547746 to handler 2018-09-14 10:25:47.118 2267 INFO octavia.api.v2.controllers.pool [req-885ba451-afa8-4e63-a0fc-6ba5b6dc94f0 - 56a85ebc-7060-434d-b52c-70a07a5cd05e - - -] Sending Update of Pool e2aaa5af-68b3-40c5-92df-615511547746 to handler 2018-09-14 10:25:47.723 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.727 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bzupyvxxfl 2018-09-14 10:25:47.728 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_authorized [1.871894s] ... ok 2018-09-14 10:25:47.628 2257 INFO oslo_db.sqlalchemy.provision [req-291e509e-64ec-4aed-a11a-07b8bdca89bd - - - - -] CREATE BACKEND sqlite:// TOKEN lydnzpqycv 2018-09-14 10:25:47.799 2257 INFO octavia.common.config [req-291e509e-64ec-4aed-a11a-07b8bdca89bd - - - - -] Logging enabled! 2018-09-14 10:25:47.800 2257 INFO octavia.common.config [req-291e509e-64ec-4aed-a11a-07b8bdca89bd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:47.838 2257 WARNING octavia.api.root_controller [req-291e509e-64ec-4aed-a11a-07b8bdca89bd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:47.865 2257 INFO octavia.api.v2.controllers.load_balancer [req-bf97e1e2-c8d5-4342-8c54-0e8e0a695646 - - - - -] Sending created Load Balancer a9ec3229-ea59-4626-890e-a6ba2cba2267 to the handler 2018-09-14 10:25:48.118 2257 INFO octavia.api.v2.controllers.listener [req-d8a0ae4d-bb86-4cda-a4d5-e985d42b370e - - - - -] Sending Creation of Listener 8872ce9c-c765-4c4c-b2d5-8ac54be71ccf to handler 2018-09-14 10:25:48.402 2257 INFO octavia.api.v2.controllers.pool [req-cf58c265-c245-4e2d-bb76-570584dd7e7c - - - - -] Sending Creation of Pool e061e664-8197-434c-9fe2-51446233c00e to handler 2018-09-14 10:25:48.705 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.709 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lydnzpqycv 2018-09-14 10:25:48.709 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:46.643 2262 INFO oslo_db.sqlalchemy.provision [req-a5687c18-b912-48cd-84ce-930072b10406 - - - - -] CREATE BACKEND sqlite:// TOKEN onqbsokjtq 2018-09-14 10:25:46.805 2262 INFO octavia.common.config [req-a5687c18-b912-48cd-84ce-930072b10406 - - - - -] Logging enabled! 2018-09-14 10:25:46.806 2262 INFO octavia.common.config [req-a5687c18-b912-48cd-84ce-930072b10406 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:46.847 2262 WARNING octavia.api.root_controller [req-a5687c18-b912-48cd-84ce-930072b10406 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:46.873 2262 INFO octavia.api.v2.controllers.load_balancer [req-7bb4ce0a-403a-4ca3-9a57-d1b96e30cb08 - - - - -] Sending created Load Balancer 35f9a83e-1eb1-4dd9-b025-f235fa537457 to the handler 2018-09-14 10:25:47.134 2262 INFO octavia.api.v2.controllers.listener [req-d35f3c7f-9a66-483e-82f3-af8b301a0a6c - - - - -] Sending Creation of Listener a035b50c-8bdd-4e4d-ae84-5ad7fcf4e934 to handler 2018-09-14 10:25:47.457 2262 INFO octavia.api.v2.controllers.l7policy [req-90222f05-6df6-4945-a3e8-66ee46fb7d46 - - - - -] Sending Creation of L7Policy f42e9ca2-5c75-4815-88a6-2f3ad261445b to handler 2018-09-14 10:25:47.893 2262 INFO octavia.api.v2.controllers.l7policy [req-6fc754a8-aa08-4dbf-b976-56a4d2d71d22 - - - - -] L7Policy 8f82a4bd-5cff-467f-9311-585afd679332 not found. 2018-09-14 10:25:47.897 2262 INFO octavia.api.v2.controllers.l7policy [req-6fc754a8-aa08-4dbf-b976-56a4d2d71d22 - - - - -] L7Policy 8f82a4bd-5cff-467f-9311-585afd679332 not found. 2018-09-14 10:25:47.923 2262 INFO oslo_db.sqlalchemy.provision [req-6fc754a8-aa08-4dbf-b976-56a4d2d71d22 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.927 2262 INFO oslo_db.sqlalchemy.provision [req-6fc754a8-aa08-4dbf-b976-56a4d2d71d22 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN onqbsokjtq 2018-09-14 10:25:47.927 2262 INFO oslo_db.sqlalchemy.provision [req-6fc754a8-aa08-4dbf-b976-56a4d2d71d22 - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_one_fields_filter [1.088712s] ... ok {23} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_bad_parent_policy [1.290513s] ... ok 2018-09-14 10:25:49.394 2252 INFO oslo_db.sqlalchemy.provision [req-5263deb6-79dd-4694-93bb-ed1b2a96141b - - - - -] CREATE BACKEND sqlite:// TOKEN aiamiiqezn 2018-09-14 10:25:49.552 2252 INFO octavia.common.config [req-5263deb6-79dd-4694-93bb-ed1b2a96141b - - - - -] Logging enabled! 2018-09-14 10:25:49.553 2252 INFO octavia.common.config [req-5263deb6-79dd-4694-93bb-ed1b2a96141b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.651 2252 WARNING octavia.api.root_controller [req-5263deb6-79dd-4694-93bb-ed1b2a96141b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.678 2252 INFO octavia.api.v2.controllers.load_balancer [req-9972ea67-ec5f-4f76-9f97-581f4cceca84 - - - - -] Sending created Load Balancer b80c5b18-cda1-48e8-881e-69b5ae181755 to the handler 2018-09-14 10:25:49.934 2252 INFO octavia.api.v2.controllers.pool [req-c8bf42d3-247c-4881-adfd-36484a4d3e53 - - - - -] Sending Creation of Pool 9ccd3a84-4e3c-4c88-abce-417f11ec5051 to handler 2018-09-14 10:25:50.180 2252 INFO octavia.api.v2.controllers.load_balancer [req-b3e12776-c14e-4b70-a7ac-b02fe5008007 - - - - -] Sending created Load Balancer 3dac60dd-4646-4bc0-822d-3dc448f48239 to the handler 2018-09-14 10:25:50.225 2252 INFO octavia.api.v2.controllers.listener [req-f844244d-df77-4bfc-9433-2a61ea2b2eac - - - - -] Load Balancer 3dac60dd-4646-4bc0-822d-3dc448f48239 is immutable. 2018-09-14 10:25:50.250 2252 INFO oslo_db.sqlalchemy.provision [req-f844244d-df77-4bfc-9433-2a61ea2b2eac - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.254 2252 INFO oslo_db.sqlalchemy.provision [req-f844244d-df77-4bfc-9433-2a61ea2b2eac - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aiamiiqezn 2018-09-14 10:25:50.255 2252 INFO oslo_db.sqlalchemy.provision [req-f844244d-df77-4bfc-9433-2a61ea2b2eac - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_pending_create [0.867444s] ... ok 2018-09-14 10:25:45.011 2256 INFO oslo_db.sqlalchemy.provision [req-41f95635-9f08-4556-9c1b-28713d171f32 - - - - -] CREATE BACKEND sqlite:// TOKEN wmdbhfafjg 2018-09-14 10:25:45.181 2256 INFO octavia.common.config [req-41f95635-9f08-4556-9c1b-28713d171f32 - - - - -] Logging enabled! 2018-09-14 10:25:45.182 2256 INFO octavia.common.config [req-41f95635-9f08-4556-9c1b-28713d171f32 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.220 2256 WARNING octavia.api.root_controller [req-41f95635-9f08-4556-9c1b-28713d171f32 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.236 2256 ERROR wsme.api [req-c508546f-3946-495e-8814-b4d3aa586be6 - - - - -] 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.0.2/octavia/api/v2/controllers/load_balancer.py", line 300, 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.0.2/octavia/api/v2/controllers/load_balancer.py", line 278, 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 2018-09-14 10:25:45.264 2256 INFO oslo_db.sqlalchemy.provision [req-c508546f-3946-495e-8814-b4d3aa586be6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.267 2256 INFO oslo_db.sqlalchemy.provision [req-c508546f-3946-495e-8814-b4d3aa586be6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wmdbhfafjg 2018-09-14 10:25:45.268 2256 INFO oslo_db.sqlalchemy.provision [req-c508546f-3946-495e-8814-b4d3aa586be6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_db_create_failure [0.265021s] ... ok 2018-09-14 10:25:45.744 2260 INFO oslo_db.sqlalchemy.provision [req-8fab040b-1962-44ed-84f1-6053ec5c0832 - - - - -] CREATE BACKEND sqlite:// TOKEN lnacodfffb 2018-09-14 10:25:45.940 2260 INFO octavia.common.config [req-8fab040b-1962-44ed-84f1-6053ec5c0832 - - - - -] Logging enabled! 2018-09-14 10:25:45.941 2260 INFO octavia.common.config [req-8fab040b-1962-44ed-84f1-6053ec5c0832 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.989 2260 WARNING octavia.api.root_controller [req-8fab040b-1962-44ed-84f1-6053ec5c0832 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:46.160 2260 INFO octavia.api.v2.controllers.load_balancer [req-f65f7fe5-a387-4f3a-a53b-8eee2708df1e - - - - -] Sending created Load Balancer cfd482d1-1ea4-4e4a-8dae-ac677daafcbe to the handler 2018-09-14 10:25:46.230 2260 INFO oslo_db.sqlalchemy.provision [req-f65f7fe5-a387-4f3a-a53b-8eee2708df1e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:46.233 2260 INFO oslo_db.sqlalchemy.provision [req-f65f7fe5-a387-4f3a-a53b-8eee2708df1e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lnacodfffb 2018-09-14 10:25:46.234 2260 INFO oslo_db.sqlalchemy.provision [req-f65f7fe5-a387-4f3a-a53b-8eee2708df1e - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_of_everything [0.496262s] ... ok 2018-09-14 10:25:53.101 2269 INFO oslo_db.sqlalchemy.provision [req-e157f299-3442-4eac-85c5-e5b3c3432326 - - - - -] CREATE BACKEND sqlite:// TOKEN rzkulcsqpa 2018-09-14 10:25:53.237 2269 INFO octavia.common.config [req-e157f299-3442-4eac-85c5-e5b3c3432326 - - - - -] Logging enabled! 2018-09-14 10:25:53.238 2269 INFO octavia.common.config [req-e157f299-3442-4eac-85c5-e5b3c3432326 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:53.268 2269 WARNING octavia.api.root_controller [req-e157f299-3442-4eac-85c5-e5b3c3432326 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:53.292 2269 INFO octavia.api.v2.controllers.load_balancer [req-8bea1c55-0fc4-4f2d-92a5-085d3919cf98 - - - - -] Sending created Load Balancer 69bce05f-d41f-4c39-8337-0e2c813d1795 to the handler 2018-09-14 10:25:53.494 2269 INFO octavia.api.v2.controllers.listener [req-1b9d6a45-932b-474f-a537-6102821e0295 - - - - -] Sending Creation of Listener 2af5e42b-cfa4-4b59-b6e4-bc581712751e to handler 2018-09-14 10:25:53.588 2269 INFO oslo_db.sqlalchemy.provision [req-3154278c-6b8c-4f8f-9fa5-b2042d735dd0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.591 2269 INFO oslo_db.sqlalchemy.provision [req-3154278c-6b8c-4f8f-9fa5-b2042d735dd0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rzkulcsqpa 2018-09-14 10:25:53.591 2269 INFO oslo_db.sqlalchemy.provision [req-3154278c-6b8c-4f8f-9fa5-b2042d735dd0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statistics_authorized [0.494535s] ... ok 2018-09-14 10:25:47.782 2268 INFO oslo_db.sqlalchemy.provision [req-2f5e97e2-2312-4f46-a3a7-25402d14c24a - - - - -] CREATE BACKEND sqlite:// TOKEN trwnvijskh 2018-09-14 10:25:47.948 2268 INFO octavia.common.config [req-2f5e97e2-2312-4f46-a3a7-25402d14c24a - - - - -] Logging enabled! 2018-09-14 10:25:47.949 2268 INFO octavia.common.config [req-2f5e97e2-2312-4f46-a3a7-25402d14c24a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:47.988 2268 WARNING octavia.api.root_controller [req-2f5e97e2-2312-4f46-a3a7-25402d14c24a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:48.014 2268 INFO octavia.api.v2.controllers.load_balancer [req-2bd62aef-4db3-445a-8701-c9576a51de78 - - - - -] Sending created Load Balancer 214cbe17-c6ee-44c9-9cc7-2e1d0bd67b7b to the handler 2018-09-14 10:25:48.270 2268 INFO octavia.api.v2.controllers.listener [req-af13ed2d-f7c8-4848-bde0-c8a2dee6350e - - - - -] Sending Creation of Listener b22b5de0-b4d0-4114-8d04-cbd305f43d4b to handler 2018-09-14 10:25:48.722 2268 INFO octavia.api.v2.controllers.pool [req-aa245c0d-4a62-4a76-aa04-c870506a700b - - - - -] Sending Creation of Pool b1ae3a9d-99b4-491e-9d4f-a28843a0e1dd to handler 2018-09-14 10:25:49.073 2268 INFO oslo_db.sqlalchemy.provision [req-1064489f-5c62-4341-b8b1-7b158bcfa8d4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.077 2268 INFO oslo_db.sqlalchemy.provision [req-1064489f-5c62-4341-b8b1-7b158bcfa8d4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN trwnvijskh 2018-09-14 10:25:49.077 2268 INFO oslo_db.sqlalchemy.provision [req-1064489f-5c62-4341-b8b1-7b158bcfa8d4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_not_authorized [1.301296s] ... ok 2018-09-14 10:25:47.745 2264 INFO oslo_db.sqlalchemy.provision [req-61cafb22-7f88-465f-aebe-b67e2cd93302 - - - - -] CREATE BACKEND sqlite:// TOKEN ppftfbcfpp 2018-09-14 10:25:47.906 2264 INFO octavia.common.config [req-61cafb22-7f88-465f-aebe-b67e2cd93302 - - - - -] Logging enabled! 2018-09-14 10:25:47.907 2264 INFO octavia.common.config [req-61cafb22-7f88-465f-aebe-b67e2cd93302 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:47.945 2264 WARNING octavia.api.root_controller [req-61cafb22-7f88-465f-aebe-b67e2cd93302 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:47.971 2264 INFO octavia.api.v2.controllers.load_balancer [req-b98107dd-3ac5-4e09-8ed5-842ba659fa81 - - - - -] Sending created Load Balancer 224302c8-bf14-4792-8aaf-83b2d032222c to the handler 2018-09-14 10:25:48.218 2264 INFO octavia.api.v2.controllers.listener [req-294b164c-c237-4159-a689-fb743f1b808d - - - - -] Sending Creation of Listener 9e8d0c8e-6301-455c-82b5-32229e4be5bc to handler 2018-09-14 10:25:48.488 2264 INFO octavia.api.v2.controllers.pool [req-504535c0-2fc1-4d8a-95a0-7fef97daec53 - - - - -] Sending Creation of Pool 0a44fa30-6cee-476e-967b-7afd75fc37ea to handler 2018-09-14 10:25:48.976 2264 INFO octavia.api.v2.controllers.pool [req-5a62172a-d82e-4180-ba3d-4de4e0f11c98 - - - - -] Sending Creation of Pool 0ba1b545-9277-4da3-8c8a-7130212d0bf3 to handler 2018-09-14 10:25:49.363 2264 INFO octavia.api.v2.controllers.member [req-a8c95dd0-8830-4192-b6bf-a26a1582d7ff - - - - -] Sending Creation of Member f6238b96-693f-4a2d-b4c7-98cd5f8c240c to handler 2018-09-14 10:25:49.698 2264 INFO octavia.api.v2.controllers.member [req-b64e3e2f-7a49-4d24-86db-592a5aade556 - - - - -] Sending Update of Member f6238b96-693f-4a2d-b4c7-98cd5f8c240c to handler 2018-09-14 10:25:49.980 2264 INFO oslo_db.sqlalchemy.provision [req-220a3dc7-5255-4d98-b921-6d930870e562 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.983 2264 INFO oslo_db.sqlalchemy.provision [req-220a3dc7-5255-4d98-b921-6d930870e562 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ppftfbcfpp 2018-09-14 10:25:49.984 2264 INFO oslo_db.sqlalchemy.provision [req-220a3dc7-5255-4d98-b921-6d930870e562 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_member.TestMember.test_update_with_bad_handler [2.245973s] ... ok 2018-09-14 10:25:50.587 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] CREATE BACKEND sqlite:// TOKEN tiytsicyah 2018-09-14 10:25:51.105 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.109 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tiytsicyah 2018-09-14 10:25:51.109 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_get_all_return_value [0.528527s] ... ok 2018-09-14 10:25:54.310 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] CREATE BACKEND sqlite:// TOKEN kjfavyzqbf 2018-09-14 10:25:54.488 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.490 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kjfavyzqbf 2018-09-14 10:25:54.490 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_file_type_rule [0.184827s] ... ok 2018-09-14 10:25:49.350 2244 INFO oslo_db.sqlalchemy.provision [req-1532d6ea-8df4-451d-8c84-048fc9132539 - - - - -] CREATE BACKEND sqlite:// TOKEN lefgwktvnt 2018-09-14 10:25:49.516 2244 INFO octavia.common.config [req-1532d6ea-8df4-451d-8c84-048fc9132539 - - - - -] Logging enabled! 2018-09-14 10:25:49.517 2244 INFO octavia.common.config [req-1532d6ea-8df4-451d-8c84-048fc9132539 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.557 2244 WARNING octavia.api.root_controller [req-1532d6ea-8df4-451d-8c84-048fc9132539 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.598 2244 INFO oslo_db.sqlalchemy.provision [req-4ebcee87-2db3-4361-9da9-2dc6e922970b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.602 2244 INFO oslo_db.sqlalchemy.provision [req-4ebcee87-2db3-4361-9da9-2dc6e922970b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lefgwktvnt 2018-09-14 10:25:49.602 2244 INFO oslo_db.sqlalchemy.provision [req-4ebcee87-2db3-4361-9da9-2dc6e922970b - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_default_quotas_Authorized [0.259264s] ... ok 2018-09-14 10:25:47.947 2241 INFO oslo_db.sqlalchemy.provision [req-27cf0ea7-3307-44b9-a8bd-86a001f2a757 - - - - -] CREATE BACKEND sqlite:// TOKEN grwfzgesll 2018-09-14 10:25:48.140 2241 INFO octavia.common.config [req-27cf0ea7-3307-44b9-a8bd-86a001f2a757 - - - - -] Logging enabled! 2018-09-14 10:25:48.141 2241 INFO octavia.common.config [req-27cf0ea7-3307-44b9-a8bd-86a001f2a757 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:48.191 2241 WARNING octavia.api.root_controller [req-27cf0ea7-3307-44b9-a8bd-86a001f2a757 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:48.223 2241 INFO octavia.api.v2.controllers.load_balancer [req-5d49e372-bbc5-42d8-9bbd-a397c9b12e8d - - - - -] Sending created Load Balancer 1864903b-7b8d-4d01-83bc-12688bfd3c94 to the handler 2018-09-14 10:25:48.542 2241 INFO octavia.api.v2.controllers.pool [req-4e028af4-0256-49aa-909f-371bb190146b - - - - -] Sending Creation of Pool 0ee43035-4409-4806-b14d-eeba5ab4ff13 to handler 2018-09-14 10:25:48.867 2241 INFO octavia.api.v2.controllers.load_balancer [req-68acf71a-ce86-4c06-affe-1c6d546ab97c - - - - -] Sending created Load Balancer b4e68dd5-2617-42c6-a7db-ad9e9433327b to the handler 2018-09-14 10:25:49.341 2241 INFO octavia.api.v2.controllers.listener [req-8ee482fc-a6ae-492e-90ba-b4eb3fe29cc0 - - - - -] Sending Creation of Listener 81c697d8-bfbd-47e8-9007-1c5001fc351a to handler 2018-09-14 10:25:49.706 2241 INFO octavia.api.v2.controllers.listener [req-472f8a54-4fd9-45f7-b9bf-9a203bd49cff - - - - -] Sending Creation of Listener 2fd0135f-1e08-4437-aac6-e9df39f0cfc4 to handler 2018-09-14 10:25:50.084 2241 INFO octavia.api.v2.controllers.listener [req-262efe9f-c391-4fcb-b8a4-a8b5ce3d8139 - - - - -] Sending Creation of Listener 838ba53b-c6fa-47e2-88ea-0e974e1527ae to handler 2018-09-14 10:25:50.602 2241 INFO oslo_db.sqlalchemy.provision [req-fbff1b77-e020-4f53-b091-7342654efdb5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.606 2241 INFO oslo_db.sqlalchemy.provision [req-fbff1b77-e020-4f53-b091-7342654efdb5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN grwfzgesll 2018-09-14 10:25:50.607 2241 INFO oslo_db.sqlalchemy.provision [req-fbff1b77-e020-4f53-b091-7342654efdb5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_non_admin_global_observer [2.668043s] ... ok 2018-09-14 10:25:48.088 2266 INFO oslo_db.sqlalchemy.provision [req-03aae23e-3d38-4a09-880c-61382786aff4 - - - - -] CREATE BACKEND sqlite:// TOKEN isjuckkbmw 2018-09-14 10:25:48.254 2266 INFO octavia.common.config [req-03aae23e-3d38-4a09-880c-61382786aff4 - - - - -] Logging enabled! 2018-09-14 10:25:48.255 2266 INFO octavia.common.config [req-03aae23e-3d38-4a09-880c-61382786aff4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:48.297 2266 WARNING octavia.api.root_controller [req-03aae23e-3d38-4a09-880c-61382786aff4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:48.322 2266 INFO octavia.api.v2.controllers.load_balancer [req-3dccd342-80ac-49cc-99ce-ce49e154abcd - - - - -] Sending created Load Balancer c2da3134-643b-4d11-b613-715c3bf7fbc2 to the handler 2018-09-14 10:25:48.578 2266 INFO octavia.api.v2.controllers.pool [req-d90620cf-ac21-446f-82e2-b4abdab5569d - - - - -] Sending Creation of Pool 7f507675-27ac-46c0-8902-5065d2c215db to handler 2018-09-14 10:25:49.017 2266 INFO octavia.api.v2.controllers.listener [req-d83d84fd-008b-4353-a05b-79695636b8e8 - - - - -] Sending Creation of Listener d856bd51-8703-4b4e-a1b1-07882ab5d37b to handler 2018-09-14 10:25:49.397 2266 INFO oslo_db.sqlalchemy.provision [req-7347c18c-c5ea-45f2-a5bc-172c130a17c9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.400 2266 INFO oslo_db.sqlalchemy.provision [req-7347c18c-c5ea-45f2-a5bc-172c130a17c9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN isjuckkbmw 2018-09-14 10:25:49.401 2266 INFO oslo_db.sqlalchemy.provision [req-7347c18c-c5ea-45f2-a5bc-172c130a17c9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_project_id [1.318958s] ... ok 2018-09-14 10:25:47.737 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] CREATE BACKEND sqlite:// TOKEN chzgwneiwa 2018-09-14 10:25:47.944 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.948 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN chzgwneiwa 2018-09-14 10:25:47.949 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_models.L7RuleModelTest.test_update [0.219978s] ... ok 2018-09-14 10:25:48.718 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] CREATE BACKEND sqlite:// TOKEN yjyusghjbk 2018-09-14 10:25:48.936 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.941 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yjyusghjbk 2018-09-14 10:25:48.942 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_delete [0.231822s] ... ok 2018-09-14 10:25:50.769 2261 INFO oslo_db.sqlalchemy.provision [req-9485969d-f3f9-4893-9548-7ea1c40ba566 - - - - -] CREATE BACKEND sqlite:// TOKEN krcxytnbvr 2018-09-14 10:25:50.930 2261 INFO octavia.common.config [req-9485969d-f3f9-4893-9548-7ea1c40ba566 - - - - -] Logging enabled! 2018-09-14 10:25:50.931 2261 INFO octavia.common.config [req-9485969d-f3f9-4893-9548-7ea1c40ba566 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.969 2261 WARNING octavia.api.root_controller [req-9485969d-f3f9-4893-9548-7ea1c40ba566 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:51.008 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.011 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN krcxytnbvr 2018-09-14 10:25:51.012 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_quotas_no_quotas [0.249478s] ... ok 2018-09-14 10:25:54.183 2246 INFO oslo_db.sqlalchemy.provision [req-e67e7dcd-d1b6-41fc-b8db-7b27f79000b0 - - - - -] CREATE BACKEND sqlite:// TOKEN qsdmpiqtxe 2018-09-14 10:25:54.299 2246 INFO octavia.common.config [req-e67e7dcd-d1b6-41fc-b8db-7b27f79000b0 - - - - -] Logging enabled! 2018-09-14 10:25:54.300 2246 INFO octavia.common.config [req-e67e7dcd-d1b6-41fc-b8db-7b27f79000b0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:54.462 2246 WARNING octavia.api.root_controller [req-e67e7dcd-d1b6-41fc-b8db-7b27f79000b0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:54.486 2246 INFO octavia.api.v2.controllers.load_balancer [req-c6e6ea56-cd22-4ef9-baaa-dbc4beee2514 - - - - -] Sending created Load Balancer 356fe45d-1980-4f30-b3d4-5bfdd947d9a1 to the handler 2018-09-14 10:25:54.649 2246 INFO octavia.api.v2.controllers.listener [req-a37747cb-1256-4731-abab-84d79358917d - - - - -] Sending Creation of Listener 4adee20d-c9da-458f-9704-eda961d24902 to handler 2018-09-14 10:25:54.860 2246 INFO octavia.api.v2.controllers.pool [req-e14e4b5c-bac5-4f0c-87ec-a2e78f22048a - - - - -] Sending Creation of Pool 7f68d064-ccbd-4a0d-9cf6-a743d45d6c97 to handler 2018-09-14 10:25:55.187 2246 INFO octavia.api.v2.controllers.l7policy [req-4ec04268-08f8-4c12-baaf-10d7d49f4f45 - - - - -] Sending Creation of L7Policy ca9440bb-9cb6-45e1-9958-9c3c66d5dac6 to handler 2018-09-14 10:25:55.256 2246 INFO oslo_db.sqlalchemy.provision [req-e2825ebb-a900-4c96-baff-3b743f6f20cc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.259 2246 INFO oslo_db.sqlalchemy.provision [req-e2825ebb-a900-4c96-baff-3b743f6f20cc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qsdmpiqtxe 2018-09-14 10:25:55.260 2246 INFO oslo_db.sqlalchemy.provision [req-e2825ebb-a900-4c96-baff-3b743f6f20cc - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_not_authorized [1.080771s] ... ok 2018-09-14 10:26:01.901 2242 INFO octavia.api.v2.controllers.l7rule [req-d1ba77cb-633a-44bf-9563-018a9739e0a0 - - - - -] Sending Creation of L7Rule ffaca5ad-06e5-42fb-a8e1-d117b8b413e8 to handler 2018-09-14 10:25:49.534 2253 INFO oslo_db.sqlalchemy.provision [req-6bbc5925-75af-4de6-9bac-2f0e44708499 - - - - -] CREATE BACKEND sqlite:// TOKEN iygczqdxtx 2018-09-14 10:25:49.693 2253 INFO octavia.common.config [req-6bbc5925-75af-4de6-9bac-2f0e44708499 - - - - -] Logging enabled! 2018-09-14 10:25:49.694 2253 INFO octavia.common.config [req-6bbc5925-75af-4de6-9bac-2f0e44708499 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.732 2253 WARNING octavia.api.root_controller [req-6bbc5925-75af-4de6-9bac-2f0e44708499 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.758 2253 INFO octavia.api.v2.controllers.load_balancer [req-0aca877f-902b-4d41-9cac-c45c4a57bc26 - - - - -] Sending created Load Balancer 90712c59-666e-4613-97da-ea5dfe186e26 to the handler 2018-09-14 10:25:50.145 2253 INFO octavia.api.v2.controllers.listener [req-4351f8df-8bc6-4036-89a7-310b03e4cd78 - - - - -] Sending Creation of Listener 293aa336-d93f-459e-89f3-957bcc09e6c5 to handler 2018-09-14 10:25:50.410 2253 INFO octavia.api.v2.controllers.load_balancer [req-b341009a-4cf1-4ba3-9ae1-acfe5fa591db - - - - -] Sending deleted Load Balancer 90712c59-666e-4613-97da-ea5dfe186e26 to the handler 2018-09-14 10:25:50.452 2253 INFO octavia.api.v2.controllers.pool [req-fbfb9b39-4cc2-4079-8f77-866ec5a18651 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:50.477 2253 INFO oslo_db.sqlalchemy.provision [req-fbfb9b39-4cc2-4079-8f77-866ec5a18651 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.481 2253 INFO oslo_db.sqlalchemy.provision [req-fbfb9b39-4cc2-4079-8f77-866ec5a18651 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iygczqdxtx 2018-09-14 10:25:50.482 2253 INFO oslo_db.sqlalchemy.provision [req-fbfb9b39-4cc2-4079-8f77-866ec5a18651 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_when_lb_pending_delete [0.955111s] ... ok 2018-09-14 10:25:43.529 2247 INFO oslo_db.sqlalchemy.provision [req-be56b8b4-84bc-4cf8-9fa8-016e21a88710 - - - - -] CREATE BACKEND sqlite:// TOKEN qmtglxhmom 2018-09-14 10:25:43.689 2247 INFO octavia.common.config [req-be56b8b4-84bc-4cf8-9fa8-016e21a88710 - - - - -] Logging enabled! 2018-09-14 10:25:43.689 2247 INFO octavia.common.config [req-be56b8b4-84bc-4cf8-9fa8-016e21a88710 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:43.734 2247 WARNING octavia.api.root_controller [req-be56b8b4-84bc-4cf8-9fa8-016e21a88710 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:43.760 2247 INFO octavia.api.v2.controllers.load_balancer [req-9f89c475-3e6f-4c50-84f5-4875d03c76f1 - - - - -] Sending created Load Balancer f511dab2-1025-4cf7-9680-a6d6f18d873e to the handler 2018-09-14 10:25:44.000 2247 INFO octavia.api.v2.controllers.listener [req-53a6d14c-f8c9-4db3-9544-e04a4f1051d6 - - - - -] Sending Creation of Listener 3eb716e0-e444-44fe-bfe7-6651bb625d7b to handler 2018-09-14 10:25:44.298 2247 INFO octavia.api.v2.controllers.pool [req-1a5567e1-ac65-4c74-839d-7d016920e3a8 - - - - -] Sending Creation of Pool 17db215a-84bf-461e-a680-2bac95aff5ac to handler 2018-09-14 10:25:44.636 2247 INFO octavia.api.v2.controllers.pool [req-75a3c40b-520c-448f-bcb1-3b64147f5c77 - - - - -] Sending Creation of Pool 4802ea28-f968-4b24-89fa-9d907018332d to handler 2018-09-14 10:25:45.030 2247 INFO octavia.api.v2.controllers.member [req-a0eafaa8-2799-4f1b-a693-d9a80233afaf - - - - -] Sending Creation of Member eb494252-4433-4fe9-976f-4680d19128cf to handler 2018-09-14 10:25:45.654 2247 INFO oslo_db.sqlalchemy.provision [req-14fa5ed5-4b75-4aec-9f7b-3c6770886310 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.658 2247 INFO oslo_db.sqlalchemy.provision [req-14fa5ed5-4b75-4aec-9f7b-3c6770886310 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qmtglxhmom 2018-09-14 10:25:45.658 2247 INFO oslo_db.sqlalchemy.provision [req-14fa5ed5-4b75-4aec-9f7b-3c6770886310 - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_not_authorized [2.135723s] ... ok 2018-09-14 10:25:51.116 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] CREATE BACKEND sqlite:// TOKEN ufzzlspkak 2018-09-14 10:25:51.306 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.310 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ufzzlspkak 2018-09-14 10:25:51.311 2243 INFO oslo_db.sqlalchemy.provision [req-c182319b-11ed-4866-af80-08d610a17403 - - - - -] DISPOSE ENGINE Engine(sqlite://) {4} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_create [0.200561s] ... ok 2018-09-14 10:25:47.857 2245 INFO oslo_db.sqlalchemy.provision [req-6f148a61-3b1c-4569-953a-2ace86466705 - - - - -] CREATE BACKEND sqlite:// TOKEN etsocgimio 2018-09-14 10:25:48.015 2245 INFO octavia.common.config [req-6f148a61-3b1c-4569-953a-2ace86466705 - - - - -] Logging enabled! 2018-09-14 10:25:48.016 2245 INFO octavia.common.config [req-6f148a61-3b1c-4569-953a-2ace86466705 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:48.054 2245 WARNING octavia.api.root_controller [req-6f148a61-3b1c-4569-953a-2ace86466705 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:48.080 2245 INFO octavia.api.v2.controllers.load_balancer [req-1edb9a48-8527-4ab8-b5f6-700baafa857a - - - - -] Sending created Load Balancer 48e884c5-5891-4ebd-8772-33d34c7f803a to the handler 2018-09-14 10:25:48.302 2245 INFO octavia.api.v2.controllers.load_balancer [req-933d1efa-9a4a-46bb-a731-576ea6b447b7 - - - - -] Sending updated Load Balancer 48e884c5-5891-4ebd-8772-33d34c7f803a to the handler 2018-09-14 10:25:48.364 2245 INFO oslo_db.sqlalchemy.provision [req-f045111f-6902-4317-bd94-7cac65c8df91 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.367 2245 INFO oslo_db.sqlalchemy.provision [req-f045111f-6902-4317-bd94-7cac65c8df91 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN etsocgimio 2018-09-14 10:25:48.368 2245 INFO oslo_db.sqlalchemy.provision [req-f045111f-6902-4317-bd94-7cac65c8df91 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_with_bad_handler [0.517159s] ... ok 2018-09-14 10:25:56.016 2248 INFO oslo_db.sqlalchemy.provision [req-26a4b86e-de6f-4830-bdc2-8a50633a57ab - - - - -] CREATE BACKEND sqlite:// TOKEN ifmgdeeybw 2018-09-14 10:25:56.174 2248 INFO octavia.common.config [req-26a4b86e-de6f-4830-bdc2-8a50633a57ab - - - - -] Logging enabled! 2018-09-14 10:25:56.175 2248 INFO octavia.common.config [req-26a4b86e-de6f-4830-bdc2-8a50633a57ab - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:56.213 2248 WARNING octavia.api.root_controller [req-26a4b86e-de6f-4830-bdc2-8a50633a57ab - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:56.234 2248 INFO octavia.api.v2.controllers.load_balancer [req-322b394b-4dc2-4977-a355-312bfd990099 - - - - -] Sending created Load Balancer 0c6da963-ce23-4035-8268-1762d0deaf4e to the handler 2018-09-14 10:25:56.385 2248 INFO octavia.api.v2.controllers.listener [req-d6d2fc06-2710-4043-b744-4ef0a30c94c9 - - - - -] Sending Creation of Listener 7fe4912e-1920-4f17-89b3-0d23a9c94fb3 to handler 2018-09-14 10:25:56.668 2248 INFO octavia.api.v2.controllers.pool [req-fbe204fe-d2ff-4b0c-a94c-4d6ffb9a0b37 - - - - -] Sending Creation of Pool f0268b31-f2d6-424d-abc5-52a8fdb19a6c to handler 2018-09-14 10:25:56.865 2248 INFO octavia.api.v2.controllers.pool [req-3ec5bec7-3de4-44f2-9470-845eccd07b39 - - - - -] Sending Creation of Pool c46e1484-403c-44d8-8a19-6bf5a4cf120b to handler 2018-09-14 10:25:57.092 2248 INFO octavia.api.v2.controllers.pool [req-8f98d384-16ca-409e-af71-8ae007aae293 - - - - -] Sending Creation of Pool 17d8b06a-a862-4530-9dc8-00329a01db1c to handler 2018-09-14 10:25:57.547 2248 INFO oslo_db.sqlalchemy.provision [req-458433fa-b593-4247-a452-69302b2345ff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.549 2248 INFO oslo_db.sqlalchemy.provision [req-458433fa-b593-4247-a452-69302b2345ff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ifmgdeeybw 2018-09-14 10:25:57.550 2248 INFO oslo_db.sqlalchemy.provision [req-458433fa-b593-4247-a452-69302b2345ff - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_limited [1.539450s] ... ok 2018-09-14 10:25:54.495 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] CREATE BACKEND sqlite:// TOKEN gbhfppcsya 2018-09-14 10:25:54.654 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.657 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gbhfppcsya 2018-09-14 10:25:54.658 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_path_rule_invalid_value_regex [0.167570s] ... ok 2018-09-14 10:25:48.834 2255 INFO oslo_db.sqlalchemy.provision [req-99a75ff0-836b-4414-aea5-48a78e660c0f - - - - -] CREATE BACKEND sqlite:// TOKEN kqaogimhyb 2018-09-14 10:25:48.997 2255 INFO octavia.common.config [req-99a75ff0-836b-4414-aea5-48a78e660c0f - - - - -] Logging enabled! 2018-09-14 10:25:48.998 2255 INFO octavia.common.config [req-99a75ff0-836b-4414-aea5-48a78e660c0f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.039 2255 WARNING octavia.api.root_controller [req-99a75ff0-836b-4414-aea5-48a78e660c0f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.065 2255 INFO octavia.api.v2.controllers.load_balancer [req-75df90f5-89b6-4790-b139-3f4da73ea1d2 - - - - -] Sending created Load Balancer d1067d92-251b-43e7-8c9a-e39cb0761d89 to the handler 2018-09-14 10:25:49.317 2255 INFO octavia.api.v2.controllers.pool [req-359137a5-568a-440b-b15b-0993ba60dd92 - - - - -] Sending Creation of Pool 55d540ba-5a6e-4770-8f2c-fdfb6906c1da to handler 2018-09-14 10:25:49.609 2255 INFO octavia.api.v2.controllers.listener [req-0c088c8a-f6bc-4add-bbb4-e3a7950e90b7 - - - - -] Sending Creation of Listener a23b03b6-4e0a-4acb-8ce2-ae102e352778 to handler 2018-09-14 10:25:49.715 2255 INFO oslo_db.sqlalchemy.provision [req-aacd17de-99f3-4e41-8baf-eba04c107e5b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.719 2255 INFO oslo_db.sqlalchemy.provision [req-aacd17de-99f3-4e41-8baf-eba04c107e5b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kqaogimhyb 2018-09-14 10:25:49.720 2255 INFO oslo_db.sqlalchemy.provision [req-aacd17de-99f3-4e41-8baf-eba04c107e5b - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_sni_data [0.892758s] ... ok 2018-09-14 10:25:47.956 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] CREATE BACKEND sqlite:// TOKEN aqumiarpzk 2018-09-14 10:25:48.151 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.156 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aqumiarpzk 2018-09-14 10:25:48.156 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_models.SNIModelTest.test_delete [0.206631s] ... ok 2018-09-14 10:25:51.416 2265 INFO oslo_db.sqlalchemy.provision [req-8f3bbe83-15ad-4953-b36b-c207286f913a - - - - -] CREATE BACKEND sqlite:// TOKEN bvrlqumhyo 2018-09-14 10:25:51.578 2265 INFO octavia.common.config [req-8f3bbe83-15ad-4953-b36b-c207286f913a - - - - -] Logging enabled! 2018-09-14 10:25:51.578 2265 INFO octavia.common.config [req-8f3bbe83-15ad-4953-b36b-c207286f913a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:51.620 2265 WARNING octavia.api.root_controller [req-8f3bbe83-15ad-4953-b36b-c207286f913a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:51.646 2265 INFO octavia.api.v2.controllers.load_balancer [req-ac9848d5-54b4-42d9-9189-2e2a58d80453 - - - - -] Sending created Load Balancer 487170aa-6186-42b9-bd31-35c06b768b11 to the handler 2018-09-14 10:25:51.860 2265 INFO octavia.api.v2.controllers.load_balancer [req-81ddd253-9028-45af-9d58-f19a367fc79f - d883033c-d8ca-4026-a634-bc0e1fb12bf0 - - -] Sending failover request for lb 487170aa-6186-42b9-bd31-35c06b768b11 to the handler 2018-09-14 10:25:51.887 2265 INFO oslo_db.sqlalchemy.provision [req-81ddd253-9028-45af-9d58-f19a367fc79f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.891 2265 INFO oslo_db.sqlalchemy.provision [req-81ddd253-9028-45af-9d58-f19a367fc79f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bvrlqumhyo 2018-09-14 10:25:51.891 2265 INFO oslo_db.sqlalchemy.provision [req-81ddd253-9028-45af-9d58-f19a367fc79f - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_authorized_lb_admin [0.481596s] ... ok 2018-09-14 10:25:48.951 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] CREATE BACKEND sqlite:// TOKEN trmzhgycrw 2018-09-14 10:25:49.147 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.151 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN trmzhgycrw 2018-09-14 10:25:49.152 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_models.PoolModelTest.test_delete [0.207668s] ... ok 2018-09-14 10:25:51.020 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] CREATE BACKEND sqlite:// TOKEN suiotugrhn 2018-09-14 10:25:51.391 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.395 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN suiotugrhn 2018-09-14 10:25:51.396 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.db.test_models.ListenerStatisticsModelTest.test_create [0.382593s] ... ok 2018-09-14 10:25:49.605 2251 INFO oslo_db.sqlalchemy.provision [req-73fb6d40-b3af-4365-8aa5-e15edfdbfc7d - - - - -] CREATE BACKEND sqlite:// TOKEN bfzntwzlvb 2018-09-14 10:25:49.764 2251 INFO octavia.common.config [req-73fb6d40-b3af-4365-8aa5-e15edfdbfc7d - - - - -] Logging enabled! 2018-09-14 10:25:49.765 2251 INFO octavia.common.config [req-73fb6d40-b3af-4365-8aa5-e15edfdbfc7d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.803 2251 WARNING octavia.api.root_controller [req-73fb6d40-b3af-4365-8aa5-e15edfdbfc7d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.828 2251 INFO octavia.api.v2.controllers.load_balancer [req-bbdaab28-faab-4336-b839-ed4fac701562 - - - - -] Sending created Load Balancer d71fcf1c-0709-4a44-8c50-616523c7c17c to the handler 2018-09-14 10:25:49.893 2251 INFO oslo_db.sqlalchemy.provision [req-a79164dc-4855-48d8-8f3c-06bedaa62301 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.896 2251 INFO oslo_db.sqlalchemy.provision [req-a79164dc-4855-48d8-8f3c-06bedaa62301 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bfzntwzlvb 2018-09-14 10:25:49.897 2251 INFO oslo_db.sqlalchemy.provision [req-a79164dc-4855-48d8-8f3c-06bedaa62301 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses [0.299379s] ... ok 2018-09-14 10:25:49.085 2268 INFO oslo_db.sqlalchemy.provision [req-1064489f-5c62-4341-b8b1-7b158bcfa8d4 - - - - -] CREATE BACKEND sqlite:// TOKEN mtenbubzxt 2018-09-14 10:25:49.240 2268 INFO octavia.common.config [req-1064489f-5c62-4341-b8b1-7b158bcfa8d4 - - - - -] Logging enabled! 2018-09-14 10:25:49.241 2268 INFO octavia.common.config [req-1064489f-5c62-4341-b8b1-7b158bcfa8d4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.276 2268 WARNING octavia.api.root_controller [req-1064489f-5c62-4341-b8b1-7b158bcfa8d4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.358 2268 INFO oslo_db.sqlalchemy.provision [req-af582a7d-f3ac-45fa-b21c-8254aef4f186 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.362 2268 INFO oslo_db.sqlalchemy.provision [req-af582a7d-f3ac-45fa-b21c-8254aef4f186 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mtenbubzxt 2018-09-14 10:25:49.362 2268 INFO oslo_db.sqlalchemy.provision [req-af582a7d-f3ac-45fa-b21c-8254aef4f186 - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_not_Authorized_bogus_role [0.284219s] ... ok 2018-09-14 10:25:49.609 2244 INFO oslo_db.sqlalchemy.provision [req-4ebcee87-2db3-4361-9da9-2dc6e922970b - - - - -] CREATE BACKEND sqlite:// TOKEN cgqanyiyge 2018-09-14 10:25:49.774 2244 INFO octavia.common.config [req-4ebcee87-2db3-4361-9da9-2dc6e922970b - - - - -] Logging enabled! 2018-09-14 10:25:49.775 2244 INFO octavia.common.config [req-4ebcee87-2db3-4361-9da9-2dc6e922970b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.815 2244 WARNING octavia.api.root_controller [req-4ebcee87-2db3-4361-9da9-2dc6e922970b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.870 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.874 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cgqanyiyge 2018-09-14 10:25:49.875 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_not_Authorized_no_role [0.271963s] ... ok 2018-09-14 10:25:48.077 2263 INFO oslo_db.sqlalchemy.provision [req-c721f4fb-47f3-434a-878d-7df11217e925 - - - - -] CREATE BACKEND sqlite:// TOKEN tzcmhtocee 2018-09-14 10:25:48.238 2263 INFO octavia.common.config [req-c721f4fb-47f3-434a-878d-7df11217e925 - - - - -] Logging enabled! 2018-09-14 10:25:48.239 2263 INFO octavia.common.config [req-c721f4fb-47f3-434a-878d-7df11217e925 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:48.277 2263 WARNING octavia.api.root_controller [req-c721f4fb-47f3-434a-878d-7df11217e925 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:48.304 2263 INFO octavia.api.v2.controllers.load_balancer [req-4add3357-8bb6-4fa3-80b9-d69d8494dbf0 - - - - -] Sending created Load Balancer 9eda608f-b175-4365-9f15-f00a75c823e6 to the handler 2018-09-14 10:25:48.540 2263 INFO octavia.api.v2.controllers.listener [req-ccead5b5-5ea7-44ec-a71c-e0a74c81ac66 - - - - -] Sending Creation of Listener a0796307-36ea-45e4-891f-2be33cb81318 to handler 2018-09-14 10:25:48.882 2263 INFO octavia.api.v2.controllers.pool [req-56fc81f2-0e72-40cf-ab24-9aabd7e0cf99 - d66921d4-b3e0-45ac-8cbe-b07d319a5e66 - - -] Sending Creation of Pool 86176cf3-ee28-43ea-bbe1-ab8784008822 to handler 2018-09-14 10:25:49.569 2263 INFO oslo_db.sqlalchemy.provision [req-57a54119-14e8-4f94-96e1-a4b4e327bd3c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.572 2263 INFO oslo_db.sqlalchemy.provision [req-57a54119-14e8-4f94-96e1-a4b4e327bd3c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tzcmhtocee 2018-09-14 10:25:49.573 2263 INFO oslo_db.sqlalchemy.provision [req-57a54119-14e8-4f94-96e1-a4b4e327bd3c - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_authorized [1.503273s] ... ok 2018-09-14 10:25:54.665 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] CREATE BACKEND sqlite:// TOKEN sjvqozxtqp 2018-09-14 10:25:54.826 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.829 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sjvqozxtqp 2018-09-14 10:25:54.829 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_amphora [0.170740s] ... ok 2018-09-14 10:25:47.853 2249 INFO oslo_db.sqlalchemy.provision [req-abe13b4c-9203-4830-a2a2-db543c934f60 - - - - -] CREATE BACKEND sqlite:// TOKEN qyaxgsnlur 2018-09-14 10:25:48.018 2249 INFO octavia.common.config [req-abe13b4c-9203-4830-a2a2-db543c934f60 - - - - -] Logging enabled! 2018-09-14 10:25:48.019 2249 INFO octavia.common.config [req-abe13b4c-9203-4830-a2a2-db543c934f60 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:48.059 2249 WARNING octavia.api.root_controller [req-abe13b4c-9203-4830-a2a2-db543c934f60 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:48.087 2249 INFO octavia.api.v2.controllers.load_balancer [req-ae45377b-6c09-46ab-9e2a-723c095019c3 - - - - -] Sending created Load Balancer 427b5c3b-f1d6-4e2c-a9ca-5d624227be0b to the handler 2018-09-14 10:25:48.345 2249 INFO octavia.api.v2.controllers.listener [req-b87776d6-ac52-4c81-bee4-91e6de55eadc - - - - -] Sending Creation of Listener 0120395a-2bb0-44ea-9e29-ff59a5ebcb89 to handler 2018-09-14 10:25:48.646 2249 INFO octavia.api.v2.controllers.pool [req-fc1a3888-2421-43aa-838b-b0d5d09bfcbd - - - - -] Sending Creation of Pool 5a964ac2-f50f-4ba9-be7a-848bf78790ad to handler 2018-09-14 10:25:48.981 2249 INFO octavia.api.v2.controllers.health_monitor [req-1c7cb807-9db8-4123-b204-86f66acc688d - - - - -] Sending Creation of Health Monitor 75b40c83-4314-4a7d-a7bd-a16f90b50721 to handler 2018-09-14 10:25:49.429 2249 INFO octavia.api.v2.controllers.pool [req-c70a225b-4605-4881-93a2-7ab97b8d0fce - - - - -] Sending Creation of Pool 493d35bd-68e6-4e09-81b6-13812f21e8e5 to handler 2018-09-14 10:25:49.796 2249 INFO octavia.api.v2.controllers.pool [req-54aa6426-e7bc-4351-8a4a-2644266d8a7e - - - - -] Sending Creation of Pool a43e8126-9aca-42ae-bff1-c6570e0bb7e3 to handler 2018-09-14 10:25:50.247 2249 INFO oslo_db.sqlalchemy.provision [req-41a99579-28b3-4a14-8634-71e5a07291f1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.250 2249 INFO oslo_db.sqlalchemy.provision [req-41a99579-28b3-4a14-8634-71e5a07291f1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qyaxgsnlur 2018-09-14 10:25:50.251 2249 INFO oslo_db.sqlalchemy.provision [req-41a99579-28b3-4a14-8634-71e5a07291f1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_filter [2.404580s] ... ok 2018-09-14 10:25:48.268 2250 INFO oslo_db.sqlalchemy.provision [req-76c246ea-652d-4480-b100-f116d202e721 - - - - -] CREATE BACKEND sqlite:// TOKEN hfbavcxcyg 2018-09-14 10:25:48.426 2250 INFO octavia.common.config [req-76c246ea-652d-4480-b100-f116d202e721 - - - - -] Logging enabled! 2018-09-14 10:25:48.427 2250 INFO octavia.common.config [req-76c246ea-652d-4480-b100-f116d202e721 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:48.465 2250 WARNING octavia.api.root_controller [req-76c246ea-652d-4480-b100-f116d202e721 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:48.491 2250 INFO octavia.api.v2.controllers.load_balancer [req-cbbea535-6594-4e52-bc4e-294cb10d963c - - - - -] Sending created Load Balancer a6d68d98-0698-4f8f-b683-d68ef4dcbcaf to the handler 2018-09-14 10:25:48.876 2250 INFO octavia.api.v2.controllers.listener [req-39aa5224-28d0-4dbd-844e-ba05672c0a07 - - - - -] Sending Creation of Listener f8e3d3cd-ce79-4df5-8468-7883d1e7ee66 to handler 2018-09-14 10:25:49.199 2250 INFO octavia.api.v2.controllers.pool [req-f25dcd02-0933-4573-a312-1bd03f06546a - - - - -] Sending Creation of Pool 3916c429-f4ee-4766-8a8a-e22b7d877c30 to handler 2018-09-14 10:25:49.540 2250 INFO octavia.api.v2.controllers.pool [req-be295f18-cf78-42ad-bed2-346404cab2f8 - - - - -] Sending Update of Pool 3916c429-f4ee-4766-8a8a-e22b7d877c30 to handler 2018-09-14 10:25:49.744 2250 INFO oslo_db.sqlalchemy.provision [req-6bc43a37-78e5-4631-915a-c96aa927f0ed - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.748 2250 INFO oslo_db.sqlalchemy.provision [req-6bc43a37-78e5-4631-915a-c96aa927f0ed - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hfbavcxcyg 2018-09-14 10:25:49.749 2250 INFO oslo_db.sqlalchemy.provision [req-6bc43a37-78e5-4631-915a-c96aa927f0ed - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:54.291 2240 INFO oslo_db.sqlalchemy.provision [req-00519a0f-772c-4d11-8800-24d799a96cd3 - - - - -] CREATE BACKEND sqlite:// TOKEN yurwbvywmr 2018-09-14 10:25:54.400 2240 INFO octavia.common.config [req-00519a0f-772c-4d11-8800-24d799a96cd3 - - - - -] Logging enabled! 2018-09-14 10:25:54.400 2240 INFO octavia.common.config [req-00519a0f-772c-4d11-8800-24d799a96cd3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:54.427 2240 WARNING octavia.api.root_controller [req-00519a0f-772c-4d11-8800-24d799a96cd3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:54.449 2240 INFO octavia.api.v2.controllers.load_balancer [req-e41a9894-1bc2-4ff4-85e4-4e1e7d9758eb - - - - -] Sending created Load Balancer 3f89059a-49c6-40f8-bf92-273ce80ffe62 to the handler 2018-09-14 10:25:54.649 2240 INFO octavia.api.v2.controllers.listener [req-99a46957-b002-46c7-b285-288a81bd5244 - - - - -] Sending Creation of Listener 8eb5e927-06b6-44f8-b78f-cd4345ed3696 to handler 2018-09-14 10:25:54.839 2240 INFO octavia.api.v2.controllers.pool [req-76acf495-e8a9-4b48-954c-9d387c0964b9 - - - - -] Sending Creation of Pool 6f1c7d40-6615-4a9c-b1f2-68934ea9d6f8 to handler 2018-09-14 10:25:55.171 2240 INFO octavia.api.v2.controllers.pool [req-0c931bfd-90c9-4b09-b0fe-c43644a0ea9b - - - - -] Sending Creation of Pool 3f8454c6-06f9-4056-8620-7518716505c4 to handler 2018-09-14 10:25:55.397 2240 INFO octavia.api.v2.controllers.member [req-2d6e7b4a-5375-4b57-9244-6a74f1a76cdd - - - - -] Sending Creation of Member c963783c-d4ae-4299-952a-40c193d972a3 to handler 2018-09-14 10:25:55.614 2240 INFO octavia.api.v2.controllers.member [req-c8b075f1-0644-4734-bd88-b5468234fd04 - - - - -] Sending Update of Member c963783c-d4ae-4299-952a-40c193d972a3 to handler 2018-09-14 10:25:56.046 2240 INFO oslo_db.sqlalchemy.provision [req-37984471-6eeb-463c-bb1c-11c0d5c87a37 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.049 2240 INFO oslo_db.sqlalchemy.provision [req-37984471-6eeb-463c-bb1c-11c0d5c87a37 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yurwbvywmr 2018-09-14 10:25:56.049 2240 INFO oslo_db.sqlalchemy.provision [req-37984471-6eeb-463c-bb1c-11c0d5c87a37 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_update_with_attached_listener [1.761845s] ... ok {11} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_session_persistence [1.486498s] ... ok 2018-09-14 10:25:54.842 2239 INFO oslo_db.sqlalchemy.provision [req-1a80b1d2-3412-40cf-a34a-0482c4fba620 - - - - -] CREATE BACKEND sqlite:// TOKEN kwevarmpgs 2018-09-14 10:25:54.951 2239 INFO octavia.common.config [req-1a80b1d2-3412-40cf-a34a-0482c4fba620 - - - - -] Logging enabled! 2018-09-14 10:25:54.952 2239 INFO octavia.common.config [req-1a80b1d2-3412-40cf-a34a-0482c4fba620 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:54.984 2239 WARNING octavia.api.root_controller [req-1a80b1d2-3412-40cf-a34a-0482c4fba620 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:55.001 2239 INFO octavia.api.v2.controllers.load_balancer [req-cb50b7bb-b4bc-4652-892c-ce23f6fc05ab - - - - -] Sending created Load Balancer 2b8bb00e-6246-48af-8e38-003192709386 to the handler 2018-09-14 10:25:55.213 2239 INFO octavia.api.v2.controllers.listener [req-5201ccfc-faa7-4bd4-8abc-dba029c4cdff - - - - -] Sending Creation of Listener e631e5ae-cc25-4351-9e49-81222aeaed37 to handler 2018-09-14 10:25:55.501 2239 INFO octavia.api.v2.controllers.pool [req-a81cff4c-3c46-45ad-949a-d9077a230215 - - - - -] Sending Creation of Pool 876f41dd-1246-4692-977c-e67adbe283b2 to handler 2018-09-14 10:25:55.694 2239 INFO octavia.api.v2.controllers.pool [req-fdecefbc-dfa1-4f7a-9ffd-44ec714a0abb - - - - -] Sending Creation of Pool 814c0a57-21d1-42e8-9daa-6946fcfd0d26 to handler 2018-09-14 10:25:55.938 2239 INFO octavia.api.v2.controllers.l7policy [req-7eb53ebf-927f-42e4-893d-0ecebbcf6b78 - - - - -] Sending Creation of L7Policy d69c5fb9-b915-4830-8e5a-d80b8b07517e to handler 2018-09-14 10:25:56.371 2239 INFO octavia.api.v2.controllers.l7rule [req-6633673f-eab4-4200-a960-b326c9f5ef67 - - - - -] Sending Creation of L7Rule ebfeeec3-b591-42f6-a025-20723809c261 to handler 2018-09-14 10:25:56.421 2239 INFO oslo_db.sqlalchemy.provision [req-7b7a24e7-b026-4ad6-98d0-5034f9989978 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.423 2239 INFO oslo_db.sqlalchemy.provision [req-7b7a24e7-b026-4ad6-98d0-5034f9989978 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kwevarmpgs 2018-09-14 10:25:56.424 2239 INFO oslo_db.sqlalchemy.provision [req-7b7a24e7-b026-4ad6-98d0-5034f9989978 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_pools [1.585548s] ... ok 2018-09-14 10:25:48.163 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] CREATE BACKEND sqlite:// TOKEN uuvermsxlh 2018-09-14 10:25:48.352 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.356 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uuvermsxlh 2018-09-14 10:25:48.356 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_models.SessionPersistenceModelTest.test_update [0.199282s] ... ok 2018-09-14 10:25:49.159 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] CREATE BACKEND sqlite:// TOKEN sdwedxkmyz 2018-09-14 10:25:49.479 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.483 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sdwedxkmyz 2018-09-14 10:25:49.484 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_l7policy_tree [0.331183s] ... ok 2018-09-14 10:25:51.403 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] CREATE BACKEND sqlite:// TOKEN fhktfizpea 2018-09-14 10:25:51.706 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.710 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fhktfizpea 2018-09-14 10:25:51.710 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_vip_tree [0.313511s] ... ok 2018-09-14 10:25:50.262 2252 INFO oslo_db.sqlalchemy.provision [req-f844244d-df77-4bfc-9433-2a61ea2b2eac - - - - -] CREATE BACKEND sqlite:// TOKEN kawdudwphb 2018-09-14 10:25:50.455 2252 INFO octavia.common.config [req-f844244d-df77-4bfc-9433-2a61ea2b2eac - - - - -] Logging enabled! 2018-09-14 10:25:50.456 2252 INFO octavia.common.config [req-f844244d-df77-4bfc-9433-2a61ea2b2eac - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.515 2252 WARNING octavia.api.root_controller [req-f844244d-df77-4bfc-9433-2a61ea2b2eac - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.566 2252 INFO octavia.api.v2.controllers.load_balancer [req-c72f44e9-2ec6-48b9-97e9-a7f1fddb134d - - - - -] Sending created Load Balancer 32855e2e-dbfd-417b-a3d5-74ad756ed4d3 to the handler 2018-09-14 10:25:50.887 2252 INFO octavia.api.v2.controllers.pool [req-0165d8c0-4d44-4fd2-9129-edef8df91b8c - - - - -] Sending Creation of Pool fad11b6f-fa18-4d2d-bad7-93c0f5f02a48 to handler 2018-09-14 10:25:51.169 2252 INFO octavia.api.v2.controllers.listener [req-f754cf57-0929-40a0-aab5-10d653625be0 - - - - -] Sending Creation of Listener 9a921b31-3b66-45e3-ba32-973ef20ddcb3 to handler 2018-09-14 10:25:51.669 2252 INFO octavia.api.v2.controllers.listener [req-3b8e7dfc-d920-4264-bcd3-678b1b669576 - - - - -] Sending Update of Listener 9a921b31-3b66-45e3-ba32-973ef20ddcb3 to handler 2018-09-14 10:25:51.804 2252 INFO oslo_db.sqlalchemy.provision [req-b42617db-a46d-4626-a179-d6bf8cdd2c79 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.808 2252 INFO oslo_db.sqlalchemy.provision [req-b42617db-a46d-4626-a179-d6bf8cdd2c79 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kawdudwphb 2018-09-14 10:25:51.809 2252 INFO oslo_db.sqlalchemy.provision [req-b42617db-a46d-4626-a179-d6bf8cdd2c79 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_with_sni_data [1.554328s] ... ok 2018-09-14 10:25:49.408 2266 INFO oslo_db.sqlalchemy.provision [req-7347c18c-c5ea-45f2-a5bc-172c130a17c9 - - - - -] CREATE BACKEND sqlite:// TOKEN yvmlckfoie 2018-09-14 10:25:49.559 2266 INFO octavia.common.config [req-7347c18c-c5ea-45f2-a5bc-172c130a17c9 - - - - -] Logging enabled! 2018-09-14 10:25:49.560 2266 INFO octavia.common.config [req-7347c18c-c5ea-45f2-a5bc-172c130a17c9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.600 2266 WARNING octavia.api.root_controller [req-7347c18c-c5ea-45f2-a5bc-172c130a17c9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.627 2266 INFO octavia.api.v2.controllers.load_balancer [req-db1689cf-9a1f-40c5-b3c2-5175e02148a6 - - - - -] Sending created Load Balancer e1f8ca1a-4ded-4de3-a2c9-98275f312547 to the handler 2018-09-14 10:25:49.667 2266 INFO oslo_db.sqlalchemy.provision [req-db1689cf-9a1f-40c5-b3c2-5175e02148a6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.671 2266 INFO oslo_db.sqlalchemy.provision [req-db1689cf-9a1f-40c5-b3c2-5175e02148a6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yvmlckfoie 2018-09-14 10:25:49.672 2266 INFO oslo_db.sqlalchemy.provision [req-db1689cf-9a1f-40c5-b3c2-5175e02148a6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_provider_octavia [0.269485s] ... ok 2018-09-14 10:25:47.934 2262 INFO oslo_db.sqlalchemy.provision [req-6fc754a8-aa08-4dbf-b976-56a4d2d71d22 - - - - -] CREATE BACKEND sqlite:// TOKEN tqgheuavfo 2018-09-14 10:25:48.100 2262 INFO octavia.common.config [req-6fc754a8-aa08-4dbf-b976-56a4d2d71d22 - - - - -] Logging enabled! 2018-09-14 10:25:48.101 2262 INFO octavia.common.config [req-6fc754a8-aa08-4dbf-b976-56a4d2d71d22 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:48.140 2262 WARNING octavia.api.root_controller [req-6fc754a8-aa08-4dbf-b976-56a4d2d71d22 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:48.167 2262 INFO octavia.api.v2.controllers.load_balancer [req-1a8f14ae-3729-428e-9828-dfb1b6547940 - - - - -] Sending created Load Balancer c8fcbe0c-ef96-4f17-aacb-bce2959d46bc to the handler 2018-09-14 10:25:48.426 2262 INFO octavia.api.v2.controllers.listener [req-05dd3a79-9ecf-42e9-8dd7-21c9a02982d7 - - - - -] Sending Creation of Listener 676f8db1-bb79-426e-99f4-2895b791c582 to handler 2018-09-14 10:25:48.725 2262 INFO octavia.api.v2.controllers.l7policy [req-902073e5-5308-4d75-9065-fe109fedd594 - - - - -] Sending Creation of L7Policy 370752a2-9254-40b4-8445-9289a9d9c2cd to handler 2018-09-14 10:25:49.374 2262 INFO octavia.api.v2.controllers.l7rule [req-f68d48ba-f310-4ffd-b514-f97c8b9ff30f - - - - -] Sending Creation of L7Rule 6c075ab8-5d1c-40b1-bd3d-501fad71e08f to handler 2018-09-14 10:25:49.888 2262 INFO oslo_db.sqlalchemy.provision [req-d220df92-b2cf-4b6f-9cb0-dd49bece6689 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.892 2262 INFO oslo_db.sqlalchemy.provision [req-d220df92-b2cf-4b6f-9cb0-dd49bece6689 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tqgheuavfo 2018-09-14 10:25:49.892 2262 INFO oslo_db.sqlalchemy.provision [req-d220df92-b2cf-4b6f-9cb0-dd49bece6689 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_one_fields_filter [1.964836s] ... ok 2018-09-14 10:25:49.882 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] CREATE BACKEND sqlite:// TOKEN rswtzsnzpz 2018-09-14 10:25:50.069 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.073 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rswtzsnzpz 2018-09-14 10:25:50.073 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.db.test_models.AmphoraModelTest.test_create [0.198036s] ... ok 2018-09-14 10:25:45.277 2256 INFO oslo_db.sqlalchemy.provision [req-c508546f-3946-495e-8814-b4d3aa586be6 - - - - -] CREATE BACKEND sqlite:// TOKEN xakvbbvszv 2018-09-14 10:25:45.446 2256 INFO octavia.common.config [req-c508546f-3946-495e-8814-b4d3aa586be6 - - - - -] Logging enabled! 2018-09-14 10:25:45.447 2256 INFO octavia.common.config [req-c508546f-3946-495e-8814-b4d3aa586be6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.493 2256 WARNING octavia.api.root_controller [req-c508546f-3946-495e-8814-b4d3aa586be6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.518 2256 INFO octavia.api.v2.controllers.load_balancer [req-dc176d46-c817-43f1-aa1f-a21e6584640b - - - - -] Sending created Load Balancer d80b7264-8dd2-4786-a52f-27f2de06aeb7 to the handler 2018-09-14 10:25:45.769 2256 INFO octavia.api.v2.controllers.listener [req-4cf15b27-7b91-4e12-af4a-9d9e9fe1de89 - - - - -] Sending Creation of Listener df4b2a4d-6b9d-425d-8ca6-ee42757c8957 to handler 2018-09-14 10:25:46.110 2256 INFO octavia.api.v2.controllers.pool [req-926bf32e-7a93-4cde-905b-5d7c5b67a80e - - - - -] Sending Creation of Pool 57a806ca-6a29-45d5-bd34-7296ef518c12 to handler 2018-09-14 10:25:46.422 2256 INFO octavia.api.v2.controllers.pool [req-035b2a19-57cb-4c4b-aa00-f7c470fdd80b - - - - -] Sending Deletion of Pool 57a806ca-6a29-45d5-bd34-7296ef518c12 to handler 2018-09-14 10:25:46.707 2256 INFO oslo_db.sqlalchemy.provision [req-78028d74-7c2e-48ec-8c87-16700e3d175f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:46.710 2256 INFO oslo_db.sqlalchemy.provision [req-78028d74-7c2e-48ec-8c87-16700e3d175f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xakvbbvszv 2018-09-14 10:25:46.711 2256 INFO oslo_db.sqlalchemy.provision [req-78028d74-7c2e-48ec-8c87-16700e3d175f - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_with_session_persistence [1.441182s] ... ok 2018-09-14 10:25:45.613 2254 INFO oslo_db.sqlalchemy.provision [req-9da0ad00-f07b-45bd-9c88-df844817843a - - - - -] CREATE BACKEND sqlite:// TOKEN aznrgdxmhb 2018-09-14 10:25:45.773 2254 INFO octavia.common.config [req-9da0ad00-f07b-45bd-9c88-df844817843a - - - - -] Logging enabled! 2018-09-14 10:25:45.774 2254 INFO octavia.common.config [req-9da0ad00-f07b-45bd-9c88-df844817843a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.808 2254 WARNING octavia.api.root_controller [req-9da0ad00-f07b-45bd-9c88-df844817843a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.832 2254 INFO octavia.api.v2.controllers.load_balancer [req-f14be59b-c0b6-4402-9a5d-28e9ab9b6c32 - - - - -] Sending created Load Balancer ef4dc585-8145-45cc-a1dc-471481db1419 to the handler 2018-09-14 10:25:46.089 2254 INFO octavia.api.v2.controllers.listener [req-b72f14a8-cf10-4943-b897-ff507db59ac2 - - - - -] Sending Creation of Listener b28f41dc-78c3-4969-9865-c0dab0460284 to handler 2018-09-14 10:25:46.375 2254 INFO octavia.api.v2.controllers.pool [req-04e84cf4-bd2d-4b6d-8e5a-d1f31c29af7f - - - - -] Sending Creation of Pool bc17581d-a1d1-4b09-8fd2-7a6d523495fc to handler 2018-09-14 10:25:46.734 2254 INFO octavia.api.v2.controllers.pool [req-0df7e94d-eec7-4ff1-8ff7-8c6fed1ed836 - - - - -] Sending Creation of Pool 671027be-dad6-47e6-9329-9a90c7564e89 to handler 2018-09-14 10:25:47.297 2254 INFO octavia.api.v2.controllers.member [req-13fc22a9-f1c4-4178-8701-0c1252a675f5 - - - - -] Sending Creation of Member 4b1c40e3-b77e-4466-bd97-92646caa9eb8 to handler 2018-09-14 10:25:47.612 2254 INFO octavia.api.v2.controllers.load_balancer [req-af7e52f6-6d75-44dc-900a-bff940f296b9 - - - - -] Sending updated Load Balancer ef4dc585-8145-45cc-a1dc-471481db1419 to the handler 2018-09-14 10:25:47.712 2254 INFO octavia.api.v2.controllers.member [req-935b3033-2949-419d-b56c-c839547aead3 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:47.738 2254 INFO oslo_db.sqlalchemy.provision [req-935b3033-2949-419d-b56c-c839547aead3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.742 2254 INFO oslo_db.sqlalchemy.provision [req-935b3033-2949-419d-b56c-c839547aead3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aznrgdxmhb 2018-09-14 10:25:47.743 2254 INFO oslo_db.sqlalchemy.provision [req-935b3033-2949-419d-b56c-c839547aead3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_member.TestMember.test_update_when_lb_pending_update [2.136726s] ... ok 2018-09-14 10:25:43.970 2259 INFO oslo_db.sqlalchemy.provision [req-6347d029-8576-4160-a73b-4bdc36b1bf88 - - - - -] CREATE BACKEND sqlite:// TOKEN pahyaugyxb 2018-09-14 10:25:44.126 2259 INFO octavia.common.config [req-6347d029-8576-4160-a73b-4bdc36b1bf88 - - - - -] Logging enabled! 2018-09-14 10:25:44.126 2259 INFO octavia.common.config [req-6347d029-8576-4160-a73b-4bdc36b1bf88 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:44.168 2259 WARNING octavia.api.root_controller [req-6347d029-8576-4160-a73b-4bdc36b1bf88 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:44.195 2259 INFO octavia.api.v2.controllers.load_balancer [req-95823001-0346-4322-a78c-3f364c8f625a - - - - -] Sending created Load Balancer 2ebcff46-84fe-4ad8-90c6-47d6e9fe71e9 to the handler 2018-09-14 10:25:44.450 2259 INFO octavia.api.v2.controllers.listener [req-64572d6f-3b45-4418-bbd1-91066cc92097 - - - - -] Sending Creation of Listener f4704f29-1c2b-4067-9cda-6793dfdf9900 to handler 2018-09-14 10:25:44.743 2259 INFO octavia.api.v2.controllers.pool [req-638cc665-981c-4cd0-8aed-23ba7622238d - - - - -] Sending Creation of Pool 611f1ad7-e0dd-4da4-b809-3994e6f15bb9 to handler 2018-09-14 10:25:45.094 2259 INFO octavia.api.v2.controllers.pool [req-8811e12d-f0e4-4ebd-8316-6ec753641a7b - - - - -] Sending Creation of Pool 4d43bf20-03da-43f7-a42c-d00d654a4036 to handler 2018-09-14 10:25:45.477 2259 INFO octavia.api.v2.controllers.member [req-12758b81-7fd5-4109-a51c-32f826d2031e - - - - -] Sending Creation of Member 5ae24897-21cf-4431-81c5-2e2fdb625280 to handler 2018-09-14 10:25:45.789 2259 INFO octavia.api.v2.controllers.load_balancer [req-5b4fd97f-6ba6-4d6e-83e5-1aa71a8f92e6 - - - - -] Sending deleted Load Balancer 2ebcff46-84fe-4ad8-90c6-47d6e9fe71e9 to the handler 2018-09-14 10:25:45.884 2259 INFO octavia.api.v2.controllers.member [req-b4e24c62-9741-4d96-be60-b3505e22e8d2 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:45.910 2259 INFO oslo_db.sqlalchemy.provision [req-b4e24c62-9741-4d96-be60-b3505e22e8d2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:45.914 2259 INFO oslo_db.sqlalchemy.provision [req-b4e24c62-9741-4d96-be60-b3505e22e8d2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pahyaugyxb 2018-09-14 10:25:45.914 2259 INFO oslo_db.sqlalchemy.provision [req-b4e24c62-9741-4d96-be60-b3505e22e8d2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_when_lb_pending_delete [1.949966s] ... ok 2018-09-14 10:25:53.597 2269 INFO oslo_db.sqlalchemy.provision [req-3154278c-6b8c-4f8f-9fa5-b2042d735dd0 - - - - -] CREATE BACKEND sqlite:// TOKEN mwhmlwjitk 2018-09-14 10:25:53.707 2269 INFO octavia.common.config [req-3154278c-6b8c-4f8f-9fa5-b2042d735dd0 - - - - -] Logging enabled! 2018-09-14 10:25:53.708 2269 INFO octavia.common.config [req-3154278c-6b8c-4f8f-9fa5-b2042d735dd0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:53.746 2269 WARNING octavia.api.root_controller [req-3154278c-6b8c-4f8f-9fa5-b2042d735dd0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:53.762 2269 INFO octavia.api.v2.controllers.load_balancer [req-890559e5-99b9-44a5-8398-78d6771680d3 - - - - -] Sending created Load Balancer 013c6bf8-4491-41d4-9d53-81c6c474fa1d to the handler 2018-09-14 10:25:53.932 2269 INFO octavia.api.v2.controllers.listener [req-209b708b-dd67-4f7d-bf7c-decd0cd0b4bc - - - - -] Sending Creation of Listener 00ab4bfb-5c68-435a-81db-96ed1e95c0e0 to handler 2018-09-14 10:25:54.262 2269 INFO octavia.api.v2.controllers.pool [req-ccfbde28-e797-4cad-a1ab-1844a3c3ef64 - - - - -] Sending Creation of Pool 83f044eb-919f-4ea7-81c3-019babd4f1c9 to handler 2018-09-14 10:25:54.471 2269 INFO octavia.api.v2.controllers.pool [req-4a1d2d31-1c2f-43d2-92b1-1769ae13187d - - - - -] Sending Deletion of Pool 83f044eb-919f-4ea7-81c3-019babd4f1c9 to handler 2018-09-14 10:25:54.577 2269 INFO oslo_db.sqlalchemy.provision [req-7a173e33-79b5-4070-8eb6-376a80bfda59 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.580 2269 INFO oslo_db.sqlalchemy.provision [req-7a173e33-79b5-4070-8eb6-376a80bfda59 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mwhmlwjitk 2018-09-14 10:25:54.581 2269 INFO oslo_db.sqlalchemy.provision [req-7a173e33-79b5-4070-8eb6-376a80bfda59 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:49.991 2264 INFO oslo_db.sqlalchemy.provision [req-220a3dc7-5255-4d98-b921-6d930870e562 - - - - -] CREATE BACKEND sqlite:// TOKEN ymklggnsmz 2018-09-14 10:25:50.151 2264 INFO octavia.common.config [req-220a3dc7-5255-4d98-b921-6d930870e562 - - - - -] Logging enabled! 2018-09-14 10:25:50.152 2264 INFO octavia.common.config [req-220a3dc7-5255-4d98-b921-6d930870e562 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.191 2264 WARNING octavia.api.root_controller [req-220a3dc7-5255-4d98-b921-6d930870e562 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.217 2264 INFO octavia.api.v2.controllers.load_balancer [req-7213b603-28b1-488e-b1af-2f1b8393b305 - - - - -] Sending created Load Balancer ccfc5003-8ffe-4f47-b257-3b1e3e546044 to the handler 2018-09-14 10:25:50.472 2264 INFO octavia.api.v2.controllers.listener [req-75ade6de-8e0d-42d0-bed1-f52eca89a45a - - - - -] Sending Creation of Listener 4f802a82-ab93-4d06-a762-4929d275c8b5 to handler 2018-09-14 10:25:50.714 2264 ERROR octavia.api.v2.controllers.base [req-e50e0192-9c65-4e3f-9753-17ac2f7fb13c - - - - -] Pool 622ee168-a5be-4f5a-a0df-b19693d86557 not found: None 2018-09-14 10:25:50.714 2264 ERROR octavia.api.v2.controllers.base None 2018-09-14 10:25:50.714 2264 ERROR octavia.api.v2.controllers.base 2018-09-14 10:25:50.741 2264 INFO oslo_db.sqlalchemy.provision [req-e50e0192-9c65-4e3f-9753-17ac2f7fb13c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.744 2264 INFO oslo_db.sqlalchemy.provision [req-e50e0192-9c65-4e3f-9753-17ac2f7fb13c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ymklggnsmz 2018-09-14 10:25:50.745 2264 INFO oslo_db.sqlalchemy.provision [req-e50e0192-9c65-4e3f-9753-17ac2f7fb13c - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_with_bad_handler [0.988805s] ... ok {25} octavia.tests.functional.api.v2.test_pool.TestPool.test_bad_get [0.760863s] ... ok 2018-09-14 10:25:54.836 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] CREATE BACKEND sqlite:// TOKEN cuiwvxthxs 2018-09-14 10:25:54.993 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.995 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cuiwvxthxs 2018-09-14 10:25:54.995 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_repositories.SNIRepositoryTest.test_create [0.164779s] ... ok 2018-09-14 10:26:03.148 2242 INFO octavia.api.v2.controllers.l7rule [req-dee5ad8f-0967-49d2-af77-100f2d1f82c6 - - - - -] Sending Creation of L7Rule b2fa2c50-facb-4dc7-aaae-94f2d771eb48 to handler 2018-09-14 10:25:48.363 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] CREATE BACKEND sqlite:// TOKEN lobzrvgfem 2018-09-14 10:25:48.717 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.721 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lobzrvgfem 2018-09-14 10:25:48.722 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_amphora_delete [0.364907s] ... ok 2018-09-14 10:25:50.615 2241 INFO oslo_db.sqlalchemy.provision [req-fbff1b77-e020-4f53-b091-7342654efdb5 - - - - -] CREATE BACKEND sqlite:// TOKEN alwboamzpb 2018-09-14 10:25:50.812 2241 INFO octavia.common.config [req-fbff1b77-e020-4f53-b091-7342654efdb5 - - - - -] Logging enabled! 2018-09-14 10:25:50.813 2241 INFO octavia.common.config [req-fbff1b77-e020-4f53-b091-7342654efdb5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.851 2241 WARNING octavia.api.root_controller [req-fbff1b77-e020-4f53-b091-7342654efdb5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.875 2241 INFO octavia.api.v2.controllers.load_balancer [req-a544660b-a738-41e5-b94c-5ef4e5ca4f2c - - - - -] Sending created Load Balancer b384eb72-28ed-451b-b0cd-166c12457f82 to the handler 2018-09-14 10:25:51.119 2241 INFO octavia.api.v2.controllers.pool [req-ede63dbf-4325-440d-a32a-73931162699d - - - - -] Sending Creation of Pool fa69bced-e711-4959-85dd-c40d8d8a6dda to handler 2018-09-14 10:25:51.518 2241 INFO octavia.api.v2.controllers.listener [req-3e303d27-f664-48dc-a3b0-26b9f59a7af0 - - - - -] Sending Creation of Listener a2bca8a5-c492-4539-bdb0-d54c36fe899f to handler 2018-09-14 10:25:51.824 2241 INFO octavia.api.v2.controllers.listener [req-708d725c-e6ae-45ea-ad2a-4338ee3b786b - - - - -] Sending Update of Listener a2bca8a5-c492-4539-bdb0-d54c36fe899f to handler 2018-09-14 10:25:52.199 2241 INFO oslo_db.sqlalchemy.provision [req-fd4205ea-0ac4-425a-8483-3b276ace456f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.203 2241 INFO oslo_db.sqlalchemy.provision [req-fd4205ea-0ac4-425a-8483-3b276ace456f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN alwboamzpb 2018-09-14 10:25:52.204 2241 INFO oslo_db.sqlalchemy.provision [req-fd4205ea-0ac4-425a-8483-3b276ace456f - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_update [1.595704s] ... ok 2018-09-14 10:25:49.491 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] CREATE BACKEND sqlite:// TOKEN vwcbuwofzl 2018-09-14 10:25:49.834 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.838 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vwcbuwofzl 2018-09-14 10:25:49.839 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_simple_update [0.354562s] ... ok 2018-09-14 10:25:51.750 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] CREATE BACKEND sqlite:// TOKEN tbtaqvgabq 2018-09-14 10:25:52.102 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.105 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tbtaqvgabq 2018-09-14 10:25:52.106 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:50.080 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] CREATE BACKEND sqlite:// TOKEN onwsatipas 2018-09-14 10:25:50.281 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.285 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN onwsatipas 2018-09-14 10:25:50.286 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.db.test_models.ListenerModelTest.test_sni_relationship [0.211555s] ... ok {22} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_disable_with_default_pool_link [0.395392s] ... ok 2018-09-14 10:25:55.266 2246 INFO oslo_db.sqlalchemy.provision [req-e2825ebb-a900-4c96-baff-3b743f6f20cc - - - - -] CREATE BACKEND sqlite:// TOKEN pnedvutwaj 2018-09-14 10:25:55.384 2246 INFO octavia.common.config [req-e2825ebb-a900-4c96-baff-3b743f6f20cc - - - - -] Logging enabled! 2018-09-14 10:25:55.384 2246 INFO octavia.common.config [req-e2825ebb-a900-4c96-baff-3b743f6f20cc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:55.411 2246 WARNING octavia.api.root_controller [req-e2825ebb-a900-4c96-baff-3b743f6f20cc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:55.428 2246 INFO octavia.api.v2.controllers.load_balancer [req-097f577a-fb13-47d8-b6f8-6a41ab8e2967 - - - - -] Sending created Load Balancer 3c4e3300-78ad-46ac-9960-9b2950f14011 to the handler 2018-09-14 10:25:55.595 2246 INFO octavia.api.v2.controllers.listener [req-ef68c400-db10-40be-a419-475de5fb6aa5 - - - - -] Sending Creation of Listener cead3d73-0cdd-47c4-95e5-45ade4ac03ae to handler 2018-09-14 10:25:55.833 2246 INFO octavia.api.v2.controllers.l7policy [req-b577aba9-da7c-46b3-b34e-8f19b4f9ac3e - - - - -] Sending Creation of L7Policy 7e3a081d-d3fa-4af2-9f61-3e9f68de37ee to handler 2018-09-14 10:25:56.269 2246 ERROR octavia.api.v2.controllers.base [req-a74495c8-992d-4ca6-ac92-1ed0d1d1d69e - - - - -] L7 Rule 1567888a-c944-4a59-929d-f5bcdba27554 not found: None 2018-09-14 10:25:56.269 2246 ERROR octavia.api.v2.controllers.base None 2018-09-14 10:25:56.269 2246 ERROR octavia.api.v2.controllers.base 2018-09-14 10:25:56.294 2246 INFO oslo_db.sqlalchemy.provision [req-a74495c8-992d-4ca6-ac92-1ed0d1d1d69e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.298 2246 INFO oslo_db.sqlalchemy.provision [req-a74495c8-992d-4ca6-ac92-1ed0d1d1d69e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pnedvutwaj 2018-09-14 10:25:56.298 2246 INFO oslo_db.sqlalchemy.provision [req-a74495c8-992d-4ca6-ac92-1ed0d1d1d69e - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_get [1.038542s] ... ok 2018-09-14 10:25:57.554 2248 INFO oslo_db.sqlalchemy.provision [req-458433fa-b593-4247-a452-69302b2345ff - - - - -] CREATE BACKEND sqlite:// TOKEN yldyaxbkpb 2018-09-14 10:25:57.658 2248 INFO octavia.common.config [req-458433fa-b593-4247-a452-69302b2345ff - - - - -] Logging enabled! 2018-09-14 10:25:57.659 2248 INFO octavia.common.config [req-458433fa-b593-4247-a452-69302b2345ff - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:57.682 2248 WARNING octavia.api.root_controller [req-458433fa-b593-4247-a452-69302b2345ff - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:57.698 2248 INFO octavia.api.v2.controllers.load_balancer [req-6d070db8-fd8a-4c92-a841-0cb7314cc2df - - - - -] Sending created Load Balancer 3ca5e32d-6fe5-4389-a20d-b0b3c7d0b009 to the handler 2018-09-14 10:25:57.851 2248 INFO octavia.api.v2.controllers.listener [req-8771d815-e27c-4fb6-9781-92723a6db77e - - - - -] Sending Creation of Listener 544404c8-a71c-4909-9def-56f72fe9c544 to handler 2018-09-14 10:25:58.135 2248 INFO octavia.api.v2.controllers.pool [req-559164c5-89a3-44df-9b62-e9055323a562 - - - - -] Sending Creation of Pool dd7024b4-9787-4b4b-a209-4b760d6e2573 to handler 2018-09-14 10:25:58.349 2248 INFO oslo_db.sqlalchemy.provision [req-1069f510-d53d-4b09-b218-68daf73fd34a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.351 2248 INFO oslo_db.sqlalchemy.provision [req-1069f510-d53d-4b09-b218-68daf73fd34a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yldyaxbkpb 2018-09-14 10:25:58.351 2248 INFO oslo_db.sqlalchemy.provision [req-1069f510-d53d-4b09-b218-68daf73fd34a - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_with_listener [0.801186s] ... ok 2018-09-14 10:25:51.900 2265 INFO oslo_db.sqlalchemy.provision [req-81ddd253-9028-45af-9d58-f19a367fc79f - - - - -] CREATE BACKEND sqlite:// TOKEN nsnewfsouk 2018-09-14 10:25:52.063 2265 INFO octavia.common.config [req-81ddd253-9028-45af-9d58-f19a367fc79f - - - - -] Logging enabled! 2018-09-14 10:25:52.064 2265 INFO octavia.common.config [req-81ddd253-9028-45af-9d58-f19a367fc79f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:52.106 2265 WARNING octavia.api.root_controller [req-81ddd253-9028-45af-9d58-f19a367fc79f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:52.268 2265 INFO octavia.api.v2.controllers.load_balancer [req-ad802efd-0d5c-4093-93a1-387437eb32e0 - - - - -] Sending created Load Balancer 123e0498-1e27-49e2-b4f2-f67bf992e6ca to the handler 2018-09-14 10:25:52.336 2265 INFO oslo_db.sqlalchemy.provision [req-ad802efd-0d5c-4093-93a1-387437eb32e0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.339 2265 INFO oslo_db.sqlalchemy.provision [req-ad802efd-0d5c-4093-93a1-387437eb32e0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nsnewfsouk 2018-09-14 10:25:52.340 2265 INFO oslo_db.sqlalchemy.provision [req-ad802efd-0d5c-4093-93a1-387437eb32e0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_sanity_check [0.447787s] ... ok 2018-09-14 10:25:49.369 2268 INFO oslo_db.sqlalchemy.provision [req-af582a7d-f3ac-45fa-b21c-8254aef4f186 - - - - -] CREATE BACKEND sqlite:// TOKEN oswxnrluja 2018-09-14 10:25:49.535 2268 INFO octavia.common.config [req-af582a7d-f3ac-45fa-b21c-8254aef4f186 - - - - -] Logging enabled! 2018-09-14 10:25:49.536 2268 INFO octavia.common.config [req-af582a7d-f3ac-45fa-b21c-8254aef4f186 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.578 2268 WARNING octavia.api.root_controller [req-af582a7d-f3ac-45fa-b21c-8254aef4f186 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.617 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.621 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oswxnrluja 2018-09-14 10:25:49.621 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_default_quotas [0.258467s] ... ok 2018-09-14 10:25:49.726 2255 INFO oslo_db.sqlalchemy.provision [req-aacd17de-99f3-4e41-8baf-eba04c107e5b - - - - -] CREATE BACKEND sqlite:// TOKEN huhkqfigyg 2018-09-14 10:25:49.885 2255 INFO octavia.common.config [req-aacd17de-99f3-4e41-8baf-eba04c107e5b - - - - -] Logging enabled! 2018-09-14 10:25:49.886 2255 INFO octavia.common.config [req-aacd17de-99f3-4e41-8baf-eba04c107e5b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.924 2255 WARNING octavia.api.root_controller [req-aacd17de-99f3-4e41-8baf-eba04c107e5b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.950 2255 INFO octavia.api.v2.controllers.load_balancer [req-bdb65a81-ac79-4491-8e11-2386aa832839 - - - - -] Sending created Load Balancer b6cd5b65-eaee-4547-b2f1-b11946e43ed2 to the handler 2018-09-14 10:25:50.338 2255 INFO octavia.api.v2.controllers.pool [req-6359cae0-7f8d-47af-aabd-2eb5cc514620 - - - - -] Sending Creation of Pool 91e56adf-a308-4c83-9048-8e577e3aeea7 to handler 2018-09-14 10:25:50.619 2255 INFO oslo_db.sqlalchemy.provision [req-1f486259-a0de-4d3e-af6b-c17aa78379c2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.622 2255 INFO oslo_db.sqlalchemy.provision [req-1f486259-a0de-4d3e-af6b-c17aa78379c2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN huhkqfigyg 2018-09-14 10:25:50.623 2255 INFO oslo_db.sqlalchemy.provision [req-1f486259-a0de-4d3e-af6b-c17aa78379c2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_tls_termination_disabled [0.903158s] ... ok 2018-09-14 10:25:48.376 2245 INFO oslo_db.sqlalchemy.provision [req-f045111f-6902-4317-bd94-7cac65c8df91 - - - - -] CREATE BACKEND sqlite:// TOKEN igbmhuyrgo 2018-09-14 10:25:48.535 2245 INFO octavia.common.config [req-f045111f-6902-4317-bd94-7cac65c8df91 - - - - -] Logging enabled! 2018-09-14 10:25:48.536 2245 INFO octavia.common.config [req-f045111f-6902-4317-bd94-7cac65c8df91 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:48.574 2245 WARNING octavia.api.root_controller [req-f045111f-6902-4317-bd94-7cac65c8df91 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:48.602 2245 INFO octavia.api.v2.controllers.load_balancer [req-f58bcfbc-6bd3-48ee-adf7-4a8ba0e0cd95 - - - - -] Sending created Load Balancer bc4afa16-e395-4d9c-850b-6d58d786018c to the handler 2018-09-14 10:25:48.851 2245 INFO octavia.api.v2.controllers.listener [req-b97dc844-9f34-4db3-8f4d-06b6e2f1554d - - - - -] Sending Creation of Listener bc60398b-ebba-450d-b54f-f111cc622a1f to handler 2018-09-14 10:25:49.132 2245 INFO octavia.api.v2.controllers.listener [req-57e3ad49-8bec-4ee8-9056-9a32d9a069b1 - - - - -] Sending Creation of Listener 4e37395f-fd18-4bf2-b2cd-fb0f7c5eef5f to handler 2018-09-14 10:25:49.212 2245 INFO oslo_db.sqlalchemy.provision [req-defd128a-1c81-4585-9c91-eb818900c3cd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.216 2245 INFO oslo_db.sqlalchemy.provision [req-defd128a-1c81-4585-9c91-eb818900c3cd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN igbmhuyrgo 2018-09-14 10:25:49.217 2245 INFO oslo_db.sqlalchemy.provision [req-defd128a-1c81-4585-9c91-eb818900c3cd - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_multiple_listeners [0.848166s] ... ok 2018-09-14 10:25:50.489 2253 INFO oslo_db.sqlalchemy.provision [req-fbfb9b39-4cc2-4079-8f77-866ec5a18651 - - - - -] CREATE BACKEND sqlite:// TOKEN azzuioxwoy 2018-09-14 10:25:50.650 2253 INFO octavia.common.config [req-fbfb9b39-4cc2-4079-8f77-866ec5a18651 - - - - -] Logging enabled! 2018-09-14 10:25:50.651 2253 INFO octavia.common.config [req-fbfb9b39-4cc2-4079-8f77-866ec5a18651 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.695 2253 WARNING octavia.api.root_controller [req-fbfb9b39-4cc2-4079-8f77-866ec5a18651 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.721 2253 INFO octavia.api.v2.controllers.load_balancer [req-3c868c77-1293-446b-9fb3-013945159d46 - - - - -] Sending created Load Balancer c8163780-0d7c-462c-b891-a0f47b2613a2 to the handler 2018-09-14 10:25:51.005 2253 INFO octavia.api.v2.controllers.listener [req-fa236b1c-42b6-43d4-a9e7-da54d7e917f3 - - - - -] Sending Creation of Listener 23ceb5c7-a865-4cf3-b87a-92e1d046b51d to handler 2018-09-14 10:25:51.268 2253 INFO octavia.api.v2.controllers.load_balancer [req-77e36461-b9f8-4153-97d6-05df47d8e3f5 - - - - -] Sending created Load Balancer 1378a01e-9bea-4e24-9667-f339c5979fde to the handler 2018-09-14 10:25:51.521 2253 INFO octavia.api.v2.controllers.pool [req-5722fac1-a249-4bf1-b42b-32f5955e78da - - - - -] Sending Creation of Pool 98691921-fa22-4af8-9647-f340ccc965ce to handler 2018-09-14 10:25:51.765 2253 INFO octavia.api.v2.controllers.pool [req-a4c913f8-c394-412a-8a85-283e4dcfe7b8 - - - - -] Sending Creation of Pool f717334b-32b3-4f27-b03b-135b8bf326f3 to handler 2018-09-14 10:25:52.063 2253 INFO octavia.api.v2.controllers.pool [req-e8ff468d-4fad-4d90-ad43-ba2cba37e1a6 - - - - -] Sending Creation of Pool 31dbf8b2-e643-4d11-ae9d-df2ce543091a to handler 2018-09-14 10:25:52.594 2253 INFO oslo_db.sqlalchemy.provision [req-06f4a463-a6d4-48b0-9075-92c5b5f85a82 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.598 2253 INFO oslo_db.sqlalchemy.provision [req-06f4a463-a6d4-48b0-9075-92c5b5f85a82 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN azzuioxwoy 2018-09-14 10:25:52.599 2253 INFO oslo_db.sqlalchemy.provision [req-06f4a463-a6d4-48b0-9075-92c5b5f85a82 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_non_admin [2.116560s] ... ok 2018-09-14 10:25:49.756 2250 INFO oslo_db.sqlalchemy.provision [req-6bc43a37-78e5-4631-915a-c96aa927f0ed - - - - -] CREATE BACKEND sqlite:// TOKEN cwllzvouce 2018-09-14 10:25:49.917 2250 INFO octavia.common.config [req-6bc43a37-78e5-4631-915a-c96aa927f0ed - - - - -] Logging enabled! 2018-09-14 10:25:49.918 2250 INFO octavia.common.config [req-6bc43a37-78e5-4631-915a-c96aa927f0ed - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.957 2250 WARNING octavia.api.root_controller [req-6bc43a37-78e5-4631-915a-c96aa927f0ed - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.023 2250 INFO oslo_db.sqlalchemy.provision [req-4464896c-51cc-4df8-bf30-bde1b55fc26b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.026 2250 INFO oslo_db.sqlalchemy.provision [req-4464896c-51cc-4df8-bf30-bde1b55fc26b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cwllzvouce 2018-09-14 10:25:50.027 2250 INFO oslo_db.sqlalchemy.provision [req-4464896c-51cc-4df8-bf30-bde1b55fc26b - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_custom_missing_quotas [0.277924s] ... ok 2018-09-14 10:25:50.259 2249 INFO oslo_db.sqlalchemy.provision [req-41a99579-28b3-4a14-8634-71e5a07291f1 - - - - -] CREATE BACKEND sqlite:// TOKEN ulqigprwke 2018-09-14 10:25:50.427 2249 INFO octavia.common.config [req-41a99579-28b3-4a14-8634-71e5a07291f1 - - - - -] Logging enabled! 2018-09-14 10:25:50.428 2249 INFO octavia.common.config [req-41a99579-28b3-4a14-8634-71e5a07291f1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.467 2249 WARNING octavia.api.root_controller [req-41a99579-28b3-4a14-8634-71e5a07291f1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.572 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.576 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ulqigprwke 2018-09-14 10:25:50.577 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_non_admin_global_observer [0.324594s] ... ok 2018-09-14 10:25:54.999 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] CREATE BACKEND sqlite:// TOKEN iwxtnqzliz 2018-09-14 10:25:55.245 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.248 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iwxtnqzliz 2018-09-14 10:25:55.249 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete_with_pool [0.253801s] ... ok 2018-09-14 10:25:50.294 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] CREATE BACKEND sqlite:// TOKEN fxgoyboupg 2018-09-14 10:25:50.651 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.655 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fxgoyboupg 2018-09-14 10:25:50.656 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_member_delete [0.368952s] ... ok 2018-09-14 10:25:52.115 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] CREATE BACKEND sqlite:// TOKEN osgivunusu 2018-09-14 10:25:52.399 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.402 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN osgivunusu 2018-09-14 10:25:52.403 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:48.729 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] CREATE BACKEND sqlite:// TOKEN jslwiuqunu 2018-09-14 10:25:48.931 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.936 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jslwiuqunu 2018-09-14 10:25:48.937 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_update_pool_with_nonexisting_sp [0.296169s] ... ok {28} octavia.tests.functional.db.test_models.VipModelTest.test_delete [0.215325s] ... ok 2018-09-14 10:25:49.848 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] CREATE BACKEND sqlite:// TOKEN gpkdxuqwmh 2018-09-14 10:25:50.064 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.067 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gpkdxuqwmh 2018-09-14 10:25:50.068 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_count [0.228001s] ... ok 2018-09-14 10:25:51.818 2252 INFO oslo_db.sqlalchemy.provision [req-b42617db-a46d-4626-a179-d6bf8cdd2c79 - - - - -] CREATE BACKEND sqlite:// TOKEN hbhumgeeoe 2018-09-14 10:25:51.983 2252 INFO octavia.common.config [req-b42617db-a46d-4626-a179-d6bf8cdd2c79 - - - - -] Logging enabled! 2018-09-14 10:25:51.984 2252 INFO octavia.common.config [req-b42617db-a46d-4626-a179-d6bf8cdd2c79 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:52.024 2252 WARNING octavia.api.root_controller [req-b42617db-a46d-4626-a179-d6bf8cdd2c79 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:52.062 2252 INFO oslo_db.sqlalchemy.provision [req-587cdda7-ce64-46ef-9f13-b6d30e3c806c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.065 2252 INFO oslo_db.sqlalchemy.provision [req-587cdda7-ce64-46ef-9f13-b6d30e3c806c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hbhumgeeoe 2018-09-14 10:25:52.066 2252 INFO oslo_db.sqlalchemy.provision [req-587cdda7-ce64-46ef-9f13-b6d30e3c806c - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_over_quota [0.255267s] ... ok 2018-09-14 10:25:56.428 2239 INFO oslo_db.sqlalchemy.provision [req-7b7a24e7-b026-4ad6-98d0-5034f9989978 - - - - -] CREATE BACKEND sqlite:// TOKEN ogskjlgmme 2018-09-14 10:25:56.526 2239 INFO octavia.common.config [req-7b7a24e7-b026-4ad6-98d0-5034f9989978 - - - - -] Logging enabled! 2018-09-14 10:25:56.526 2239 INFO octavia.common.config [req-7b7a24e7-b026-4ad6-98d0-5034f9989978 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:56.548 2239 WARNING octavia.api.root_controller [req-7b7a24e7-b026-4ad6-98d0-5034f9989978 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:56.589 2239 INFO octavia.api.v2.controllers.load_balancer [req-de6af930-f8f2-47c4-bec0-948e7fe29b8c - - - - -] Sending created Load Balancer 2a372919-4bc0-4994-bb46-d71f0b36b0b9 to the handler 2018-09-14 10:25:56.622 2239 INFO oslo_db.sqlalchemy.provision [req-de6af930-f8f2-47c4-bec0-948e7fe29b8c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.625 2239 INFO oslo_db.sqlalchemy.provision [req-de6af930-f8f2-47c4-bec0-948e7fe29b8c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ogskjlgmme 2018-09-14 10:25:56.625 2239 INFO oslo_db.sqlalchemy.provision [req-de6af930-f8f2-47c4-bec0-948e7fe29b8c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_pool [0.201006s] ... ok 2018-09-14 10:25:45.665 2247 INFO oslo_db.sqlalchemy.provision [req-14fa5ed5-4b75-4aec-9f7b-3c6770886310 - - - - -] CREATE BACKEND sqlite:// TOKEN iqmoeghtgq 2018-09-14 10:25:45.829 2247 INFO octavia.common.config [req-14fa5ed5-4b75-4aec-9f7b-3c6770886310 - - - - -] Logging enabled! 2018-09-14 10:25:45.830 2247 INFO octavia.common.config [req-14fa5ed5-4b75-4aec-9f7b-3c6770886310 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:45.873 2247 WARNING octavia.api.root_controller [req-14fa5ed5-4b75-4aec-9f7b-3c6770886310 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:45.900 2247 INFO octavia.api.v2.controllers.load_balancer [req-83f9e05b-dfa8-41d4-9e4f-072ecc60805c - - - - -] Sending created Load Balancer c5ce467c-012d-480f-988a-ba6e958ebc8f to the handler 2018-09-14 10:25:46.290 2247 INFO octavia.api.v2.controllers.listener [req-3b981c8a-f86e-4afd-be7c-44cdf591a98b - - - - -] Sending Creation of Listener 9f2ed07f-219b-4395-b9db-22fc39dd8612 to handler 2018-09-14 10:25:46.587 2247 INFO octavia.api.v2.controllers.pool [req-a9efca80-44fe-4343-87ca-af1a64966450 - - - - -] Sending Creation of Pool 696793d9-722f-423c-aee1-41bf6b13076b to handler 2018-09-14 10:25:46.952 2247 INFO octavia.api.v2.controllers.pool [req-20258589-f4d1-44a1-820f-7745d0fbd02a - - - - -] Sending Creation of Pool 0c59e184-c961-4d92-bc1d-e5a84df7d333 to handler 2018-09-14 10:25:47.356 2247 INFO octavia.api.v2.controllers.member [req-28ec1281-2632-4a37-aedd-2374095c7577 - - - - -] Sending Creation of Member 2b7aeb2f-04d6-4ea4-856b-ee678adb014a to handler 2018-09-14 10:25:47.714 2247 INFO octavia.api.v2.controllers.member [req-3ddb89f1-f186-4146-836c-b387cf5b3295 - 3219970d-14f3-4519-a055-ebb7d229828a - - -] Sending Update of Member 2b7aeb2f-04d6-4ea4-856b-ee678adb014a to handler 2018-09-14 10:25:48.431 2247 INFO oslo_db.sqlalchemy.provision [req-5dee38a8-54b5-487c-a219-90a6099b4b3c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.435 2247 INFO oslo_db.sqlalchemy.provision [req-5dee38a8-54b5-487c-a219-90a6099b4b3c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iqmoeghtgq 2018-09-14 10:25:48.436 2247 INFO oslo_db.sqlalchemy.provision [req-5dee38a8-54b5-487c-a219-90a6099b4b3c - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v2.test_member.TestMember.test_update_authorized [2.776854s] ... ok 2018-09-14 10:25:49.906 2251 INFO oslo_db.sqlalchemy.provision [req-a79164dc-4855-48d8-8f3c-06bedaa62301 - - - - -] CREATE BACKEND sqlite:// TOKEN evjpluxptq 2018-09-14 10:25:50.064 2251 INFO octavia.common.config [req-a79164dc-4855-48d8-8f3c-06bedaa62301 - - - - -] Logging enabled! 2018-09-14 10:25:50.064 2251 INFO octavia.common.config [req-a79164dc-4855-48d8-8f3c-06bedaa62301 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.102 2251 WARNING octavia.api.root_controller [req-a79164dc-4855-48d8-8f3c-06bedaa62301 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.128 2251 INFO octavia.api.v2.controllers.load_balancer [req-41169282-c762-43dc-8b54-c66cd0ae6e0e - - - - -] Sending created Load Balancer 40b10309-029f-4585-afc4-ff6c7d835e49 to the handler 2018-09-14 10:25:50.378 2251 INFO octavia.api.v2.controllers.listener [req-e687f3ed-c832-4223-9f7a-c02643401432 - - - - -] Sending Creation of Listener a3f73162-e7d6-4e8d-b606-80fa882ec833 to handler 2018-09-14 10:25:50.692 2251 INFO octavia.api.v2.controllers.pool [req-bfa93091-3fdd-43e6-8aa5-63cc659aa65a - - - - -] Sending Creation of Pool d1df9ac2-c009-4f6f-aa9f-c405086f30f1 to handler 2018-09-14 10:25:51.142 2251 INFO octavia.api.v2.controllers.pool [req-e122cd36-a683-4d86-865a-908903754ff7 - - - - -] Sending Update of Pool d1df9ac2-c009-4f6f-aa9f-c405086f30f1 to handler 2018-09-14 10:25:51.347 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.351 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN evjpluxptq 2018-09-14 10:25:51.351 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_preserve_session_persistence [1.452668s] ... ok 2018-09-14 10:25:49.629 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] CREATE BACKEND sqlite:// TOKEN iypaskgzet 2018-09-14 10:25:49.820 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.824 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iypaskgzet 2018-09-14 10:25:49.824 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_load_balancer_vip_relationship [0.202070s] ... ok 2018-09-14 10:25:49.681 2266 INFO oslo_db.sqlalchemy.provision [req-db1689cf-9a1f-40c5-b3c2-5175e02148a6 - - - - -] CREATE BACKEND sqlite:// TOKEN epbxhjdbgw 2018-09-14 10:25:49.841 2266 INFO octavia.common.config [req-db1689cf-9a1f-40c5-b3c2-5175e02148a6 - - - - -] Logging enabled! 2018-09-14 10:25:49.842 2266 INFO octavia.common.config [req-db1689cf-9a1f-40c5-b3c2-5175e02148a6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.886 2266 WARNING octavia.api.root_controller [req-db1689cf-9a1f-40c5-b3c2-5175e02148a6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.912 2266 INFO octavia.api.v2.controllers.load_balancer [req-40e7373f-b5c5-4a41-b2ea-cd37dbcd4731 - - - - -] Sending created Load Balancer 2a400b8f-08ab-47a6-b57a-669725905499 to the handler 2018-09-14 10:25:49.974 2266 INFO oslo_db.sqlalchemy.provision [req-d5a3277c-dfe8-4475-92c9-231edee40312 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.978 2266 INFO oslo_db.sqlalchemy.provision [req-d5a3277c-dfe8-4475-92c9-231edee40312 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN epbxhjdbgw 2018-09-14 10:25:49.979 2266 INFO oslo_db.sqlalchemy.provision [req-d5a3277c-dfe8-4475-92c9-231edee40312 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_status [0.305849s] ... ok 2018-09-14 10:25:50.585 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] CREATE BACKEND sqlite:// TOKEN pvejoxsorr 2018-09-14 10:25:50.793 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.801 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pvejoxsorr 2018-09-14 10:25:50.802 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_l7rule_relationship [0.225908s] ... ok 2018-09-14 10:25:50.665 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] CREATE BACKEND sqlite:// TOKEN srkmnrpodh 2018-09-14 10:25:50.862 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.866 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN srkmnrpodh 2018-09-14 10:25:50.867 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_check_amphora_expired_with_no_age [0.209997s] ... ok 2018-09-14 10:25:55.256 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] CREATE BACKEND sqlite:// TOKEN vpbewfvfko 2018-09-14 10:25:55.463 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.466 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vpbewfvfko 2018-09-14 10:25:55.466 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete_with_sni [0.216179s] ... ok 2018-09-14 10:25:52.410 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] CREATE BACKEND sqlite:// TOKEN zijuyftjwq 2018-09-14 10:25:52.608 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.612 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zijuyftjwq 2018-09-14 10:25:52.612 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_exists_true [0.208748s] ... ok 2018-09-14 10:25:58.356 2248 INFO oslo_db.sqlalchemy.provision [req-1069f510-d53d-4b09-b218-68daf73fd34a - - - - -] CREATE BACKEND sqlite:// TOKEN ppgvccphnj 2018-09-14 10:25:58.450 2248 INFO octavia.common.config [req-1069f510-d53d-4b09-b218-68daf73fd34a - - - - -] Logging enabled! 2018-09-14 10:25:58.450 2248 INFO octavia.common.config [req-1069f510-d53d-4b09-b218-68daf73fd34a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:58.473 2248 WARNING octavia.api.root_controller [req-1069f510-d53d-4b09-b218-68daf73fd34a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:58.533 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.535 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ppgvccphnj 2018-09-14 10:25:58.535 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_non_admin_observer [0.183377s] ... ok 2018-09-14 10:25:48.949 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] CREATE BACKEND sqlite:// TOKEN vznckfveob 2018-09-14 10:25:49.164 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.168 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vznckfveob 2018-09-14 10:25:49.168 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_repositories.HealthMonitorRepositoryTest.test_get [0.229217s] ... ok 2018-09-14 10:25:56.054 2240 INFO oslo_db.sqlalchemy.provision [req-37984471-6eeb-463c-bb1c-11c0d5c87a37 - - - - -] CREATE BACKEND sqlite:// TOKEN bpssszugpk 2018-09-14 10:25:56.199 2240 INFO octavia.common.config [req-37984471-6eeb-463c-bb1c-11c0d5c87a37 - - - - -] Logging enabled! 2018-09-14 10:25:56.200 2240 INFO octavia.common.config [req-37984471-6eeb-463c-bb1c-11c0d5c87a37 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:56.238 2240 WARNING octavia.api.root_controller [req-37984471-6eeb-463c-bb1c-11c0d5c87a37 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:56.264 2240 INFO octavia.api.v2.controllers.load_balancer [req-d1c9ed0f-4477-4368-96d5-f3ef348fe4af - - - - -] Sending created Load Balancer 96112bfa-6b3d-434b-b4b6-ae5a510c9d6c to the handler 2018-09-14 10:25:56.512 2240 INFO octavia.api.v2.controllers.listener [req-e178ef5b-b6ac-410a-9b22-6374d2beeb1c - - - - -] Sending Creation of Listener 66bc7595-26e9-49f6-b756-567fdbc08d53 to handler 2018-09-14 10:25:56.806 2240 INFO octavia.api.v2.controllers.pool [req-4815f87d-961f-41b9-b295-a39e58605aa2 - - - - -] Sending Creation of Pool 78d4d13f-ca78-4c66-bc0c-c07024474efb to handler 2018-09-14 10:25:57.203 2240 INFO octavia.api.v2.controllers.pool [req-7c992224-cecb-42cc-9745-b120f506609c - 5e8e1014-de5b-49f7-8fce-e86ae514dd0e - - -] Sending Deletion of Pool 78d4d13f-ca78-4c66-bc0c-c07024474efb to handler 2018-09-14 10:25:57.283 2240 INFO oslo_db.sqlalchemy.provision [req-d64ff3ac-f1c1-4678-96fc-9a3b60267ccb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.286 2240 INFO oslo_db.sqlalchemy.provision [req-d64ff3ac-f1c1-4678-96fc-9a3b60267ccb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bpssszugpk 2018-09-14 10:25:57.286 2240 INFO oslo_db.sqlalchemy.provision [req-d64ff3ac-f1c1-4678-96fc-9a3b60267ccb - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_authorize [1.236214s] ... ok 2018-09-14 10:25:49.900 2262 INFO oslo_db.sqlalchemy.provision [req-d220df92-b2cf-4b6f-9cb0-dd49bece6689 - - - - -] CREATE BACKEND sqlite:// TOKEN amkglikfvu 2018-09-14 10:25:50.065 2262 INFO octavia.common.config [req-d220df92-b2cf-4b6f-9cb0-dd49bece6689 - - - - -] Logging enabled! 2018-09-14 10:25:50.066 2262 INFO octavia.common.config [req-d220df92-b2cf-4b6f-9cb0-dd49bece6689 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.104 2262 WARNING octavia.api.root_controller [req-d220df92-b2cf-4b6f-9cb0-dd49bece6689 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.131 2262 INFO octavia.api.v2.controllers.load_balancer [req-2b572ffc-8e07-4f16-900e-27c2f632f7af - - - - -] Sending created Load Balancer ec1faa77-7fef-47d0-a47d-377a11c99a51 to the handler 2018-09-14 10:25:50.403 2262 INFO octavia.api.v2.controllers.pool [req-dc85dbe3-da2f-40c6-9425-d608d015280f - - - - -] Sending Creation of Pool a6ec652a-17a4-401b-8d5d-c1d061eabe5c to handler 2018-09-14 10:25:50.751 2262 INFO octavia.api.v2.controllers.listener [req-25e961bb-b513-49e4-b920-c22f3da5fee9 - - - - -] Sending Creation of Listener ba95d4e3-858f-41f5-a4d9-18459dc6d772 to handler 2018-09-14 10:25:50.924 2262 INFO oslo_db.sqlalchemy.provision [req-f6101130-09de-4bb1-a7aa-1267aea6ddbb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.928 2262 INFO oslo_db.sqlalchemy.provision [req-f6101130-09de-4bb1-a7aa-1267aea6ddbb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN amkglikfvu 2018-09-14 10:25:50.929 2262 INFO oslo_db.sqlalchemy.provision [req-f6101130-09de-4bb1-a7aa-1267aea6ddbb - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_bad_handler [1.036370s] ... ok 2018-09-14 10:25:50.075 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] CREATE BACKEND sqlite:// TOKEN xzkybdxfkb 2018-09-14 10:25:50.300 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.304 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xzkybdxfkb 2018-09-14 10:25:50.305 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_delete_amphora_with_load_balancer [0.236360s] ... ok 2018-09-14 10:25:47.750 2254 INFO oslo_db.sqlalchemy.provision [req-935b3033-2949-419d-b56c-c839547aead3 - - - - -] CREATE BACKEND sqlite:// TOKEN ielwakoplb 2018-09-14 10:25:47.913 2254 INFO octavia.common.config [req-935b3033-2949-419d-b56c-c839547aead3 - - - - -] Logging enabled! 2018-09-14 10:25:47.914 2254 INFO octavia.common.config [req-935b3033-2949-419d-b56c-c839547aead3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:47.953 2254 WARNING octavia.api.root_controller [req-935b3033-2949-419d-b56c-c839547aead3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:47.979 2254 INFO octavia.api.v2.controllers.load_balancer [req-867fac3a-57da-4213-856d-83a27abd66af - - - - -] Sending created Load Balancer 271286df-d8c4-43dc-bac6-37aa196e5ebb to the handler 2018-09-14 10:25:48.226 2254 INFO octavia.api.v2.controllers.listener [req-3d9c56a8-a1dc-4d66-82de-9a9ac75c0c8c - - - - -] Sending Creation of Listener 6c84f07f-7bf5-44e7-9150-b5f3dc645c40 to handler 2018-09-14 10:25:48.502 2254 INFO octavia.api.v2.controllers.pool [req-fc4f364b-04e7-4b87-8f20-5b33390a2825 - - - - -] Sending Creation of Pool c6b327a4-34b0-44f0-af5f-52ff10534670 to handler 2018-09-14 10:25:48.636 2254 INFO oslo_db.sqlalchemy.provision [req-0682eff4-eb11-4d6e-b956-171dc9e423a5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.640 2254 INFO oslo_db.sqlalchemy.provision [req-0682eff4-eb11-4d6e-b956-171dc9e423a5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ielwakoplb 2018-09-14 10:25:48.641 2254 INFO oslo_db.sqlalchemy.provision [req-0682eff4-eb11-4d6e-b956-171dc9e423a5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_sans_listener [0.897389s] ... ok 2018-09-14 10:25:49.834 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] CREATE BACKEND sqlite:// TOKEN xdoihzyctf 2018-09-14 10:25:50.134 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.138 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xdoihzyctf 2018-09-14 10:25:50.139 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_create_pool_on_listener_with_sp [0.312845s] ... ok 2018-09-14 10:26:04.365 2242 INFO octavia.api.v2.controllers.l7rule [req-035b7282-b383-4c3a-b000-8823f7d8fe1c - - - - -] Sending Creation of L7Rule 0817f3a2-02b3-46a9-b9dd-08ee7fe4724a to handler 2018-09-14 10:25:54.585 2269 INFO oslo_db.sqlalchemy.provision [req-7a173e33-79b5-4070-8eb6-376a80bfda59 - - - - -] CREATE BACKEND sqlite:// TOKEN bpnbihooes 2018-09-14 10:25:54.710 2269 INFO octavia.common.config [req-7a173e33-79b5-4070-8eb6-376a80bfda59 - - - - -] Logging enabled! 2018-09-14 10:25:54.711 2269 INFO octavia.common.config [req-7a173e33-79b5-4070-8eb6-376a80bfda59 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:54.733 2269 WARNING octavia.api.root_controller [req-7a173e33-79b5-4070-8eb6-376a80bfda59 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:54.750 2269 INFO octavia.api.v2.controllers.load_balancer [req-75594df8-3bb8-4689-b3a9-e471abcd29a3 - - - - -] Sending created Load Balancer 788f2bef-8f32-4cda-a7d8-28251b6f5a51 to the handler 2018-09-14 10:25:54.938 2269 INFO octavia.api.v2.controllers.listener [req-1476f710-4175-4e37-980e-74b8ce3818fb - - - - -] Sending Creation of Listener e3b9edb3-204f-4afe-9f6d-44af8de051fc to handler 2018-09-14 10:25:55.151 2269 INFO octavia.api.v2.controllers.pool [req-f2a6ab5c-4c9f-40c2-8c7b-32449442522d - - - - -] Sending Creation of Pool 0c5938c8-b7bb-48e3-b863-7d2384ef37e2 to handler 2018-09-14 10:25:55.378 2269 INFO oslo_db.sqlalchemy.provision [req-d67ac60b-c35d-4097-be0a-aa1e7c31f655 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.381 2269 INFO oslo_db.sqlalchemy.provision [req-d67ac60b-c35d-4097-be0a-aa1e7c31f655 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bpnbihooes 2018-09-14 10:25:55.381 2269 INFO oslo_db.sqlalchemy.provision [req-d67ac60b-c35d-4097-be0a-aa1e7c31f655 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all [0.799560s] ... ok 2018-09-14 10:25:45.922 2259 INFO oslo_db.sqlalchemy.provision [req-b4e24c62-9741-4d96-be60-b3505e22e8d2 - - - - -] CREATE BACKEND sqlite:// TOKEN mgexhequac 2018-09-14 10:25:46.093 2259 INFO octavia.common.config [req-b4e24c62-9741-4d96-be60-b3505e22e8d2 - - - - -] Logging enabled! 2018-09-14 10:25:46.094 2259 INFO octavia.common.config [req-b4e24c62-9741-4d96-be60-b3505e22e8d2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:46.135 2259 WARNING octavia.api.root_controller [req-b4e24c62-9741-4d96-be60-b3505e22e8d2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:46.162 2259 INFO octavia.api.v2.controllers.load_balancer [req-6175ed16-6478-414e-9470-75b3755f0c25 - - - - -] Sending created Load Balancer d50acf73-8818-4ee5-a58a-25282e83e793 to the handler 2018-09-14 10:25:46.572 2259 INFO octavia.api.v2.controllers.listener [req-30511dc2-519d-4234-a2e9-263480652f35 - - - - -] Sending Creation of Listener df2eb3e6-6231-4473-b574-6c850d2eb551 to handler 2018-09-14 10:25:46.823 2259 ERROR octavia.api.v2.controllers.base [req-7f4a415f-d2bf-4bd4-b470-a1c0437a41c0 - - - - -] Pool 1b4e7ccf-c698-48fa-a172-06e716eb8116 not found: None 2018-09-14 10:25:46.823 2259 ERROR octavia.api.v2.controllers.base None 2018-09-14 10:25:46.823 2259 ERROR octavia.api.v2.controllers.base 2018-09-14 10:25:46.849 2259 INFO oslo_db.sqlalchemy.provision [req-7f4a415f-d2bf-4bd4-b470-a1c0437a41c0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:46.853 2259 INFO oslo_db.sqlalchemy.provision [req-7f4a415f-d2bf-4bd4-b470-a1c0437a41c0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mgexhequac 2018-09-14 10:25:46.853 2259 INFO oslo_db.sqlalchemy.provision [req-7f4a415f-d2bf-4bd4-b470-a1c0437a41c0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_pool.TestPool.test_bad_delete [0.938150s] ... ok 2018-09-14 10:25:50.034 2250 INFO oslo_db.sqlalchemy.provision [req-4464896c-51cc-4df8-bf30-bde1b55fc26b - - - - -] CREATE BACKEND sqlite:// TOKEN vqbbqslciv 2018-09-14 10:25:50.199 2250 INFO octavia.common.config [req-4464896c-51cc-4df8-bf30-bde1b55fc26b - - - - -] Logging enabled! 2018-09-14 10:25:50.200 2250 INFO octavia.common.config [req-4464896c-51cc-4df8-bf30-bde1b55fc26b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.239 2250 WARNING octavia.api.root_controller [req-4464896c-51cc-4df8-bf30-bde1b55fc26b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.300 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.304 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vqbbqslciv 2018-09-14 10:25:50.305 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_Authorized_quota_admin [0.277242s] ... ok 2018-09-14 10:25:50.752 2264 INFO oslo_db.sqlalchemy.provision [req-e50e0192-9c65-4e3f-9753-17ac2f7fb13c - - - - -] CREATE BACKEND sqlite:// TOKEN dyvaxeuxsr 2018-09-14 10:25:50.916 2264 INFO octavia.common.config [req-e50e0192-9c65-4e3f-9753-17ac2f7fb13c - - - - -] Logging enabled! 2018-09-14 10:25:50.917 2264 INFO octavia.common.config [req-e50e0192-9c65-4e3f-9753-17ac2f7fb13c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.956 2264 WARNING octavia.api.root_controller [req-e50e0192-9c65-4e3f-9753-17ac2f7fb13c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.981 2264 INFO octavia.api.v2.controllers.load_balancer [req-363daec9-6381-43dc-bc83-0874e0f88947 - - - - -] Sending created Load Balancer 59bf9a2d-49ac-4085-bb67-606be5e66683 to the handler 2018-09-14 10:25:51.387 2264 INFO octavia.api.v2.controllers.listener [req-3ea37632-925e-4b7e-ac5d-d3c7c3527323 - - - - -] Sending Creation of Listener a3120fe5-042b-48a4-883b-6dbec21a8ea3 to handler 2018-09-14 10:25:51.711 2264 INFO octavia.api.v2.controllers.pool [req-4d569dd7-b841-450e-8451-e895d4af1e46 - - - - -] Sending Creation of Pool b185d3b4-f4a3-4e7b-9fef-1a1ce35a1d82 to handler 2018-09-14 10:25:52.027 2264 INFO oslo_db.sqlalchemy.provision [req-00dcaca2-9431-4f1f-87df-78209965c96c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.031 2264 INFO oslo_db.sqlalchemy.provision [req-00dcaca2-9431-4f1f-87df-78209965c96c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dyvaxeuxsr 2018-09-14 10:25:52.031 2264 INFO oslo_db.sqlalchemy.provision [req-00dcaca2-9431-4f1f-87df-78209965c96c - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_already_deleted [1.286111s] ... ok 2018-09-14 10:25:58.540 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] CREATE BACKEND sqlite:// TOKEN bglonvezpm 2018-09-14 10:25:58.669 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.671 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bglonvezpm 2018-09-14 10:25:58.671 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_listeners_pools_refs_with_l7policy_with_l7rule [0.135399s] ... ok 2018-09-14 10:25:46.243 2260 INFO oslo_db.sqlalchemy.provision [req-f65f7fe5-a387-4f3a-a53b-8eee2708df1e - - - - -] CREATE BACKEND sqlite:// TOKEN wqsjhplqwp 2018-09-14 10:25:46.433 2260 INFO octavia.common.config [req-f65f7fe5-a387-4f3a-a53b-8eee2708df1e - - - - -] Logging enabled! 2018-09-14 10:25:46.434 2260 INFO octavia.common.config [req-f65f7fe5-a387-4f3a-a53b-8eee2708df1e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:46.475 2260 WARNING octavia.api.root_controller [req-f65f7fe5-a387-4f3a-a53b-8eee2708df1e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:46.506 2260 INFO octavia.api.v2.controllers.load_balancer [req-54a20e2f-6cad-40cb-835e-6af3ff281600 - - - - -] Sending created Load Balancer 62451b1b-a1dc-4b5b-adc1-f7b3b8307413 to the handler 2018-09-14 10:25:46.798 2260 INFO octavia.api.v2.controllers.listener [req-aea44415-4060-4580-a8e5-691ff0b95b51 - - - - -] Sending Creation of Listener c93795bf-f34d-41b1-80ce-ea50486c56ce to handler 2018-09-14 10:25:47.096 2260 INFO octavia.api.v2.controllers.pool [req-a454786e-024b-4616-8589-60da84ce08c1 - - - - -] Sending Creation of Pool fe698c74-4d89-40aa-8d32-1bfcaaf4e8b0 to handler 2018-09-14 10:25:47.467 2260 INFO octavia.api.v2.controllers.pool [req-427fa533-fcdb-4d3a-8271-168e51951465 - - - - -] Sending Creation of Pool 9b8e42cd-c6ad-44ec-8d12-125d9c116795 to handler 2018-09-14 10:25:47.884 2260 INFO octavia.api.v2.controllers.member [req-7e6672e6-1b2b-4b8a-8761-0cb73b62b749 - - - - -] Sending Creation of Member ef05bd3a-305a-4258-a62e-d13e57351337 to handler 2018-09-14 10:25:48.470 2260 INFO octavia.api.v2.controllers.member [req-1628707d-deed-4820-9274-f469399f4359 - - - - -] Sending Deletion of Member ef05bd3a-305a-4258-a62e-d13e57351337 to handler 2018-09-14 10:25:48.726 2260 INFO oslo_db.sqlalchemy.provision [req-ca413802-6487-4539-adf8-51c21f5a3dd7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.729 2260 INFO oslo_db.sqlalchemy.provision [req-ca413802-6487-4539-adf8-51c21f5a3dd7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wqsjhplqwp 2018-09-14 10:25:48.730 2260 INFO oslo_db.sqlalchemy.provision [req-ca413802-6487-4539-adf8-51c21f5a3dd7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_with_bad_handler [2.494851s] ... ok 2018-09-14 10:25:50.874 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] CREATE BACKEND sqlite:// TOKEN smulphnixz 2018-09-14 10:25:51.429 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.433 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN smulphnixz 2018-09-14 10:25:51.434 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_get_all_return_value [0.566310s] ... ok 2018-09-14 10:25:49.224 2245 INFO oslo_db.sqlalchemy.provision [req-defd128a-1c81-4585-9c91-eb818900c3cd - - - - -] CREATE BACKEND sqlite:// TOKEN kqyjyscxvj 2018-09-14 10:25:49.388 2245 INFO octavia.common.config [req-defd128a-1c81-4585-9c91-eb818900c3cd - - - - -] Logging enabled! 2018-09-14 10:25:49.389 2245 INFO octavia.common.config [req-defd128a-1c81-4585-9c91-eb818900c3cd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.428 2245 WARNING octavia.api.root_controller [req-defd128a-1c81-4585-9c91-eb818900c3cd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.593 2245 INFO octavia.api.v2.controllers.load_balancer [req-32084578-7a04-4edd-9922-504d3e8f085c - - - - -] Sending created Load Balancer a28d847d-7f33-44ab-9f94-fdc78db72446 to the handler 2018-09-14 10:25:49.668 2245 INFO oslo_db.sqlalchemy.provision [req-32084578-7a04-4edd-9922-504d3e8f085c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.672 2245 INFO oslo_db.sqlalchemy.provision [req-32084578-7a04-4edd-9922-504d3e8f085c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kqyjyscxvj 2018-09-14 10:25:49.672 2245 INFO oslo_db.sqlalchemy.provision [req-32084578-7a04-4edd-9922-504d3e8f085c - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policies_redirect_pools_no_rules [0.455205s] ... ok 2018-09-14 10:25:52.620 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] CREATE BACKEND sqlite:// TOKEN wmwpkcmrgu 2018-09-14 10:25:52.848 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.851 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wmwpkcmrgu 2018-09-14 10:25:52.852 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_host_name_rule_bad_compare_type [0.238550s] ... ok 2018-09-14 10:25:50.815 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] CREATE BACKEND sqlite:// TOKEN vhdfxdmbvr 2018-09-14 10:25:51.044 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.047 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vhdfxdmbvr 2018-09-14 10:25:51.047 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_listeners_pools_refs_with_disabled_l7policy [0.242749s] ... ok 2018-09-14 10:25:49.580 2263 INFO oslo_db.sqlalchemy.provision [req-57a54119-14e8-4f94-96e1-a4b4e327bd3c - - - - -] CREATE BACKEND sqlite:// TOKEN fxnyucegxh 2018-09-14 10:25:49.745 2263 INFO octavia.common.config [req-57a54119-14e8-4f94-96e1-a4b4e327bd3c - - - - -] Logging enabled! 2018-09-14 10:25:49.746 2263 INFO octavia.common.config [req-57a54119-14e8-4f94-96e1-a4b4e327bd3c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.785 2263 WARNING octavia.api.root_controller [req-57a54119-14e8-4f94-96e1-a4b4e327bd3c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.812 2263 INFO octavia.api.v2.controllers.load_balancer [req-5b8dd182-1009-46e7-9a04-dc4d4ba8a0b5 - - - - -] Sending created Load Balancer 61d43dcc-632e-4979-83bc-14fe454e2969 to the handler 2018-09-14 10:25:50.073 2263 INFO octavia.api.v2.controllers.listener [req-1950cfab-d5db-4fab-98ea-139a7d53adb7 - - - - -] Sending Creation of Listener 22bf06ab-1a96-40ad-8c13-0409e290c050 to handler 2018-09-14 10:25:50.364 2263 INFO oslo_db.sqlalchemy.provision [req-05b1c8f6-8c5f-48a0-b647-865d4704b16d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.368 2263 INFO oslo_db.sqlalchemy.provision [req-05b1c8f6-8c5f-48a0-b647-865d4704b16d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fxnyucegxh 2018-09-14 10:25:50.369 2263 INFO oslo_db.sqlalchemy.provision [req-05b1c8f6-8c5f-48a0-b647-865d4704b16d - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_missing_cookie_name [0.795308s] ... ok 2018-09-14 10:25:46.718 2256 INFO oslo_db.sqlalchemy.provision [req-78028d74-7c2e-48ec-8c87-16700e3d175f - - - - -] CREATE BACKEND sqlite:// TOKEN eyxrjfxscg 2018-09-14 10:25:46.877 2256 INFO octavia.common.config [req-78028d74-7c2e-48ec-8c87-16700e3d175f - - - - -] Logging enabled! 2018-09-14 10:25:46.878 2256 INFO octavia.common.config [req-78028d74-7c2e-48ec-8c87-16700e3d175f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:46.917 2256 WARNING octavia.api.root_controller [req-78028d74-7c2e-48ec-8c87-16700e3d175f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:46.943 2256 INFO octavia.api.v2.controllers.load_balancer [req-8e8dc47b-ec06-45dc-80c5-18c66df0b6d4 - - - - -] Sending created Load Balancer 305533d1-fc8e-44b9-902c-367adf6e76ce to the handler 2018-09-14 10:25:47.199 2256 INFO octavia.api.v2.controllers.listener [req-80da6ed2-05bc-4ee1-a2e8-7da7bfe09421 - - - - -] Sending Creation of Listener 60f098c4-2356-45be-b823-1417e1c0517e to handler 2018-09-14 10:25:47.526 2256 INFO octavia.api.v2.controllers.pool [req-8527fda5-2034-49c5-afcf-a374d3ea6f26 - - - - -] Sending Creation of Pool 8bfceba8-f616-4a04-baf7-af9afc4c198a to handler 2018-09-14 10:25:47.816 2256 INFO octavia.api.v2.controllers.load_balancer [req-9bd0be64-3701-45a7-8796-27c16cd7ee20 - - - - -] Sending deleted Load Balancer 305533d1-fc8e-44b9-902c-367adf6e76ce to the handler 2018-09-14 10:25:47.853 2256 INFO octavia.api.v2.controllers.pool [req-6c06dea6-fe2f-400c-8ff9-3abdef8f6526 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:47.875 2256 INFO oslo_db.sqlalchemy.provision [req-6c06dea6-fe2f-400c-8ff9-3abdef8f6526 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.879 2256 INFO oslo_db.sqlalchemy.provision [req-6c06dea6-fe2f-400c-8ff9-3abdef8f6526 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eyxrjfxscg 2018-09-14 10:25:47.879 2256 INFO oslo_db.sqlalchemy.provision [req-6c06dea6-fe2f-400c-8ff9-3abdef8f6526 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_when_lb_pending_delete [1.167523s] ... ok 2018-09-14 10:25:55.470 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] CREATE BACKEND sqlite:// TOKEN huydfnkjni 2018-09-14 10:25:55.612 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.615 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN huydfnkjni 2018-09-14 10:25:55.615 2258 INFO oslo_db.sqlalchemy.provision [req-d5ca425e-a60c-44cb-b55b-4dc2a6c1af8f - - - - -] DISPOSE ENGINE Engine(sqlite://) {19} octavia.tests.functional.db.test_repositories.VipRepositoryTest.test_delete [0.148814s] ... ok 2018-09-14 10:25:56.305 2246 INFO oslo_db.sqlalchemy.provision [req-a74495c8-992d-4ca6-ac92-1ed0d1d1d69e - - - - -] CREATE BACKEND sqlite:// TOKEN pxepqbwber 2018-09-14 10:25:56.458 2246 INFO octavia.common.config [req-a74495c8-992d-4ca6-ac92-1ed0d1d1d69e - - - - -] Logging enabled! 2018-09-14 10:25:56.458 2246 INFO octavia.common.config [req-a74495c8-992d-4ca6-ac92-1ed0d1d1d69e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:56.483 2246 WARNING octavia.api.root_controller [req-a74495c8-992d-4ca6-ac92-1ed0d1d1d69e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:56.500 2246 INFO octavia.api.v2.controllers.load_balancer [req-32e7ab4a-5992-48c6-a6b5-281b2fa8ff51 - - - - -] Sending created Load Balancer cb750e10-c45d-4475-baa1-5dfe85c202fc to the handler 2018-09-14 10:25:56.653 2246 INFO octavia.api.v2.controllers.listener [req-635fdc71-8931-4b9b-ab9a-8060de09da22 - - - - -] Sending Creation of Listener 4fcc27e4-a2bc-4de7-88ff-290c54665849 to handler 2018-09-14 10:25:56.832 2246 INFO octavia.api.v2.controllers.l7policy [req-95c312bf-2727-455e-8303-38032d43cf32 - - - - -] Sending Creation of L7Policy 8d9d9105-e3e0-4e18-b8b2-a7652133f503 to handler 2018-09-14 10:25:57.134 2246 INFO octavia.api.v2.controllers.l7rule [req-71068e2e-c8d6-48a1-a5dc-7c40a0a53397 - - - - -] Sending Creation of L7Rule b335b3c5-9bc9-4be1-afd5-41c02140d38d to handler 2018-09-14 10:25:57.250 2246 INFO oslo_db.sqlalchemy.provision [req-40bb55b4-4812-491e-bc15-c2d942d40fcc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.253 2246 INFO oslo_db.sqlalchemy.provision [req-40bb55b4-4812-491e-bc15-c2d942d40fcc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pxepqbwber 2018-09-14 10:25:57.253 2246 INFO oslo_db.sqlalchemy.provision [req-40bb55b4-4812-491e-bc15-c2d942d40fcc - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_header_rule [0.953824s] ... ok 2018-09-14 10:25:52.210 2241 INFO oslo_db.sqlalchemy.provision [req-fd4205ea-0ac4-425a-8483-3b276ace456f - - - - -] CREATE BACKEND sqlite:// TOKEN drnnvtaypw 2018-09-14 10:25:52.372 2241 INFO octavia.common.config [req-fd4205ea-0ac4-425a-8483-3b276ace456f - - - - -] Logging enabled! 2018-09-14 10:25:52.373 2241 INFO octavia.common.config [req-fd4205ea-0ac4-425a-8483-3b276ace456f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:52.407 2241 WARNING octavia.api.root_controller [req-fd4205ea-0ac4-425a-8483-3b276ace456f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:52.430 2241 INFO octavia.api.v2.controllers.load_balancer [req-14d09fee-247d-4bee-bf38-3d7b7e5033ee - - - - -] Sending created Load Balancer 4798cc13-2cbc-454c-8fcd-4ff2965cef14 to the handler 2018-09-14 10:25:52.683 2241 INFO octavia.api.v2.controllers.pool [req-998b10dd-0d98-4176-aa89-0ec77535b469 - - - - -] Sending Creation of Pool 5b98a8d6-9553-4e3a-927d-cb4a90162be6 to handler 2018-09-14 10:25:52.863 2241 ERROR octavia.api.v2.controllers.base [req-86d55d5a-1315-4ac5-9528-667e8cf0cdf3 - - - - -] Listener SEAN-CONNERY not found: None 2018-09-14 10:25:52.863 2241 ERROR octavia.api.v2.controllers.base None 2018-09-14 10:25:52.863 2241 ERROR octavia.api.v2.controllers.base 2018-09-14 10:25:52.882 2241 INFO oslo_db.sqlalchemy.provision [req-86d55d5a-1315-4ac5-9528-667e8cf0cdf3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.885 2241 INFO oslo_db.sqlalchemy.provision [req-86d55d5a-1315-4ac5-9528-667e8cf0cdf3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN drnnvtaypw 2018-09-14 10:25:52.886 2241 INFO oslo_db.sqlalchemy.provision [req-86d55d5a-1315-4ac5-9528-667e8cf0cdf3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_bad_listener_id [0.681404s] ... ok 2018-09-14 10:25:49.176 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] CREATE BACKEND sqlite:// TOKEN thlxehwizt 2018-09-14 10:25:49.379 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.382 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN thlxehwizt 2018-09-14 10:25:49.383 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_get [0.213251s] ... ok 2018-09-14 10:25:51.359 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] CREATE BACKEND sqlite:// TOKEN gudjthdphy 2018-09-14 10:25:51.517 2251 INFO octavia.common.config [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] Logging enabled! 2018-09-14 10:25:51.518 2251 INFO octavia.common.config [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:51.558 2251 WARNING octavia.api.root_controller [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:51.586 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.589 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gudjthdphy 2018-09-14 10:25:51.590 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_limited ... SKIPPED: No idea how this should work yet 2018-09-14 10:25:50.311 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] CREATE BACKEND sqlite:// TOKEN huxihxgncd 2018-09-14 10:25:50.816 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.820 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN huxihxgncd 2018-09-14 10:25:50.820 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_delete_forcing_reorder [0.514960s] ... ok 2018-09-14 10:25:50.145 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] CREATE BACKEND sqlite:// TOKEN pfcreazmnb 2018-09-14 10:25:50.437 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.441 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pfcreazmnb 2018-09-14 10:25:50.442 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_update_pool_without_sp [0.302638s] ... ok 2018-09-14 10:25:58.675 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] CREATE BACKEND sqlite:// TOKEN osyjzsywke 2018-09-14 10:25:58.783 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.785 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN osyjzsywke 2018-09-14 10:25:58.786 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.db.test_models.SessionPersistenceModelTest.test_create [0.113980s] ... ok 2018-09-14 10:25:52.348 2265 INFO oslo_db.sqlalchemy.provision [req-ad802efd-0d5c-4093-93a1-387437eb32e0 - - - - -] CREATE BACKEND sqlite:// TOKEN sppbgxmoyq 2018-09-14 10:25:52.510 2265 INFO octavia.common.config [req-ad802efd-0d5c-4093-93a1-387437eb32e0 - - - - -] Logging enabled! 2018-09-14 10:25:52.511 2265 INFO octavia.common.config [req-ad802efd-0d5c-4093-93a1-387437eb32e0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:52.551 2265 WARNING octavia.api.root_controller [req-ad802efd-0d5c-4093-93a1-387437eb32e0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:52.580 2265 INFO octavia.api.v2.controllers.load_balancer [req-718aed09-6500-4c11-b726-abe688758f87 - - - - -] Sending created Load Balancer 28a6839d-dc29-479f-a765-a8f351eeda9b to the handler 2018-09-14 10:25:52.971 2265 INFO octavia.api.v2.controllers.listener [req-dc0ab349-a799-4dae-989c-5ae8a94e0fc7 - - - - -] Sending Creation of Listener 87025b34-8f10-4b0c-8c13-ab2873ed2c5d to handler 2018-09-14 10:25:53.220 2265 INFO octavia.api.v2.controllers.pool [req-63571e2d-01e1-4700-ac23-5e1ac0bbb9da - - - - -] Sending Creation of Pool d26b854e-ae9c-4bbe-8f45-90cf9eef4682 to handler 2018-09-14 10:25:53.525 2265 INFO octavia.api.v2.controllers.pool [req-649eebb0-a4ee-4f97-88b1-f6391808d3d4 - - - - -] Sending Creation of Pool 8f92dff9-1f2d-4fe9-a0f0-5cda45ae4cff to handler 2018-09-14 10:25:53.841 2265 INFO oslo_db.sqlalchemy.provision [req-3ed24a91-2d5a-4df2-88b6-d9d3f58e3120 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.845 2265 INFO oslo_db.sqlalchemy.provision [req-3ed24a91-2d5a-4df2-88b6-d9d3f58e3120 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sppbgxmoyq 2018-09-14 10:25:53.846 2265 INFO oslo_db.sqlalchemy.provision [req-3ed24a91-2d5a-4df2-88b6-d9d3f58e3120 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_member.TestMember.test_create_not_authorized [1.504780s] ... ok 2018-09-14 10:25:51.441 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] CREATE BACKEND sqlite:// TOKEN higrjyxmyq 2018-09-14 10:25:51.672 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.676 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN higrjyxmyq 2018-09-14 10:25:51.677 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_host_name_rule_invalid_value_regex [0.242159s] ... ok 2018-09-14 10:25:50.313 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] CREATE BACKEND sqlite:// TOKEN xuwawwwnby 2018-09-14 10:25:50.507 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.510 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xuwawwwnby 2018-09-14 10:25:50.511 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.db.test_models.HealthMonitorModelTest.test_update [0.205391s] ... ok 2018-09-14 10:25:52.859 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] CREATE BACKEND sqlite:// TOKEN tlditnhvzn 2018-09-14 10:25:53.090 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.093 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tlditnhvzn 2018-09-14 10:25:53.094 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_host_name_rule_invalid_value_string [0.241520s] ... ok 2018-09-14 10:25:52.073 2252 INFO oslo_db.sqlalchemy.provision [req-587cdda7-ce64-46ef-9f13-b6d30e3c806c - - - - -] CREATE BACKEND sqlite:// TOKEN pbjbafwxvy 2018-09-14 10:25:52.237 2252 INFO octavia.common.config [req-587cdda7-ce64-46ef-9f13-b6d30e3c806c - - - - -] Logging enabled! 2018-09-14 10:25:52.238 2252 INFO octavia.common.config [req-587cdda7-ce64-46ef-9f13-b6d30e3c806c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:52.278 2252 WARNING octavia.api.root_controller [req-587cdda7-ce64-46ef-9f13-b6d30e3c806c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:52.306 2252 INFO octavia.api.v2.controllers.load_balancer [req-5578979a-f624-486c-a2e8-fa1f87272777 - - - - -] Sending created Load Balancer 615343f0-20a8-4dfb-bf03-8833786af584 to the handler 2018-09-14 10:25:52.558 2252 INFO octavia.api.v2.controllers.load_balancer [req-62bb234b-4b5c-406e-8c31-c197ec80c94f - 4d6b5c9c-e63e-41b4-9c41-05960de6f9cf - - -] Sending failover request for lb 615343f0-20a8-4dfb-bf03-8833786af584 to the handler 2018-09-14 10:25:52.584 2252 INFO oslo_db.sqlalchemy.provision [req-62bb234b-4b5c-406e-8c31-c197ec80c94f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.588 2252 INFO oslo_db.sqlalchemy.provision [req-62bb234b-4b5c-406e-8c31-c197ec80c94f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pbjbafwxvy 2018-09-14 10:25:52.589 2252 INFO oslo_db.sqlalchemy.provision [req-62bb234b-4b5c-406e-8c31-c197ec80c94f - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_authorized_no_auth [0.521799s] ... ok 2018-09-14 10:25:51.054 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] CREATE BACKEND sqlite:// TOKEN mxkswtpnpf 2018-09-14 10:25:51.247 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.250 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mxkswtpnpf 2018-09-14 10:25:51.251 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.db.test_models.L7RuleModelTest.test_delete [0.203551s] ... ok 2018-09-14 10:25:49.986 2266 INFO oslo_db.sqlalchemy.provision [req-d5a3277c-dfe8-4475-92c9-231edee40312 - - - - -] CREATE BACKEND sqlite:// TOKEN auwznaiupm 2018-09-14 10:25:50.146 2266 INFO octavia.common.config [req-d5a3277c-dfe8-4475-92c9-231edee40312 - - - - -] Logging enabled! 2018-09-14 10:25:50.147 2266 INFO octavia.common.config [req-d5a3277c-dfe8-4475-92c9-231edee40312 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.189 2266 WARNING octavia.api.root_controller [req-d5a3277c-dfe8-4475-92c9-231edee40312 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.292 2266 INFO octavia.api.v2.controllers.load_balancer [req-6f3c0525-c823-4db9-9fd0-9f1d92cc212a - - - - -] Sending created Load Balancer c7ea4345-0900-4f9f-8dd9-8b8f72103aaf to the handler 2018-09-14 10:25:50.355 2266 INFO oslo_db.sqlalchemy.provision [req-6f3c0525-c823-4db9-9fd0-9f1d92cc212a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.358 2266 INFO oslo_db.sqlalchemy.provision [req-6f3c0525-c823-4db9-9fd0-9f1d92cc212a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN auwznaiupm 2018-09-14 10:25:50.359 2266 INFO oslo_db.sqlalchemy.provision [req-6f3c0525-c823-4db9-9fd0-9f1d92cc212a - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:52.605 2253 INFO oslo_db.sqlalchemy.provision [req-06f4a463-a6d4-48b0-9075-92c5b5f85a82 - - - - -] CREATE BACKEND sqlite:// TOKEN vkvobxhgix 2018-09-14 10:25:52.751 2253 INFO octavia.common.config [req-06f4a463-a6d4-48b0-9075-92c5b5f85a82 - - - - -] Logging enabled! 2018-09-14 10:25:52.752 2253 INFO octavia.common.config [req-06f4a463-a6d4-48b0-9075-92c5b5f85a82 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:52.785 2253 WARNING octavia.api.root_controller [req-06f4a463-a6d4-48b0-9075-92c5b5f85a82 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:52.808 2253 INFO octavia.api.v2.controllers.load_balancer [req-ec99f713-2abf-4e29-9e4f-06f7262e58cf - - - - -] Sending created Load Balancer 038bb785-972b-48e2-bcda-92a6dcc19765 to the handler 2018-09-14 10:25:53.011 2253 INFO octavia.api.v2.controllers.listener [req-1517ba16-9358-4134-b929-4826526d5e00 - - - - -] Sending Creation of Listener 44c9f681-5eac-47d9-96f6-05427334cb37 to handler 2018-09-14 10:25:53.221 2253 INFO octavia.api.v2.controllers.load_balancer [req-e7c29919-a0bc-46b3-9ac7-d4d4e9a7d9b1 - - - - -] Sending created Load Balancer f1df9f20-9cf4-4090-8ac9-1a15f9355f32 to the handler 2018-09-14 10:25:53.392 2253 INFO octavia.api.v2.controllers.pool [req-40beb8c3-0d5f-41ed-87fa-45d13333c1c1 - - - - -] Sending Creation of Pool c3eba794-ec51-4ef2-bfba-a87482f5ae00 to handler 2018-09-14 10:25:53.585 2253 INFO octavia.api.v2.controllers.pool [req-63a1e6bf-e37a-4519-97d0-3d58f0beba52 - - - - -] Sending Creation of Pool efbe9b84-0578-4ae8-9f18-b76eb27736be to handler 2018-09-14 10:25:53.810 2253 INFO octavia.api.v2.controllers.pool [req-d7d49a8e-d439-4421-bb1a-02646775ba85 - - - - -] Sending Creation of Pool 7d5df461-ac65-4a22-997d-2bcf7efcf17e to handler 2018-09-14 10:25:54.185 2253 INFO oslo_db.sqlalchemy.provision [req-eb94e29b-5547-4a90-8db5-a4f80f4980d3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.188 2253 INFO oslo_db.sqlalchemy.provision [req-eb94e29b-5547-4a90-8db5-a4f80f4980d3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vkvobxhgix 2018-09-14 10:25:54.188 2253 INFO oslo_db.sqlalchemy.provision [req-eb94e29b-5547-4a90-8db5-a4f80f4980d3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_no_rule [0.379660s] ... ok {14} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_non_admin_global_observer [1.588573s] ... ok 2018-09-14 10:25:49.390 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] CREATE BACKEND sqlite:// TOKEN cedrouhprq 2018-09-14 10:25:49.597 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.600 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cedrouhprq 2018-09-14 10:25:49.601 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_get [0.217013s] ... ok 2018-09-14 10:25:48.444 2247 INFO oslo_db.sqlalchemy.provision [req-5dee38a8-54b5-487c-a219-90a6099b4b3c - - - - -] CREATE BACKEND sqlite:// TOKEN yiovpcaliz 2018-09-14 10:25:48.607 2247 INFO octavia.common.config [req-5dee38a8-54b5-487c-a219-90a6099b4b3c - - - - -] Logging enabled! 2018-09-14 10:25:48.608 2247 INFO octavia.common.config [req-5dee38a8-54b5-487c-a219-90a6099b4b3c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:48.652 2247 WARNING octavia.api.root_controller [req-5dee38a8-54b5-487c-a219-90a6099b4b3c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:48.678 2247 INFO octavia.api.v2.controllers.load_balancer [req-f48d9b9f-abb9-4b41-a5c6-d0ca3e8faf99 - - - - -] Sending created Load Balancer c0529570-d1d1-40da-8829-56f4fd8c9291 to the handler 2018-09-14 10:25:49.078 2247 INFO octavia.api.v2.controllers.listener [req-9cc2e124-b6df-4be6-a48d-e69f34382ac8 - - - - -] Sending Creation of Listener 7fc27252-b723-43ce-8af9-0667ce6d2795 to handler 2018-09-14 10:25:49.395 2247 INFO octavia.api.v2.controllers.pool [req-87bca4a1-d0ad-406c-bc07-4945d2ee57e1 - - - - -] Sending Creation of Pool ba2617cd-f385-4262-baf0-17b6f47a1d6a to handler 2018-09-14 10:25:49.749 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.753 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yiovpcaliz 2018-09-14 10:25:49.754 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_with_bad_SP_cookie_name [1.316637s] ... ok 2018-09-14 10:25:51.599 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] CREATE BACKEND sqlite:// TOKEN xorhimofja 2018-09-14 10:25:51.954 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.958 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xorhimofja 2018-09-14 10:25:51.958 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_pool_delete [0.366025s] ... ok 2018-09-14 10:25:50.827 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] CREATE BACKEND sqlite:// TOKEN yblvjlclpe 2018-09-14 10:25:51.056 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.059 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yblvjlclpe 2018-09-14 10:25:51.060 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule_invalid_key [0.239312s] ... ok 2018-09-14 10:25:58.789 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] CREATE BACKEND sqlite:// TOKEN adpqqzzhsp 2018-09-14 10:25:58.973 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.975 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN adpqqzzhsp 2018-09-14 10:25:58.976 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_load_balancer_tree [0.189629s] ... ok 2018-09-14 10:25:51.733 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] CREATE BACKEND sqlite:// TOKEN ethfcbmakw 2018-09-14 10:25:51.988 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.992 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ethfcbmakw 2018-09-14 10:25:51.992 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_get [0.315193s] ... ok 2018-09-14 10:25:53.101 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] CREATE BACKEND sqlite:// TOKEN bzkfazuemu 2018-09-14 10:25:53.301 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.305 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bzkfazuemu 2018-09-14 10:25:53.305 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_set_status_for_failover_immutable_raise [0.210585s] ... ok 2018-09-14 10:25:50.448 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] CREATE BACKEND sqlite:// TOKEN qkrbkquxlx 2018-09-14 10:25:50.648 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.652 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qkrbkquxlx 2018-09-14 10:25:50.653 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_check_amphora_expired_default_exp_age [0.210604s] ... ok 2018-09-14 10:25:46.862 2259 INFO oslo_db.sqlalchemy.provision [req-7f4a415f-d2bf-4bd4-b470-a1c0437a41c0 - - - - -] CREATE BACKEND sqlite:// TOKEN eikfiwtrlf 2018-09-14 10:25:47.023 2259 INFO octavia.common.config [req-7f4a415f-d2bf-4bd4-b470-a1c0437a41c0 - - - - -] Logging enabled! 2018-09-14 10:25:47.024 2259 INFO octavia.common.config [req-7f4a415f-d2bf-4bd4-b470-a1c0437a41c0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:47.061 2259 WARNING octavia.api.root_controller [req-7f4a415f-d2bf-4bd4-b470-a1c0437a41c0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:47.149 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.154 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eikfiwtrlf 2018-09-14 10:25:47.155 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_delete_quotas_not_Authorized_member [0.300262s] ... ok 2018-09-14 10:25:50.630 2255 INFO oslo_db.sqlalchemy.provision [req-1f486259-a0de-4d3e-af6b-c17aa78379c2 - - - - -] CREATE BACKEND sqlite:// TOKEN rjaecjifgu 2018-09-14 10:25:50.782 2255 INFO octavia.common.config [req-1f486259-a0de-4d3e-af6b-c17aa78379c2 - - - - -] Logging enabled! 2018-09-14 10:25:50.783 2255 INFO octavia.common.config [req-1f486259-a0de-4d3e-af6b-c17aa78379c2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.820 2255 WARNING octavia.api.root_controller [req-1f486259-a0de-4d3e-af6b-c17aa78379c2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.846 2255 INFO octavia.api.v2.controllers.load_balancer [req-c398ecf7-f7ae-43e0-94c4-cacce1ba2dc1 - - - - -] Sending created Load Balancer 13766ba5-316f-4723-86e3-586615ad7d17 to the handler 2018-09-14 10:25:51.098 2255 INFO octavia.api.v2.controllers.pool [req-85a3a2ac-802b-4be0-ab81-ebbe8560215b - - - - -] Sending Creation of Pool 4496de95-fc1f-4d04-b489-9d24b0682a49 to handler 2018-09-14 10:25:51.345 2255 INFO octavia.api.v2.controllers.load_balancer [req-d7b3d560-0270-432b-b25f-2efd4232551a - - - - -] Sending created Load Balancer 8344c024-b18f-4604-8f82-a535cc5679d2 to the handler 2018-09-14 10:25:51.592 2255 INFO octavia.api.v2.controllers.listener [req-53cb6da2-5f59-4f80-8df9-7069516f69c6 - - - - -] Sending Creation of Listener d629abd0-2d8d-47f2-abc4-e33b3f48c0f4 to handler 2018-09-14 10:25:51.848 2255 INFO octavia.api.v2.controllers.load_balancer [req-40d14893-d12a-4919-806f-3aff398a7d85 - - - - -] Sending updated Load Balancer 8344c024-b18f-4604-8f82-a535cc5679d2 to the handler 2018-09-14 10:25:51.899 2255 INFO octavia.api.v2.controllers.listener [req-6f8f288c-055a-4706-ae10-146df0500b54 - - - - -] Load Balancer 8344c024-b18f-4604-8f82-a535cc5679d2 is immutable. 2018-09-14 10:25:51.942 2255 INFO oslo_db.sqlalchemy.provision [req-6f8f288c-055a-4706-ae10-146df0500b54 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.945 2255 INFO oslo_db.sqlalchemy.provision [req-6f8f288c-055a-4706-ae10-146df0500b54 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rjaecjifgu 2018-09-14 10:25:51.946 2255 INFO oslo_db.sqlalchemy.provision [req-6f8f288c-055a-4706-ae10-146df0500b54 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_pending_update [1.322257s] ... ok 2018-09-14 10:25:50.518 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] CREATE BACKEND sqlite:// TOKEN amzfvmhmow 2018-09-14 10:25:50.724 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.736 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN amzfvmhmow 2018-09-14 10:25:50.736 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.db.test_models.ListenerModelTest.test_pools_list [0.225354s] ... ok 2018-09-14 10:25:56.629 2239 INFO oslo_db.sqlalchemy.provision [req-de6af930-f8f2-47c4-bec0-948e7fe29b8c - - - - -] CREATE BACKEND sqlite:// TOKEN onaubkbiwn 2018-09-14 10:25:56.725 2239 INFO octavia.common.config [req-de6af930-f8f2-47c4-bec0-948e7fe29b8c - - - - -] Logging enabled! 2018-09-14 10:25:56.725 2239 INFO octavia.common.config [req-de6af930-f8f2-47c4-bec0-948e7fe29b8c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:56.746 2239 WARNING octavia.api.root_controller [req-de6af930-f8f2-47c4-bec0-948e7fe29b8c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:56.763 2239 INFO octavia.api.v2.controllers.load_balancer [req-fb8577d5-3779-47eb-9fc3-1df564024f87 - - - - -] Sending created Load Balancer eaab20e5-4699-4e29-ae30-00deb2536af8 to the handler 2018-09-14 10:25:56.900 2239 INFO octavia.api.v2.controllers.listener [req-c9c7d163-9433-47fc-b9bd-3828ea4d5a62 - - - - -] Sending Creation of Listener 75b200cd-a374-4157-8e13-1df97a6b2bbb to handler 2018-09-14 10:25:57.054 2239 INFO octavia.api.v2.controllers.pool [req-6b263979-6a7d-49b3-be2f-28ee09a8065c - - - - -] Sending Creation of Pool 50f2c4a2-26bf-4e84-8346-236683da46b1 to handler 2018-09-14 10:25:57.237 2239 INFO octavia.api.v2.controllers.pool [req-cf7329b1-1f84-442a-b9ca-a8ec5d063352 - - - - -] Sending Creation of Pool 6de53169-a218-4ae4-8939-eec8aad96f3f to handler 2018-09-14 10:25:57.453 2239 INFO octavia.api.v2.controllers.member [req-1d5e90d4-71d2-432f-a299-215032b973ca - - - - -] Sending Creation of Member 15dd5711-261b-4c25-9999-03d3cc760523 to handler 2018-09-14 10:25:57.503 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.505 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN onaubkbiwn 2018-09-14 10:25:57.506 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_get [0.880373s] ... ok 2018-09-14 10:25:50.937 2262 INFO oslo_db.sqlalchemy.provision [req-f6101130-09de-4bb1-a7aa-1267aea6ddbb - - - - -] CREATE BACKEND sqlite:// TOKEN rmqssehnaa 2018-09-14 10:25:51.101 2262 INFO octavia.common.config [req-f6101130-09de-4bb1-a7aa-1267aea6ddbb - - - - -] Logging enabled! 2018-09-14 10:25:51.102 2262 INFO octavia.common.config [req-f6101130-09de-4bb1-a7aa-1267aea6ddbb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:51.139 2262 WARNING octavia.api.root_controller [req-f6101130-09de-4bb1-a7aa-1267aea6ddbb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:51.163 2262 INFO octavia.api.v2.controllers.load_balancer [req-4cb543f2-40ec-499f-b5ac-a6b76bf1c49f - - - - -] Sending created Load Balancer 510b6673-6791-42fa-8092-57b8850fff10 to the handler 2018-09-14 10:25:51.593 2262 INFO octavia.api.v2.controllers.pool [req-126fe670-efe9-48e8-bc2d-e444cdfc5d85 - - - - -] Sending Creation of Pool 4728e421-f7f3-4dc1-af5a-f32106aefa5b to handler 2018-09-14 10:25:51.864 2262 INFO oslo_db.sqlalchemy.provision [req-e196cb91-9b93-4c09-9cc5-50201cd5bfa4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.867 2262 INFO oslo_db.sqlalchemy.provision [req-e196cb91-9b93-4c09-9cc5-50201cd5bfa4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rmqssehnaa 2018-09-14 10:25:51.868 2262 INFO oslo_db.sqlalchemy.provision [req-e196cb91-9b93-4c09-9cc5-50201cd5bfa4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_bad_insert_headers [0.937719s] ... ok 2018-09-14 10:25:48.647 2254 INFO oslo_db.sqlalchemy.provision [req-0682eff4-eb11-4d6e-b956-171dc9e423a5 - - - - -] CREATE BACKEND sqlite:// TOKEN ntrlyxctlb 2018-09-14 10:25:48.812 2254 INFO octavia.common.config [req-0682eff4-eb11-4d6e-b956-171dc9e423a5 - - - - -] Logging enabled! 2018-09-14 10:25:48.813 2254 INFO octavia.common.config [req-0682eff4-eb11-4d6e-b956-171dc9e423a5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:48.851 2254 WARNING octavia.api.root_controller [req-0682eff4-eb11-4d6e-b956-171dc9e423a5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:48.877 2254 INFO octavia.api.v2.controllers.load_balancer [req-675ac38c-f931-4846-946a-9e530cf96a3f - - - - -] Sending created Load Balancer 2ea84863-98da-41f1-a2a5-345c8c17adf6 to the handler 2018-09-14 10:25:49.127 2254 INFO octavia.api.v2.controllers.listener [req-e454e34d-b6c1-4d2d-b04b-2036c78824e6 - - - - -] Sending Creation of Listener 3efa530a-dcb4-4987-86b1-17413f886761 to handler 2018-09-14 10:25:49.407 2254 INFO oslo_db.sqlalchemy.provision [req-4993fc91-6706-49a7-8833-8176c9c9b827 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.410 2254 INFO oslo_db.sqlalchemy.provision [req-4993fc91-6706-49a7-8833-8176c9c9b827 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ntrlyxctlb 2018-09-14 10:25:49.411 2254 INFO oslo_db.sqlalchemy.provision [req-4993fc91-6706-49a7-8833-8176c9c9b827 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_bad_SP_cookie_name [0.770190s] ... ok 2018-09-14 10:25:51.259 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] CREATE BACKEND sqlite:// TOKEN zawrrptgci 2018-09-14 10:25:51.564 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.567 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zawrrptgci 2018-09-14 10:25:51.568 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_session_persistence_tree [0.315232s] ... ok 2018-09-14 10:25:49.679 2245 INFO oslo_db.sqlalchemy.provision [req-32084578-7a04-4edd-9922-504d3e8f085c - - - - -] CREATE BACKEND sqlite:// TOKEN xgsrodxflp 2018-09-14 10:25:49.985 2245 INFO octavia.common.config [req-32084578-7a04-4edd-9922-504d3e8f085c - - - - -] Logging enabled! 2018-09-14 10:25:49.985 2245 INFO octavia.common.config [req-32084578-7a04-4edd-9922-504d3e8f085c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.024 2245 WARNING octavia.api.root_controller [req-32084578-7a04-4edd-9922-504d3e8f085c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.102 2245 INFO octavia.api.v2.controllers.load_balancer [req-761863c3-2072-4513-98fb-32d7230b6deb - - - - -] Sending created Load Balancer fb072d92-264c-4932-ac25-f3a4c00e37f6 to the handler 2018-09-14 10:25:50.159 2245 INFO oslo_db.sqlalchemy.provision [req-761863c3-2072-4513-98fb-32d7230b6deb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.163 2245 INFO oslo_db.sqlalchemy.provision [req-761863c3-2072-4513-98fb-32d7230b6deb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xgsrodxflp 2018-09-14 10:25:50.164 2245 INFO oslo_db.sqlalchemy.provision [req-761863c3-2072-4513-98fb-32d7230b6deb - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_hm [0.491032s] ... ok 2018-09-14 10:26:05.637 2242 INFO octavia.api.v2.controllers.l7rule [req-8750cd85-a1e3-4988-8861-cee6751ec0fb - - - - -] Sending Creation of L7Rule a5c37326-717c-49bb-890d-c63d8c4b91e6 to handler 2018-09-14 10:25:49.607 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] CREATE BACKEND sqlite:// TOKEN klhfnxpjhe 2018-09-14 10:25:50.137 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.140 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN klhfnxpjhe 2018-09-14 10:25:50.141 2267 INFO oslo_db.sqlalchemy.provision [req-2293de95-d4e6-4960-9610-b71375093bc1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {28} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_get_all_return_value [0.539649s] ... ok 2018-09-14 10:25:49.762 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] CREATE BACKEND sqlite:// TOKEN fxfvospzrw 2018-09-14 10:25:49.958 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.962 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fxfvospzrw 2018-09-14 10:25:49.963 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_models.AmphoraModelTest.test_update [0.208217s] ... ok 2018-09-14 10:25:58.981 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] CREATE BACKEND sqlite:// TOKEN nklzuuwsxy 2018-09-14 10:25:59.096 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:59.098 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nklzuuwsxy 2018-09-14 10:25:59.098 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_update [0.121967s] ... ok 2018-09-14 10:25:51.999 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] CREATE BACKEND sqlite:// TOKEN cmqsfcrlnb 2018-09-14 10:25:52.228 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.232 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cmqsfcrlnb 2018-09-14 10:25:52.232 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_delete [0.239506s] ... ok 2018-09-14 10:25:52.891 2241 INFO oslo_db.sqlalchemy.provision [req-86d55d5a-1315-4ac5-9528-667e8cf0cdf3 - - - - -] CREATE BACKEND sqlite:// TOKEN nlymzctmvv 2018-09-14 10:25:53.022 2241 INFO octavia.common.config [req-86d55d5a-1315-4ac5-9528-667e8cf0cdf3 - - - - -] Logging enabled! 2018-09-14 10:25:53.023 2241 INFO octavia.common.config [req-86d55d5a-1315-4ac5-9528-667e8cf0cdf3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:53.050 2241 WARNING octavia.api.root_controller [req-86d55d5a-1315-4ac5-9528-667e8cf0cdf3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:53.072 2241 INFO octavia.api.v2.controllers.load_balancer [req-1ad64e00-811c-4cbd-bae6-512aea013495 - - - - -] Sending created Load Balancer c406ba28-f7d7-4274-b5f2-9612d5524c32 to the handler 2018-09-14 10:25:53.103 2241 INFO oslo_db.sqlalchemy.provision [req-1ad64e00-811c-4cbd-bae6-512aea013495 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.106 2241 INFO oslo_db.sqlalchemy.provision [req-1ad64e00-811c-4cbd-bae6-512aea013495 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nlymzctmvv 2018-09-14 10:25:53.106 2241 INFO oslo_db.sqlalchemy.provision [req-1ad64e00-811c-4cbd-bae6-512aea013495 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create [0.220137s] ... ok 2018-09-14 10:25:51.965 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] CREATE BACKEND sqlite:// TOKEN aseleealzk 2018-09-14 10:25:52.321 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.326 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aseleealzk 2018-09-14 10:25:52.326 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_pool_simple_update [0.367869s] ... ok 2018-09-14 10:25:51.067 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] CREATE BACKEND sqlite:// TOKEN mxywgrluzi 2018-09-14 10:25:51.296 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.300 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mxywgrluzi 2018-09-14 10:25:51.300 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_path_rule_bad_compare_type [0.239573s] ... ok 2018-09-14 10:25:53.312 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] CREATE BACKEND sqlite:// TOKEN vymgeihkqw 2018-09-14 10:25:53.576 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.579 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vymgeihkqw 2018-09-14 10:25:53.579 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_get_all [0.273081s] ... ok 2018-09-14 10:25:50.659 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] CREATE BACKEND sqlite:// TOKEN rxnyxfhxki 2018-09-14 10:25:50.844 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.848 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rxnyxfhxki 2018-09-14 10:25:50.849 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_create [0.195805s] ... ok 2018-09-14 10:25:52.040 2264 INFO oslo_db.sqlalchemy.provision [req-00dcaca2-9431-4f1f-87df-78209965c96c - - - - -] CREATE BACKEND sqlite:// TOKEN klopeeeect 2018-09-14 10:25:52.205 2264 INFO octavia.common.config [req-00dcaca2-9431-4f1f-87df-78209965c96c - - - - -] Logging enabled! 2018-09-14 10:25:52.206 2264 INFO octavia.common.config [req-00dcaca2-9431-4f1f-87df-78209965c96c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:52.246 2264 WARNING octavia.api.root_controller [req-00dcaca2-9431-4f1f-87df-78209965c96c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:52.274 2264 INFO octavia.api.v2.controllers.load_balancer [req-431cf8ab-9084-4689-b085-d1249d64503b - - - - -] Sending created Load Balancer 6c21f82a-f36d-4007-bcb4-0ae12b250894 to the handler 2018-09-14 10:25:52.531 2264 INFO octavia.api.v2.controllers.listener [req-735c2a0b-947f-462e-9d62-6444ced0ab53 - - - - -] Sending Creation of Listener 0669d45f-705a-4a9c-93cc-494ebb60dd9d to handler 2018-09-14 10:25:52.825 2264 INFO octavia.api.v2.controllers.pool [req-cf44ca6d-7fca-4d59-94f7-76e69c1081d9 - - - - -] Sending Creation of Pool a530c084-6c32-4d33-a97b-0f1533a0a495 to handler 2018-09-14 10:25:53.039 2264 INFO oslo_db.sqlalchemy.provision [req-c959a5e7-765e-4a64-bf21-dc92eb4562a1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.042 2264 INFO oslo_db.sqlalchemy.provision [req-c959a5e7-765e-4a64-bf21-dc92eb4562a1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN klopeeeect 2018-09-14 10:25:53.043 2264 INFO oslo_db.sqlalchemy.provision [req-c959a5e7-765e-4a64-bf21-dc92eb4562a1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_hides_deleted [1.009154s] ... ok 2018-09-14 10:25:55.385 2269 INFO oslo_db.sqlalchemy.provision [req-d67ac60b-c35d-4097-be0a-aa1e7c31f655 - - - - -] CREATE BACKEND sqlite:// TOKEN bdvwftxlru 2018-09-14 10:25:55.484 2269 INFO octavia.common.config [req-d67ac60b-c35d-4097-be0a-aa1e7c31f655 - - - - -] Logging enabled! 2018-09-14 10:25:55.485 2269 INFO octavia.common.config [req-d67ac60b-c35d-4097-be0a-aa1e7c31f655 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:55.511 2269 WARNING octavia.api.root_controller [req-d67ac60b-c35d-4097-be0a-aa1e7c31f655 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:55.526 2269 INFO octavia.api.v2.controllers.load_balancer [req-153ef6a2-73e9-495f-a0f0-156977446106 - - - - -] Sending created Load Balancer 32681323-f749-4911-bec0-e66a84802c01 to the handler 2018-09-14 10:25:55.761 2269 INFO octavia.api.v2.controllers.listener [req-c402fbfb-10ee-4ca9-bd4a-b54ba4c5b6f4 - - - - -] Sending Creation of Listener 132545c9-9c91-4130-95ec-228446bd00c0 to handler 2018-09-14 10:25:55.965 2269 INFO octavia.api.v2.controllers.pool [req-bd4caecf-a943-421c-9889-85f81698e124 - - - - -] Sending Creation of Pool 1d5170e3-c666-452d-8db2-a7b225273ecf to handler 2018-09-14 10:25:56.161 2269 INFO oslo_db.sqlalchemy.provision [req-aa1020dd-ef67-444d-afba-d6cb54ea1aff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.163 2269 INFO oslo_db.sqlalchemy.provision [req-aa1020dd-ef67-444d-afba-d6cb54ea1aff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bdvwftxlru 2018-09-14 10:25:56.163 2269 INFO oslo_db.sqlalchemy.provision [req-aa1020dd-ef67-444d-afba-d6cb54ea1aff - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_with_bad_SP_type_HTTP_cookie [0.782066s] ... ok 2018-09-14 10:25:47.164 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] CREATE BACKEND sqlite:// TOKEN tholsxitdt 2018-09-14 10:25:47.370 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.375 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tholsxitdt 2018-09-14 10:25:47.375 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.db.test_models.HealthMonitorModelTest.test_pool_relationship [0.219511s] ... ok 2018-09-14 10:25:50.746 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] CREATE BACKEND sqlite:// TOKEN kzcsmhndre 2018-09-14 10:25:50.947 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.950 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kzcsmhndre 2018-09-14 10:25:50.951 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.db.test_models.SNIModelTest.test_sni_relationship [0.212769s] ... ok 2018-09-14 10:25:57.290 2240 INFO oslo_db.sqlalchemy.provision [req-d64ff3ac-f1c1-4678-96fc-9a3b60267ccb - - - - -] CREATE BACKEND sqlite:// TOKEN rvobikhofd 2018-09-14 10:25:57.386 2240 INFO octavia.common.config [req-d64ff3ac-f1c1-4678-96fc-9a3b60267ccb - - - - -] Logging enabled! 2018-09-14 10:25:57.386 2240 INFO octavia.common.config [req-d64ff3ac-f1c1-4678-96fc-9a3b60267ccb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:57.409 2240 WARNING octavia.api.root_controller [req-d64ff3ac-f1c1-4678-96fc-9a3b60267ccb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:57.425 2240 INFO octavia.api.v2.controllers.load_balancer [req-67f66857-860f-4b8f-a809-9c0056b948fa - - - - -] Sending created Load Balancer 92302e2c-e3ad-420b-8182-3e5b23c163c0 to the handler 2018-09-14 10:25:57.564 2240 INFO octavia.api.v2.controllers.listener [req-da8cabe2-2470-40c2-afbc-8b85d202d701 - - - - -] Sending Creation of Listener 300375ed-58d8-4903-af9e-f3f0da0a4566 to handler 2018-09-14 10:25:57.732 2240 INFO octavia.api.v2.controllers.pool [req-d6be88ba-3438-468a-b598-4fe858d4f86b - - - - -] Sending Creation of Pool e3045b5c-89eb-43c4-8065-cabab6f93827 to handler 2018-09-14 10:25:57.892 2240 INFO octavia.api.v2.controllers.load_balancer [req-20b20907-ba86-4283-8456-9484c811a7b6 - - - - -] Sending deleted Load Balancer 92302e2c-e3ad-420b-8182-3e5b23c163c0 to the handler 2018-09-14 10:25:57.915 2240 INFO octavia.api.v2.controllers.pool [req-a93509fb-5256-4b21-b56f-0a36f1cd5370 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:57.929 2240 INFO oslo_db.sqlalchemy.provision [req-a93509fb-5256-4b21-b56f-0a36f1cd5370 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.932 2240 INFO oslo_db.sqlalchemy.provision [req-a93509fb-5256-4b21-b56f-0a36f1cd5370 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rvobikhofd 2018-09-14 10:25:57.932 2240 INFO oslo_db.sqlalchemy.provision [req-a93509fb-5256-4b21-b56f-0a36f1cd5370 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_when_lb_pending_delete [0.645948s] ... ok 2018-09-14 10:25:57.511 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] CREATE BACKEND sqlite:// TOKEN ixcxiwwuah 2018-09-14 10:25:57.620 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.622 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ixcxiwwuah 2018-09-14 10:25:57.623 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_create [0.115908s] ... ok 2018-09-14 10:25:54.193 2253 INFO oslo_db.sqlalchemy.provision [req-eb94e29b-5547-4a90-8db5-a4f80f4980d3 - - - - -] CREATE BACKEND sqlite:// TOKEN bjsgnthlog 2018-09-14 10:25:54.304 2253 INFO octavia.common.config [req-eb94e29b-5547-4a90-8db5-a4f80f4980d3 - - - - -] Logging enabled! 2018-09-14 10:25:54.305 2253 INFO octavia.common.config [req-eb94e29b-5547-4a90-8db5-a4f80f4980d3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:54.329 2253 WARNING octavia.api.root_controller [req-eb94e29b-5547-4a90-8db5-a4f80f4980d3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:54.367 2253 INFO oslo_db.sqlalchemy.provision [req-e0ed008f-e80c-4883-86a7-8e2232286160 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.369 2253 INFO oslo_db.sqlalchemy.provision [req-e0ed008f-e80c-4883-86a7-8e2232286160 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bjsgnthlog 2018-09-14 10:25:54.369 2253 INFO oslo_db.sqlalchemy.provision [req-e0ed008f-e80c-4883-86a7-8e2232286160 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_Authorized_member [0.180653s] ... ok 2018-09-14 10:25:47.886 2256 INFO oslo_db.sqlalchemy.provision [req-6c06dea6-fe2f-400c-8ff9-3abdef8f6526 - - - - -] CREATE BACKEND sqlite:// TOKEN dynclhsscj 2018-09-14 10:25:48.042 2256 INFO octavia.common.config [req-6c06dea6-fe2f-400c-8ff9-3abdef8f6526 - - - - -] Logging enabled! 2018-09-14 10:25:48.043 2256 INFO octavia.common.config [req-6c06dea6-fe2f-400c-8ff9-3abdef8f6526 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:48.082 2256 WARNING octavia.api.root_controller [req-6c06dea6-fe2f-400c-8ff9-3abdef8f6526 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:48.107 2256 INFO octavia.api.v2.controllers.load_balancer [req-7c690a3c-c769-4d36-8108-e0da643da426 - - - - -] Sending created Load Balancer 3e119b71-188d-4c97-919c-eb9d08820774 to the handler 2018-09-14 10:25:48.358 2256 INFO octavia.api.v2.controllers.listener [req-902c95d4-5185-4bf3-8d03-997158434db1 - - - - -] Sending Creation of Listener 82ac9941-10e2-46ad-9335-0d549da88bf2 to handler 2018-09-14 10:25:48.670 2256 INFO octavia.api.v2.controllers.pool [req-c42e5cce-bb85-4a08-84ff-442510ec3bef - - - - -] Sending Creation of Pool d49de2c0-d769-4069-a908-d8ac387e2276 to handler 2018-09-14 10:25:49.126 2256 INFO octavia.api.v2.controllers.pool [req-88659322-8fed-4d29-bdd5-5c87effea01f - - - - -] Sending Update of Pool d49de2c0-d769-4069-a908-d8ac387e2276 to handler 2018-09-14 10:25:49.300 2256 INFO oslo_db.sqlalchemy.provision [req-084a3bd8-6348-423c-ade9-67f5beca1ee7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.303 2256 INFO oslo_db.sqlalchemy.provision [req-084a3bd8-6348-423c-ade9-67f5beca1ee7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dynclhsscj 2018-09-14 10:25:49.304 2256 INFO oslo_db.sqlalchemy.provision [req-084a3bd8-6348-423c-ade9-67f5beca1ee7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_with_bad_handler [1.424414s] ... ok 2018-09-14 10:25:52.239 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] CREATE BACKEND sqlite:// TOKEN igetqyhhxv 2018-09-14 10:25:52.597 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.601 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN igetqyhhxv 2018-09-14 10:25:52.602 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_update [0.369028s] ... ok 2018-09-14 10:25:59.102 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] CREATE BACKEND sqlite:// TOKEN hnnluuvayq 2018-09-14 10:25:59.224 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:59.226 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hnnluuvayq 2018-09-14 10:25:59.227 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_cert_expired_amphora [0.128071s] ... ok 2018-09-14 10:25:49.970 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] CREATE BACKEND sqlite:// TOKEN tnetonwdaa 2018-09-14 10:25:50.165 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.168 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tnetonwdaa 2018-09-14 10:25:50.169 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_models.L7RuleModelTest.test_create [0.205572s] ... ok 2018-09-14 10:25:57.257 2246 INFO oslo_db.sqlalchemy.provision [req-40bb55b4-4812-491e-bc15-c2d942d40fcc - - - - -] CREATE BACKEND sqlite:// TOKEN kctvrgkmra 2018-09-14 10:25:57.355 2246 INFO octavia.common.config [req-40bb55b4-4812-491e-bc15-c2d942d40fcc - - - - -] Logging enabled! 2018-09-14 10:25:57.356 2246 INFO octavia.common.config [req-40bb55b4-4812-491e-bc15-c2d942d40fcc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:57.379 2246 WARNING octavia.api.root_controller [req-40bb55b4-4812-491e-bc15-c2d942d40fcc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:57.394 2246 INFO octavia.api.v2.controllers.load_balancer [req-78c76d03-ae73-431b-b051-db55d877c2c6 - - - - -] Sending created Load Balancer e2a9f1ba-eaf4-4f8d-b032-71c89af3ca42 to the handler 2018-09-14 10:25:57.536 2246 INFO octavia.api.v2.controllers.listener [req-8048815a-ef7c-4289-88ea-5057b9d67115 - - - - -] Sending Creation of Listener 10ef21eb-89a6-4da9-bdd1-265ddd05dbe0 to handler 2018-09-14 10:25:57.704 2246 INFO octavia.api.v2.controllers.l7policy [req-76ba9139-a1a8-4b2a-aec6-c6f79c30bff7 - - - - -] Sending Creation of L7Policy 24be0bb2-1d3b-4d88-902d-39baeb83aa6d to handler 2018-09-14 10:25:58.063 2246 INFO octavia.api.v2.controllers.l7rule [req-0442046e-3737-466a-b5af-6223ab645b19 - - - - -] Sending Creation of L7Rule 4ef5768c-b77b-444f-8021-ab54d56c09c5 to handler 2018-09-14 10:25:58.315 2246 INFO octavia.api.v2.controllers.load_balancer [req-5090d7c9-7cf2-436c-8a83-2a0239fb2cc0 - - - - -] Sending deleted Load Balancer e2a9f1ba-eaf4-4f8d-b032-71c89af3ca42 to the handler 2018-09-14 10:25:58.342 2246 INFO octavia.api.v2.controllers.l7rule [req-2eb16ce7-152a-480e-960c-3b977cb694cd - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:25:58.357 2246 INFO oslo_db.sqlalchemy.provision [req-2eb16ce7-152a-480e-960c-3b977cb694cd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.359 2246 INFO oslo_db.sqlalchemy.provision [req-2eb16ce7-152a-480e-960c-3b977cb694cd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kctvrgkmra 2018-09-14 10:25:58.359 2246 INFO oslo_db.sqlalchemy.provision [req-2eb16ce7-152a-480e-960c-3b977cb694cd - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_when_lb_pending_delete [1.105631s] ... ok 2018-09-14 10:25:53.584 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] CREATE BACKEND sqlite:// TOKEN cumpgrbzpp 2018-09-14 10:25:53.744 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.746 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cumpgrbzpp 2018-09-14 10:25:53.747 2261 INFO oslo_db.sqlalchemy.provision [req-b6fb63ae-3ddd-4b56-a3ce-0be9fd583f66 - - - - -] DISPOSE ENGINE Engine(sqlite://) {22} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_create_no_peer_port [0.167170s] ... ok 2018-09-14 10:25:52.333 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] CREATE BACKEND sqlite:// TOKEN osvbvrlvfz 2018-09-14 10:25:52.523 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.527 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN osvbvrlvfz 2018-09-14 10:25:52.528 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.db.test_models.VipModelTest.test_vip_load_balancer_relationship [0.200844s] ... ok 2018-09-14 10:25:51.307 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] CREATE BACKEND sqlite:// TOKEN jsgvcipnii 2018-09-14 10:25:51.593 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.597 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jsgvcipnii 2018-09-14 10:25:51.597 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_update [0.296701s] ... ok 2018-09-14 10:25:50.856 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] CREATE BACKEND sqlite:// TOKEN ibgpsdntdk 2018-09-14 10:25:51.167 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.170 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ibgpsdntdk 2018-09-14 10:25:51.171 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_get [0.321481s] ... ok 2018-09-14 10:25:47.382 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] CREATE BACKEND sqlite:// TOKEN kzqxaaptyq 2018-09-14 10:25:47.580 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.585 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kzqxaaptyq 2018-09-14 10:25:47.586 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_create [0.210232s] ... ok 2018-09-14 10:25:50.958 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] CREATE BACKEND sqlite:// TOKEN ygzskorahb 2018-09-14 10:25:51.151 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.154 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ygzskorahb 2018-09-14 10:25:51.155 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.db.test_models.VipModelTest.test_update [0.202843s] ... ok 2018-09-14 10:25:57.627 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] CREATE BACKEND sqlite:// TOKEN krzeybmllv 2018-09-14 10:25:57.737 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.739 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN krzeybmllv 2018-09-14 10:25:57.739 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.SNIModelTest.test_create [0.115858s] ... ok 2018-09-14 10:25:51.953 2255 INFO oslo_db.sqlalchemy.provision [req-6f8f288c-055a-4706-ae10-146df0500b54 - - - - -] CREATE BACKEND sqlite:// TOKEN bsxpemluym 2018-09-14 10:25:52.113 2255 INFO octavia.common.config [req-6f8f288c-055a-4706-ae10-146df0500b54 - - - - -] Logging enabled! 2018-09-14 10:25:52.114 2255 INFO octavia.common.config [req-6f8f288c-055a-4706-ae10-146df0500b54 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:52.152 2255 WARNING octavia.api.root_controller [req-6f8f288c-055a-4706-ae10-146df0500b54 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:52.179 2255 INFO octavia.api.v2.controllers.load_balancer [req-235ea435-91dd-433e-850e-a19c7facc4cd - - - - -] Sending created Load Balancer 8a66de7e-0bc6-4437-bcac-7cef8ab251e1 to the handler 2018-09-14 10:25:52.240 2255 INFO oslo_db.sqlalchemy.provision [req-210b604e-fc23-4be9-a9c8-26151f96e12b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.243 2255 INFO oslo_db.sqlalchemy.provision [req-210b604e-fc23-4be9-a9c8-26151f96e12b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bsxpemluym 2018-09-14 10:25:52.244 2255 INFO oslo_db.sqlalchemy.provision [req-210b604e-fc23-4be9-a9c8-26151f96e12b - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_bad_handler [0.297213s] ... ok 2018-09-14 10:25:52.609 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] CREATE BACKEND sqlite:// TOKEN ckzaxdqdyq 2018-09-14 10:25:52.825 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.829 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ckzaxdqdyq 2018-09-14 10:25:52.830 2244 INFO oslo_db.sqlalchemy.provision [req-7bcb35f4-9b32-4d47-a5ef-ac7eb8d716f0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {5} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_get [0.226820s] ... ok 2018-09-14 10:25:53.850 2265 INFO oslo_db.sqlalchemy.provision [req-3ed24a91-2d5a-4df2-88b6-d9d3f58e3120 - - - - -] CREATE BACKEND sqlite:// TOKEN jqyaequxpd 2018-09-14 10:25:53.953 2265 INFO octavia.common.config [req-3ed24a91-2d5a-4df2-88b6-d9d3f58e3120 - - - - -] Logging enabled! 2018-09-14 10:25:53.953 2265 INFO octavia.common.config [req-3ed24a91-2d5a-4df2-88b6-d9d3f58e3120 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:53.980 2265 WARNING octavia.api.root_controller [req-3ed24a91-2d5a-4df2-88b6-d9d3f58e3120 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:53.998 2265 INFO octavia.api.v2.controllers.load_balancer [req-3bd21cd2-b86e-4d79-94a1-cc5b8263c8f9 - - - - -] Sending created Load Balancer 752ea5dc-74f3-488b-a26d-fd83419acc4f to the handler 2018-09-14 10:25:54.176 2265 INFO octavia.api.v2.controllers.listener [req-9ed43e4d-7548-4ecd-b78d-3a2ec4858202 - - - - -] Sending Creation of Listener bff242f1-1929-4e98-ad77-dc0791adbb92 to handler 2018-09-14 10:25:54.372 2265 INFO octavia.api.v2.controllers.pool [req-a54443a5-421b-45f0-b42c-3a47f3fba095 - - - - -] Sending Creation of Pool 78c61c63-9c0d-45d1-b30b-79e8acc15561 to handler 2018-09-14 10:25:54.717 2265 INFO octavia.api.v2.controllers.pool [req-85a6dcfb-d5e8-4ec6-9fff-996a9fb5c658 - - - - -] Sending Creation of Pool 62fe8b78-898a-41de-b042-af21ee47310d to handler 2018-09-14 10:25:55.105 2265 INFO octavia.api.v2.controllers.member [req-a96415fb-5242-44b1-82aa-6f824824e023 - - - - -] Sending Creation of Member 0c7cdb9a-0c95-4c02-9056-a59b8c614807 to handler 2018-09-14 10:25:55.350 2265 INFO oslo_db.sqlalchemy.provision [req-839f7885-a5e6-4da0-94f9-a2218afc4a2b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.352 2265 INFO oslo_db.sqlalchemy.provision [req-839f7885-a5e6-4da0-94f9-a2218afc4a2b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jqyaequxpd 2018-09-14 10:25:55.353 2265 INFO oslo_db.sqlalchemy.provision [req-839f7885-a5e6-4da0-94f9-a2218afc4a2b - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_bad_handler [1.506476s] ... ok 2018-09-14 10:25:48.738 2260 INFO oslo_db.sqlalchemy.provision [req-ca413802-6487-4539-adf8-51c21f5a3dd7 - - - - -] CREATE BACKEND sqlite:// TOKEN oyrteywjtj 2018-09-14 10:25:48.906 2260 INFO octavia.common.config [req-ca413802-6487-4539-adf8-51c21f5a3dd7 - - - - -] Logging enabled! 2018-09-14 10:25:48.907 2260 INFO octavia.common.config [req-ca413802-6487-4539-adf8-51c21f5a3dd7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:48.946 2260 WARNING octavia.api.root_controller [req-ca413802-6487-4539-adf8-51c21f5a3dd7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:48.973 2260 INFO octavia.api.v2.controllers.load_balancer [req-191ecf9a-2c17-4343-9aa0-5c07940395b2 - - - - -] Sending created Load Balancer 22ae3637-68d4-486a-90a4-6ac664896f84 to the handler 2018-09-14 10:25:49.226 2260 INFO octavia.api.v2.controllers.listener [req-1b70fc7f-5e40-4b06-abfa-fb4576626ac3 - - - - -] Sending Creation of Listener 99701050-84e3-45c0-a0e0-fff3ff098fe4 to handler 2018-09-14 10:25:49.517 2260 INFO oslo_db.sqlalchemy.provision [req-b49121bf-af0a-47ad-a3fa-0ef443d0e56f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.521 2260 INFO oslo_db.sqlalchemy.provision [req-b49121bf-af0a-47ad-a3fa-0ef443d0e56f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oyrteywjtj 2018-09-14 10:25:49.522 2260 INFO oslo_db.sqlalchemy.provision [req-b49121bf-af0a-47ad-a3fa-0ef443d0e56f - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_bad_SP_type_HTTP_cookie [0.790742s] ... ok 2018-09-14 10:25:59.231 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] CREATE BACKEND sqlite:// TOKEN rdpowymfzq 2018-09-14 10:25:59.367 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:59.370 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rdpowymfzq 2018-09-14 10:25:59.370 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:52.597 2252 INFO oslo_db.sqlalchemy.provision [req-62bb234b-4b5c-406e-8c31-c197ec80c94f - - - - -] CREATE BACKEND sqlite:// TOKEN amvjuetfph 2018-09-14 10:25:52.758 2252 INFO octavia.common.config [req-62bb234b-4b5c-406e-8c31-c197ec80c94f - - - - -] Logging enabled! 2018-09-14 10:25:52.759 2252 INFO octavia.common.config [req-62bb234b-4b5c-406e-8c31-c197ec80c94f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:52.798 2252 WARNING octavia.api.root_controller [req-62bb234b-4b5c-406e-8c31-c197ec80c94f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:52.825 2252 INFO octavia.api.v2.controllers.load_balancer [req-106c1c00-1374-4041-ae79-0b0011f16681 - - - - -] Sending created Load Balancer 71ffd941-1bca-4087-aa98-3c4d6b7557b2 to the handler 2018-09-14 10:25:53.079 2252 INFO octavia.api.v2.controllers.listener [req-1d458d59-90e9-4946-8aac-8662d8b2dd7a - - - - -] Sending Creation of Listener 581a0ae2-8d1a-4919-b85b-2dd0c1c1cb35 to handler 2018-09-14 10:25:53.365 2252 INFO octavia.api.v2.controllers.pool [req-eb635249-abcc-443a-bb09-c5b195a87caa - - - - -] Sending Creation of Pool d00ded62-5a63-443f-9edd-3f54beedf41e to handler 2018-09-14 10:25:53.691 2252 INFO octavia.api.v2.controllers.pool [req-a7ed0e65-383d-4797-b081-4ebbc8426307 - - - - -] Sending Creation of Pool a67be2be-aeed-46c2-a746-b86ba54888c4 to handler 2018-09-14 10:25:54.095 2252 INFO oslo_db.sqlalchemy.provision [req-a8a65768-932f-4eb7-819c-5d5825879445 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.097 2252 INFO oslo_db.sqlalchemy.provision [req-a8a65768-932f-4eb7-819c-5d5825879445 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN amvjuetfph 2018-09-14 10:25:54.098 2252 INFO oslo_db.sqlalchemy.provision [req-a8a65768-932f-4eb7-819c-5d5825879445 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule_invalid_value_regex [0.142806s] ... ok {13} octavia.tests.functional.api.v2.test_member.TestMember.test_create_bad_port_number [1.507165s] ... ok 2018-09-14 10:25:50.367 2266 INFO oslo_db.sqlalchemy.provision [req-6f3c0525-c823-4db9-9fd0-9f1d92cc212a - - - - -] CREATE BACKEND sqlite:// TOKEN wcvknpseel 2018-09-14 10:25:50.530 2266 INFO octavia.common.config [req-6f3c0525-c823-4db9-9fd0-9f1d92cc212a - - - - -] Logging enabled! 2018-09-14 10:25:50.531 2266 INFO octavia.common.config [req-6f3c0525-c823-4db9-9fd0-9f1d92cc212a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.574 2266 WARNING octavia.api.root_controller [req-6f3c0525-c823-4db9-9fd0-9f1d92cc212a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.600 2266 INFO octavia.api.v2.controllers.load_balancer [req-048b1ce3-40be-4fc2-992c-04cf2e306902 - - - - -] Sending created Load Balancer 73f2d589-c4e8-4cae-9c26-6afae6024811 to the handler 2018-09-14 10:25:50.855 2266 INFO octavia.api.v2.controllers.listener [req-b0f3ae27-1c9d-4abc-81b1-d79ea2cabfb3 - - - - -] Sending Creation of Listener f9f6f5a2-aeca-4f67-a9e0-52055759add7 to handler 2018-09-14 10:25:51.137 2266 INFO octavia.api.v2.controllers.pool [req-1678281a-c9fc-4ba5-9d62-12e7138155d4 - - - - -] Sending Creation of Pool fd4a44f9-f3a7-4055-a3e9-90b24ad3a54e to handler 2018-09-14 10:25:51.489 2266 INFO octavia.api.v2.controllers.pool [req-d9195611-4bf3-4c6b-abd3-96a78bc849bc - - - - -] Sending Creation of Pool a6e63cf8-3abe-4e9d-9160-8810f97edbc8 to handler 2018-09-14 10:25:52.106 2266 INFO oslo_db.sqlalchemy.provision [req-31d483cb-cc73-4fcf-908c-d3933661a078 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.110 2266 INFO oslo_db.sqlalchemy.provision [req-31d483cb-cc73-4fcf-908c-d3933661a078 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wcvknpseel 2018-09-14 10:25:52.110 2266 INFO oslo_db.sqlalchemy.provision [req-31d483cb-cc73-4fcf-908c-d3933661a078 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_member.TestMember.test_empty_get_all [1.750688s] ... ok 2018-09-14 10:25:53.111 2241 INFO oslo_db.sqlalchemy.provision [req-1ad64e00-811c-4cbd-bae6-512aea013495 - - - - -] CREATE BACKEND sqlite:// TOKEN bwujkmdcip 2018-09-14 10:25:53.262 2241 INFO octavia.common.config [req-1ad64e00-811c-4cbd-bae6-512aea013495 - - - - -] Logging enabled! 2018-09-14 10:25:53.263 2241 INFO octavia.common.config [req-1ad64e00-811c-4cbd-bae6-512aea013495 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:53.305 2241 WARNING octavia.api.root_controller [req-1ad64e00-811c-4cbd-bae6-512aea013495 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:53.341 2241 INFO oslo_db.sqlalchemy.provision [req-bed46864-deb3-41ee-a873-8ec8f049e0da - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.345 2241 INFO oslo_db.sqlalchemy.provision [req-bed46864-deb3-41ee-a873-8ec8f049e0da - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bwujkmdcip 2018-09-14 10:25:53.346 2241 INFO oslo_db.sqlalchemy.provision [req-bed46864-deb3-41ee-a873-8ec8f049e0da - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_not_authorized [0.239874s] ... ok 2018-09-14 10:25:50.176 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] CREATE BACKEND sqlite:// TOKEN jyqtkxghim 2018-09-14 10:25:50.375 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.379 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jyqtkxghim 2018-09-14 10:25:50.379 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_models.ListenerModelTest.test_delete [0.209891s] ... ok 2018-09-14 10:25:49.418 2254 INFO oslo_db.sqlalchemy.provision [req-4993fc91-6706-49a7-8833-8176c9c9b827 - - - - -] CREATE BACKEND sqlite:// TOKEN dqcvumutup 2018-09-14 10:25:49.717 2254 INFO octavia.common.config [req-4993fc91-6706-49a7-8833-8176c9c9b827 - - - - -] Logging enabled! 2018-09-14 10:25:49.718 2254 INFO octavia.common.config [req-4993fc91-6706-49a7-8833-8176c9c9b827 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.756 2254 WARNING octavia.api.root_controller [req-4993fc91-6706-49a7-8833-8176c9c9b827 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.782 2254 INFO octavia.api.v2.controllers.load_balancer [req-8584bf77-8fdc-4ee6-b004-0e8aa268a3ec - - - - -] Sending created Load Balancer 6cd0d3de-fea5-4857-8852-36db91bdd4ea to the handler 2018-09-14 10:25:50.033 2254 INFO octavia.api.v2.controllers.listener [req-32b9bb07-e12b-4f03-a6b8-6af65124ea01 - - - - -] Sending Creation of Listener 7a525d1c-a22b-456b-b7f8-0d097dd197d0 to handler 2018-09-14 10:25:50.316 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.319 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dqcvumutup 2018-09-14 10:25:50.320 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_bad_SP_type_IP_cookie [0.908355s] ... ok 2018-09-14 10:25:52.537 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] CREATE BACKEND sqlite:// TOKEN jqabnxzzzv 2018-09-14 10:25:52.749 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.752 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jqabnxzzzv 2018-09-14 10:25:52.753 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} 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. 2018-09-14 10:25:51.605 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] CREATE BACKEND sqlite:// TOKEN oyrxbjohji 2018-09-14 10:25:51.806 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.810 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oyrxbjohji 2018-09-14 10:25:51.810 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_repositories.SessionPersistenceRepositoryTest.test_create [0.211665s] ... ok 2018-09-14 10:25:56.168 2269 INFO oslo_db.sqlalchemy.provision [req-aa1020dd-ef67-444d-afba-d6cb54ea1aff - - - - -] CREATE BACKEND sqlite:// TOKEN izjkzjcuqv 2018-09-14 10:25:56.263 2269 INFO octavia.common.config [req-aa1020dd-ef67-444d-afba-d6cb54ea1aff - - - - -] Logging enabled! 2018-09-14 10:25:56.264 2269 INFO octavia.common.config [req-aa1020dd-ef67-444d-afba-d6cb54ea1aff - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:56.285 2269 WARNING octavia.api.root_controller [req-aa1020dd-ef67-444d-afba-d6cb54ea1aff - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:56.340 2269 INFO oslo_db.sqlalchemy.provision [req-5aaa8e91-3042-4d35-a27b-ab4eef72b79f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.342 2269 INFO oslo_db.sqlalchemy.provision [req-5aaa8e91-3042-4d35-a27b-ab4eef72b79f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN izjkzjcuqv 2018-09-14 10:25:56.342 2269 INFO oslo_db.sqlalchemy.provision [req-5aaa8e91-3042-4d35-a27b-ab4eef72b79f - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_by_project_id [0.178384s] ... ok 2018-09-14 10:25:47.593 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] CREATE BACKEND sqlite:// TOKEN pweeaknnsd 2018-09-14 10:25:47.791 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:47.795 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pweeaknnsd 2018-09-14 10:25:47.795 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.db.test_models.MemberModelTest.test_create [0.208866s] ... ok 2018-09-14 10:25:51.164 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] CREATE BACKEND sqlite:// TOKEN fpmgsercxd 2018-09-14 10:25:51.429 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.432 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fpmgsercxd 2018-09-14 10:25:51.433 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_create_pool_on_listener_without_sp [0.277455s] ... ok 2018-09-14 10:25:50.376 2263 INFO oslo_db.sqlalchemy.provision [req-05b1c8f6-8c5f-48a0-b647-865d4704b16d - - - - -] CREATE BACKEND sqlite:// TOKEN pggmllvnsg 2018-09-14 10:25:50.555 2263 INFO octavia.common.config [req-05b1c8f6-8c5f-48a0-b647-865d4704b16d - - - - -] Logging enabled! 2018-09-14 10:25:50.556 2263 INFO octavia.common.config [req-05b1c8f6-8c5f-48a0-b647-865d4704b16d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.599 2263 WARNING octavia.api.root_controller [req-05b1c8f6-8c5f-48a0-b647-865d4704b16d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.634 2263 INFO octavia.api.v2.controllers.load_balancer [req-67e43c52-c8f3-4579-88af-b697bd0a52de - - - - -] Sending created Load Balancer f5180091-6c40-4f3d-805a-5299dc5e5e26 to the handler 2018-09-14 10:25:50.903 2263 INFO octavia.api.v2.controllers.listener [req-d160bb69-b947-41e4-a1fa-8313d473cea4 - - - - -] Sending Creation of Listener 34e63122-1132-40e8-964f-2bc5b16db412 to handler 2018-09-14 10:25:51.237 2263 INFO octavia.api.v2.controllers.pool [req-6cd6d92f-252f-4642-93f1-0a3d7bc2fee4 - - - - -] Sending Creation of Pool df366108-0671-424c-9ddd-e9de28c37ad4 to handler 2018-09-14 10:25:51.283 2263 INFO oslo_db.sqlalchemy.provision [req-6cd6d92f-252f-4642-93f1-0a3d7bc2fee4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.287 2263 INFO oslo_db.sqlalchemy.provision [req-6cd6d92f-252f-4642-93f1-0a3d7bc2fee4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pggmllvnsg 2018-09-14 10:25:51.288 2263 INFO oslo_db.sqlalchemy.provision [req-6cd6d92f-252f-4642-93f1-0a3d7bc2fee4 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:57.937 2240 INFO oslo_db.sqlalchemy.provision [req-a93509fb-5256-4b21-b56f-0a36f1cd5370 - - - - -] CREATE BACKEND sqlite:// TOKEN rwovyywgww 2018-09-14 10:25:58.032 2240 INFO octavia.common.config [req-a93509fb-5256-4b21-b56f-0a36f1cd5370 - - - - -] Logging enabled! 2018-09-14 10:25:58.032 2240 INFO octavia.common.config [req-a93509fb-5256-4b21-b56f-0a36f1cd5370 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:58.053 2240 WARNING octavia.api.root_controller [req-a93509fb-5256-4b21-b56f-0a36f1cd5370 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:58.104 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.106 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rwovyywgww 2018-09-14 10:25:58.106 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_project_id [0.918599s] ... ok {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_delete_custom_quotas [0.173448s] ... ok 2018-09-14 10:25:51.178 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] CREATE BACKEND sqlite:// TOKEN tiggwjevkr 2018-09-14 10:25:51.414 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.418 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tiggwjevkr 2018-09-14 10:25:51.419 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_file_type_rule_bad_compare_type [0.247258s] ... ok 2018-09-14 10:25:57.743 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] CREATE BACKEND sqlite:// TOKEN szaptkegrs 2018-09-14 10:25:57.954 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.956 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN szaptkegrs 2018-09-14 10:25:57.956 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_delete_with_listener_default_pool_ref [0.216633s] ... ok 2018-09-14 10:25:54.373 2253 INFO oslo_db.sqlalchemy.provision [req-e0ed008f-e80c-4883-86a7-8e2232286160 - - - - -] CREATE BACKEND sqlite:// TOKEN nxmagzophr 2018-09-14 10:25:54.492 2253 INFO octavia.common.config [req-e0ed008f-e80c-4883-86a7-8e2232286160 - - - - -] Logging enabled! 2018-09-14 10:25:54.493 2253 INFO octavia.common.config [req-e0ed008f-e80c-4883-86a7-8e2232286160 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:54.533 2253 WARNING octavia.api.root_controller [req-e0ed008f-e80c-4883-86a7-8e2232286160 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:54.588 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.590 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nxmagzophr 2018-09-14 10:25:54.590 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_not_Authorized_no_role [0.220489s] ... ok 2018-09-14 10:25:51.875 2262 INFO oslo_db.sqlalchemy.provision [req-e196cb91-9b93-4c09-9cc5-50201cd5bfa4 - - - - -] CREATE BACKEND sqlite:// TOKEN islqgrhgji 2018-09-14 10:25:52.037 2262 INFO octavia.common.config [req-e196cb91-9b93-4c09-9cc5-50201cd5bfa4 - - - - -] Logging enabled! 2018-09-14 10:25:52.038 2262 INFO octavia.common.config [req-e196cb91-9b93-4c09-9cc5-50201cd5bfa4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:52.077 2262 WARNING octavia.api.root_controller [req-e196cb91-9b93-4c09-9cc5-50201cd5bfa4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:52.104 2262 INFO octavia.api.v2.controllers.load_balancer [req-8ddf836f-2a4d-42ec-a441-e0cd989aafd2 - - - - -] Sending created Load Balancer 8f09b889-bdd4-43ad-952d-a1cef3a39130 to the handler 2018-09-14 10:25:52.362 2262 INFO octavia.api.v2.controllers.pool [req-4c48a1ef-f4c5-429e-aa37-0ca22d7363d4 - - - - -] Sending Creation of Pool 40af39e9-3d64-46e0-9658-e54acc8e93f9 to handler 2018-09-14 10:25:52.610 2262 ERROR octavia.api.v2.controllers.base [req-73433476-7e60-47cb-ad2b-07af119d9e9e - - - - -] Listener SEAN-CONNERY not found: None 2018-09-14 10:25:52.610 2262 ERROR octavia.api.v2.controllers.base None 2018-09-14 10:25:52.610 2262 ERROR octavia.api.v2.controllers.base 2018-09-14 10:25:52.636 2262 INFO oslo_db.sqlalchemy.provision [req-73433476-7e60-47cb-ad2b-07af119d9e9e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.639 2262 INFO oslo_db.sqlalchemy.provision [req-73433476-7e60-47cb-ad2b-07af119d9e9e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN islqgrhgji 2018-09-14 10:25:52.640 2262 INFO oslo_db.sqlalchemy.provision [req-73433476-7e60-47cb-ad2b-07af119d9e9e - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_bad_listener_id [0.771591s] ... ok 2018-09-14 10:25:59.374 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] CREATE BACKEND sqlite:// TOKEN hkocrzkjro 2018-09-14 10:25:59.691 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:59.693 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hkocrzkjro 2018-09-14 10:25:59.694 2248 INFO oslo_db.sqlalchemy.provision [req-087ae9f9-eafe-4ca0-837a-b4b9f8e29060 - - - - -] DISPOSE ENGINE Engine(sqlite://) {9} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_get_all_return_value [0.323444s] ... ok 2018-09-14 10:26:06.943 2242 INFO octavia.api.v2.controllers.l7rule [req-d6a732a5-046f-45d0-ae29-9946bb1ac37d - - - - -] Sending Creation of L7Rule 4b227936-1814-4b9f-96a7-c82b6a3ba660 to handler 2018-09-14 10:25:49.312 2256 INFO oslo_db.sqlalchemy.provision [req-084a3bd8-6348-423c-ade9-67f5beca1ee7 - - - - -] CREATE BACKEND sqlite:// TOKEN dozdgcwriw 2018-09-14 10:25:49.477 2256 INFO octavia.common.config [req-084a3bd8-6348-423c-ade9-67f5beca1ee7 - - - - -] Logging enabled! 2018-09-14 10:25:49.478 2256 INFO octavia.common.config [req-084a3bd8-6348-423c-ade9-67f5beca1ee7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.518 2256 WARNING octavia.api.root_controller [req-084a3bd8-6348-423c-ade9-67f5beca1ee7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.577 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.581 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dozdgcwriw 2018-09-14 10:25:49.582 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_not_Authorized_bogus_role [0.276927s] ... ok 2018-09-14 10:25:50.386 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] CREATE BACKEND sqlite:// TOKEN dzknloleba 2018-09-14 10:25:50.578 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.582 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dzknloleba 2018-09-14 10:25:50.582 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_models.PoolModelTest.test_health_monitor_relationship [0.202347s] ... ok 2018-09-14 10:25:50.329 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] CREATE BACKEND sqlite:// TOKEN hqzluajyce 2018-09-14 10:25:50.649 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.653 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hqzluajyce 2018-09-14 10:25:50.654 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_listener_statistics_tree [0.331602s] ... ok 2018-09-14 10:25:52.760 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] CREATE BACKEND sqlite:// TOKEN jjxntfvasl 2018-09-14 10:25:52.985 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.989 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jjxntfvasl 2018-09-14 10:25:52.990 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_associate_amphora_load_balancer [0.236018s] ... ok 2018-09-14 10:25:53.047 2264 INFO oslo_db.sqlalchemy.provision [req-c959a5e7-765e-4a64-bf21-dc92eb4562a1 - - - - -] CREATE BACKEND sqlite:// TOKEN flddxmsqlt 2018-09-14 10:25:53.172 2264 INFO octavia.common.config [req-c959a5e7-765e-4a64-bf21-dc92eb4562a1 - - - - -] Logging enabled! 2018-09-14 10:25:53.173 2264 INFO octavia.common.config [req-c959a5e7-765e-4a64-bf21-dc92eb4562a1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:53.199 2264 WARNING octavia.api.root_controller [req-c959a5e7-765e-4a64-bf21-dc92eb4562a1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:53.220 2264 INFO octavia.api.v2.controllers.load_balancer [req-7b6974b0-1521-4712-879e-6d6a4488da2a - - - - -] Sending created Load Balancer f2c196c6-2550-4da1-bbed-0372e2df1354 to the handler 2018-09-14 10:25:53.468 2264 INFO octavia.api.v2.controllers.listener [req-cab49269-1d8c-4e6d-9736-1709b8746b7f - - - - -] Sending Creation of Listener 8df817de-ac82-479f-b026-e0f5d5768478 to handler 2018-09-14 10:25:53.785 2264 INFO octavia.api.v2.controllers.pool [req-fbcdf707-c092-49d3-af94-e234e542e9a6 - - - - -] Sending Creation of Pool b63dd9fe-72fd-49c7-8d69-1fd6726d8a5d to handler 2018-09-14 10:25:54.196 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.200 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN flddxmsqlt 2018-09-14 10:25:54.200 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_bad_session_persistence [1.157966s] ... ok 2018-09-14 10:25:51.817 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] CREATE BACKEND sqlite:// TOKEN rzaqygiawv 2018-09-14 10:25:52.512 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.516 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rzaqygiawv 2018-09-14 10:25:52.517 2257 INFO oslo_db.sqlalchemy.provision [req-bd730715-2cd3-4f34-b44e-2b6179a1982a - - - - -] DISPOSE ENGINE Engine(sqlite://) {18} octavia.tests.functional.db.test_repositories.TestQuotasRepository.test_get_all_return_value [0.705712s] ... ok 2018-09-14 10:25:51.576 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] CREATE BACKEND sqlite:// TOKEN rtiojrbghd 2018-09-14 10:25:51.749 2249 ERROR octavia.db.repositories [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] Quota decrement on called on project: 35cb9b55-97e0-49ee-adad-cbf48071cb6b with no quota record in the database. 2018-09-14 10:25:51.760 2249 WARNING octavia.db.repositories [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] Quota project lock timed out for project: 6fbb5f64-df8b-4ae3-b30e-9b7c3c5f4a56: DBDeadlock: None 2018-09-14 10:25:51.773 2249 WARNING octavia.db.repositories [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] Quota decrement on called on project: 7c361247-7af6-42a0-bf37-c452545fc391 that would cause a negative quota. 2018-09-14 10:25:51.837 2249 WARNING octavia.db.repositories [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] Quota decrement on called on project: 4d979bb6-8488-486b-b7fe-9743ceed9737 that would cause a negative quota. 2018-09-14 10:25:51.905 2249 WARNING octavia.db.repositories [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] Quota decrement on called on project: b1a862ef-94a2-4f3d-928d-d10b8ea40a1e that would cause a negative quota. 2018-09-14 10:25:51.974 2249 WARNING octavia.db.repositories [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] Quota decrement on called on project: d9226d79-af0f-45ac-9325-64ae06a0c1b8 that would cause a negative quota. 2018-09-14 10:25:52.044 2249 WARNING octavia.db.repositories [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] Quota decrement on called on project: ef18db54-22bf-47b4-a8d4-15ccf12e5d2e that would cause a negative quota. 2018-09-14 10:25:52.129 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.132 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rtiojrbghd 2018-09-14 10:25:52.133 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_decrement_quota [0.564349s] ... ok 2018-09-14 10:25:51.441 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] CREATE BACKEND sqlite:// TOKEN tamfxeralf 2018-09-14 10:25:51.674 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.677 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tamfxeralf 2018-09-14 10:25:51.678 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule_bad_compare_type [0.243650s] ... ok 2018-09-14 10:25:47.805 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] CREATE BACKEND sqlite:// TOKEN mfutejnklb 2018-09-14 10:25:47.999 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.002 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mfutejnklb 2018-09-14 10:25:48.003 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_check_amphora_expired_with_exp_age [0.206076s] ... ok 2018-09-14 10:25:58.111 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] CREATE BACKEND sqlite:// TOKEN zbtqraihwh 2018-09-14 10:25:58.223 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.226 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zbtqraihwh 2018-09-14 10:25:58.226 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.AmphoraHealthModelTest.test_update [0.119268s] ... ok 2018-09-14 10:25:51.426 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] CREATE BACKEND sqlite:// TOKEN itohervsvc 2018-09-14 10:25:51.655 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.659 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN itohervsvc 2018-09-14 10:25:51.660 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_file_type_rule_invalid_value_string [0.240664s] ... ok 2018-09-14 10:25:52.251 2255 INFO oslo_db.sqlalchemy.provision [req-210b604e-fc23-4be9-a9c8-26151f96e12b - - - - -] CREATE BACKEND sqlite:// TOKEN pxzdwsaold 2018-09-14 10:25:52.411 2255 INFO octavia.common.config [req-210b604e-fc23-4be9-a9c8-26151f96e12b - - - - -] Logging enabled! 2018-09-14 10:25:52.412 2255 INFO octavia.common.config [req-210b604e-fc23-4be9-a9c8-26151f96e12b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:52.453 2255 WARNING octavia.api.root_controller [req-210b604e-fc23-4be9-a9c8-26151f96e12b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:52.488 2255 INFO oslo_db.sqlalchemy.provision [req-9167e0cf-bec0-4757-b099-e80904af4068 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.491 2255 INFO oslo_db.sqlalchemy.provision [req-9167e0cf-bec0-4757-b099-e80904af4068 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pxzdwsaold 2018-09-14 10:25:52.492 2255 INFO oslo_db.sqlalchemy.provision [req-9167e0cf-bec0-4757-b099-e80904af4068 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_long_name [0.247716s] ... ok 2018-09-14 10:25:57.960 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] CREATE BACKEND sqlite:// TOKEN yqjjluxcfp 2018-09-14 10:25:58.162 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.165 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yqjjluxcfp 2018-09-14 10:25:58.165 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_simple [0.208279s] ... ok 2018-09-14 10:25:54.595 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] CREATE BACKEND sqlite:// TOKEN ejfthaivvm 2018-09-14 10:25:54.726 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.729 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ejfthaivvm 2018-09-14 10:25:54.729 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_listener_relationship [0.138640s] ... ok 2018-09-14 10:25:50.172 2245 INFO oslo_db.sqlalchemy.provision [req-761863c3-2072-4513-98fb-32d7230b6deb - - - - -] CREATE BACKEND sqlite:// TOKEN xdpylkzfvo 2018-09-14 10:25:50.334 2245 INFO octavia.common.config [req-761863c3-2072-4513-98fb-32d7230b6deb - - - - -] Logging enabled! 2018-09-14 10:25:50.334 2245 INFO octavia.common.config [req-761863c3-2072-4513-98fb-32d7230b6deb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:50.375 2245 WARNING octavia.api.root_controller [req-761863c3-2072-4513-98fb-32d7230b6deb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:50.401 2245 INFO octavia.api.v2.controllers.load_balancer [req-ef55ee53-7b77-4688-aee1-5c4c86f0d7f2 - - - - -] Sending created Load Balancer e126cbba-f0bd-49de-9442-04c5131bc1d6 to the handler 2018-09-14 10:25:50.663 2245 INFO octavia.api.v2.controllers.listener [req-53113b6e-268c-4fda-ad3c-6714b9561ff1 - - - - -] Sending Creation of Listener 21e42217-7587-40c6-b6e8-99850e302b05 to handler 2018-09-14 10:25:50.947 2245 INFO octavia.api.v2.controllers.pool [req-c106de26-d033-4581-b3f7-c87bdbc94dc5 - - - - -] Sending Creation of Pool 9ef1fd95-01e4-4261-8b4c-383c26164038 to handler 2018-09-14 10:25:51.293 2245 INFO octavia.api.v2.controllers.pool [req-04caf26f-87f1-4700-b92d-22aed44cae76 - - - - -] Sending Creation of Pool 35c833c8-f711-4311-876e-607aeaf79fc8 to handler 2018-09-14 10:25:51.692 2245 INFO octavia.api.v2.controllers.member [req-9ec2c13e-aae9-4879-a582-39d1b3ad043e - - - - -] Sending Creation of Member ebbfc1be-333e-45cd-a2d7-61fe21059f9b to handler 2018-09-14 10:25:52.025 2245 INFO octavia.api.v2.controllers.member [req-bf982663-0e34-4044-9d03-9ce84b38c6e8 - - - - -] Sending Creation of Member 492197eb-2a18-4ae6-b046-8ade1cdb85cf to handler 2018-09-14 10:25:52.533 2245 INFO octavia.api.v2.controllers.member [req-40737e29-e09d-47c3-a0bf-b45a63a12654 - - - - -] Sending Creation of Member c43541b8-f59d-462e-be5c-38b1899f03bc to handler 2018-09-14 10:25:53.357 2245 INFO oslo_db.sqlalchemy.provision [req-899d59fd-78ae-4673-b62a-bcdc20d86181 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.361 2245 INFO oslo_db.sqlalchemy.provision [req-899d59fd-78ae-4673-b62a-bcdc20d86181 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xdpylkzfvo 2018-09-14 10:25:53.361 2245 INFO oslo_db.sqlalchemy.provision [req-899d59fd-78ae-4673-b62a-bcdc20d86181 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_limited [3.196757s] ... ok 2018-09-14 10:25:49.589 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] CREATE BACKEND sqlite:// TOKEN nskklugijm 2018-09-14 10:25:49.774 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.778 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nskklugijm 2018-09-14 10:25:49.778 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.db.test_models.PoolModelTest.test_create [0.195542s] ... ok 2018-09-14 10:25:50.589 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] CREATE BACKEND sqlite:// TOKEN iubnwehkcp 2018-09-14 10:25:50.785 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.789 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iubnwehkcp 2018-09-14 10:25:50.790 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_models.PoolModelTest.test_member_relationship [0.206786s] ... ok 2018-09-14 10:25:50.660 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] CREATE BACKEND sqlite:// TOKEN bkqturvako 2018-09-14 10:25:51.007 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.011 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bkqturvako 2018-09-14 10:25:51.011 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_unique_key_generation [0.357125s] ... ok 2018-09-14 10:25:58.363 2246 INFO oslo_db.sqlalchemy.provision [req-2eb16ce7-152a-480e-960c-3b977cb694cd - - - - -] CREATE BACKEND sqlite:// TOKEN bqjztgqeyx 2018-09-14 10:25:58.457 2246 INFO octavia.common.config [req-2eb16ce7-152a-480e-960c-3b977cb694cd - - - - -] Logging enabled! 2018-09-14 10:25:58.457 2246 INFO octavia.common.config [req-2eb16ce7-152a-480e-960c-3b977cb694cd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:58.480 2246 WARNING octavia.api.root_controller [req-2eb16ce7-152a-480e-960c-3b977cb694cd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:58.495 2246 INFO octavia.api.v2.controllers.load_balancer [req-3ec2c3bf-39d1-4962-aaab-eb8c0803ac63 - - - - -] Sending created Load Balancer 6ff6bca0-be55-443d-9557-d28f0d869926 to the handler 2018-09-14 10:25:58.634 2246 INFO octavia.api.v2.controllers.listener [req-ad2767ae-d239-4e53-aad8-ea21fd57554e - - - - -] Sending Creation of Listener 542dc3ea-6e36-45f1-bc25-fa643c57acf5 to handler 2018-09-14 10:25:58.798 2246 INFO octavia.api.v2.controllers.l7policy [req-30a4ce3f-8a24-4805-b1d3-a5a830f63752 - - - - -] Sending Creation of L7Policy b2a490c2-0df9-498b-b20e-f98448abfb50 to handler 2018-09-14 10:25:59.176 2246 INFO octavia.api.v2.controllers.l7rule [req-7b900d34-dbdc-46ec-90b6-418a64f93379 - - - - -] Sending Creation of L7Rule bd6d4202-969a-4fda-8f15-f369ac31e887 to handler 2018-09-14 10:25:59.216 2246 INFO oslo_db.sqlalchemy.provision [req-b6b5b069-0d75-4b0c-8f85-dc04c685ccda - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:59.218 2246 INFO oslo_db.sqlalchemy.provision [req-b6b5b069-0d75-4b0c-8f85-dc04c685ccda - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bqjztgqeyx 2018-09-14 10:25:59.218 2246 INFO oslo_db.sqlalchemy.provision [req-b6b5b069-0d75-4b0c-8f85-dc04c685ccda - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get [0.858935s] ... ok 2018-09-14 10:25:52.997 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] CREATE BACKEND sqlite:// TOKEN hnmeiwwnhk 2018-09-14 10:25:53.229 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.233 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hnmeiwwnhk 2018-09-14 10:25:53.234 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_file_type_rule_invalid_value_regex [0.242874s] ... ok 2018-09-14 10:25:56.346 2269 INFO oslo_db.sqlalchemy.provision [req-5aaa8e91-3042-4d35-a27b-ab4eef72b79f - - - - -] CREATE BACKEND sqlite:// TOKEN lizyybzpqi 2018-09-14 10:25:56.442 2269 INFO octavia.common.config [req-5aaa8e91-3042-4d35-a27b-ab4eef72b79f - - - - -] Logging enabled! 2018-09-14 10:25:56.442 2269 INFO octavia.common.config [req-5aaa8e91-3042-4d35-a27b-ab4eef72b79f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:56.465 2269 WARNING octavia.api.root_controller [req-5aaa8e91-3042-4d35-a27b-ab4eef72b79f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:56.498 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.501 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lizyybzpqi 2018-09-14 10:25:56.501 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_not_Authorized [0.158376s] ... ok 2018-09-14 10:25:51.733 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] CREATE BACKEND sqlite:// TOKEN yiodolmopc 2018-09-14 10:25:51.967 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.970 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yiodolmopc 2018-09-14 10:25:51.971 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_delete [0.292610s] ... ok 2018-09-14 10:25:54.209 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] CREATE BACKEND sqlite:// TOKEN cfjlovtqhi 2018-09-14 10:25:54.371 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.374 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cfjlovtqhi 2018-09-14 10:25:54.374 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.db.test_models.L7RuleModelTest.test_l7policy_relationship [0.171914s] ... ok 2018-09-14 10:25:58.230 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] CREATE BACKEND sqlite:// TOKEN mxozdebdyq 2018-09-14 10:25:58.345 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.347 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mxozdebdyq 2018-09-14 10:25:58.347 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_load_balancer_amphora_relationship [0.120785s] ... ok 2018-09-14 10:25:52.140 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] CREATE BACKEND sqlite:// TOKEN zozspdtxec 2018-09-14 10:25:52.387 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.391 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zozspdtxec 2018-09-14 10:25:52.391 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_create_with_invalid_redirect_pool_id [0.257468s] ... ok 2018-09-14 10:25:48.020 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] CREATE BACKEND sqlite:// TOKEN oanadqfsfz 2018-09-14 10:25:48.215 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.219 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oanadqfsfz 2018-09-14 10:25:48.220 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_get_stale_amphora [0.216507s] ... ok 2018-09-14 10:25:51.667 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] CREATE BACKEND sqlite:// TOKEN kcwwqnntfi 2018-09-14 10:25:51.900 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.903 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kcwwqnntfi 2018-09-14 10:25:51.904 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_vip [0.242744s] ... ok 2018-09-14 10:25:54.734 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] CREATE BACKEND sqlite:// TOKEN iyfkwlbwpf 2018-09-14 10:25:54.869 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.872 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iyfkwlbwpf 2018-09-14 10:25:54.873 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.db.test_models.MemberModelTest.test_update [0.143607s] ... ok 2018-09-14 10:25:58.170 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] CREATE BACKEND sqlite:// TOKEN czhkqyoerf 2018-09-14 10:25:58.307 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.310 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN czhkqyoerf 2018-09-14 10:25:58.310 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule_invalid_key [0.144315s] ... ok 2018-09-14 10:25:49.786 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] CREATE BACKEND sqlite:// TOKEN qllzqpflsq 2018-09-14 10:25:49.983 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.987 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qllzqpflsq 2018-09-14 10:25:49.988 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.db.test_models.SNIModelTest.test_update [0.208677s] ... ok 2018-09-14 10:25:50.796 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] CREATE BACKEND sqlite:// TOKEN wqopivemqa 2018-09-14 10:25:50.991 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.994 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wqopivemqa 2018-09-14 10:25:50.995 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_models.SessionPersistenceModelTest.test_delete [0.205035s] ... ok 2018-09-14 10:25:51.021 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] CREATE BACKEND sqlite:// TOKEN ubtvmsqpmu 2018-09-14 10:25:51.539 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.543 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ubtvmsqpmu 2018-09-14 10:25:51.543 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.db.test_repositories.BaseRepositoryTest.test_get_all_return_value [0.530781s] ... ok 2018-09-14 10:25:53.241 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] CREATE BACKEND sqlite:// TOKEN avgrenifrt 2018-09-14 10:25:53.456 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.460 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN avgrenifrt 2018-09-14 10:25:53.460 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_set_status_for_failover_mutable [0.225686s] ... ok 2018-09-14 10:25:51.978 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] CREATE BACKEND sqlite:// TOKEN pevyfuqtcw 2018-09-14 10:25:52.176 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.179 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pevyfuqtcw 2018-09-14 10:25:52.180 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_test_and_set_provisioning_status_error_on_delete [0.208123s] ... ok 2018-09-14 10:25:58.351 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] CREATE BACKEND sqlite:// TOKEN hqeylewzlm 2018-09-14 10:25:58.553 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.556 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hqeylewzlm 2018-09-14 10:25:58.556 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_action_rdr_url_no_default_pool_link [0.208231s] ... ok 2018-09-14 10:25:54.378 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] CREATE BACKEND sqlite:// TOKEN lfocadeqwj 2018-09-14 10:25:54.519 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.522 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lfocadeqwj 2018-09-14 10:25:54.522 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.db.test_models.MemberModelTest.test_delete [0.147569s] ... ok 2018-09-14 10:25:56.505 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] CREATE BACKEND sqlite:// TOKEN conykdlugz 2018-09-14 10:25:56.612 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.615 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN conykdlugz 2018-09-14 10:25:56.615 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.db.test_models.ListenerModelTest.test_create [0.113407s] ... ok 2018-09-14 10:25:48.227 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] CREATE BACKEND sqlite:// TOKEN rkutajhmit 2018-09-14 10:25:48.432 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.435 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rkutajhmit 2018-09-14 10:25:48.436 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_delete [0.215601s] ... ok 2018-09-14 10:25:52.398 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] CREATE BACKEND sqlite:// TOKEN dmfucxqtrd 2018-09-14 10:25:52.680 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.684 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dmfucxqtrd 2018-09-14 10:25:52.685 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_action_rdr_url_to_reject [0.292741s] ... ok 2018-09-14 10:25:55.358 2265 INFO oslo_db.sqlalchemy.provision [req-839f7885-a5e6-4da0-94f9-a2218afc4a2b - - - - -] CREATE BACKEND sqlite:// TOKEN jzhcnosrpw 2018-09-14 10:25:55.464 2265 INFO octavia.common.config [req-839f7885-a5e6-4da0-94f9-a2218afc4a2b - - - - -] Logging enabled! 2018-09-14 10:25:55.464 2265 INFO octavia.common.config [req-839f7885-a5e6-4da0-94f9-a2218afc4a2b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:55.491 2265 WARNING octavia.api.root_controller [req-839f7885-a5e6-4da0-94f9-a2218afc4a2b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:55.512 2265 INFO octavia.api.v2.controllers.load_balancer [req-95b33ef4-f366-4339-a068-581d9c34a36b - - - - -] Sending created Load Balancer a0c34c30-6778-4046-9617-a9b86035b400 to the handler 2018-09-14 10:25:55.714 2265 INFO octavia.api.v2.controllers.listener [req-7aadf6d8-7230-4b77-b17e-f55b095ac385 - - - - -] Sending Creation of Listener 4f02baa0-b456-4684-adc8-4a9e1457a445 to handler 2018-09-14 10:25:56.018 2265 INFO octavia.api.v2.controllers.pool [req-cf9c9e53-c176-4f34-8028-9f162e3d03e4 - - - - -] Sending Creation of Pool aa0d3267-8391-4716-927a-b5ed547681c4 to handler 2018-09-14 10:25:56.221 2265 INFO octavia.api.v2.controllers.pool [req-678e7871-897a-40be-8eab-075d8dd58b77 - - - - -] Sending Creation of Pool 3650b2fa-92c5-4c99-b741-4f216be30d32 to handler 2018-09-14 10:25:56.452 2265 INFO octavia.api.v2.controllers.member [req-5ea12dd3-8fa1-4cf7-8b8a-6c0bfab44f4a - - - - -] Sending Creation of Member 43ff5e12-b655-4fea-873c-7695af62f014 to handler 2018-09-14 10:25:56.505 2265 INFO oslo_db.sqlalchemy.provision [req-799d36a7-ef86-4630-8ca4-8a65b312824e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.508 2265 INFO oslo_db.sqlalchemy.provision [req-799d36a7-ef86-4630-8ca4-8a65b312824e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jzhcnosrpw 2018-09-14 10:25:56.508 2265 INFO oslo_db.sqlalchemy.provision [req-799d36a7-ef86-4630-8ca4-8a65b312824e - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_member.TestMember.test_get_not_authorized [1.154417s] ... ok 2018-09-14 10:25:54.102 2252 INFO oslo_db.sqlalchemy.provision [req-a8a65768-932f-4eb7-819c-5d5825879445 - - - - -] CREATE BACKEND sqlite:// TOKEN utkclewgsc 2018-09-14 10:25:54.226 2252 INFO octavia.common.config [req-a8a65768-932f-4eb7-819c-5d5825879445 - - - - -] Logging enabled! 2018-09-14 10:25:54.227 2252 INFO octavia.common.config [req-a8a65768-932f-4eb7-819c-5d5825879445 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:54.252 2252 WARNING octavia.api.root_controller [req-a8a65768-932f-4eb7-819c-5d5825879445 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:54.269 2252 INFO octavia.api.v2.controllers.load_balancer [req-2e35dcc1-3967-4bab-89ef-c1cf1498c41d - - - - -] Sending created Load Balancer 05145cd1-9496-4f9e-92ee-0ce3d6d22e9f to the handler 2018-09-14 10:25:54.429 2252 INFO octavia.api.v2.controllers.listener [req-8106ee16-3717-4ca8-b5cf-ed6cbf70d240 - - - - -] Sending Creation of Listener aa3aede5-730b-42cf-9963-33bcb45d0fb7 to handler 2018-09-14 10:25:54.600 2252 INFO octavia.api.v2.controllers.pool [req-874ba7d1-367c-4c4a-abdb-1a0553fa2041 - - - - -] Sending Creation of Pool 2f7d2516-20d0-4954-ae35-8adcde14f341 to handler 2018-09-14 10:25:54.861 2252 INFO octavia.api.v2.controllers.pool [req-7b1ac053-244f-4df4-a7d9-027113222ab2 - - - - -] Sending Creation of Pool 6ac3ef48-a5cf-4a4f-8fd6-470ba56b52e5 to handler 2018-09-14 10:25:55.190 2252 INFO octavia.api.v2.controllers.member [req-713bd7bd-8d2f-4260-beff-8bbe2bc5cd9f - - - - -] Sending Creation of Member 383064ca-48ec-476d-b1dd-240d6758a6ff to handler 2018-09-14 10:25:55.630 2252 INFO oslo_db.sqlalchemy.provision [req-d36e1596-631b-4615-aaa5-eaf2ba724862 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.632 2252 INFO oslo_db.sqlalchemy.provision [req-d36e1596-631b-4615-aaa5-eaf2ba724862 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN utkclewgsc 2018-09-14 10:25:55.633 2252 INFO oslo_db.sqlalchemy.provision [req-d36e1596-631b-4615-aaa5-eaf2ba724862 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_member.TestMember.test_create_sans_listener [1.534828s] ... ok 2018-09-14 10:25:51.910 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] CREATE BACKEND sqlite:// TOKEN zyzthomtvw 2018-09-14 10:25:52.117 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.120 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zyzthomtvw 2018-09-14 10:25:52.121 2268 INFO oslo_db.sqlalchemy.provision [req-fefb2b89-33b7-4df0-87ca-6691132ed00f - - - - -] DISPOSE ENGINE Engine(sqlite://) {29} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_create [0.216887s] ... ok 2018-09-14 10:25:53.355 2241 INFO oslo_db.sqlalchemy.provision [req-bed46864-deb3-41ee-a873-8ec8f049e0da - - - - -] CREATE BACKEND sqlite:// TOKEN amjzokyxce 2018-09-14 10:25:53.520 2241 INFO octavia.common.config [req-bed46864-deb3-41ee-a873-8ec8f049e0da - - - - -] Logging enabled! 2018-09-14 10:25:53.521 2241 INFO octavia.common.config [req-bed46864-deb3-41ee-a873-8ec8f049e0da - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:53.560 2241 WARNING octavia.api.root_controller [req-bed46864-deb3-41ee-a873-8ec8f049e0da - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:53.586 2241 INFO octavia.api.v2.controllers.load_balancer [req-3a7ad048-9b4d-4058-9f5a-c7470146b0c9 - - - - -] Sending created Load Balancer dac7696b-8733-4916-92fd-ef71489e7340 to the handler 2018-09-14 10:25:53.828 2241 INFO octavia.api.v2.controllers.listener [req-ebfd7ce1-1c3e-41bb-b5b3-7c437f226f50 - - - - -] Sending Creation of Listener a1f05725-c04d-4ace-b921-717dac03fc66 to handler 2018-09-14 10:25:54.166 2241 INFO octavia.api.v2.controllers.pool [req-554a6ff6-ee98-4fa5-ad1d-ebb3149fb6b3 - - - - -] Sending Creation of Pool 1a22fe9b-195c-454b-bd36-4af65cfc0d1a to handler 2018-09-14 10:25:54.480 2241 INFO octavia.api.v2.controllers.pool [req-f4e429f7-4fd5-47d4-8e0a-ed27dfe166e7 - - - - -] Sending Creation of Pool 84b163df-12f2-4d27-af94-22581ca7d4a4 to handler 2018-09-14 10:25:54.753 2241 INFO octavia.api.v2.controllers.member [req-2dcc48a4-086b-4c12-a507-decd6c1c1101 - 183fcf8a-06b0-49e3-8231-c4754a527706 - - -] Sending Creation of Member 5693a8a3-1472-42b2-89f6-7994b1d5dadd to handler 2018-09-14 10:25:55.237 2241 INFO oslo_db.sqlalchemy.provision [req-3b3d6b6f-fc40-437c-91ca-d8960e97ead6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.239 2241 INFO oslo_db.sqlalchemy.provision [req-3b3d6b6f-fc40-437c-91ca-d8960e97ead6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN amjzokyxce 2018-09-14 10:25:55.240 2241 INFO oslo_db.sqlalchemy.provision [req-3b3d6b6f-fc40-437c-91ca-d8960e97ead6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_member.TestMember.test_create_authorized [1.891379s] ... ok 2018-09-14 10:25:54.879 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] CREATE BACKEND sqlite:// TOKEN kovoskkxoc 2018-09-14 10:25:55.014 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.018 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kovoskkxoc 2018-09-14 10:25:55.018 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.db.test_models.PoolModelTest.test_update [0.145129s] ... ok 2018-09-14 10:25:58.314 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] CREATE BACKEND sqlite:// TOKEN tqliffzary 2018-09-14 10:25:58.440 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.442 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tqliffzary 2018-09-14 10:25:58.442 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.SNIRepositoryTest.test_delete [0.131710s] ... ok 2018-09-14 10:25:52.118 2266 INFO oslo_db.sqlalchemy.provision [req-31d483cb-cc73-4fcf-908c-d3933661a078 - - - - -] CREATE BACKEND sqlite:// TOKEN czpirvrdvu 2018-09-14 10:25:52.282 2266 INFO octavia.common.config [req-31d483cb-cc73-4fcf-908c-d3933661a078 - - - - -] Logging enabled! 2018-09-14 10:25:52.283 2266 INFO octavia.common.config [req-31d483cb-cc73-4fcf-908c-d3933661a078 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:52.323 2266 WARNING octavia.api.root_controller [req-31d483cb-cc73-4fcf-908c-d3933661a078 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:52.349 2266 INFO octavia.api.v2.controllers.load_balancer [req-01d2c044-1af7-44ec-a7ae-f4b8d92b0cf3 - - - - -] Sending created Load Balancer 47a447ed-2014-4118-9485-368ed739ee98 to the handler 2018-09-14 10:25:52.605 2266 INFO octavia.api.v2.controllers.listener [req-aa6e1552-5a46-4976-ae10-b7c32895b8c1 - - - - -] Sending Creation of Listener 866e632b-eea0-4d92-a033-ccf06ce2a510 to handler 2018-09-14 10:25:52.912 2266 INFO octavia.api.v2.controllers.pool [req-cb617207-669a-4846-bc7b-c382509b2161 - - - - -] Sending Creation of Pool fead027f-d35a-4023-b36e-e77dad67844b to handler 2018-09-14 10:25:53.277 2266 INFO octavia.api.v2.controllers.pool [req-8e6b6c13-5f13-445a-a6ba-76f313d58dfb - - - - -] Sending Creation of Pool 9f781de3-c647-4b61-a516-4eb3103fd6e2 to handler 2018-09-14 10:25:53.644 2266 INFO octavia.api.v2.controllers.member [req-0dfa0320-526a-40b3-a7f8-a3c146c12701 - - - - -] Sending Creation of Member 68765d44-576f-44a3-b671-0a03e5f0f883 to handler 2018-09-14 10:25:53.953 2266 INFO octavia.api.v2.controllers.member [req-5e344d17-7c55-4678-b574-c080a61320b2 - - - - -] Sending Creation of Member f277645e-8e9f-42e4-913f-90ddf9fc1c31 to handler 2018-09-14 10:25:54.494 2266 INFO oslo_db.sqlalchemy.provision [req-18e7eda2-8ad4-4f76-b3d0-4029e0afbefd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.497 2266 INFO oslo_db.sqlalchemy.provision [req-18e7eda2-8ad4-4f76-b3d0-4029e0afbefd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN czpirvrdvu 2018-09-14 10:25:54.497 2266 INFO oslo_db.sqlalchemy.provision [req-18e7eda2-8ad4-4f76-b3d0-4029e0afbefd - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all [2.385679s] ... ok 2018-09-14 10:25:49.994 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] CREATE BACKEND sqlite:// TOKEN fwhfegrwea 2018-09-14 10:25:50.325 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.329 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fwhfegrwea 2018-09-14 10:25:50.330 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_l7rule_tree [0.341519s] ... ok 2018-09-14 10:25:51.002 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] CREATE BACKEND sqlite:// TOKEN cqlbajzrsg 2018-09-14 10:25:51.329 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.332 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cqlbajzrsg 2018-09-14 10:25:51.333 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_graph_completeness [0.337744s] ... ok 2018-09-14 10:25:51.550 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] CREATE BACKEND sqlite:// TOKEN zyhdrlydmi 2018-09-14 10:25:51.751 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.755 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zyhdrlydmi 2018-09-14 10:25:51.756 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_create_with_invalid_redirect_url [0.211728s] ... ok 2018-09-14 10:25:53.467 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] CREATE BACKEND sqlite:// TOKEN mweapbottq 2018-09-14 10:25:53.676 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.680 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mweapbottq 2018-09-14 10:25:53.681 2251 INFO oslo_db.sqlalchemy.provision [req-76356a5a-b82f-485e-a844-29b1eb09ff74 - - - - -] DISPOSE ENGINE Engine(sqlite://) {12} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_get [0.220457s] ... ok 2018-09-14 10:25:52.187 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] CREATE BACKEND sqlite:// TOKEN mqozaujlfm 2018-09-14 10:25:52.500 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.503 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mqozaujlfm 2018-09-14 10:25:52.504 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_get_all [0.323577s] ... ok 2018-09-14 10:25:58.561 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] CREATE BACKEND sqlite:// TOKEN ipgajiquux 2018-09-14 10:25:58.741 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.743 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ipgajiquux 2018-09-14 10:25:58.743 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_lb_for_amphora [0.186529s] ... ok 2018-09-14 10:25:56.619 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] CREATE BACKEND sqlite:// TOKEN zzffphxjlj 2018-09-14 10:25:56.731 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.733 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zzffphxjlj 2018-09-14 10:25:56.734 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_listener_relationship [0.118486s] ... ok 2018-09-14 10:25:54.526 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] CREATE BACKEND sqlite:// TOKEN uekcetkvsh 2018-09-14 10:25:54.753 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.756 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uekcetkvsh 2018-09-14 10:25:54.756 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_member_tree [0.233459s] ... ok 2018-09-14 10:26:08.260 2242 INFO octavia.api.v2.controllers.l7rule [req-690c3886-4a12-4aea-b3d9-03672668e487 - - - - -] Sending Creation of L7Rule 0321c49e-df15-4cda-9972-4df21e1158b2 to handler 2018-09-14 10:25:48.443 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] CREATE BACKEND sqlite:// TOKEN oqoybmwfya 2018-09-14 10:25:48.982 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:48.986 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oqoybmwfya 2018-09-14 10:25:48.986 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_all_return_value [0.549956s] ... ok 2018-09-14 10:25:52.691 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] CREATE BACKEND sqlite:// TOKEN wjssjofgaj 2018-09-14 10:25:53.012 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.015 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wjssjofgaj 2018-09-14 10:25:53.016 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_reject_to_rdr_pool [0.334319s] ... ok 2018-09-14 10:25:55.023 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] CREATE BACKEND sqlite:// TOKEN aaldlkweuo 2018-09-14 10:25:55.290 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.293 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aaldlkweuo 2018-09-14 10:25:55.293 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7rule_delete [0.273517s] ... ok 2018-09-14 10:25:52.647 2262 INFO oslo_db.sqlalchemy.provision [req-73433476-7e60-47cb-ad2b-07af119d9e9e - - - - -] CREATE BACKEND sqlite:// TOKEN ogghlmkrlw 2018-09-14 10:25:52.808 2262 INFO octavia.common.config [req-73433476-7e60-47cb-ad2b-07af119d9e9e - - - - -] Logging enabled! 2018-09-14 10:25:52.809 2262 INFO octavia.common.config [req-73433476-7e60-47cb-ad2b-07af119d9e9e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:52.847 2262 WARNING octavia.api.root_controller [req-73433476-7e60-47cb-ad2b-07af119d9e9e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:52.874 2262 INFO octavia.api.v2.controllers.load_balancer [req-16c7e7c4-4ac7-4ac7-a7ed-355adf65c13c - - - - -] Sending created Load Balancer cb116a8a-3014-45e9-9748-c4e7459db5e7 to the handler 2018-09-14 10:25:53.126 2262 INFO octavia.api.v2.controllers.pool [req-05f95719-da41-471a-b254-1f397f18e380 - - - - -] Sending Creation of Pool e3a1b0ae-adae-40bb-9396-ec0af3a8a7ed to handler 2018-09-14 10:25:53.370 2262 INFO octavia.api.v2.controllers.load_balancer [req-4a6084dd-5bcc-4365-9770-01ab4cb30ffb - - - - -] Sending created Load Balancer 97141793-e6ff-4bc6-aab5-4458b6049057 to the handler 2018-09-14 10:25:53.609 2262 INFO octavia.api.v2.controllers.listener [req-5e44d22e-d5ac-4443-a3a3-5369ae1e5aff - - - - -] Sending Creation of Listener f0da3c9e-200d-4ef6-93d3-d9c6225558e1 to handler 2018-09-14 10:25:54.012 2262 INFO octavia.api.v2.controllers.listener [req-a847a7ca-ddd7-456a-81d8-df4dd9a91309 - - - - -] Sending Creation of Listener a62fb471-7e8d-4cb8-b1f8-daea8a399a60 to handler 2018-09-14 10:25:54.277 2262 INFO octavia.api.v2.controllers.listener [req-818408d4-3f3d-43bb-a61f-e93a2e06108b - - - - -] Sending Creation of Listener a5a1b621-528a-478d-9ced-cd19f4ad7ea5 to handler 2018-09-14 10:25:54.568 2262 INFO oslo_db.sqlalchemy.provision [req-555d5916-e581-42b7-bd98-a2e86d91f558 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.571 2262 INFO oslo_db.sqlalchemy.provision [req-555d5916-e581-42b7-bd98-a2e86d91f558 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ogghlmkrlw 2018-09-14 10:25:54.571 2262 INFO oslo_db.sqlalchemy.provision [req-555d5916-e581-42b7-bd98-a2e86d91f558 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_admin [1.930271s] ... ok 2018-09-14 10:25:58.446 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] CREATE BACKEND sqlite:// TOKEN pkzgprotve 2018-09-14 10:25:58.837 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.839 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pkzgprotve 2018-09-14 10:25:58.839 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.SessionPersistenceRepositoryTest.test_get_all_return_value [0.396659s] ... ok 2018-09-14 10:25:50.336 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] CREATE BACKEND sqlite:// TOKEN hdviocrpae 2018-09-14 10:25:50.677 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.682 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hdviocrpae 2018-09-14 10:25:50.682 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_health_monitor_delete [0.352122s] ... ok 2018-09-14 10:25:52.501 2255 INFO oslo_db.sqlalchemy.provision [req-9167e0cf-bec0-4757-b099-e80904af4068 - - - - -] CREATE BACKEND sqlite:// TOKEN wqinzvnttw 2018-09-14 10:25:52.662 2255 INFO octavia.common.config [req-9167e0cf-bec0-4757-b099-e80904af4068 - - - - -] Logging enabled! 2018-09-14 10:25:52.663 2255 INFO octavia.common.config [req-9167e0cf-bec0-4757-b099-e80904af4068 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:52.703 2255 WARNING octavia.api.root_controller [req-9167e0cf-bec0-4757-b099-e80904af4068 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:52.729 2255 INFO octavia.api.v2.controllers.load_balancer [req-a2332063-6bed-4159-a03d-6da9c1b39836 - - - - -] Sending created Load Balancer eeebdc7b-b896-4e5c-b23d-16b12d44dbee to the handler 2018-09-14 10:25:53.122 2255 INFO octavia.api.v2.controllers.listener [req-e8e7d3d7-8894-4405-9959-b82a500da377 - - - - -] Sending Creation of Listener 23e4bbf5-2c55-4c11-ae87-8a9a1247477e to handler 2018-09-14 10:25:53.410 2255 INFO octavia.api.v2.controllers.pool [req-d296eca1-b58e-4bee-825c-3bd2bbe776e7 - - - - -] Sending Creation of Pool ae72f520-df13-4969-89c2-7db2adfc45a2 to handler 2018-09-14 10:25:53.643 2255 INFO octavia.api.v2.controllers.pool [req-3818be05-16bb-495b-b489-29f72044a946 - - - - -] Sending Creation of Pool ee5688ad-2e9f-42d7-9fed-0038806b86c6 to handler 2018-09-14 10:25:53.994 2255 INFO octavia.api.v2.controllers.member [req-e60e3a63-9056-4a29-a6bb-36993ab80b3e - - - - -] Sending Creation of Member afa5672d-c0f2-4412-8db0-e44995c0f228 to handler 2018-09-14 10:25:54.023 2255 INFO oslo_db.sqlalchemy.provision [req-e60e3a63-9056-4a29-a6bb-36993ab80b3e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.025 2255 INFO oslo_db.sqlalchemy.provision [req-e60e3a63-9056-4a29-a6bb-36993ab80b3e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wqinzvnttw 2018-09-14 10:25:54.026 2255 INFO oslo_db.sqlalchemy.provision [req-e60e3a63-9056-4a29-a6bb-36993ab80b3e - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_project_id_is_ignored [1.531272s] ... ok 2018-09-14 10:25:51.340 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] CREATE BACKEND sqlite:// TOKEN mvsuewjoyu 2018-09-14 10:25:51.694 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.698 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mvsuewjoyu 2018-09-14 10:25:51.699 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_pool_session_persistence_update [0.365006s] ... ok 2018-09-14 10:25:52.511 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] CREATE BACKEND sqlite:// TOKEN cstbaqkcbe 2018-09-14 10:25:53.056 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.059 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cstbaqkcbe 2018-09-14 10:25:53.060 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:51.762 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] CREATE BACKEND sqlite:// TOKEN qnnnccoxuc 2018-09-14 10:25:51.965 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.968 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qnnnccoxuc 2018-09-14 10:25:51.969 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_get_all_return_value [0.555560s] ... ok {15} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_delete_bad_id [0.212964s] ... ok 2018-09-14 10:25:58.747 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] CREATE BACKEND sqlite:// TOKEN uyberxyxxg 2018-09-14 10:25:58.900 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.902 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uyberxyxxg 2018-09-14 10:25:58.903 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_path_rule [0.159200s] ... ok 2018-09-14 10:25:54.760 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] CREATE BACKEND sqlite:// TOKEN beapbmzjuw 2018-09-14 10:25:55.060 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.063 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN beapbmzjuw 2018-09-14 10:25:55.063 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_listener_update_clear_default_pool_with_l7p_referral [0.307208s] ... ok 2018-09-14 10:25:56.738 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] CREATE BACKEND sqlite:// TOKEN upmcjuikbv 2018-09-14 10:25:56.856 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.858 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN upmcjuikbv 2018-09-14 10:25:56.859 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.db.test_models.MemberModelTest.test_pool_relationship [0.124675s] ... ok 2018-09-14 10:25:56.513 2265 INFO oslo_db.sqlalchemy.provision [req-799d36a7-ef86-4630-8ca4-8a65b312824e - - - - -] CREATE BACKEND sqlite:// TOKEN wgbmlwkiqm 2018-09-14 10:25:56.616 2265 INFO octavia.common.config [req-799d36a7-ef86-4630-8ca4-8a65b312824e - - - - -] Logging enabled! 2018-09-14 10:25:56.617 2265 INFO octavia.common.config [req-799d36a7-ef86-4630-8ca4-8a65b312824e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:56.641 2265 WARNING octavia.api.root_controller [req-799d36a7-ef86-4630-8ca4-8a65b312824e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:56.682 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.684 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wgbmlwkiqm 2018-09-14 10:25:56.685 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_custom_quotas_quota_admin [0.175751s] ... ok 2018-09-14 10:25:48.993 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] CREATE BACKEND sqlite:// TOKEN goiwgyjzbs 2018-09-14 10:25:49.222 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.226 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN goiwgyjzbs 2018-09-14 10:25:49.227 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule_invalid_value_string [0.239593s] ... ok 2018-09-14 10:25:53.028 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] CREATE BACKEND sqlite:// TOKEN jlizfyrnoz 2018-09-14 10:25:53.271 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.274 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jlizfyrnoz 2018-09-14 10:25:53.274 2249 INFO oslo_db.sqlalchemy.provision [req-1e47afee-39b1-4d14-b37a-c8f386666350 - - - - -] DISPOSE ENGINE Engine(sqlite://) {10} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_create_no_peer_port_increments [0.252620s] ... ok 2018-09-14 10:25:49.529 2260 INFO oslo_db.sqlalchemy.provision [req-b49121bf-af0a-47ad-a3fa-0ef443d0e56f - - - - -] CREATE BACKEND sqlite:// TOKEN vigwgcgssm 2018-09-14 10:25:49.694 2260 INFO octavia.common.config [req-b49121bf-af0a-47ad-a3fa-0ef443d0e56f - - - - -] Logging enabled! 2018-09-14 10:25:49.695 2260 INFO octavia.common.config [req-b49121bf-af0a-47ad-a3fa-0ef443d0e56f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:49.735 2260 WARNING octavia.api.root_controller [req-b49121bf-af0a-47ad-a3fa-0ef443d0e56f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:49.762 2260 INFO octavia.api.v2.controllers.load_balancer [req-f26e2672-bd14-4776-bf7d-96d858c0dbf3 - - - - -] Sending created Load Balancer 78c00cef-6ecd-40e2-9123-3178d05b2587 to the handler 2018-09-14 10:25:50.015 2260 INFO octavia.api.v2.controllers.listener [req-95083327-3ee9-4e2e-8672-0142fc18d865 - - - - -] Sending Creation of Listener 1f5c06df-41a3-49d7-9e26-cfa42943decc to handler 2018-09-14 10:25:50.313 2260 INFO octavia.api.v2.controllers.pool [req-126233ee-7683-4983-8666-da35036ef944 - - - - -] Sending Creation of Pool 81c2e87b-496d-4fc2-91d9-d713600d111d to handler 2018-09-14 10:25:50.662 2260 INFO octavia.api.v2.controllers.l7policy [req-7d6dcd8c-89db-4997-81af-644c9f190357 - - - - -] Sending Creation of L7Policy 5d79081e-c9e2-4fdb-9ca8-df8109fe0750 to handler 2018-09-14 10:25:51.303 2260 INFO oslo_db.sqlalchemy.provision [req-4644d828-3cc2-4473-a8ff-66bd18089e60 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.307 2260 INFO oslo_db.sqlalchemy.provision [req-4644d828-3cc2-4473-a8ff-66bd18089e60 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vigwgcgssm 2018-09-14 10:25:51.308 2260 INFO oslo_db.sqlalchemy.provision [req-4644d828-3cc2-4473-a8ff-66bd18089e60 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_with_l7policy [1.785281s] ... ok 2018-09-14 10:25:53.368 2245 INFO oslo_db.sqlalchemy.provision [req-899d59fd-78ae-4673-b62a-bcdc20d86181 - - - - -] CREATE BACKEND sqlite:// TOKEN rzovxqjabx 2018-09-14 10:25:53.529 2245 INFO octavia.common.config [req-899d59fd-78ae-4673-b62a-bcdc20d86181 - - - - -] Logging enabled! 2018-09-14 10:25:53.530 2245 INFO octavia.common.config [req-899d59fd-78ae-4673-b62a-bcdc20d86181 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:53.568 2245 WARNING octavia.api.root_controller [req-899d59fd-78ae-4673-b62a-bcdc20d86181 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:53.602 2245 INFO octavia.api.v2.controllers.load_balancer [req-46b1f516-b970-4bc9-9404-2881196f2a47 - - - - -] Sending created Load Balancer c4467b65-afb9-4f2d-8b92-66e8d8f629db to the handler 2018-09-14 10:25:53.762 2245 INFO octavia.api.v2.controllers.listener [req-35b08f5c-5ee3-4671-9b5c-92639e3d111e - - - - -] Sending Creation of Listener 5d3675d5-76ef-4c8e-bbad-9657a50d8f92 to handler 2018-09-14 10:25:53.995 2245 INFO octavia.api.v2.controllers.pool [req-61bcd27a-475c-4de0-af1d-4dce4fb59d84 - - - - -] Sending Creation of Pool 803eb88b-3484-4344-b6f5-415dbce05d35 to handler 2018-09-14 10:25:54.234 2245 INFO octavia.api.v2.controllers.pool [req-6e7ad4f4-db82-4102-a8fa-1990d1cb6e09 - - - - -] Sending Creation of Pool a783e11d-02e0-4450-8c11-31dc9b46e80d to handler 2018-09-14 10:25:54.633 2245 INFO octavia.api.v2.controllers.member [req-0f3de9a5-07b6-4c06-9dcc-ef2abdbc3e89 - - - - -] Sending Creation of Member df95f88f-f564-4896-a85e-18bfd209d1be to handler 2018-09-14 10:25:54.870 2245 INFO octavia.api.v2.controllers.member [req-a6f5bcb2-4e4b-433c-8cda-e56351d6686f - - - - -] Sending Creation of Member 99192fa4-ac1d-4010-bd44-bc44f22132b6 to handler 2018-09-14 10:25:55.131 2245 INFO oslo_db.sqlalchemy.provision [req-0eb872cb-8aff-49b5-a2c1-76e702995033 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.135 2245 INFO oslo_db.sqlalchemy.provision [req-0eb872cb-8aff-49b5-a2c1-76e702995033 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rzovxqjabx 2018-09-14 10:25:55.135 2245 INFO oslo_db.sqlalchemy.provision [req-0eb872cb-8aff-49b5-a2c1-76e702995033 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_not_authorized [1.773782s] ... ok 2018-09-14 10:25:51.296 2263 INFO oslo_db.sqlalchemy.provision [req-6cd6d92f-252f-4642-93f1-0a3d7bc2fee4 - - - - -] CREATE BACKEND sqlite:// TOKEN yjeuybhbsr 2018-09-14 10:25:51.463 2263 INFO octavia.common.config [req-6cd6d92f-252f-4642-93f1-0a3d7bc2fee4 - - - - -] Logging enabled! 2018-09-14 10:25:51.464 2263 INFO octavia.common.config [req-6cd6d92f-252f-4642-93f1-0a3d7bc2fee4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:51.504 2263 WARNING octavia.api.root_controller [req-6cd6d92f-252f-4642-93f1-0a3d7bc2fee4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:51.531 2263 INFO octavia.api.v2.controllers.load_balancer [req-6eca5af8-6da5-4538-9adf-873a81d63d83 - - - - -] Sending created Load Balancer fb2087be-a0bb-4e00-a76a-d577d8c90d78 to the handler 2018-09-14 10:25:51.789 2263 INFO octavia.api.v2.controllers.listener [req-3ff74b2d-7b2d-49e3-8193-7ab90a1af3c3 - - - - -] Sending Creation of Listener 6fec686e-e9b3-42ab-a323-01cc60b313a0 to handler 2018-09-14 10:25:52.273 2263 INFO octavia.api.v2.controllers.pool [req-dc39f27e-1aec-42b3-bc1f-8bea93433559 - - - - -] Sending Creation of Pool 1bcbded9-df3e-44fd-9d55-bf9059d13562 to handler 2018-09-14 10:25:52.520 2263 INFO octavia.api.v2.controllers.pool [req-8d9c29b0-2417-4d2d-bcea-96c637353d1c - - - - -] Sending Update of Pool 1bcbded9-df3e-44fd-9d55-bf9059d13562 to handler 2018-09-14 10:25:52.941 2263 INFO oslo_db.sqlalchemy.provision [req-c81f547f-1a28-4585-b3b6-e4d092bca133 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.943 2263 INFO oslo_db.sqlalchemy.provision [req-c81f547f-1a28-4585-b3b6-e4d092bca133 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yjeuybhbsr 2018-09-14 10:25:52.944 2263 INFO oslo_db.sqlalchemy.provision [req-c81f547f-1a28-4585-b3b6-e4d092bca133 - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_pool.TestPool.test_update [1.654717s] ... ok 2018-09-14 10:25:58.843 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] CREATE BACKEND sqlite:// TOKEN pafgvbksus 2018-09-14 10:25:58.963 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.965 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pafgvbksus 2018-09-14 10:25:58.966 2239 INFO oslo_db.sqlalchemy.provision [req-4bffa3b1-e558-4330-b148-6e65d9c8fa6f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.TestQuotasRepository.test_update [0.125819s] ... ok 2018-09-14 10:25:59.222 2246 INFO oslo_db.sqlalchemy.provision [req-b6b5b069-0d75-4b0c-8f85-dc04c685ccda - - - - -] CREATE BACKEND sqlite:// TOKEN bdchussdau 2018-09-14 10:25:59.316 2246 INFO octavia.common.config [req-b6b5b069-0d75-4b0c-8f85-dc04c685ccda - - - - -] Logging enabled! 2018-09-14 10:25:59.317 2246 INFO octavia.common.config [req-b6b5b069-0d75-4b0c-8f85-dc04c685ccda - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:59.341 2246 WARNING octavia.api.root_controller [req-b6b5b069-0d75-4b0c-8f85-dc04c685ccda - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:59.357 2246 INFO octavia.api.v2.controllers.load_balancer [req-52b84bdb-49e1-41bd-a68a-e7e7350c90b2 - - - - -] Sending created Load Balancer c9dadd2a-2c49-4d88-9e1c-bb9222c3fc57 to the handler 2018-09-14 10:25:59.495 2246 INFO octavia.api.v2.controllers.listener [req-1c6b0bed-8349-43ec-a116-233493603aea - - - - -] Sending Creation of Listener 7e5311aa-da27-4d75-bb0a-329973092cc1 to handler 2018-09-14 10:25:59.655 2246 INFO octavia.api.v2.controllers.l7policy [req-e9f5c016-8702-4808-83e8-da357a98ff63 - - - - -] Sending Creation of L7Policy bbcaaacf-8d47-4f97-b4c4-3f4e69f7dbef to handler 2018-09-14 10:25:59.934 2246 INFO octavia.api.v2.controllers.l7rule [req-4dfe8886-afc2-4fb7-bbc1-00fe3e5a1a3f - - - - -] Sending Creation of L7Rule 1016c63c-eff9-4f60-8531-895b5010fea6 to handler 2018-09-14 10:26:00.224 2246 INFO octavia.api.v2.controllers.l7rule [req-d95e698b-8112-4263-9ad6-116f91584f2d - - - - -] Sending Update of L7Rule 1016c63c-eff9-4f60-8531-895b5010fea6 to handler 2018-09-14 10:26:00.314 2246 INFO oslo_db.sqlalchemy.provision [req-9c42c583-799b-4b82-86b2-2686a27112e4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:00.317 2246 INFO oslo_db.sqlalchemy.provision [req-9c42c583-799b-4b82-86b2-2686a27112e4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bdchussdau 2018-09-14 10:26:00.317 2246 INFO oslo_db.sqlalchemy.provision [req-9c42c583-799b-4b82-86b2-2686a27112e4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update [1.098359s] ... ok 2018-09-14 10:25:55.298 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] CREATE BACKEND sqlite:// TOKEN dvqopsnoep 2018-09-14 10:25:55.441 2253 WARNING octavia.db.repositories [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] Quota project lock timed out for project: e7022fc6-5903-48b9-9b3d-6b56ac5b3840: DBDeadlock: None 2018-09-14 10:25:56.680 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.682 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dvqopsnoep 2018-09-14 10:25:56.683 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_check_quota_met [1.389183s] ... ok 2018-09-14 10:25:50.689 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] CREATE BACKEND sqlite:// TOKEN hvxmtnrgde 2018-09-14 10:25:50.868 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.872 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hvxmtnrgde 2018-09-14 10:25:50.872 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.db.test_models.VipModelTest.test_create [0.189498s] ... ok 2018-09-14 10:25:51.746 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] CREATE BACKEND sqlite:// TOKEN qbsmnxhwpo 2018-09-14 10:25:51.961 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.964 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qbsmnxhwpo 2018-09-14 10:25:51.965 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_none_cert_expired_amphora [0.265282s] ... ok 2018-09-14 10:25:51.976 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] CREATE BACKEND sqlite:// TOKEN hmkvaxpqvb 2018-09-14 10:25:52.210 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.215 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hmkvaxpqvb 2018-09-14 10:25:52.216 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule_bad_compare_type [0.246556s] ... ok 2018-09-14 10:25:58.907 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] CREATE BACKEND sqlite:// TOKEN ybmxnbjese 2018-09-14 10:25:59.052 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:59.055 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ybmxnbjese 2018-09-14 10:25:59.055 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_replace [0.151856s] ... ok 2018-09-14 10:25:53.066 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] CREATE BACKEND sqlite:// TOKEN wrovstwppn 2018-09-14 10:25:53.288 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.291 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wrovstwppn 2018-09-14 10:25:53.291 2250 INFO oslo_db.sqlalchemy.provision [req-c19ae577-c604-43a1-960b-e2eecfb02af0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {11} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_delete_with_all_children [0.230568s] ... ok 2018-09-14 10:25:56.864 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] CREATE BACKEND sqlite:// TOKEN jbxiadvuiq 2018-09-14 10:25:56.984 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.987 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jbxiadvuiq 2018-09-14 10:25:56.987 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_replace [0.127344s] ... ok 2018-09-14 10:25:55.071 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] CREATE BACKEND sqlite:// TOKEN tbsaxesgkg 2018-09-14 10:25:55.381 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.384 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tbsaxesgkg 2018-09-14 10:25:55.385 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_position_only [0.320432s] ... ok 2018-09-14 10:25:49.233 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] CREATE BACKEND sqlite:// TOKEN tvqvbndofv 2018-09-14 10:25:49.698 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.701 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tvqvbndofv 2018-09-14 10:25:49.702 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_get_all [0.474761s] ... ok 2018-09-14 10:25:56.689 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] CREATE BACKEND sqlite:// TOKEN prdrrvjxsi 2018-09-14 10:25:56.804 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.806 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN prdrrvjxsi 2018-09-14 10:25:56.807 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.db.test_models.AmphoraHealthModelTest.test_create [0.121635s] ... ok 2018-09-14 10:25:55.244 2241 INFO oslo_db.sqlalchemy.provision [req-3b3d6b6f-fc40-437c-91ca-d8960e97ead6 - - - - -] CREATE BACKEND sqlite:// TOKEN jcxdsldbyp 2018-09-14 10:25:55.355 2241 INFO octavia.common.config [req-3b3d6b6f-fc40-437c-91ca-d8960e97ead6 - - - - -] Logging enabled! 2018-09-14 10:25:55.356 2241 INFO octavia.common.config [req-3b3d6b6f-fc40-437c-91ca-d8960e97ead6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:55.382 2241 WARNING octavia.api.root_controller [req-3b3d6b6f-fc40-437c-91ca-d8960e97ead6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:55.408 2241 INFO octavia.api.v2.controllers.load_balancer [req-517cc9c0-49ac-43d7-ab3d-6ef0717250dd - - - - -] Sending created Load Balancer a1616f11-1a17-45e1-ad3f-56e6f9716d9f to the handler 2018-09-14 10:25:55.577 2241 INFO octavia.api.v2.controllers.listener [req-e6b69f83-fe58-4d3d-84e3-dcc2e716fa3e - - - - -] Sending Creation of Listener 1ab5460f-a805-4767-ac90-21813da83074 to handler 2018-09-14 10:25:55.932 2241 INFO octavia.api.v2.controllers.pool [req-548926d8-55c4-49a8-8ce6-8ec681063dad - - - - -] Sending Creation of Pool 21360431-70ae-487b-99de-7b350a0005c8 to handler 2018-09-14 10:25:56.193 2241 INFO octavia.api.v2.controllers.pool [req-801d22e8-24e3-4571-aab0-783d5be0033b - - - - -] Sending Creation of Pool 7388ad01-d257-4012-8972-e4cdc3a87abe to handler 2018-09-14 10:25:56.407 2241 INFO oslo_db.sqlalchemy.provision [req-6eeb191e-e5c3-425d-a739-7c1b3e072cba - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.410 2241 INFO oslo_db.sqlalchemy.provision [req-6eeb191e-e5c3-425d-a739-7c1b3e072cba - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jcxdsldbyp 2018-09-14 10:25:56.410 2241 INFO oslo_db.sqlalchemy.provision [req-6eeb191e-e5c3-425d-a739-7c1b3e072cba - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_member.TestMember.test_create_over_quota [1.170104s] ... ok 2018-09-14 10:25:54.502 2266 INFO oslo_db.sqlalchemy.provision [req-18e7eda2-8ad4-4f76-b3d0-4029e0afbefd - - - - -] CREATE BACKEND sqlite:// TOKEN tudgbyqtao 2018-09-14 10:25:54.597 2266 INFO octavia.common.config [req-18e7eda2-8ad4-4f76-b3d0-4029e0afbefd - - - - -] Logging enabled! 2018-09-14 10:25:54.597 2266 INFO octavia.common.config [req-18e7eda2-8ad4-4f76-b3d0-4029e0afbefd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:54.620 2266 WARNING octavia.api.root_controller [req-18e7eda2-8ad4-4f76-b3d0-4029e0afbefd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:54.635 2266 INFO octavia.api.v2.controllers.load_balancer [req-52bc71fb-f30c-403e-9de7-048252c0cd83 - - - - -] Sending created Load Balancer 5319c10b-78b3-43db-80a0-5c4bd68a8ad2 to the handler 2018-09-14 10:25:54.784 2266 INFO octavia.api.v2.controllers.listener [req-8fb7e901-dd33-46ef-861c-3fc0fcf93807 - - - - -] Sending Creation of Listener 1a8475d4-a3a7-4fc0-828a-86d64fcb8e80 to handler 2018-09-14 10:25:55.058 2266 INFO octavia.api.v2.controllers.pool [req-c47e9922-af04-4a39-bc17-d11dfb67be19 - - - - -] Sending Creation of Pool f7d80301-7bf3-47a3-87c0-f8c1c6c44a7c to handler 2018-09-14 10:25:55.362 2266 INFO oslo_db.sqlalchemy.provision [req-ed3edd94-f0bd-46f1-b4b0-ada4c07538d6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.365 2266 INFO oslo_db.sqlalchemy.provision [req-ed3edd94-f0bd-46f1-b4b0-ada4c07538d6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tudgbyqtao 2018-09-14 10:25:55.366 2266 INFO oslo_db.sqlalchemy.provision [req-ed3edd94-f0bd-46f1-b4b0-ada4c07538d6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_pool.TestPool.test_bad_update [0.868718s] ... ok 2018-09-14 10:25:54.576 2262 INFO oslo_db.sqlalchemy.provision [req-555d5916-e581-42b7-bd98-a2e86d91f558 - - - - -] CREATE BACKEND sqlite:// TOKEN izynplornl 2018-09-14 10:25:54.701 2262 INFO octavia.common.config [req-555d5916-e581-42b7-bd98-a2e86d91f558 - - - - -] Logging enabled! 2018-09-14 10:25:54.701 2262 INFO octavia.common.config [req-555d5916-e581-42b7-bd98-a2e86d91f558 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:54.725 2262 WARNING octavia.api.root_controller [req-555d5916-e581-42b7-bd98-a2e86d91f558 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:54.741 2262 INFO octavia.api.v2.controllers.load_balancer [req-30596bba-3551-4a26-ad2c-b64be271188b - - - - -] Sending created Load Balancer d53e7ed5-e0d0-4682-be44-1d63a8c863b9 to the handler 2018-09-14 10:25:54.901 2262 INFO oslo_db.sqlalchemy.provision [req-0db6e5ae-ad3b-4591-ad82-97472302134d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.903 2262 INFO oslo_db.sqlalchemy.provision [req-0db6e5ae-ad3b-4591-ad82-97472302134d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN izynplornl 2018-09-14 10:25:54.904 2262 INFO oslo_db.sqlalchemy.provision [req-0db6e5ae-ad3b-4591-ad82-97472302134d - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_already_deleted [0.331514s] ... ok 2018-09-14 10:25:56.686 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] CREATE BACKEND sqlite:// TOKEN yqhjfheryd 2018-09-14 10:25:56.863 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.865 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yqhjfheryd 2018-09-14 10:25:56.865 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_update_pool_with_existing_sp_delete_sp [0.182277s] ... ok 2018-09-14 10:25:50.881 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] CREATE BACKEND sqlite:// TOKEN xzefulckrt 2018-09-14 10:25:51.445 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.449 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xzefulckrt 2018-09-14 10:25:51.450 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_get_all_return_value [0.577630s] ... ok 2018-09-14 10:25:55.637 2252 INFO oslo_db.sqlalchemy.provision [req-d36e1596-631b-4615-aaa5-eaf2ba724862 - - - - -] CREATE BACKEND sqlite:// TOKEN fvsuubeywv 2018-09-14 10:25:55.748 2252 INFO octavia.common.config [req-d36e1596-631b-4615-aaa5-eaf2ba724862 - - - - -] Logging enabled! 2018-09-14 10:25:55.749 2252 INFO octavia.common.config [req-d36e1596-631b-4615-aaa5-eaf2ba724862 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:55.884 2252 WARNING octavia.api.root_controller [req-d36e1596-631b-4615-aaa5-eaf2ba724862 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:55.901 2252 INFO octavia.api.v2.controllers.load_balancer [req-274d43e7-bbdb-4d08-84da-76d912ca0ef7 - - - - -] Sending created Load Balancer 6bb600b9-392c-45b6-9ca7-82ec923458f9 to the handler 2018-09-14 10:25:56.045 2252 INFO octavia.api.v2.controllers.listener [req-4a2ceb58-a981-4423-af8c-1388b245bfea - - - - -] Sending Creation of Listener 4b4b73d8-0275-4d8b-8f75-5d5e8e93379b to handler 2018-09-14 10:25:56.219 2252 INFO octavia.api.v2.controllers.pool [req-96d221bb-112d-487f-99d3-908b02dbe017 - - - - -] Sending Creation of Pool 7f4f6480-db5c-477c-b294-a21c375b363b to handler 2018-09-14 10:25:56.439 2252 INFO octavia.api.v2.controllers.pool [req-41b3784d-dff7-4500-ac89-e80ec856ba4c - - - - -] Sending Creation of Pool 018f850b-b967-4cdf-b079-7704f55bdcfd to handler 2018-09-14 10:25:56.655 2252 INFO octavia.api.v2.controllers.member [req-94257e37-0898-45a6-891f-9f348e28a3db - - - - -] Sending Creation of Member 85cf5078-3c9a-4cdf-9c48-0cbfc038b78e to handler 2018-09-14 10:25:56.726 2252 INFO oslo_db.sqlalchemy.provision [req-384705ea-297d-485e-b0a3-6e2c35cc8b0e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.728 2252 INFO oslo_db.sqlalchemy.provision [req-384705ea-297d-485e-b0a3-6e2c35cc8b0e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fvsuubeywv 2018-09-14 10:25:56.728 2252 INFO oslo_db.sqlalchemy.provision [req-384705ea-297d-485e-b0a3-6e2c35cc8b0e - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_member.TestMember.test_get_authorized [1.095258s] ... ok 2018-09-14 10:25:51.972 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] CREATE BACKEND sqlite:// TOKEN xudrpfqcne 2018-09-14 10:25:52.231 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.235 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xudrpfqcne 2018-09-14 10:25:52.236 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule [0.269650s] ... ok 2018-09-14 10:25:59.059 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] CREATE BACKEND sqlite:// TOKEN hgvayrlhzs 2018-09-14 10:25:59.181 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:59.183 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hgvayrlhzs 2018-09-14 10:25:59.183 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.SNIRepositoryTest.test_update [0.127837s] ... ok 2018-09-14 10:25:52.223 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] CREATE BACKEND sqlite:// TOKEN modfmsjqty 2018-09-14 10:25:52.451 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.455 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN modfmsjqty 2018-09-14 10:25:52.456 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule_invalid_value_string [0.238915s] ... ok 2018-09-14 10:25:56.811 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] CREATE BACKEND sqlite:// TOKEN loiqyveyei 2018-09-14 10:25:56.930 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.933 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN loiqyveyei 2018-09-14 10:25:56.933 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.db.test_models.AmphoraHealthModelTest.test_delete [0.126140s] ... ok 2018-09-14 10:25:55.391 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] CREATE BACKEND sqlite:// TOKEN odksyrjoiq 2018-09-14 10:25:55.614 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.617 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN odksyrjoiq 2018-09-14 10:25:55.618 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule_invalid_value_regex [0.232942s] ... ok 2018-09-14 10:25:49.709 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] CREATE BACKEND sqlite:// TOKEN hwjnctpsgw 2018-09-14 10:25:49.910 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:49.913 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hwjnctpsgw 2018-09-14 10:25:49.914 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DISPOSE ENGINE Engine(sqlite://) 2018-09-14 10:25:56.991 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] CREATE BACKEND sqlite:// TOKEN cicvfqobgh 2018-09-14 10:25:57.121 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.124 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cicvfqobgh 2018-09-14 10:25:57.125 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_exists_false [0.137792s] ... ok {20} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_test_and_set_provisioning_status_immutable_raise [0.211155s] ... ok 2018-09-14 10:25:51.459 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] CREATE BACKEND sqlite:// TOKEN uyglbfjwpe 2018-09-14 10:25:51.693 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:51.696 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uyglbfjwpe 2018-09-14 10:25:51.697 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.db.test_repositories.HealthMonitorRepositoryTest.test_delete [0.245127s] ... ok 2018-09-14 10:25:56.870 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] CREATE BACKEND sqlite:// TOKEN jtokxghsoo 2018-09-14 10:25:57.044 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.047 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jtokxghsoo 2018-09-14 10:25:57.047 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_test_and_set_provisioning_status_mutable [0.180844s] ... ok 2018-09-14 10:25:52.242 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] CREATE BACKEND sqlite:// TOKEN gvxdsbjnlk 2018-09-14 10:25:52.502 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.506 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gvxdsbjnlk 2018-09-14 10:25:52.507 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule [0.270549s] ... ok 2018-09-14 10:25:59.187 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] CREATE BACKEND sqlite:// TOKEN fbahjwhzcp 2018-09-14 10:25:59.307 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:59.309 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fbahjwhzcp 2018-09-14 10:25:59.310 2240 INFO oslo_db.sqlalchemy.provision [req-debf136e-f053-4b90-a867-2b0c3b437b8b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.SessionPersistenceRepositoryTest.test_get [0.126092s] ... ok 2018-09-14 10:25:52.462 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] CREATE BACKEND sqlite:// TOKEN azzelvtfzt 2018-09-14 10:25:52.692 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.696 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN azzelvtfzt 2018-09-14 10:25:52.696 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_listener [0.240204s] ... ok 2018-09-14 10:25:55.144 2245 INFO oslo_db.sqlalchemy.provision [req-0eb872cb-8aff-49b5-a2c1-76e702995033 - - - - -] CREATE BACKEND sqlite:// TOKEN mfjnxdvjwh 2018-09-14 10:25:55.262 2245 INFO octavia.common.config [req-0eb872cb-8aff-49b5-a2c1-76e702995033 - - - - -] Logging enabled! 2018-09-14 10:25:55.263 2245 INFO octavia.common.config [req-0eb872cb-8aff-49b5-a2c1-76e702995033 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:55.291 2245 WARNING octavia.api.root_controller [req-0eb872cb-8aff-49b5-a2c1-76e702995033 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:55.307 2245 INFO octavia.api.v2.controllers.load_balancer [req-18229f21-a62a-4b5a-b984-e5fa893a308d - - - - -] Sending created Load Balancer f714467a-27d1-46bd-842e-4b2be639f5b1 to the handler 2018-09-14 10:25:55.466 2245 INFO octavia.api.v2.controllers.listener [req-cf5a4401-b00b-4174-8fa4-e82b47c59e1b - - - - -] Sending Creation of Listener ff9635e7-bf23-4eac-82ce-46ec93f7f815 to handler 2018-09-14 10:25:55.654 2245 INFO octavia.api.v2.controllers.pool [req-e5e7b7d8-a720-4d9f-978f-906cc2b621ee - - - - -] Sending Creation of Pool 149c6acb-885c-4fe0-b905-8408bf29fbc0 to handler 2018-09-14 10:25:55.851 2245 INFO oslo_db.sqlalchemy.provision [req-1ac415f9-0b13-4769-808b-8696d4bbec22 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.853 2245 INFO oslo_db.sqlalchemy.provision [req-1ac415f9-0b13-4769-808b-8696d4bbec22 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mfjnxdvjwh 2018-09-14 10:25:55.854 2245 INFO oslo_db.sqlalchemy.provision [req-1ac415f9-0b13-4769-808b-8696d4bbec22 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_listener_with_default_pool_id_set [0.717054s] ... ok 2018-09-14 10:25:52.950 2263 INFO oslo_db.sqlalchemy.provision [req-c81f547f-1a28-4585-b3b6-e4d092bca133 - - - - -] CREATE BACKEND sqlite:// TOKEN cdjzyuqmmc 2018-09-14 10:25:53.086 2263 INFO octavia.common.config [req-c81f547f-1a28-4585-b3b6-e4d092bca133 - - - - -] Logging enabled! 2018-09-14 10:25:53.087 2263 INFO octavia.common.config [req-c81f547f-1a28-4585-b3b6-e4d092bca133 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:53.117 2263 WARNING octavia.api.root_controller [req-c81f547f-1a28-4585-b3b6-e4d092bca133 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:53.163 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.166 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cdjzyuqmmc 2018-09-14 10:25:53.167 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_custom_quotas [0.222402s] ... ok 2018-09-14 10:25:55.625 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] CREATE BACKEND sqlite:// TOKEN czvmywsqux 2018-09-14 10:25:55.978 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.980 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN czvmywsqux 2018-09-14 10:25:55.980 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_get_all_return_value [0.360929s] ... ok 2018-09-14 10:25:56.938 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] CREATE BACKEND sqlite:// TOKEN oafpiowoyg 2018-09-14 10:25:57.059 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.061 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oafpiowoyg 2018-09-14 10:25:57.062 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.db.test_models.SessionPersistenceModelTest.test_pool_relationship [0.127776s] ... ok 2018-09-14 10:25:49.921 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] CREATE BACKEND sqlite:// TOKEN rgfjdijbpz 2018-09-14 10:25:50.123 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.127 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rgfjdijbpz 2018-09-14 10:25:50.128 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_update [0.213323s] ... ok 2018-09-14 10:25:57.130 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] CREATE BACKEND sqlite:// TOKEN nhsxxqphov 2018-09-14 10:25:57.268 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.270 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nhsxxqphov 2018-09-14 10:25:57.271 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_update [0.144426s] ... ok 2018-09-14 10:25:54.030 2255 INFO oslo_db.sqlalchemy.provision [req-e60e3a63-9056-4a29-a6bb-36993ab80b3e - - - - -] CREATE BACKEND sqlite:// TOKEN xgbqsgbmwk 2018-09-14 10:25:54.132 2255 INFO octavia.common.config [req-e60e3a63-9056-4a29-a6bb-36993ab80b3e - - - - -] Logging enabled! 2018-09-14 10:25:54.133 2255 INFO octavia.common.config [req-e60e3a63-9056-4a29-a6bb-36993ab80b3e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:54.165 2255 WARNING octavia.api.root_controller [req-e60e3a63-9056-4a29-a6bb-36993ab80b3e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:54.182 2255 INFO octavia.api.v2.controllers.load_balancer [req-77cdcb71-543c-4145-a59e-116f2b5bdc21 - - - - -] Sending created Load Balancer f1beccc4-e662-43d0-aa14-c7af300fd298 to the handler 2018-09-14 10:25:54.345 2255 INFO octavia.api.v2.controllers.listener [req-5ebf1cac-8567-4d51-b31e-74bf27c570f5 - - - - -] Sending Creation of Listener 249e9466-50c0-4b51-b661-f2b8aa404bf1 to handler 2018-09-14 10:25:54.525 2255 INFO octavia.api.v2.controllers.pool [req-d6aa4fa4-59d2-4b22-b7c9-199aebc1e83f - - - - -] Sending Creation of Pool 0f420a3f-a62d-4d8b-8114-a5b8f992e11d to handler 2018-09-14 10:25:54.748 2255 INFO octavia.api.v2.controllers.pool [req-573d4446-3bb0-45ef-afad-7fa51b1dc803 - - - - -] Sending Creation of Pool 7303b42e-9c7d-4dfa-8a0c-7fc5cfa78fde to handler 2018-09-14 10:25:55.096 2255 INFO octavia.api.v2.controllers.member [req-e18fd984-76e3-4159-9a14-f9d1edf42d8d - - - - -] Sending Creation of Member 196f329e-51a0-41f9-a75a-be2a7a32af86 to handler 2018-09-14 10:25:55.373 2255 INFO octavia.api.v2.controllers.member [req-09b5ff18-fa2f-4ce7-a810-93125c68e012 - - - - -] Sending Deletion of Member 196f329e-51a0-41f9-a75a-be2a7a32af86 to handler 2018-09-14 10:25:55.792 2255 INFO oslo_db.sqlalchemy.provision [req-c6e48978-17ec-45e3-a9f8-5064c9082928 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.795 2255 INFO oslo_db.sqlalchemy.provision [req-c6e48978-17ec-45e3-a9f8-5064c9082928 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xgbqsgbmwk 2018-09-14 10:25:55.796 2255 INFO oslo_db.sqlalchemy.provision [req-c6e48978-17ec-45e3-a9f8-5064c9082928 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_member.TestMember.test_delete [1.770106s] ... ok 2018-09-14 10:26:09.659 2242 INFO octavia.api.v2.controllers.l7rule [req-7be1913f-310e-4c86-a1a2-1451c2fc68ca - - - - -] Sending Creation of L7Rule 9645ff3b-873d-4758-a919-95d4f358eaaf to handler 2018-09-14 10:25:57.051 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] CREATE BACKEND sqlite:// TOKEN rafolwdtud 2018-09-14 10:25:57.241 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.243 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rafolwdtud 2018-09-14 10:25:57.244 2253 INFO oslo_db.sqlalchemy.provision [req-9d162f86-c66e-4ce7-a232-11c25e2e1564 - - - - -] DISPOSE ENGINE Engine(sqlite://) {14} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_get_all [0.196422s] ... ok 2018-09-14 10:25:52.514 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] CREATE BACKEND sqlite:// TOKEN zbgkagvpgp 2018-09-14 10:25:52.763 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.766 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zbgkagvpgp 2018-09-14 10:25:52.767 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_many_amphora [0.259076s] ... ok 2018-09-14 10:25:51.738 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] CREATE BACKEND sqlite:// TOKEN gdqmnvkuaz 2018-09-14 10:25:52.100 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.104 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gdqmnvkuaz 2018-09-14 10:25:52.104 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_delete_with_rule [0.406885s] ... ok 2018-09-14 10:25:52.703 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] CREATE BACKEND sqlite:// TOKEN enmxdfyqed 2018-09-14 10:25:52.978 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.981 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN enmxdfyqed 2018-09-14 10:25:52.982 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_many_listeners [0.285162s] ... ok 2018-09-14 10:25:56.415 2241 INFO oslo_db.sqlalchemy.provision [req-6eeb191e-e5c3-425d-a739-7c1b3e072cba - - - - -] CREATE BACKEND sqlite:// TOKEN tpfqubnkfb 2018-09-14 10:25:56.511 2241 INFO octavia.common.config [req-6eeb191e-e5c3-425d-a739-7c1b3e072cba - - - - -] Logging enabled! 2018-09-14 10:25:56.512 2241 INFO octavia.common.config [req-6eeb191e-e5c3-425d-a739-7c1b3e072cba - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:56.533 2241 WARNING octavia.api.root_controller [req-6eeb191e-e5c3-425d-a739-7c1b3e072cba - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:56.549 2241 INFO octavia.api.v2.controllers.load_balancer [req-fce05d6e-43d9-4a49-8f8a-3279c050b248 - - - - -] Sending created Load Balancer 2c91745b-256c-478f-998d-f6845bc49fe5 to the handler 2018-09-14 10:25:56.687 2241 INFO octavia.api.v2.controllers.listener [req-ea6b49c7-30bd-486c-b28f-4e2070b0b55e - - - - -] Sending Creation of Listener 52684888-aa8b-4a96-8fd9-9a5a8c6d738a to handler 2018-09-14 10:25:56.844 2241 INFO oslo_db.sqlalchemy.provision [req-203f7578-5cba-4c1d-8c59-be83d0300b2a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.846 2241 INFO oslo_db.sqlalchemy.provision [req-203f7578-5cba-4c1d-8c59-be83d0300b2a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tpfqubnkfb 2018-09-14 10:25:56.846 2241 INFO oslo_db.sqlalchemy.provision [req-203f7578-5cba-4c1d-8c59-be83d0300b2a - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_over_quota [0.435385s] ... ok 2018-09-14 10:25:55.984 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] CREATE BACKEND sqlite:// TOKEN jizqjlafhy 2018-09-14 10:25:56.111 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.114 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jizqjlafhy 2018-09-14 10:25:56.114 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_create [0.133733s] ... ok 2018-09-14 10:25:57.068 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] CREATE BACKEND sqlite:// TOKEN srkctykovl 2018-09-14 10:25:57.216 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.219 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN srkctykovl 2018-09-14 10:25:57.219 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_delete_with_member [0.155581s] ... ok 2018-09-14 10:25:54.907 2262 INFO oslo_db.sqlalchemy.provision [req-0db6e5ae-ad3b-4591-ad82-97472302134d - - - - -] CREATE BACKEND sqlite:// TOKEN lesyjdmrcq 2018-09-14 10:25:55.040 2262 INFO octavia.common.config [req-0db6e5ae-ad3b-4591-ad82-97472302134d - - - - -] Logging enabled! 2018-09-14 10:25:55.041 2262 INFO octavia.common.config [req-0db6e5ae-ad3b-4591-ad82-97472302134d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:55.067 2262 WARNING octavia.api.root_controller [req-0db6e5ae-ad3b-4591-ad82-97472302134d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:55.090 2262 INFO octavia.api.v2.controllers.load_balancer [req-61409e6d-5bb5-4ffa-a617-4dc043e48a67 - - - - -] Sending created Load Balancer e45c9d1a-65ad-43d2-87bc-f214030a7a65 to the handler 2018-09-14 10:25:55.333 2262 INFO octavia.api.v2.controllers.load_balancer [req-bf65ae15-f543-457f-ad91-5f2795cfd248 - - - - -] Invalid state PENDING_UPDATE of loadbalancer resource e45c9d1a-65ad-43d2-87bc-f214030a7a65 2018-09-14 10:25:55.358 2262 INFO oslo_db.sqlalchemy.provision [req-bf65ae15-f543-457f-ad91-5f2795cfd248 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.362 2262 INFO oslo_db.sqlalchemy.provision [req-bf65ae15-f543-457f-ad91-5f2795cfd248 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lesyjdmrcq 2018-09-14 10:25:55.363 2262 INFO oslo_db.sqlalchemy.provision [req-bf65ae15-f543-457f-ad91-5f2795cfd248 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_pending [0.459179s] ... ok 2018-09-14 10:25:50.135 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] CREATE BACKEND sqlite:// TOKEN nimlfdagdh 2018-09-14 10:25:50.370 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.373 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nimlfdagdh 2018-09-14 10:25:50.374 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_update [0.245611s] ... ok 2018-09-14 10:25:53.173 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] CREATE BACKEND sqlite:// TOKEN uboaqxewgs 2018-09-14 10:25:53.494 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.497 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uboaqxewgs 2018-09-14 10:25:53.498 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_enable_with_reject_to_rdr_pool [0.330215s] ... ok 2018-09-14 10:25:57.275 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] CREATE BACKEND sqlite:// TOKEN bhytplsmsv 2018-09-14 10:25:57.396 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.398 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bhytplsmsv 2018-09-14 10:25:57.399 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_update [0.127747s] ... ok 2018-09-14 10:25:51.315 2260 INFO oslo_db.sqlalchemy.provision [req-4644d828-3cc2-4473-a8ff-66bd18089e60 - - - - -] CREATE BACKEND sqlite:// TOKEN fbxihqeqqk 2018-09-14 10:25:51.476 2260 INFO octavia.common.config [req-4644d828-3cc2-4473-a8ff-66bd18089e60 - - - - -] Logging enabled! 2018-09-14 10:25:51.477 2260 INFO octavia.common.config [req-4644d828-3cc2-4473-a8ff-66bd18089e60 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:51.515 2260 WARNING octavia.api.root_controller [req-4644d828-3cc2-4473-a8ff-66bd18089e60 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:51.541 2260 INFO octavia.api.v2.controllers.load_balancer [req-9afc3c02-b7a5-465f-ae22-d8774071f706 - - - - -] Sending created Load Balancer 7a6e864e-2de4-4245-a910-73002a77ed99 to the handler 2018-09-14 10:25:51.792 2260 INFO octavia.api.v2.controllers.listener [req-87d1ef24-e43c-49f1-83a9-d816e06eab5b - - - - -] Sending Creation of Listener 18728c1a-71ef-4c82-9a93-2799c1f4550f to handler 2018-09-14 10:25:52.109 2260 INFO octavia.api.v2.controllers.pool [req-75adf682-f07b-46a9-ad44-7d23dde17d83 - - - - -] Sending Creation of Pool 32ac66c9-a489-4d69-be68-afc568775d90 to handler 2018-09-14 10:25:52.425 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.429 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fbxihqeqqk 2018-09-14 10:25:52.430 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_not_authorized [1.121407s] ... ok 2018-09-14 10:26:00.321 2246 INFO oslo_db.sqlalchemy.provision [req-9c42c583-799b-4b82-86b2-2686a27112e4 - - - - -] CREATE BACKEND sqlite:// TOKEN vaycxhgotl 2018-09-14 10:26:00.417 2246 INFO octavia.common.config [req-9c42c583-799b-4b82-86b2-2686a27112e4 - - - - -] Logging enabled! 2018-09-14 10:26:00.417 2246 INFO octavia.common.config [req-9c42c583-799b-4b82-86b2-2686a27112e4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:26:00.441 2246 WARNING octavia.api.root_controller [req-9c42c583-799b-4b82-86b2-2686a27112e4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:26:00.456 2246 INFO octavia.api.v2.controllers.load_balancer [req-6350a6e6-ba27-4f83-a0c2-4e580d509d74 - - - - -] Sending created Load Balancer 4400b973-25f7-4ea5-aa67-c4efe8de6d89 to the handler 2018-09-14 10:26:00.674 2246 INFO octavia.api.v2.controllers.pool [req-643b9125-b152-41a8-9e70-a0bd01874116 - - - - -] Sending Creation of Pool c28e2b07-82e3-4cbe-ab7a-f7054c24ac85 to handler 2018-09-14 10:26:00.827 2246 INFO octavia.api.v2.controllers.listener [req-ff4889f8-c511-4fd2-b63f-114fa05d5dcd - - - - -] Sending Creation of Listener eba4c8f3-2ddc-481d-b420-cecea4fdf399 to handler 2018-09-14 10:26:01.002 2246 INFO octavia.api.v2.controllers.listener [req-95922c74-f063-46c9-baae-5bac2212d555 - - - - -] Sending Creation of Listener d563153c-2325-407d-a892-8d0921fb89e4 to handler 2018-09-14 10:26:01.192 2246 INFO octavia.api.v2.controllers.listener [req-cd5147c2-3cdb-4233-a213-e020102c8860 - - - - -] Sending Creation of Listener 58c147ed-b90d-40d3-aeaf-1caef3343ed2 to handler 2018-09-14 10:26:01.441 2246 INFO oslo_db.sqlalchemy.provision [req-85284ac2-43fa-472b-9c99-bc077431e841 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:01.443 2246 INFO oslo_db.sqlalchemy.provision [req-85284ac2-43fa-472b-9c99-bc077431e841 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vaycxhgotl 2018-09-14 10:26:01.443 2246 INFO oslo_db.sqlalchemy.provision [req-85284ac2-43fa-472b-9c99-bc077431e841 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_fields_filter [1.126076s] ... ok 2018-09-14 10:25:56.733 2252 INFO oslo_db.sqlalchemy.provision [req-384705ea-297d-485e-b0a3-6e2c35cc8b0e - - - - -] CREATE BACKEND sqlite:// TOKEN qpjlvvnpwg 2018-09-14 10:25:56.838 2252 INFO octavia.common.config [req-384705ea-297d-485e-b0a3-6e2c35cc8b0e - - - - -] Logging enabled! 2018-09-14 10:25:56.838 2252 INFO octavia.common.config [req-384705ea-297d-485e-b0a3-6e2c35cc8b0e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:56.860 2252 WARNING octavia.api.root_controller [req-384705ea-297d-485e-b0a3-6e2c35cc8b0e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:56.876 2252 INFO octavia.api.v2.controllers.load_balancer [req-55459e0d-a2dc-4a72-b943-61c0fb42c688 - - - - -] Sending created Load Balancer 3a976626-01d1-4ab6-905b-425236017e66 to the handler 2018-09-14 10:25:57.018 2252 INFO octavia.api.v2.controllers.listener [req-720b3521-7981-439d-b521-ff5d754dde22 - - - - -] Sending Creation of Listener 491a7d24-b359-427b-a508-069863eae848 to handler 2018-09-14 10:25:57.192 2252 INFO octavia.api.v2.controllers.pool [req-0b410618-4544-40c6-a512-e8a479ca51bf - - - - -] Sending Creation of Pool bbf3ab4e-3c85-465c-ad58-395b69e27278 to handler 2018-09-14 10:25:57.567 2252 INFO oslo_db.sqlalchemy.provision [req-e2bd50c9-fe38-40e9-94f9-5033be1fe13c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.569 2252 INFO oslo_db.sqlalchemy.provision [req-e2bd50c9-fe38-40e9-94f9-5033be1fe13c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qpjlvvnpwg 2018-09-14 10:25:57.569 2252 INFO oslo_db.sqlalchemy.provision [req-e2bd50c9-fe38-40e9-94f9-5033be1fe13c - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_pool.TestPool.test_create [0.840479s] ... ok 2018-09-14 10:25:52.773 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] CREATE BACKEND sqlite:// TOKEN qknmzakbty 2018-09-14 10:25:52.940 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.944 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qknmzakbty 2018-09-14 10:25:52.944 2247 INFO oslo_db.sqlalchemy.provision [req-1913563b-1e29-46ab-987f-1ad8051aeb6e - - - - -] DISPOSE ENGINE Engine(sqlite://) {8} octavia.tests.functional.db.test_repositories.TestQuotasRepository.test_delete_non_existent [0.176924s] ... ok 2018-09-14 10:25:52.111 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] CREATE BACKEND sqlite:// TOKEN nvwebeooab 2018-09-14 10:25:52.437 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.441 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nvwebeooab 2018-09-14 10:25:52.442 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_action_rdr_url_to_redirect_pool [0.336761s] ... ok 2018-09-14 10:25:52.988 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] CREATE BACKEND sqlite:// TOKEN ikpvzyeixe 2018-09-14 10:25:53.179 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.183 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ikpvzyeixe 2018-09-14 10:25:53.183 2254 INFO oslo_db.sqlalchemy.provision [req-2535efb5-1be7-409f-b306-7439fd678747 - - - - -] DISPOSE ENGINE Engine(sqlite://) {15} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_set_status_for_failover_error [0.200845s] ... ok 2018-09-14 10:25:56.119 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] CREATE BACKEND sqlite:// TOKEN hurctjiatv 2018-09-14 10:25:56.366 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.369 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hurctjiatv 2018-09-14 10:25:56.369 2264 INFO oslo_db.sqlalchemy.provision [req-280ceca3-e4e8-43a1-84e2-b6bd658b388f - - - - -] DISPOSE ENGINE Engine(sqlite://) {25} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete_with_all_children [0.254077s] ... ok 2018-09-14 10:25:57.223 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] CREATE BACKEND sqlite:// TOKEN xetvggzgba 2018-09-14 10:25:57.355 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.357 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xetvggzgba 2018-09-14 10:25:57.358 2265 INFO oslo_db.sqlalchemy.provision [req-4406d969-8751-4cac-bd78-6edbf614fd17 - - - - -] DISPOSE ENGINE Engine(sqlite://) {26} octavia.tests.functional.db.test_repositories.VRRPGroupRepositoryTest.test_update [0.138235s] ... ok 2018-09-14 10:25:50.381 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] CREATE BACKEND sqlite:// TOKEN ajbjbbikti 2018-09-14 10:25:50.599 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:50.603 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ajbjbbikti 2018-09-14 10:25:50.603 2259 INFO oslo_db.sqlalchemy.provision [req-3db44856-8771-40d5-85e7-04eecbca3bff - - - - -] DISPOSE ENGINE Engine(sqlite://) {20} octavia.tests.functional.db.test_repositories.VipRepositoryTest.test_update [0.228654s] ... ok 2018-09-14 10:25:57.403 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] CREATE BACKEND sqlite:// TOKEN gxbtqlqalt 2018-09-14 10:25:57.527 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.529 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gxbtqlqalt 2018-09-14 10:25:57.530 2269 INFO oslo_db.sqlalchemy.provision [req-fdc3c7b5-849e-441f-af48-b4663ab56392 - - - - -] DISPOSE ENGINE Engine(sqlite://) {30} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_create [0.130652s] ... ok 2018-09-14 10:25:53.505 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] CREATE BACKEND sqlite:// TOKEN hfrdjwndqi 2018-09-14 10:25:53.791 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.794 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hfrdjwndqi 2018-09-14 10:25:53.794 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_reject_to_rdr_pool_with_disabled_policy [0.295101s] ... ok 2018-09-14 10:25:55.373 2266 INFO oslo_db.sqlalchemy.provision [req-ed3edd94-f0bd-46f1-b4b0-ada4c07538d6 - - - - -] CREATE BACKEND sqlite:// TOKEN jquyvaiapa 2018-09-14 10:25:55.478 2266 INFO octavia.common.config [req-ed3edd94-f0bd-46f1-b4b0-ada4c07538d6 - - - - -] Logging enabled! 2018-09-14 10:25:55.479 2266 INFO octavia.common.config [req-ed3edd94-f0bd-46f1-b4b0-ada4c07538d6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:55.504 2266 WARNING octavia.api.root_controller [req-ed3edd94-f0bd-46f1-b4b0-ada4c07538d6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:55.521 2266 INFO octavia.api.v2.controllers.load_balancer [req-4175b032-6258-408b-aba5-30d4fafed71e - - - - -] Sending created Load Balancer c765dd29-3bad-4f45-8cbf-9b6b2b4d72fa to the handler 2018-09-14 10:25:55.695 2266 INFO octavia.api.v2.controllers.listener [req-f7a38a10-1eb0-4d0b-bfef-44f65f6b8598 - - - - -] Sending Creation of Listener eb11514d-c2b7-4d63-97a2-03c08de658cb to handler 2018-09-14 10:25:56.000 2266 INFO octavia.api.v2.controllers.load_balancer [req-4031e088-6156-410a-bf60-f92327843b23 - - - - -] Sending created Load Balancer 01e8d037-8e4f-4c79-93d3-9e6138099a0c to the handler 2018-09-14 10:25:56.147 2266 INFO octavia.api.v2.controllers.load_balancer [req-e5dcfdea-5687-4f7a-b413-8e3b2001525e - - - - -] Sending created Load Balancer 4ab954f7-2649-4bfd-bd8a-3de0d0f5f80a to the handler 2018-09-14 10:25:56.357 2266 INFO octavia.api.v2.controllers.pool [req-90af41a3-86d4-4fd4-91df-76efd690ea73 - - - - -] Sending Creation of Pool bb3c6251-ba2e-422a-a49c-3d031044e1dc to handler 2018-09-14 10:25:56.521 2266 INFO octavia.api.v2.controllers.pool [req-983ae593-4af2-4917-86be-f46bcf2ea69d - - - - -] Sending Creation of Pool 778e4878-24a1-4ccd-b8aa-9753764d8a7b to handler 2018-09-14 10:25:56.678 2266 INFO octavia.api.v2.controllers.pool [req-c76e8bed-bc35-4750-a40f-5fe053af8064 - - - - -] Sending Creation of Pool 99798fdc-f3b5-4dc0-b7a7-3575a946edb5 to handler 2018-09-14 10:25:56.940 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.942 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jquyvaiapa 2018-09-14 10:25:56.943 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_by_project_id [1.575626s] ... ok 2018-09-14 10:25:52.438 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] CREATE BACKEND sqlite:// TOKEN ziegbivgar 2018-09-14 10:25:52.641 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.645 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ziegbivgar 2018-09-14 10:25:52.645 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.db.test_models.AmphoraModelTest.test_load_balancer_relationship [0.214473s] ... ok 2018-09-14 10:25:55.858 2245 INFO oslo_db.sqlalchemy.provision [req-1ac415f9-0b13-4769-808b-8696d4bbec22 - - - - -] CREATE BACKEND sqlite:// TOKEN ehndfxmzio 2018-09-14 10:25:55.961 2245 INFO octavia.common.config [req-1ac415f9-0b13-4769-808b-8696d4bbec22 - - - - -] Logging enabled! 2018-09-14 10:25:55.961 2245 INFO octavia.common.config [req-1ac415f9-0b13-4769-808b-8696d4bbec22 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:55.984 2245 WARNING octavia.api.root_controller [req-1ac415f9-0b13-4769-808b-8696d4bbec22 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:56.001 2245 INFO octavia.api.v2.controllers.load_balancer [req-f528a98c-5c8e-4be5-a7af-37dd9b492537 - - - - -] Sending created Load Balancer 722439df-4913-43b9-86bf-ee671302c4f5 to the handler 2018-09-14 10:25:56.247 2245 INFO octavia.api.v2.controllers.listener [req-4a262ddd-d221-455d-bf83-198357b621e5 - - - - -] Sending Creation of Listener 460115fe-e21d-4ddb-ba17-6e0f08fd2452 to handler 2018-09-14 10:25:56.437 2245 INFO octavia.api.v2.controllers.pool [req-2e9dfc33-bc51-43df-a558-14058d9e1bdb - - - - -] Sending Creation of Pool 2ab58b49-2fb7-44fe-84eb-3355842b37db to handler 2018-09-14 10:25:56.711 2245 INFO oslo_db.sqlalchemy.provision [req-85751001-15a4-4647-b584-b13c5c55edef - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.713 2245 INFO oslo_db.sqlalchemy.provision [req-85751001-15a4-4647-b584-b13c5c55edef - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ehndfxmzio 2018-09-14 10:25:56.714 2245 INFO oslo_db.sqlalchemy.provision [req-85751001-15a4-4647-b584-b13c5c55edef - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_not_authorize [0.859660s] ... ok 2018-09-14 10:25:52.449 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] CREATE BACKEND sqlite:// TOKEN japyumxbhm 2018-09-14 10:25:52.651 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.655 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN japyumxbhm 2018-09-14 10:25:52.656 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.db.test_repositories.SNIRepositoryTest.test_get [0.212625s] ... ok 2018-09-14 10:25:56.851 2241 INFO oslo_db.sqlalchemy.provision [req-203f7578-5cba-4c1d-8c59-be83d0300b2a - - - - -] CREATE BACKEND sqlite:// TOKEN msfehohgwm 2018-09-14 10:25:56.947 2241 INFO octavia.common.config [req-203f7578-5cba-4c1d-8c59-be83d0300b2a - - - - -] Logging enabled! 2018-09-14 10:25:56.948 2241 INFO octavia.common.config [req-203f7578-5cba-4c1d-8c59-be83d0300b2a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:56.968 2241 WARNING octavia.api.root_controller [req-203f7578-5cba-4c1d-8c59-be83d0300b2a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:57.005 2241 INFO oslo_db.sqlalchemy.provision [req-c8150126-3682-45db-978d-bc520bb30eea - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.007 2241 INFO oslo_db.sqlalchemy.provision [req-c8150126-3682-45db-978d-bc520bb30eea - - - - -] DROP BACKEND Engine(sqlite://) TOKEN msfehohgwm 2018-09-14 10:25:57.007 2241 INFO oslo_db.sqlalchemy.provision [req-c8150126-3682-45db-978d-bc520bb30eea - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_Authorized_observer [0.160350s] ... ok 2018-09-14 10:26:01.447 2246 INFO oslo_db.sqlalchemy.provision [req-85284ac2-43fa-472b-9c99-bc077431e841 - - - - -] CREATE BACKEND sqlite:// TOKEN snanwnrszt 2018-09-14 10:26:01.542 2246 INFO octavia.common.config [req-85284ac2-43fa-472b-9c99-bc077431e841 - - - - -] Logging enabled! 2018-09-14 10:26:01.543 2246 INFO octavia.common.config [req-85284ac2-43fa-472b-9c99-bc077431e841 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:26:01.565 2246 WARNING octavia.api.root_controller [req-85284ac2-43fa-472b-9c99-bc077431e841 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:26:01.584 2246 INFO oslo_db.sqlalchemy.provision [req-69cee19b-9b1a-4f5d-af48-4eb0ca171366 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:01.586 2246 INFO oslo_db.sqlalchemy.provision [req-69cee19b-9b1a-4f5d-af48-4eb0ca171366 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN snanwnrszt 2018-09-14 10:26:01.586 2246 INFO oslo_db.sqlalchemy.provision [req-69cee19b-9b1a-4f5d-af48-4eb0ca171366 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_flavor_bogus [0.141950s] ... ok 2018-09-14 10:25:55.369 2262 INFO oslo_db.sqlalchemy.provision [req-bf65ae15-f543-457f-ad91-5f2795cfd248 - - - - -] CREATE BACKEND sqlite:// TOKEN dwmsiiclpm 2018-09-14 10:25:55.528 2262 INFO octavia.common.config [req-bf65ae15-f543-457f-ad91-5f2795cfd248 - - - - -] Logging enabled! 2018-09-14 10:25:55.529 2262 INFO octavia.common.config [req-bf65ae15-f543-457f-ad91-5f2795cfd248 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:55.568 2262 WARNING octavia.api.root_controller [req-bf65ae15-f543-457f-ad91-5f2795cfd248 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:55.580 2262 ERROR octavia.api.v2.controllers.base [req-57c16152-26e6-4a0b-a71a-4fe7a24b40cf - - - - -] Load Balancer SEAN-CONNERY not found: None 2018-09-14 10:25:55.580 2262 ERROR octavia.api.v2.controllers.base None 2018-09-14 10:25:55.580 2262 ERROR octavia.api.v2.controllers.base 2018-09-14 10:25:55.606 2262 INFO oslo_db.sqlalchemy.provision [req-57c16152-26e6-4a0b-a71a-4fe7a24b40cf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.609 2262 INFO oslo_db.sqlalchemy.provision [req-57c16152-26e6-4a0b-a71a-4fe7a24b40cf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dwmsiiclpm 2018-09-14 10:25:55.610 2262 INFO oslo_db.sqlalchemy.provision [req-57c16152-26e6-4a0b-a71a-4fe7a24b40cf - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_bad_lb_id [0.246859s] ... ok 2018-09-14 10:25:56.947 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] CREATE BACKEND sqlite:// TOKEN cacnbesemp 2018-09-14 10:25:57.062 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.064 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cacnbesemp 2018-09-14 10:25:57.064 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.db.test_models.ListenerModelTest.test_default_pool_relationship [0.120871s] ... ok 2018-09-14 10:25:53.798 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] CREATE BACKEND sqlite:// TOKEN qzmboshnsq 2018-09-14 10:25:54.042 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.044 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qzmboshnsq 2018-09-14 10:25:54.045 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_reject_to_rdr_pool_with_no_l7rules [0.250529s] ... ok 2018-09-14 10:25:52.663 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] CREATE BACKEND sqlite:// TOKEN vekhxtlzjg 2018-09-14 10:25:52.896 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.900 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vekhxtlzjg 2018-09-14 10:25:52.900 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_create_listener_on_different_lb_than_default_pool [0.244021s] ... ok 2018-09-14 10:25:52.652 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] CREATE BACKEND sqlite:// TOKEN fznxzschai 2018-09-14 10:25:52.839 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:52.842 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fznxzschai 2018-09-14 10:25:52.843 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_delete [0.196547s] ... ok 2018-09-14 10:25:55.801 2255 INFO oslo_db.sqlalchemy.provision [req-c6e48978-17ec-45e3-a9f8-5064c9082928 - - - - -] CREATE BACKEND sqlite:// TOKEN kcomkpepga 2018-09-14 10:25:55.901 2255 INFO octavia.common.config [req-c6e48978-17ec-45e3-a9f8-5064c9082928 - - - - -] Logging enabled! 2018-09-14 10:25:55.902 2255 INFO octavia.common.config [req-c6e48978-17ec-45e3-a9f8-5064c9082928 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:55.931 2255 WARNING octavia.api.root_controller [req-c6e48978-17ec-45e3-a9f8-5064c9082928 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:55.952 2255 INFO octavia.api.v2.controllers.load_balancer [req-5eefa8f2-3ef8-4ff9-986e-8d6a1b3b66b8 - - - - -] Sending created Load Balancer 6bf10162-a8dd-4edc-8e00-1a26c292a0d5 to the handler 2018-09-14 10:25:56.093 2255 INFO octavia.api.v2.controllers.listener [req-2f1c9e37-59f8-47c7-b3ff-fff9b128131d - - - - -] Sending Creation of Listener 698f9cca-077f-417c-999b-f3a0e218c02a to handler 2018-09-14 10:25:56.256 2255 INFO octavia.api.v2.controllers.pool [req-fc7516ee-9a49-4ab9-a8a7-b1195c1d8523 - - - - -] Sending Creation of Pool aae1bfee-d3da-402c-9a37-712b46854001 to handler 2018-09-14 10:25:56.447 2255 INFO octavia.api.v2.controllers.pool [req-d308eced-f326-4604-a737-386971e08de5 - - - - -] Sending Creation of Pool ecac01c8-e512-44e6-9a02-3da5c73eb840 to handler 2018-09-14 10:25:56.749 2255 INFO octavia.api.v2.controllers.member [req-95fcdb9b-ceac-4b68-91cf-2c435480e30a - - - - -] Sending Creation of Member f0aef349-0b97-459f-8dde-b969c8f69841 to handler 2018-09-14 10:25:56.971 2255 INFO octavia.api.v2.controllers.member [req-b20e9e56-3294-4014-88f5-19dc3e175150 - - - - -] Sending Creation of Member 94c35c43-eacf-43cd-8e49-ed64218487b7 to handler 2018-09-14 10:25:57.174 2255 INFO octavia.api.v2.controllers.member [req-530f4a7d-1bfe-4cb7-ac5a-e9f31cdb1be6 - - - - -] Sending Full Member Update to handler 2018-09-14 10:25:57.295 2255 INFO oslo_db.sqlalchemy.provision [req-10871886-64f9-4a10-be7f-0aa9f3b73243 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.297 2255 INFO oslo_db.sqlalchemy.provision [req-10871886-64f9-4a10-be7f-0aa9f3b73243 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kcomkpepga 2018-09-14 10:25:57.298 2255 INFO oslo_db.sqlalchemy.provision [req-10871886-64f9-4a10-be7f-0aa9f3b73243 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_member.TestMember.test_update_batch_members [1.501373s] ... ok 2018-09-14 10:25:56.718 2245 INFO oslo_db.sqlalchemy.provision [req-85751001-15a4-4647-b584-b13c5c55edef - - - - -] CREATE BACKEND sqlite:// TOKEN wehjdmeddy 2018-09-14 10:25:56.812 2245 INFO octavia.common.config [req-85751001-15a4-4647-b584-b13c5c55edef - - - - -] Logging enabled! 2018-09-14 10:25:56.813 2245 INFO octavia.common.config [req-85751001-15a4-4647-b584-b13c5c55edef - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:56.834 2245 WARNING octavia.api.root_controller [req-85751001-15a4-4647-b584-b13c5c55edef - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:56.865 2245 INFO oslo_db.sqlalchemy.provision [req-82669298-fa48-4223-afed-946ebd120c01 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:56.868 2245 INFO oslo_db.sqlalchemy.provision [req-82669298-fa48-4223-afed-946ebd120c01 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wehjdmeddy 2018-09-14 10:25:56.869 2245 INFO oslo_db.sqlalchemy.provision [req-82669298-fa48-4223-afed-946ebd120c01 - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_delete_non_existent_custom_quotas [0.154572s] ... ok 2018-09-14 10:25:57.069 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] CREATE BACKEND sqlite:// TOKEN pwcwcpicui 2018-09-14 10:25:57.179 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.181 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pwcwcpicui 2018-09-14 10:25:57.181 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.db.test_models.ListenerStatisticsModelTest.test_create_with_negative_int [0.116683s] ... ok 2018-09-14 10:25:52.907 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] CREATE BACKEND sqlite:// TOKEN kxjvikshwb 2018-09-14 10:25:53.394 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.396 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kxjvikshwb 2018-09-14 10:25:53.396 2256 INFO oslo_db.sqlalchemy.provision [req-aa451916-e1d8-4ba3-89fe-1c81fca8e7ab - - - - -] DISPOSE ENGINE Engine(sqlite://) {17} octavia.tests.functional.db.test_repositories.VipRepositoryTest.test_get_all_return_value [0.494841s] ... ok 2018-09-14 10:25:54.051 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] CREATE BACKEND sqlite:// TOKEN jzlrlfegxy 2018-09-14 10:25:54.284 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.286 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jzlrlfegxy 2018-09-14 10:25:54.287 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_sqlite_transactions_broken [0.241358s] ... ok 2018-09-14 10:25:52.849 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] CREATE BACKEND sqlite:// TOKEN uplztbsyit 2018-09-14 10:25:53.197 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.201 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uplztbsyit 2018-09-14 10:25:53.201 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_pool_session_persistence_delete [0.357837s] ... ok 2018-09-14 10:25:57.011 2241 INFO oslo_db.sqlalchemy.provision [req-c8150126-3682-45db-978d-bc520bb30eea - - - - -] CREATE BACKEND sqlite:// TOKEN rwfvnvzikq 2018-09-14 10:25:57.105 2241 INFO octavia.common.config [req-c8150126-3682-45db-978d-bc520bb30eea - - - - -] Logging enabled! 2018-09-14 10:25:57.106 2241 INFO octavia.common.config [req-c8150126-3682-45db-978d-bc520bb30eea - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:57.128 2241 WARNING octavia.api.root_controller [req-c8150126-3682-45db-978d-bc520bb30eea - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:57.185 2241 INFO oslo_db.sqlalchemy.provision [req-96b7ec39-8f52-4d45-bc4e-f81769be8c13 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.187 2241 INFO oslo_db.sqlalchemy.provision [req-96b7ec39-8f52-4d45-bc4e-f81769be8c13 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rwfvnvzikq 2018-09-14 10:25:57.187 2241 INFO oslo_db.sqlalchemy.provision [req-96b7ec39-8f52-4d45-bc4e-f81769be8c13 - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_admin [0.179913s] ... ok 2018-09-14 10:25:57.573 2252 INFO oslo_db.sqlalchemy.provision [req-e2bd50c9-fe38-40e9-94f9-5033be1fe13c - - - - -] CREATE BACKEND sqlite:// TOKEN uvpcvryubc 2018-09-14 10:25:57.672 2252 INFO octavia.common.config [req-e2bd50c9-fe38-40e9-94f9-5033be1fe13c - - - - -] Logging enabled! 2018-09-14 10:25:57.672 2252 INFO octavia.common.config [req-e2bd50c9-fe38-40e9-94f9-5033be1fe13c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:57.695 2252 WARNING octavia.api.root_controller [req-e2bd50c9-fe38-40e9-94f9-5033be1fe13c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:57.712 2252 INFO octavia.api.v2.controllers.load_balancer [req-1f39cfcd-1ccf-4573-be84-babc5f107d80 - - - - -] Sending created Load Balancer 01ed8d58-d922-4209-9b4b-59ff75af5be7 to the handler 2018-09-14 10:25:57.859 2252 INFO octavia.api.v2.controllers.listener [req-2d4008c3-c0e6-4797-9e4b-705503338c5f - - - - -] Sending Creation of Listener 83a0dfbf-8c46-40d3-b712-3e235e05aea2 to handler 2018-09-14 10:25:58.027 2252 INFO octavia.api.v2.controllers.pool [req-53141888-7c87-410d-8942-745fd90d4ecb - - - - -] Sending Creation of Pool e0293fe8-bc7b-4bb3-8ed6-8189ea940c28 to handler 2018-09-14 10:25:58.204 2252 INFO octavia.api.v2.controllers.pool [req-e561a979-f3fe-4c98-b60d-cbae14b5e856 - - - - -] Sending Creation of Pool 3759fe98-14fb-42dc-baaa-63dbfc6ec9f2 to handler 2018-09-14 10:25:58.410 2252 INFO octavia.api.v2.controllers.pool [req-40696602-993d-419c-b84e-3c331f009c11 - - - - -] Sending Creation of Pool 8a2cb12e-344e-4d83-8fc5-9c6133a2a159 to handler 2018-09-14 10:25:58.650 2252 INFO oslo_db.sqlalchemy.provision [req-b242c31a-7cd8-49c1-a4fd-6e358a29bdc0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.653 2252 INFO oslo_db.sqlalchemy.provision [req-b242c31a-7cd8-49c1-a4fd-6e358a29bdc0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uvpcvryubc 2018-09-14 10:25:58.653 2252 INFO oslo_db.sqlalchemy.provision [req-b242c31a-7cd8-49c1-a4fd-6e358a29bdc0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_fields_filter [1.083464s] ... ok 2018-09-14 10:25:57.186 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] CREATE BACKEND sqlite:// TOKEN wgzdjqwbpp 2018-09-14 10:25:57.433 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.436 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wgzdjqwbpp 2018-09-14 10:25:57.436 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_session_persistence_delete [0.254187s] ... ok 2018-09-14 10:25:54.291 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] CREATE BACKEND sqlite:// TOKEN aofzptmhwi 2018-09-14 10:25:54.517 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.521 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aofzptmhwi 2018-09-14 10:25:54.521 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_delete [0.234453s] ... ok 2018-09-14 10:25:53.211 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] CREATE BACKEND sqlite:// TOKEN zjonybqulb 2018-09-14 10:25:53.440 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.444 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zjonybqulb 2018-09-14 10:25:53.445 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.db.test_repositories.HealthMonitorRepositoryTest.test_update [0.242205s] ... ok 2018-09-14 10:25:56.875 2245 INFO oslo_db.sqlalchemy.provision [req-82669298-fa48-4223-afed-946ebd120c01 - - - - -] CREATE BACKEND sqlite:// TOKEN kqmzmpnqfl 2018-09-14 10:25:56.972 2245 INFO octavia.common.config [req-82669298-fa48-4223-afed-946ebd120c01 - - - - -] Logging enabled! 2018-09-14 10:25:56.972 2245 INFO octavia.common.config [req-82669298-fa48-4223-afed-946ebd120c01 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:56.993 2245 WARNING octavia.api.root_controller [req-82669298-fa48-4223-afed-946ebd120c01 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:57.060 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.062 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kqmzmpnqfl 2018-09-14 10:25:57.063 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_sorted [0.193358s] ... ok 2018-09-14 10:25:57.441 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] CREATE BACKEND sqlite:// TOKEN bmxtcwmkfo 2018-09-14 10:25:57.612 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.615 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bmxtcwmkfo 2018-09-14 10:25:57.615 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_all_repos_has_correct_repos [0.178184s] ... ok 2018-09-14 10:25:54.528 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] CREATE BACKEND sqlite:// TOKEN rcmfgqogaz 2018-09-14 10:25:54.726 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.729 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rcmfgqogaz 2018-09-14 10:25:54.729 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_reject_to_rdr_url [0.206859s] ... ok 2018-09-14 10:25:57.191 2241 INFO oslo_db.sqlalchemy.provision [req-96b7ec39-8f52-4d45-bc4e-f81769be8c13 - - - - -] CREATE BACKEND sqlite:// TOKEN pzbhyarlky 2018-09-14 10:25:57.286 2241 INFO octavia.common.config [req-96b7ec39-8f52-4d45-bc4e-f81769be8c13 - - - - -] Logging enabled! 2018-09-14 10:25:57.287 2241 INFO octavia.common.config [req-96b7ec39-8f52-4d45-bc4e-f81769be8c13 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:57.308 2241 WARNING octavia.api.root_controller [req-96b7ec39-8f52-4d45-bc4e-f81769be8c13 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:57.365 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.368 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pzbhyarlky 2018-09-14 10:25:57.368 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_non_admin [0.180294s] ... ok 2018-09-14 10:25:57.068 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] CREATE BACKEND sqlite:// TOKEN sstzvlzpdx 2018-09-14 10:25:57.251 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.253 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sstzvlzpdx 2018-09-14 10:25:57.254 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_sni_tree [0.190000s] ... ok 2018-09-14 10:25:53.452 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] CREATE BACKEND sqlite:// TOKEN zpyhyggpyz 2018-09-14 10:25:53.616 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.619 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zpyhyggpyz 2018-09-14 10:25:53.620 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_path_rule_invalid_value_string [0.173460s] ... ok 2018-09-14 10:25:57.303 2255 INFO oslo_db.sqlalchemy.provision [req-10871886-64f9-4a10-be7f-0aa9f3b73243 - - - - -] CREATE BACKEND sqlite:// TOKEN lmdbrijbot 2018-09-14 10:25:57.401 2255 INFO octavia.common.config [req-10871886-64f9-4a10-be7f-0aa9f3b73243 - - - - -] Logging enabled! 2018-09-14 10:25:57.402 2255 INFO octavia.common.config [req-10871886-64f9-4a10-be7f-0aa9f3b73243 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:57.423 2255 WARNING octavia.api.root_controller [req-10871886-64f9-4a10-be7f-0aa9f3b73243 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:57.439 2255 INFO octavia.api.v2.controllers.load_balancer [req-0eaa1ef6-fced-4099-abb2-33f55ae2afba - - - - -] Sending created Load Balancer b87d91f4-db79-4792-8b13-9da9abb5f249 to the handler 2018-09-14 10:25:57.579 2255 INFO octavia.api.v2.controllers.listener [req-16f404a3-0139-4ae6-99ce-211e5e631c36 - - - - -] Sending Creation of Listener b2c78758-70ce-461a-923c-f60ee47a5c8c to handler 2018-09-14 10:25:57.753 2255 INFO octavia.api.v2.controllers.pool [req-bc3db77f-1d14-4fd8-b281-7b4d9a28176a - - - - -] Sending Creation of Pool 9a749ef5-af25-41f0-a692-cad241ce1093 to handler 2018-09-14 10:25:58.049 2255 INFO octavia.api.v2.controllers.pool [req-f51f6496-659d-4544-83b3-6dddf10dbce4 - - - - -] Sending Deletion of Pool 9a749ef5-af25-41f0-a692-cad241ce1093 to handler 2018-09-14 10:25:58.127 2255 INFO oslo_db.sqlalchemy.provision [req-159e9b5c-b851-482c-b78c-58bc969c3b5a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.129 2255 INFO oslo_db.sqlalchemy.provision [req-159e9b5c-b851-482c-b78c-58bc969c3b5a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lmdbrijbot 2018-09-14 10:25:58.129 2255 INFO oslo_db.sqlalchemy.provision [req-159e9b5c-b851-482c-b78c-58bc969c3b5a - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete [0.830562s] ... ok 2018-09-14 10:25:55.618 2262 INFO oslo_db.sqlalchemy.provision [req-57c16152-26e6-4a0b-a71a-4fe7a24b40cf - - - - -] CREATE BACKEND sqlite:// TOKEN egfjqhzlih 2018-09-14 10:25:55.777 2262 INFO octavia.common.config [req-57c16152-26e6-4a0b-a71a-4fe7a24b40cf - - - - -] Logging enabled! 2018-09-14 10:25:55.777 2262 INFO octavia.common.config [req-57c16152-26e6-4a0b-a71a-4fe7a24b40cf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:55.816 2262 WARNING octavia.api.root_controller [req-57c16152-26e6-4a0b-a71a-4fe7a24b40cf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:55.844 2262 INFO octavia.api.v2.controllers.load_balancer [req-e8683a5b-9dc5-4c9b-9413-cf7dab9f21e2 - - - - -] Sending created Load Balancer ea968bb4-d1a5-4d24-b446-ed6af93cefb4 to the handler 2018-09-14 10:25:56.222 2262 INFO octavia.api.v2.controllers.listener [req-2a2d4238-85e1-4e39-89eb-9ccaf330e1b1 - - - - -] Sending Creation of Listener 57e7c331-f85d-430f-bb54-46eb1fec49e7 to handler 2018-09-14 10:25:56.379 2262 INFO octavia.api.v2.controllers.pool [req-695a0101-d711-4430-bd73-bcdcb78a6cd2 - - - - -] Sending Creation of Pool b48ec8ac-13ba-4cf9-acc8-0107e0fb47b7 to handler 2018-09-14 10:25:56.611 2262 INFO octavia.api.v2.controllers.pool [req-c3686169-a0e8-4ba0-a78e-a2f7f419ecec - - - - -] Sending Creation of Pool 16792896-3f02-4d7f-9007-65e3b3353f81 to handler 2018-09-14 10:25:56.927 2262 INFO octavia.api.v2.controllers.member [req-27f2db92-9a20-4822-9a64-f8cd73fb3263 - - - - -] Sending Creation of Member 0be29a5e-9ae0-49d1-81de-42ef344c1921 to handler 2018-09-14 10:25:57.129 2262 INFO octavia.api.v2.controllers.member [req-0897003f-6079-475d-9407-7cd20e832d94 - - - - -] Sending Creation of Member 3999b7f7-fd5c-40b4-96ca-8d57a8d8a4d5 to handler 2018-09-14 10:25:57.352 2262 INFO octavia.api.v2.controllers.member [req-4952d05a-b204-442d-9a7d-00e40b911df8 - - - - -] Sending Creation of Member 4cd72406-99f6-44e5-9dec-6a35b563b514 to handler 2018-09-14 10:25:57.735 2262 INFO oslo_db.sqlalchemy.provision [req-aa93b25d-eedd-47b2-850f-ab4ceffb98ab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.737 2262 INFO oslo_db.sqlalchemy.provision [req-aa93b25d-eedd-47b2-850f-ab4ceffb98ab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN egfjqhzlih 2018-09-14 10:25:57.738 2262 INFO oslo_db.sqlalchemy.provision [req-aa93b25d-eedd-47b2-850f-ab4ceffb98ab - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_fields_filter [2.125848s] ... ok 2018-09-14 10:25:58.658 2252 INFO oslo_db.sqlalchemy.provision [req-b242c31a-7cd8-49c1-a4fd-6e358a29bdc0 - - - - -] CREATE BACKEND sqlite:// TOKEN qlokfzaxbk 2018-09-14 10:25:58.758 2252 INFO octavia.common.config [req-b242c31a-7cd8-49c1-a4fd-6e358a29bdc0 - - - - -] Logging enabled! 2018-09-14 10:25:58.759 2252 INFO octavia.common.config [req-b242c31a-7cd8-49c1-a4fd-6e358a29bdc0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:58.780 2252 WARNING octavia.api.root_controller [req-b242c31a-7cd8-49c1-a4fd-6e358a29bdc0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:58.843 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.845 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qlokfzaxbk 2018-09-14 10:25:58.845 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_quota_admin [0.191623s] ... ok 2018-09-14 10:25:57.619 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] CREATE BACKEND sqlite:// TOKEN lyzmecglyc 2018-09-14 10:25:57.751 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.754 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lyzmecglyc 2018-09-14 10:25:57.754 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_update [0.138560s] ... ok 2018-09-14 10:26:01.591 2246 INFO oslo_db.sqlalchemy.provision [req-69cee19b-9b1a-4f5d-af48-4eb0ca171366 - - - - -] CREATE BACKEND sqlite:// TOKEN uprpxwmhuh 2018-09-14 10:26:01.683 2246 INFO octavia.common.config [req-69cee19b-9b1a-4f5d-af48-4eb0ca171366 - - - - -] Logging enabled! 2018-09-14 10:26:01.683 2246 INFO octavia.common.config [req-69cee19b-9b1a-4f5d-af48-4eb0ca171366 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:26:01.705 2246 WARNING octavia.api.root_controller [req-69cee19b-9b1a-4f5d-af48-4eb0ca171366 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:26:01.719 2246 INFO octavia.api.v2.controllers.load_balancer [req-1ed67cd3-77bd-4d53-bef9-b937f049a618 - - - - -] Sending created Load Balancer 1aa3217b-bfae-40b5-9226-fac4cc17e733 to the handler 2018-09-14 10:26:01.936 2246 INFO octavia.api.v2.controllers.listener [req-4c8a658f-24b7-45e4-be33-31911323f707 - - - - -] Sending Creation of Listener 2ae4a5d7-e831-48e3-b6f0-6041f12c39fe to handler 2018-09-14 10:26:02.086 2246 INFO octavia.api.v2.controllers.pool [req-77011103-eac0-41e7-89aa-d59b3202ce25 - - - - -] Sending Creation of Pool 5e0c5c14-2713-494a-b4aa-52a937557585 to handler 2018-09-14 10:26:02.264 2246 INFO octavia.api.v2.controllers.pool [req-139f3302-f749-43cb-95a6-38d715ebc0e2 - - - - -] Sending Creation of Pool def90026-afa4-4369-8f89-c724cb0ccb17 to handler 2018-09-14 10:26:02.475 2246 INFO octavia.api.v2.controllers.member [req-b2633e25-b03b-4bee-85e6-c2804e139bea - - - - -] Sending Creation of Member e8a79960-31ac-487e-bdb1-f8c499bdc2a8 to handler 2018-09-14 10:26:02.844 2246 INFO oslo_db.sqlalchemy.provision [req-0f02474f-3bfe-4cdb-aa9f-037977e3f942 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:02.846 2246 INFO oslo_db.sqlalchemy.provision [req-0f02474f-3bfe-4cdb-aa9f-037977e3f942 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uprpxwmhuh 2018-09-14 10:26:02.847 2246 INFO oslo_db.sqlalchemy.provision [req-0f02474f-3bfe-4cdb-aa9f-037977e3f942 - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_attached_listener [1.260013s] ... ok 2018-09-14 10:25:54.734 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] CREATE BACKEND sqlite:// TOKEN ocxgvawufs 2018-09-14 10:25:54.883 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.885 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ocxgvawufs 2018-09-14 10:25:54.885 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_check_load_balancer_expired_default_exp_age [0.155483s] ... ok 2018-09-14 10:25:57.257 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] CREATE BACKEND sqlite:// TOKEN ytfazfchqg 2018-09-14 10:25:57.479 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.482 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ytfazfchqg 2018-09-14 10:25:57.483 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_update_data_model_listener_default_pool_id [0.228817s] ... ok 2018-09-14 10:25:57.372 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] CREATE BACKEND sqlite:// TOKEN jxmbdkvbzs 2018-09-14 10:25:57.487 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.490 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jxmbdkvbzs 2018-09-14 10:25:57.490 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.ListenerModelTest.test_load_balancer_relationship [0.121486s] ... ok 2018-09-14 10:25:53.624 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] CREATE BACKEND sqlite:// TOKEN phmfmoqhnp 2018-09-14 10:25:53.763 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.767 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN phmfmoqhnp 2018-09-14 10:25:53.768 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_check_load_balancer_expired_with_exp_age [0.147974s] ... ok 2018-09-14 10:25:57.758 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] CREATE BACKEND sqlite:// TOKEN vtgzettyky 2018-09-14 10:25:57.954 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.956 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vtgzettyky 2018-09-14 10:25:57.957 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update [0.202094s] ... ok 2018-09-14 10:25:58.850 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] CREATE BACKEND sqlite:// TOKEN yvwojbfnvk 2018-09-14 10:25:58.979 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.981 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yvwojbfnvk 2018-09-14 10:25:58.982 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_listeners_pools_refs_with_l7policy_without_l7rule [0.135930s] ... ok 2018-09-14 10:26:11.052 2242 INFO octavia.api.v2.controllers.l7rule [req-1aaa358a-da4d-46c2-985a-4161b707ea0e - - - - -] Sending Creation of L7Rule d91fd2ff-b152-4a5e-a492-b1da00241837 to handler 2018-09-14 10:25:57.488 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] CREATE BACKEND sqlite:// TOKEN zqqnpceuid 2018-09-14 10:25:57.805 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.807 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zqqnpceuid 2018-09-14 10:25:57.808 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_create_load_balancer_tree [0.324428s] ... ok 2018-09-14 10:25:54.889 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] CREATE BACKEND sqlite:// TOKEN voqegpjovy 2018-09-14 10:25:55.046 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.050 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN voqegpjovy 2018-09-14 10:25:55.051 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_test_and_set_provisioning_status_immutable [0.165713s] ... ok 2018-09-14 10:25:57.495 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] CREATE BACKEND sqlite:// TOKEN veguewnyyo 2018-09-14 10:25:57.706 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.708 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN veguewnyyo 2018-09-14 10:25:57.709 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_listener_update_and_clear_default_pool [0.218035s] ... ok 2018-09-14 10:25:57.961 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] CREATE BACKEND sqlite:// TOKEN dqdwyzmnba 2018-09-14 10:25:58.072 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.074 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dqdwyzmnba 2018-09-14 10:25:58.074 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.db.test_repositories.TestQuotasRepository.test_get [0.116922s] ... ok 2018-09-14 10:25:53.775 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] CREATE BACKEND sqlite:// TOKEN tzxgaulwhz 2018-09-14 10:25:53.958 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:53.961 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tzxgaulwhz 2018-09-14 10:25:53.961 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.db.test_repositories.SessionPersistenceRepositoryTest.test_update [0.192006s] ... ok 2018-09-14 10:25:58.986 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] CREATE BACKEND sqlite:// TOKEN hnjurmtjhn 2018-09-14 10:25:59.106 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:59.109 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hnjurmtjhn 2018-09-14 10:25:59.109 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_pool_relationship [0.126894s] ... ok 2018-09-14 10:25:57.812 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] CREATE BACKEND sqlite:// TOKEN glvxkhkcei 2018-09-14 10:25:57.931 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.934 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DROP BACKEND Engine(sqlite://) TOKEN glvxkhkcei 2018-09-14 10:25:57.934 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get [0.125957s] ... ok 2018-09-14 10:25:57.742 2262 INFO oslo_db.sqlalchemy.provision [req-aa93b25d-eedd-47b2-850f-ab4ceffb98ab - - - - -] CREATE BACKEND sqlite:// TOKEN zbbutdemhe 2018-09-14 10:25:57.845 2262 INFO octavia.common.config [req-aa93b25d-eedd-47b2-850f-ab4ceffb98ab - - - - -] Logging enabled! 2018-09-14 10:25:57.846 2262 INFO octavia.common.config [req-aa93b25d-eedd-47b2-850f-ab4ceffb98ab - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:57.869 2262 WARNING octavia.api.root_controller [req-aa93b25d-eedd-47b2-850f-ab4ceffb98ab - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:57.885 2262 INFO octavia.api.v2.controllers.load_balancer [req-1feae51a-87ea-4f82-a94c-67623da67db9 - - - - -] Sending created Load Balancer 67c6a3f0-5a03-4261-971c-c8800f96fa8e to the handler 2018-09-14 10:25:58.036 2262 INFO octavia.api.v2.controllers.listener [req-53e7ed34-f60a-4342-82c7-2efa9aefa99c - - - - -] Sending Creation of Listener d7a89f34-daac-4eb5-a27c-b6e448c30660 to handler 2018-09-14 10:25:58.218 2262 INFO octavia.api.v2.controllers.pool [req-ec4ef024-7a8c-4375-bd03-048c2fdcffc7 - - - - -] Sending Creation of Pool 0fc11cea-5354-4d34-bfa7-62cabbc5f2ad to handler 2018-09-14 10:25:58.519 2262 INFO oslo_db.sqlalchemy.provision [req-a1e1f390-bdf8-4ef7-a42a-ae8085272346 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.522 2262 INFO oslo_db.sqlalchemy.provision [req-a1e1f390-bdf8-4ef7-a42a-ae8085272346 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zbbutdemhe 2018-09-14 10:25:58.522 2262 INFO oslo_db.sqlalchemy.provision [req-a1e1f390-bdf8-4ef7-a42a-ae8085272346 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_proxy_protocol [0.783847s] ... ok 2018-09-14 10:25:58.133 2255 INFO oslo_db.sqlalchemy.provision [req-159e9b5c-b851-482c-b78c-58bc969c3b5a - - - - -] CREATE BACKEND sqlite:// TOKEN rlngvzhddi 2018-09-14 10:25:58.228 2255 INFO octavia.common.config [req-159e9b5c-b851-482c-b78c-58bc969c3b5a - - - - -] Logging enabled! 2018-09-14 10:25:58.229 2255 INFO octavia.common.config [req-159e9b5c-b851-482c-b78c-58bc969c3b5a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:58.250 2255 WARNING octavia.api.root_controller [req-159e9b5c-b851-482c-b78c-58bc969c3b5a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:58.267 2255 INFO octavia.api.v2.controllers.load_balancer [req-682c7227-0226-4474-ae06-41594c3e57cc - - - - -] Sending created Load Balancer e98531b4-f71a-49b5-aef5-369821477072 to the handler 2018-09-14 10:25:58.404 2255 INFO octavia.api.v2.controllers.listener [req-59b895f2-5c79-4583-a8c9-42fe59ff84a4 - - - - -] Sending Creation of Listener 562f6706-9151-4df6-b4e3-fc4b128632b8 to handler 2018-09-14 10:25:58.579 2255 INFO octavia.api.v2.controllers.pool [req-3b48ab4c-984f-4849-bf0d-976546538958 - - - - -] Sending Creation of Pool ae47cdd3-1563-48af-846e-086fffbe969f to handler 2018-09-14 10:25:58.752 2255 INFO oslo_db.sqlalchemy.provision [req-aa915adc-ca25-4341-a248-44409372e4e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.754 2255 INFO oslo_db.sqlalchemy.provision [req-aa915adc-ca25-4341-a248-44409372e4e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rlngvzhddi 2018-09-14 10:25:58.754 2255 INFO oslo_db.sqlalchemy.provision [req-aa915adc-ca25-4341-a248-44409372e4e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_authorized [0.624786s] ... ok 2018-09-14 10:25:55.057 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] CREATE BACKEND sqlite:// TOKEN kviqtkmjjo 2018-09-14 10:25:55.227 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.229 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kviqtkmjjo 2018-09-14 10:25:55.229 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_update_pool_members [0.177821s] ... ok 2018-09-14 10:25:58.078 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] CREATE BACKEND sqlite:// TOKEN mdqsvgxwwy 2018-09-14 10:25:58.199 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.201 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mdqsvgxwwy 2018-09-14 10:25:58.202 2266 INFO oslo_db.sqlalchemy.provision [req-752e73dc-3f85-414e-acc5-da5f007f5cf2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {27} octavia.tests.functional.db.test_repositories.VipRepositoryTest.test_get [0.127132s] ... ok 2018-09-14 10:25:57.714 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] CREATE BACKEND sqlite:// TOKEN xfktzibeyv 2018-09-14 10:25:57.971 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:57.973 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xfktzibeyv 2018-09-14 10:25:57.974 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_all_children [0.264084s] ... ok 2018-09-14 10:25:53.965 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] CREATE BACKEND sqlite:// TOKEN xablfkeaki 2018-09-14 10:25:54.210 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:54.213 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xablfkeaki 2018-09-14 10:25:54.214 2260 INFO oslo_db.sqlalchemy.provision [req-96472c94-a204-4908-ba9f-9dbdeb92dff1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {21} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete_with_stats [0.253193s] ... ok 2018-09-14 10:25:59.113 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] CREATE BACKEND sqlite:// TOKEN gccevfufcn 2018-09-14 10:25:59.226 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:59.228 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gccevfufcn 2018-09-14 10:25:59.228 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.db.test_models.ListenerModelTest.test_update [0.118679s] ... ok 2018-09-14 10:25:57.938 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] CREATE BACKEND sqlite:// TOKEN gzvwzrdywe 2018-09-14 10:25:58.230 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.232 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gzvwzrdywe 2018-09-14 10:25:58.233 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.db.test_repositories.HealthMonitorRepositoryTest.test_get_all_return_value [0.298086s] ... ok 2018-09-14 10:26:02.851 2246 INFO oslo_db.sqlalchemy.provision [req-0f02474f-3bfe-4cdb-aa9f-037977e3f942 - - - - -] CREATE BACKEND sqlite:// TOKEN xpbbwzxyjo 2018-09-14 10:26:02.944 2246 INFO octavia.common.config [req-0f02474f-3bfe-4cdb-aa9f-037977e3f942 - - - - -] Logging enabled! 2018-09-14 10:26:02.944 2246 INFO octavia.common.config [req-0f02474f-3bfe-4cdb-aa9f-037977e3f942 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:26:02.968 2246 WARNING octavia.api.root_controller [req-0f02474f-3bfe-4cdb-aa9f-037977e3f942 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:26:02.982 2246 INFO octavia.api.v2.controllers.load_balancer [req-2be2fba4-6a2a-4f25-a19b-98897c45e990 - - - - -] Sending created Load Balancer 8b8704c8-c5bb-406d-a319-a93cf3dfe888 to the handler 2018-09-14 10:26:03.113 2246 INFO octavia.api.v2.controllers.listener [req-11bf9a74-945c-4e87-aab1-1e7c3828bfcf - - - - -] Sending Creation of Listener 61e0d756-719b-47d9-9f79-2086dffa4e58 to handler 2018-09-14 10:26:03.349 2246 INFO octavia.api.v2.controllers.pool [req-d85e1365-71a4-4dcc-86a5-ea768553a15a - - - - -] Sending Creation of Pool 9b0b8ce4-c3ca-485e-88e5-f82a0a3679d1 to handler 2018-09-14 10:26:03.537 2246 INFO octavia.api.v2.controllers.pool [req-bb036704-6be1-49a2-99c1-c7749a27feff - - - - -] Sending Creation of Pool e7b83259-1140-4a9a-bbb7-3927f1b74518 to handler 2018-09-14 10:26:03.731 2246 INFO oslo_db.sqlalchemy.provision [req-eeec1e49-8952-4bad-a04a-dd0c3fc8118b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:03.733 2246 INFO oslo_db.sqlalchemy.provision [req-eeec1e49-8952-4bad-a04a-dd0c3fc8118b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xpbbwzxyjo 2018-09-14 10:26:03.734 2246 INFO oslo_db.sqlalchemy.provision [req-eeec1e49-8952-4bad-a04a-dd0c3fc8118b - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_bad_subnet [0.886619s] ... ok 2018-09-14 10:25:55.236 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] CREATE BACKEND sqlite:// TOKEN safvygsdbn 2018-09-14 10:25:55.463 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:55.467 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN safvygsdbn 2018-09-14 10:25:55.467 2263 INFO oslo_db.sqlalchemy.provision [req-40f15a99-b01d-4d83-92d1-2952b59c728e - - - - -] DISPOSE ENGINE Engine(sqlite://) {24} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete_default_pool_from_beneath_listener [0.237765s] ... ok 2018-09-14 10:25:57.978 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] CREATE BACKEND sqlite:// TOKEN cyviljmins 2018-09-14 10:25:58.098 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.100 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cyviljmins 2018-09-14 10:25:58.100 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_delete [0.126005s] ... ok 2018-09-14 10:25:58.236 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] CREATE BACKEND sqlite:// TOKEN zzzhkmhhzz 2018-09-14 10:25:58.421 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.423 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zzzhkmhhzz 2018-09-14 10:25:58.424 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_action_rdr_pool_to_reject [0.191049s] ... ok 2018-09-14 10:25:59.232 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] CREATE BACKEND sqlite:// TOKEN tbzxeupeqc 2018-09-14 10:25:59.356 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:59.358 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tbzxeupeqc 2018-09-14 10:25:59.359 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.db.test_models.ListenerStatisticsModelTest.test_delete [0.130194s] ... ok 2018-09-14 10:25:58.104 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] CREATE BACKEND sqlite:// TOKEN uobyewkhct 2018-09-14 10:25:58.241 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.243 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uobyewkhct 2018-09-14 10:25:58.244 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_delete_with_health_monitor [0.143392s] ... ok 2018-09-14 10:25:58.526 2262 INFO oslo_db.sqlalchemy.provision [req-a1e1f390-bdf8-4ef7-a42a-ae8085272346 - - - - -] CREATE BACKEND sqlite:// TOKEN pvgwfferkj 2018-09-14 10:25:58.628 2262 INFO octavia.common.config [req-a1e1f390-bdf8-4ef7-a42a-ae8085272346 - - - - -] Logging enabled! 2018-09-14 10:25:58.629 2262 INFO octavia.common.config [req-a1e1f390-bdf8-4ef7-a42a-ae8085272346 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:58.653 2262 WARNING octavia.api.root_controller [req-a1e1f390-bdf8-4ef7-a42a-ae8085272346 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:58.670 2262 INFO octavia.api.v2.controllers.load_balancer [req-277f2724-b06f-464e-8362-1ebbd6909b70 - - - - -] Sending created Load Balancer 9d28309f-ecf7-4155-bbe1-9bc1aab22f12 to the handler 2018-09-14 10:25:58.816 2262 INFO octavia.api.v2.controllers.listener [req-8319832d-f34e-4d23-a382-27fde2af67a3 - - - - -] Sending Creation of Listener de4e1611-eb73-4e34-931b-9762fdb0087e to handler 2018-09-14 10:25:59.108 2262 INFO octavia.api.v2.controllers.pool [req-b1554f4c-3590-4a61-9ea4-28661ef3244e - - - - -] Sending Creation of Pool 2d6c9546-5820-47b2-be70-6ec045910d5e to handler 2018-09-14 10:25:59.457 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:59.459 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pvgwfferkj 2018-09-14 10:25:59.459 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_session_persistence [0.937217s] ... ok 2018-09-14 10:25:58.758 2255 INFO oslo_db.sqlalchemy.provision [req-aa915adc-ca25-4341-a248-44409372e4e2 - - - - -] CREATE BACKEND sqlite:// TOKEN mquytktdtk 2018-09-14 10:25:58.853 2255 INFO octavia.common.config [req-aa915adc-ca25-4341-a248-44409372e4e2 - - - - -] Logging enabled! 2018-09-14 10:25:58.853 2255 INFO octavia.common.config [req-aa915adc-ca25-4341-a248-44409372e4e2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:58.876 2255 WARNING octavia.api.root_controller [req-aa915adc-ca25-4341-a248-44409372e4e2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:58.892 2255 INFO octavia.api.v2.controllers.load_balancer [req-bfb0eb16-fd35-4cdd-aa29-a06ee8067800 - - - - -] Sending created Load Balancer a71513b4-1860-432f-9965-517a2199a572 to the handler 2018-09-14 10:25:59.031 2255 INFO octavia.api.v2.controllers.listener [req-8b99da4a-c32f-47c0-982f-bdb0d4f9ad6e - - - - -] Sending Creation of Listener 79cd6cf1-895a-441a-a977-00d2751def45 to handler 2018-09-14 10:25:59.205 2255 INFO octavia.api.v2.controllers.pool [req-b4ea86db-11c0-42e9-9ccb-a90ae4155e1c - - - - -] Sending Creation of Pool fc84ee12-d594-46f9-a01a-69d91643618c to handler 2018-09-14 10:25:59.388 2255 INFO oslo_db.sqlalchemy.provision [req-d0d7925e-ef8a-437c-8113-3ee1da04936d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:59.390 2255 INFO oslo_db.sqlalchemy.provision [req-d0d7925e-ef8a-437c-8113-3ee1da04936d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mquytktdtk 2018-09-14 10:25:59.390 2255 INFO oslo_db.sqlalchemy.provision [req-d0d7925e-ef8a-437c-8113-3ee1da04936d - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_with_missing_SP_cookie_name [0.635311s] ... ok 2018-09-14 10:25:59.364 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] CREATE BACKEND sqlite:// TOKEN yyzftleycm 2018-09-14 10:25:59.512 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:59.515 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yyzftleycm 2018-09-14 10:25:59.515 2252 INFO oslo_db.sqlalchemy.provision [req-9ca776e4-904a-4d1a-be4c-9e1cb3ae033b - - - - -] DISPOSE ENGINE Engine(sqlite://) {13} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create [0.155340s] ... ok 2018-09-14 10:25:58.428 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] CREATE BACKEND sqlite:// TOKEN vdnnkulpdx 2018-09-14 10:25:58.810 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.812 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vdnnkulpdx 2018-09-14 10:25:58.813 2245 INFO oslo_db.sqlalchemy.provision [req-3158d58a-295b-45b2-9ccf-6b0f9a1d54de - - - - -] DISPOSE ENGINE Engine(sqlite://) {6} octavia.tests.functional.db.test_repositories.VRRPGroupRepositoryTest.test_get_all_return_value [0.387841s] ... ok 2018-09-14 10:26:03.738 2246 INFO oslo_db.sqlalchemy.provision [req-eeec1e49-8952-4bad-a04a-dd0c3fc8118b - - - - -] CREATE BACKEND sqlite:// TOKEN mncyatnare 2018-09-14 10:26:03.831 2246 INFO octavia.common.config [req-eeec1e49-8952-4bad-a04a-dd0c3fc8118b - - - - -] Logging enabled! 2018-09-14 10:26:03.832 2246 INFO octavia.common.config [req-eeec1e49-8952-4bad-a04a-dd0c3fc8118b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:26:03.854 2246 WARNING octavia.api.root_controller [req-eeec1e49-8952-4bad-a04a-dd0c3fc8118b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:26:03.901 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:03.903 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mncyatnare 2018-09-14 10:26:03.904 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_delete_custom_quotas_admin [0.169037s] ... ok 2018-09-14 10:25:59.465 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] CREATE BACKEND sqlite:// TOKEN fokenvggyv 2018-09-14 10:25:59.666 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:59.668 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fokenvggyv 2018-09-14 10:25:59.669 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_listener_tree [0.208027s] ... ok 2018-09-14 10:25:58.248 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] CREATE BACKEND sqlite:// TOKEN cgklhlekyz 2018-09-14 10:25:58.382 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.384 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cgklhlekyz 2018-09-14 10:25:58.384 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.SessionPersistenceRepositoryTest.test_delete [0.139869s] ... ok 2018-09-14 10:26:03.908 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] CREATE BACKEND sqlite:// TOKEN mmjjqxzbis 2018-09-14 10:26:04.017 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:04.019 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mmjjqxzbis 2018-09-14 10:26:04.019 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_update [0.114544s] ... ok 2018-09-14 10:25:59.394 2255 INFO oslo_db.sqlalchemy.provision [req-d0d7925e-ef8a-437c-8113-3ee1da04936d - - - - -] CREATE BACKEND sqlite:// TOKEN wjoclijcnh 2018-09-14 10:25:59.488 2255 INFO octavia.common.config [req-d0d7925e-ef8a-437c-8113-3ee1da04936d - - - - -] Logging enabled! 2018-09-14 10:25:59.488 2255 INFO octavia.common.config [req-d0d7925e-ef8a-437c-8113-3ee1da04936d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:25:59.598 2255 WARNING octavia.api.root_controller [req-d0d7925e-ef8a-437c-8113-3ee1da04936d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:25:59.636 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:59.638 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wjoclijcnh 2018-09-14 10:25:59.639 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_custom_partial_quotas [0.248249s] ... ok 2018-09-14 10:25:59.673 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] CREATE BACKEND sqlite:// TOKEN ayspoflsjb 2018-09-14 10:25:59.893 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:59.895 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ayspoflsjb 2018-09-14 10:25:59.896 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_action_reject_with_default_pool_link [0.226714s] ... ok 2018-09-14 10:25:58.388 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] CREATE BACKEND sqlite:// TOKEN qwfzsfwmzv 2018-09-14 10:25:58.517 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:58.519 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qwfzsfwmzv 2018-09-14 10:25:58.519 2241 INFO oslo_db.sqlalchemy.provision [req-cf6b7c32-ea33-47b7-855f-4894744bbe6c - - - - -] DISPOSE ENGINE Engine(sqlite://) {2} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete [0.134840s] ... ok 2018-09-14 10:26:04.023 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] CREATE BACKEND sqlite:// TOKEN swvtibpavd 2018-09-14 10:26:04.204 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:04.206 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN swvtibpavd 2018-09-14 10:26:04.207 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_data_model_graph_traversal [0.187455s] ... ok 2018-09-14 10:25:59.643 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] CREATE BACKEND sqlite:// TOKEN vpbodyluuw 2018-09-14 10:25:59.756 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:59.758 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vpbodyluuw 2018-09-14 10:25:59.758 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.db.test_models.AmphoraModelTest.test_delete [0.119286s] ... ok 2018-09-14 10:25:59.902 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] CREATE BACKEND sqlite:// TOKEN sngvvmpqzq 2018-09-14 10:26:00.047 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:00.049 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sngvvmpqzq 2018-09-14 10:26:00.050 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule_no_key [0.152645s] ... ok 2018-09-14 10:26:04.210 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] CREATE BACKEND sqlite:// TOKEN goesgkghkz 2018-09-14 10:26:04.387 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:04.389 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN goesgkghkz 2018-09-14 10:26:04.390 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_health_monitor_tree [0.182685s] ... ok 2018-09-14 10:25:59.762 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] CREATE BACKEND sqlite:// TOKEN ywdhdbhhdx 2018-09-14 10:25:59.880 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:25:59.883 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ywdhdbhhdx 2018-09-14 10:25:59.883 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_update [0.124260s] ... ok 2018-09-14 10:26:00.054 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] CREATE BACKEND sqlite:// TOKEN qkprtqfjqk 2018-09-14 10:26:00.185 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:00.187 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qkprtqfjqk 2018-09-14 10:26:00.187 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_set_status_for_failover_immutable [0.137211s] ... ok 2018-09-14 10:26:04.393 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] CREATE BACKEND sqlite:// TOKEN smewmfhcnb 2018-09-14 10:26:04.592 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:04.594 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN smewmfhcnb 2018-09-14 10:26:04.594 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_pool_session_persistence_create [0.203983s] ... ok 2018-09-14 10:25:59.887 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] CREATE BACKEND sqlite:// TOKEN ihritdxlfp 2018-09-14 10:26:00.091 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:00.093 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ihritdxlfp 2018-09-14 10:26:00.093 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_reject_to_rdr_pool [0.209578s] ... ok 2018-09-14 10:26:00.192 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] CREATE BACKEND sqlite:// TOKEN mxbfdlzoym 2018-09-14 10:26:00.318 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:00.321 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mxbfdlzoym 2018-09-14 10:26:00.321 2262 INFO oslo_db.sqlalchemy.provision [req-4cc9c7d3-9f66-46a2-be53-1fe68a032549 - - - - -] DISPOSE ENGINE Engine(sqlite://) {23} octavia.tests.functional.db.test_repositories.TestQuotasRepository.test_delete [0.133086s] ... ok 2018-09-14 10:26:04.599 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] CREATE BACKEND sqlite:// TOKEN wlslfckviq 2018-09-14 10:26:04.766 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:04.768 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wlslfckviq 2018-09-14 10:26:04.768 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_update_pool_with_nonexisting_sp_delete_sp [0.173929s] ... ok 2018-09-14 10:26:00.099 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] CREATE BACKEND sqlite:// TOKEN breuecwiib 2018-09-14 10:26:00.226 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:00.229 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN breuecwiib 2018-09-14 10:26:00.229 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_delete_with_session_persistence [0.134285s] ... ok 2018-09-14 10:26:04.772 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] CREATE BACKEND sqlite:// TOKEN cmxcyctosb 2018-09-14 10:26:04.881 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:04.883 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cmxcyctosb 2018-09-14 10:26:04.884 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_get [0.115131s] ... ok 2018-09-14 10:26:00.233 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] CREATE BACKEND sqlite:// TOKEN vuulxzgkxb 2018-09-14 10:26:00.380 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:00.382 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vuulxzgkxb 2018-09-14 10:26:00.382 2255 INFO oslo_db.sqlalchemy.provision [req-89dc3ebb-c6f1-4360-b455-6fb65d6913f2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {16} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_create_2_sni_containers [0.153193s] ... ok 2018-09-14 10:26:04.887 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] CREATE BACKEND sqlite:// TOKEN bgzfyczndi 2018-09-14 10:26:05.037 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:05.039 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bgzfyczndi 2018-09-14 10:26:05.039 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_create_no_id [0.154960s] ... ok 2018-09-14 10:26:05.042 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] CREATE BACKEND sqlite:// TOKEN vqpfimkqre 2018-09-14 10:26:05.401 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:05.403 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vqpfimkqre 2018-09-14 10:26:05.404 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_reorder_policies [0.364501s] ... ok 2018-09-14 10:26:05.407 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] CREATE BACKEND sqlite:// TOKEN afrzsftreo 2018-09-14 10:26:05.540 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:05.543 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN afrzsftreo 2018-09-14 10:26:05.543 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_update_bad_id [0.138725s] ... ok 2018-09-14 10:26:05.546 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] CREATE BACKEND sqlite:// TOKEN hufavqtqjx 2018-09-14 10:26:05.685 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:05.687 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hufavqtqjx 2018-09-14 10:26:05.687 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_delete [0.144088s] ... ok 2018-09-14 10:26:05.691 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] CREATE BACKEND sqlite:// TOKEN javijbpymm 2018-09-14 10:26:05.807 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:05.809 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN javijbpymm 2018-09-14 10:26:05.810 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete [0.122381s] ... ok 2018-09-14 10:26:05.813 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] CREATE BACKEND sqlite:// TOKEN sqydvgcbwh 2018-09-14 10:26:05.981 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:05.983 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sqydvgcbwh 2018-09-14 10:26:05.983 2246 INFO oslo_db.sqlalchemy.provision [req-285a8275-1840-4ad2-b0be-895c13940fbf - - - - -] DISPOSE ENGINE Engine(sqlite://) {7} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_get_all [0.173196s] ... ok 2018-09-14 10:26:12.577 2242 INFO octavia.api.v2.controllers.l7rule [req-28b79293-2a7f-49ec-bd02-51f5cb696f3e - - - - -] Sending Creation of L7Rule 1f641749-4fc1-4169-82d4-bea00b22a620 to handler 2018-09-14 10:26:13.973 2242 INFO octavia.api.v2.controllers.l7rule [req-94ccac15-b02b-4c72-ba3c-b4f192e92c5f - - - - -] Sending Creation of L7Rule 7919c2a2-8fb3-493d-9cb9-67668464c9d2 to handler 2018-09-14 10:26:15.434 2242 INFO octavia.api.v2.controllers.l7rule [req-b5877785-0b22-405a-9762-58fee45a0ed6 - - - - -] Sending Creation of L7Rule 27996b27-4279-4b47-8326-9b575168f403 to handler 2018-09-14 10:26:17.021 2242 INFO octavia.api.v2.controllers.l7rule [req-c5d4bf22-cf13-4b2d-bff4-98541e48ea8d - - - - -] Sending Creation of L7Rule fbdc39b4-4328-4164-8852-d520c8886dca to handler 2018-09-14 10:26:18.576 2242 INFO octavia.api.v2.controllers.l7rule [req-8e08a1d7-ec09-450f-bc32-faa2d59dbb92 - - - - -] Sending Creation of L7Rule 480c75df-a295-49cb-86a9-3ef7aa228e26 to handler 2018-09-14 10:26:20.212 2242 INFO octavia.api.v2.controllers.l7rule [req-08a1747f-2aa6-4bca-b5d0-58bce9faa573 - - - - -] Sending Creation of L7Rule ee64f7d9-bbb6-4574-b093-d379d52b50ca to handler 2018-09-14 10:26:21.976 2242 INFO octavia.api.v2.controllers.l7rule [req-7fa8c999-6104-4a12-840a-cc478c2e5b49 - - - - -] Sending Creation of L7Rule a736f3ac-8799-4bbd-a8c1-30db43ee80b4 to handler 2018-09-14 10:26:23.708 2242 INFO octavia.api.v2.controllers.l7rule [req-091adae8-7070-45fc-876e-f0d03f11fa9d - - - - -] Sending Creation of L7Rule 03270356-0184-4e67-8169-6bf42b2fba2d to handler 2018-09-14 10:26:25.605 2242 INFO octavia.api.v2.controllers.l7rule [req-d12c6887-86b0-4600-bf00-2eb4203140d5 - - - - -] Sending Creation of L7Rule 867e2485-1bea-495e-a2ba-38084b5140ed to handler 2018-09-14 10:26:27.471 2242 INFO octavia.api.v2.controllers.l7rule [req-5ae7d1e3-6c07-4568-99a3-ff663531c901 - - - - -] Sending Creation of L7Rule c4176c34-e686-4b05-a4d6-fbcb7b700d11 to handler 2018-09-14 10:26:29.386 2242 INFO octavia.api.v2.controllers.l7rule [req-3e737120-51ed-407a-b0d1-cd2daa318300 - - - - -] Sending Creation of L7Rule f5f6f7d3-ef95-4326-b680-827052058da7 to handler 2018-09-14 10:26:31.467 2242 INFO octavia.api.v2.controllers.l7rule [req-06517875-0639-400e-b6cb-584511bdabbc - - - - -] Sending Creation of L7Rule 4740b760-0120-4e66-809d-96ac07fd70f1 to handler 2018-09-14 10:26:33.500 2242 INFO octavia.api.v2.controllers.l7rule [req-9c401b04-ca82-44e1-876f-448e4c712a43 - - - - -] Sending Creation of L7Rule f894b8e1-3c9e-4efe-96da-f203debe5776 to handler 2018-09-14 10:26:35.687 2242 INFO octavia.api.v2.controllers.l7rule [req-8f50c724-4fa8-4d55-99bf-3daed6dd67b8 - - - - -] Sending Creation of L7Rule b9e64222-6d8d-4f98-a235-7f7b65a1c248 to handler 2018-09-14 10:26:37.852 2242 INFO octavia.api.v2.controllers.l7rule [req-634bf349-67c5-465b-bb73-08c0ee712774 - - - - -] Sending Creation of L7Rule 1bc89823-3805-4d67-8e82-f09027096530 to handler 2018-09-14 10:26:40.175 2242 INFO octavia.api.v2.controllers.l7rule [req-3ebe3f72-af99-424a-bec8-775c2e1cf405 - - - - -] Sending Creation of L7Rule cd13c8f1-d4a4-4978-a89b-f64d4b175ad1 to handler 2018-09-14 10:26:42.611 2242 INFO octavia.api.v2.controllers.l7rule [req-119f0d7a-36fe-4329-ad7d-28bd1ce4ff59 - - - - -] Sending Creation of L7Rule 71eeb624-6e25-497f-85f0-5fec2510437a to handler 2018-09-14 10:26:44.981 2242 INFO octavia.api.v2.controllers.l7rule [req-32cd3c09-360d-4e8c-afde-e0b91fb2700f - - - - -] Sending Creation of L7Rule 2023b1e6-5052-42ca-bc22-7a679a9d6c2c to handler 2018-09-14 10:26:47.561 2242 INFO octavia.api.v2.controllers.l7rule [req-978e2a7e-254f-4cd5-9ded-12490814392c - - - - -] Sending Creation of L7Rule 8c5a8e33-92fa-41d5-84c6-be03389bc868 to handler 2018-09-14 10:26:50.073 2242 INFO octavia.api.v2.controllers.l7rule [req-1913c39c-6f70-45bd-a080-ecf1880bb7b9 - - - - -] Sending Creation of L7Rule fee09957-188b-4cba-bed5-01bee2d8f2b8 to handler 2018-09-14 10:26:52.776 2242 INFO oslo_db.sqlalchemy.provision [req-649e6efc-049c-48ab-998f-89acc75b72e5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:52.778 2242 INFO oslo_db.sqlalchemy.provision [req-649e6efc-049c-48ab-998f-89acc75b72e5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dpdjzeevib 2018-09-14 10:26:52.778 2242 INFO oslo_db.sqlalchemy.provision [req-649e6efc-049c-48ab-998f-89acc75b72e5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_too_many_rules [74.917158s] ... ok 2018-09-14 10:26:52.783 2242 INFO oslo_db.sqlalchemy.provision [req-649e6efc-049c-48ab-998f-89acc75b72e5 - - - - -] CREATE BACKEND sqlite:// TOKEN tfnkmumgwx 2018-09-14 10:26:52.867 2242 INFO octavia.common.config [req-649e6efc-049c-48ab-998f-89acc75b72e5 - - - - -] Logging enabled! 2018-09-14 10:26:52.868 2242 INFO octavia.common.config [req-649e6efc-049c-48ab-998f-89acc75b72e5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:26:52.887 2242 WARNING octavia.api.root_controller [req-649e6efc-049c-48ab-998f-89acc75b72e5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:26:52.902 2242 INFO octavia.api.v2.controllers.load_balancer [req-62b11a5a-5e8e-4049-af90-a8f100c05512 - - - - -] Sending created Load Balancer 29d66801-97a8-4e3c-9e85-fb94826d52c8 to the handler 2018-09-14 10:26:53.018 2242 INFO octavia.api.v2.controllers.listener [req-74496bb0-973a-490a-8af8-59f83c8a0557 - - - - -] Sending Creation of Listener 334de313-61db-4ff5-a050-e13427d3eb76 to handler 2018-09-14 10:26:53.151 2242 INFO octavia.api.v2.controllers.l7policy [req-7f842297-0f11-4a1f-833c-463fc52d4fda - - - - -] Sending Creation of L7Policy 3b5cb7bd-0719-4654-8146-d2d19409ed88 to handler 2018-09-14 10:26:53.474 2242 INFO octavia.api.v2.controllers.l7rule [req-35914bda-cce7-48d8-b2f1-9ec8cad9a134 - - - - -] Sending Creation of L7Rule 3bdcbf20-eb1e-4951-9e59-b9d0a50230c0 to handler 2018-09-14 10:26:53.743 2242 INFO octavia.api.v2.controllers.l7rule [req-ac73e8ce-00a1-4416-84ca-d62c009abe18 - 26b409b7-ccba-4f8d-befe-69e0a2959cb3 - - -] Sending Deletion of L7Rule 3bdcbf20-eb1e-4951-9e59-b9d0a50230c0 to handler 2018-09-14 10:26:54.003 2242 INFO oslo_db.sqlalchemy.provision [req-255df960-f884-4a54-b32d-6fbb308d2a31 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:54.005 2242 INFO oslo_db.sqlalchemy.provision [req-255df960-f884-4a54-b32d-6fbb308d2a31 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tfnkmumgwx 2018-09-14 10:26:54.005 2242 INFO oslo_db.sqlalchemy.provision [req-255df960-f884-4a54-b32d-6fbb308d2a31 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_authorized [1.226091s] ... ok 2018-09-14 10:26:54.009 2242 INFO oslo_db.sqlalchemy.provision [req-255df960-f884-4a54-b32d-6fbb308d2a31 - - - - -] CREATE BACKEND sqlite:// TOKEN yvuzsaairu 2018-09-14 10:26:54.109 2242 INFO octavia.common.config [req-255df960-f884-4a54-b32d-6fbb308d2a31 - - - - -] Logging enabled! 2018-09-14 10:26:54.109 2242 INFO octavia.common.config [req-255df960-f884-4a54-b32d-6fbb308d2a31 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:26:54.129 2242 WARNING octavia.api.root_controller [req-255df960-f884-4a54-b32d-6fbb308d2a31 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:26:54.146 2242 INFO octavia.api.v2.controllers.load_balancer [req-965ea77f-b56a-4de7-9f94-494e38cdf324 - - - - -] Sending created Load Balancer 3e439902-6018-477c-9f69-f0e9b8cb7309 to the handler 2018-09-14 10:26:54.266 2242 INFO octavia.api.v2.controllers.pool [req-9cf6e88e-375f-4867-92ba-5f76d1a23dfa - - - - -] Sending Creation of Pool 9eb151e5-de4d-493d-9803-8c3478a92592 to handler 2018-09-14 10:26:54.485 2242 INFO oslo_db.sqlalchemy.provision [req-3bc4403b-3dc8-4fac-bd0f-d4c3a650304e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:54.487 2242 INFO oslo_db.sqlalchemy.provision [req-3bc4403b-3dc8-4fac-bd0f-d4c3a650304e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yvuzsaairu 2018-09-14 10:26:54.487 2242 INFO oslo_db.sqlalchemy.provision [req-3bc4403b-3dc8-4fac-bd0f-d4c3a650304e - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_listener_bad_protocol [0.481525s] ... ok 2018-09-14 10:26:54.491 2242 INFO oslo_db.sqlalchemy.provision [req-3bc4403b-3dc8-4fac-bd0f-d4c3a650304e - - - - -] CREATE BACKEND sqlite:// TOKEN shcytlkpce 2018-09-14 10:26:54.575 2242 INFO octavia.common.config [req-3bc4403b-3dc8-4fac-bd0f-d4c3a650304e - - - - -] Logging enabled! 2018-09-14 10:26:54.576 2242 INFO octavia.common.config [req-3bc4403b-3dc8-4fac-bd0f-d4c3a650304e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:26:54.595 2242 WARNING octavia.api.root_controller [req-3bc4403b-3dc8-4fac-bd0f-d4c3a650304e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:26:54.608 2242 INFO octavia.api.v2.controllers.load_balancer [req-69810255-d65b-48be-924c-097e748ea97d - - - - -] Sending created Load Balancer 59e9e110-84d4-47e6-a5d3-4d6471ff88f4 to the handler 2018-09-14 10:26:54.726 2242 INFO octavia.api.v2.controllers.pool [req-0e083386-adc4-47bc-aed1-be10243ede1a - - - - -] Sending Creation of Pool 8b91cd6e-a074-460b-87d8-4099ae7b0ba7 to handler 2018-09-14 10:26:54.848 2242 INFO octavia.api.v2.controllers.listener [req-7b48e4be-3d21-4b74-a3d2-edb04f23eeab - - - - -] Sending Creation of Listener f2ab7985-5c22-42a2-b15f-434f3866e00b to handler 2018-09-14 10:26:54.888 2242 INFO oslo_db.sqlalchemy.provision [req-a2e750bf-607b-4689-a1c5-69e8f1356e4b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:54.890 2242 INFO oslo_db.sqlalchemy.provision [req-a2e750bf-607b-4689-a1c5-69e8f1356e4b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN shcytlkpce 2018-09-14 10:26:54.890 2242 INFO oslo_db.sqlalchemy.provision [req-a2e750bf-607b-4689-a1c5-69e8f1356e4b - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_not_authorized [0.402840s] ... ok 2018-09-14 10:26:54.894 2242 INFO oslo_db.sqlalchemy.provision [req-a2e750bf-607b-4689-a1c5-69e8f1356e4b - - - - -] CREATE BACKEND sqlite:// TOKEN wnvhchaoxh 2018-09-14 10:26:54.974 2242 INFO octavia.common.config [req-a2e750bf-607b-4689-a1c5-69e8f1356e4b - - - - -] Logging enabled! 2018-09-14 10:26:54.974 2242 INFO octavia.common.config [req-a2e750bf-607b-4689-a1c5-69e8f1356e4b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:26:54.993 2242 WARNING octavia.api.root_controller [req-a2e750bf-607b-4689-a1c5-69e8f1356e4b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:26:55.009 2242 INFO oslo_db.sqlalchemy.provision [req-e19eb1bd-20d1-42a1-87bb-27e8cb1dd6ed - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:55.011 2242 INFO oslo_db.sqlalchemy.provision [req-e19eb1bd-20d1-42a1-87bb-27e8cb1dd6ed - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wnvhchaoxh 2018-09-14 10:26:55.012 2242 INFO oslo_db.sqlalchemy.provision [req-e19eb1bd-20d1-42a1-87bb-27e8cb1dd6ed - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_provider_bogus [0.120798s] ... ok 2018-09-14 10:26:55.015 2242 INFO oslo_db.sqlalchemy.provision [req-e19eb1bd-20d1-42a1-87bb-27e8cb1dd6ed - - - - -] CREATE BACKEND sqlite:// TOKEN wpeqtgxmts 2018-09-14 10:26:55.096 2242 INFO octavia.common.config [req-e19eb1bd-20d1-42a1-87bb-27e8cb1dd6ed - - - - -] Logging enabled! 2018-09-14 10:26:55.096 2242 INFO octavia.common.config [req-e19eb1bd-20d1-42a1-87bb-27e8cb1dd6ed - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:26:55.115 2242 WARNING octavia.api.root_controller [req-e19eb1bd-20d1-42a1-87bb-27e8cb1dd6ed - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:26:55.139 2242 INFO oslo_db.sqlalchemy.provision [req-b17cb18a-e166-4cf1-a565-d574c359eb98 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:55.141 2242 INFO oslo_db.sqlalchemy.provision [req-b17cb18a-e166-4cf1-a565-d574c359eb98 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wpeqtgxmts 2018-09-14 10:26:55.141 2242 INFO oslo_db.sqlalchemy.provision [req-b17cb18a-e166-4cf1-a565-d574c359eb98 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_disallowed_vip_objects [0.129216s] ... ok 2018-09-14 10:26:55.144 2242 INFO oslo_db.sqlalchemy.provision [req-b17cb18a-e166-4cf1-a565-d574c359eb98 - - - - -] CREATE BACKEND sqlite:// TOKEN vpccbrzdtf 2018-09-14 10:26:55.225 2242 INFO octavia.common.config [req-b17cb18a-e166-4cf1-a565-d574c359eb98 - - - - -] Logging enabled! 2018-09-14 10:26:55.226 2242 INFO octavia.common.config [req-b17cb18a-e166-4cf1-a565-d574c359eb98 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:26:55.244 2242 WARNING octavia.api.root_controller [req-b17cb18a-e166-4cf1-a565-d574c359eb98 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:26:55.257 2242 INFO octavia.api.v2.controllers.load_balancer [req-68faf8f0-cfd1-4b12-9273-e0bf2da643e3 - - - - -] Sending created Load Balancer 75889b19-dad6-4e88-af06-aef9404b6bae to the handler 2018-09-14 10:26:55.278 2242 INFO oslo_db.sqlalchemy.provision [req-68faf8f0-cfd1-4b12-9273-e0bf2da643e3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:55.279 2242 INFO oslo_db.sqlalchemy.provision [req-68faf8f0-cfd1-4b12-9273-e0bf2da643e3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vpccbrzdtf 2018-09-14 10:26:55.280 2242 INFO oslo_db.sqlalchemy.provision [req-68faf8f0-cfd1-4b12-9273-e0bf2da643e3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_project_id [0.138359s] ... ok 2018-09-14 10:26:55.283 2242 INFO oslo_db.sqlalchemy.provision [req-68faf8f0-cfd1-4b12-9273-e0bf2da643e3 - - - - -] CREATE BACKEND sqlite:// TOKEN grzdfjdmuo 2018-09-14 10:26:55.362 2242 INFO octavia.common.config [req-68faf8f0-cfd1-4b12-9273-e0bf2da643e3 - - - - -] Logging enabled! 2018-09-14 10:26:55.363 2242 INFO octavia.common.config [req-68faf8f0-cfd1-4b12-9273-e0bf2da643e3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:26:55.380 2242 WARNING octavia.api.root_controller [req-68faf8f0-cfd1-4b12-9273-e0bf2da643e3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:26:55.386 2242 ERROR octavia.api.v2.controllers.base [req-8b27e3a3-3652-4378-ab3b-e82426e18fb9 - - - - -] Load Balancer bad_uuid not found: None 2018-09-14 10:26:55.386 2242 ERROR octavia.api.v2.controllers.base None 2018-09-14 10:26:55.386 2242 ERROR octavia.api.v2.controllers.base 2018-09-14 10:26:55.399 2242 INFO oslo_db.sqlalchemy.provision [req-8b27e3a3-3652-4378-ab3b-e82426e18fb9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:55.401 2242 INFO oslo_db.sqlalchemy.provision [req-8b27e3a3-3652-4378-ab3b-e82426e18fb9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN grzdfjdmuo 2018-09-14 10:26:55.401 2242 INFO oslo_db.sqlalchemy.provision [req-8b27e3a3-3652-4378-ab3b-e82426e18fb9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_bad_lb_id [0.120970s] ... ok 2018-09-14 10:26:55.405 2242 INFO oslo_db.sqlalchemy.provision [req-8b27e3a3-3652-4378-ab3b-e82426e18fb9 - - - - -] CREATE BACKEND sqlite:// TOKEN ksjiszgkzb 2018-09-14 10:26:55.491 2242 INFO octavia.common.config [req-8b27e3a3-3652-4378-ab3b-e82426e18fb9 - - - - -] Logging enabled! 2018-09-14 10:26:55.492 2242 INFO octavia.common.config [req-8b27e3a3-3652-4378-ab3b-e82426e18fb9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:26:55.510 2242 WARNING octavia.api.root_controller [req-8b27e3a3-3652-4378-ab3b-e82426e18fb9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:26:55.530 2242 INFO oslo_db.sqlalchemy.provision [req-21eaddbb-f14e-46d5-a56a-32053cb12c6d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:55.532 2242 INFO oslo_db.sqlalchemy.provision [req-21eaddbb-f14e-46d5-a56a-32053cb12c6d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ksjiszgkzb 2018-09-14 10:26:55.532 2242 INFO oslo_db.sqlalchemy.provision [req-21eaddbb-f14e-46d5-a56a-32053cb12c6d - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_lb [0.130662s] ... ok 2018-09-14 10:26:55.535 2242 INFO oslo_db.sqlalchemy.provision [req-21eaddbb-f14e-46d5-a56a-32053cb12c6d - - - - -] CREATE BACKEND sqlite:// TOKEN niogzjyitz 2018-09-14 10:26:55.618 2242 INFO octavia.common.config [req-21eaddbb-f14e-46d5-a56a-32053cb12c6d - - - - -] Logging enabled! 2018-09-14 10:26:55.618 2242 INFO octavia.common.config [req-21eaddbb-f14e-46d5-a56a-32053cb12c6d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:26:55.636 2242 WARNING octavia.api.root_controller [req-21eaddbb-f14e-46d5-a56a-32053cb12c6d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:26:55.648 2242 INFO octavia.api.v2.controllers.load_balancer [req-509c6c02-6df5-4829-8141-d6bd80364917 - - - - -] Sending created Load Balancer acc42aa9-f9b3-4090-9e9c-55bfaea069e4 to the handler 2018-09-14 10:26:55.762 2242 INFO octavia.api.v2.controllers.listener [req-1161f13e-c164-4fbf-a34e-1b44207900e5 - - - - -] Sending Creation of Listener 9f68c7e5-8dc9-46e1-ad82-78e905acce69 to handler 2018-09-14 10:26:55.906 2242 INFO octavia.api.v2.controllers.pool [req-9001a77e-7297-46f9-9966-4ea50f29be0b - - - - -] Sending Creation of Pool db0d1eb4-d1a7-414a-a6ec-9adbe5e38b8d to handler 2018-09-14 10:26:56.237 2242 INFO octavia.api.v2.controllers.member [req-95904e43-4d73-4849-b668-9ef2f4c1f664 - - - - -] Sending Creation of Member 81cc8d06-fccb-41e0-81b8-76df5efc6267 to handler 2018-09-14 10:26:56.271 2242 INFO oslo_db.sqlalchemy.provision [req-016922e1-bfdd-4c23-93ea-d8d287201f64 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:56.273 2242 INFO oslo_db.sqlalchemy.provision [req-016922e1-bfdd-4c23-93ea-d8d287201f64 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN niogzjyitz 2018-09-14 10:26:56.273 2242 INFO oslo_db.sqlalchemy.provision [req-016922e1-bfdd-4c23-93ea-d8d287201f64 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_member [0.741127s] ... ok 2018-09-14 10:26:56.277 2242 INFO oslo_db.sqlalchemy.provision [req-016922e1-bfdd-4c23-93ea-d8d287201f64 - - - - -] CREATE BACKEND sqlite:// TOKEN kyhorgqugq 2018-09-14 10:26:56.357 2242 INFO octavia.common.config [req-016922e1-bfdd-4c23-93ea-d8d287201f64 - - - - -] Logging enabled! 2018-09-14 10:26:56.358 2242 INFO octavia.common.config [req-016922e1-bfdd-4c23-93ea-d8d287201f64 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:26:56.376 2242 WARNING octavia.api.root_controller [req-016922e1-bfdd-4c23-93ea-d8d287201f64 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:26:56.401 2242 INFO octavia.api.v2.controllers.load_balancer [req-d26b9a75-98ae-45af-995d-9e33eff389e2 - - - - -] Sending created Load Balancer 4421dc1c-d9ae-47cc-8400-35dd21b91dab to the handler 2018-09-14 10:26:56.425 2242 INFO oslo_db.sqlalchemy.provision [req-d26b9a75-98ae-45af-995d-9e33eff389e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:56.426 2242 INFO oslo_db.sqlalchemy.provision [req-d26b9a75-98ae-45af-995d-9e33eff389e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kyhorgqugq 2018-09-14 10:26:56.427 2242 INFO oslo_db.sqlalchemy.provision [req-d26b9a75-98ae-45af-995d-9e33eff389e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_many_listeners [0.152886s] ... ok 2018-09-14 10:26:56.430 2242 INFO oslo_db.sqlalchemy.provision [req-d26b9a75-98ae-45af-995d-9e33eff389e2 - - - - -] CREATE BACKEND sqlite:// TOKEN zleagywypk 2018-09-14 10:26:56.509 2242 INFO octavia.common.config [req-d26b9a75-98ae-45af-995d-9e33eff389e2 - - - - -] Logging enabled! 2018-09-14 10:26:56.509 2242 INFO octavia.common.config [req-d26b9a75-98ae-45af-995d-9e33eff389e2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:26:56.526 2242 WARNING octavia.api.root_controller [req-d26b9a75-98ae-45af-995d-9e33eff389e2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:26:56.539 2242 INFO octavia.api.v2.controllers.load_balancer [req-2926cb9c-3a1b-449f-8f3f-b4492f88fe86 - - - - -] Sending created Load Balancer 34639cf2-6239-4f18-b848-f936c62b3599 to the handler 2018-09-14 10:26:56.652 2242 INFO octavia.api.v2.controllers.listener [req-b301413a-687a-40c6-8f1a-58508a5b94a3 - - - - -] Sending Creation of Listener f16270ee-c92e-45f3-90f4-019d9585cbe1 to handler 2018-09-14 10:26:56.775 2242 INFO octavia.api.v2.controllers.pool [req-e65d27a8-653a-4a0f-a705-43acd1ef64f8 - - - - -] Sending Creation of Pool 9afdb1ab-187f-4933-8595-8ec12d91ef45 to handler 2018-09-14 10:26:56.929 2242 INFO octavia.api.v2.controllers.pool [req-5d1403a0-d2b9-4624-8830-bc6704d1990a - - - - -] Sending Creation of Pool f741f027-c9cb-45e8-a874-b184c2ac004f to handler 2018-09-14 10:26:57.102 2242 INFO octavia.api.v2.controllers.member [req-b65e9e37-dd95-4061-bdb8-cd6d1e8d012a - - - - -] Sending Creation of Member 905b4c8c-4c6d-4778-8cf3-e022af1308ef to handler 2018-09-14 10:26:57.401 2242 INFO octavia.api.v2.controllers.member [req-f0bcc6c6-f6cd-41e4-9289-792b9dcba8a4 - 7f90ff9c-9ae9-4779-834d-aa449121514e - - -] Sending Deletion of Member 905b4c8c-4c6d-4778-8cf3-e022af1308ef to handler 2018-09-14 10:26:57.702 2242 INFO oslo_db.sqlalchemy.provision [req-d34fc843-656d-4159-9005-3dd894fd6e8e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:57.704 2242 INFO oslo_db.sqlalchemy.provision [req-d34fc843-656d-4159-9005-3dd894fd6e8e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zleagywypk 2018-09-14 10:26:57.704 2242 INFO oslo_db.sqlalchemy.provision [req-d34fc843-656d-4159-9005-3dd894fd6e8e - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_authorized [1.277403s] ... ok 2018-09-14 10:26:57.708 2242 INFO oslo_db.sqlalchemy.provision [req-d34fc843-656d-4159-9005-3dd894fd6e8e - - - - -] CREATE BACKEND sqlite:// TOKEN zjposqrzsr 2018-09-14 10:26:57.789 2242 INFO octavia.common.config [req-d34fc843-656d-4159-9005-3dd894fd6e8e - - - - -] Logging enabled! 2018-09-14 10:26:57.790 2242 INFO octavia.common.config [req-d34fc843-656d-4159-9005-3dd894fd6e8e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:26:57.807 2242 WARNING octavia.api.root_controller [req-d34fc843-656d-4159-9005-3dd894fd6e8e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:26:57.820 2242 INFO octavia.api.v2.controllers.load_balancer [req-81d99986-65c1-4456-92c5-689d558187f1 - - - - -] Sending created Load Balancer a476f028-46f7-4d89-91f4-7efd118ec1ce to the handler 2018-09-14 10:26:57.932 2242 INFO octavia.api.v2.controllers.listener [req-dbe02cef-bbfe-43ae-9fd9-c2827389293d - - - - -] Sending Creation of Listener a8ab5f80-391f-466d-81d4-a7f0c804ef21 to handler 2018-09-14 10:26:58.059 2242 INFO octavia.api.v2.controllers.pool [req-0d5b13db-0aa3-4723-a569-3b1fc3bcf844 - - - - -] Sending Creation of Pool bef8efb6-d4be-4186-900d-c750aa5b6d03 to handler 2018-09-14 10:26:58.206 2242 INFO octavia.api.v2.controllers.pool [req-f92f30cf-95c0-47f6-abe0-59422e3482dd - - - - -] Sending Creation of Pool 0e7ae6b7-406f-4cb2-9219-4e799d5e719b to handler 2018-09-14 10:26:58.377 2242 INFO octavia.api.v2.controllers.member [req-37d12073-6111-4154-8012-56092f9e2888 - - - - -] Sending Creation of Member f6c1cd6c-6dd6-4015-b953-11f74c48bfca to handler 2018-09-14 10:26:58.655 2242 INFO oslo_db.sqlalchemy.provision [req-a437c022-23f6-4888-9e0f-077b55f1f81d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:58.657 2242 INFO oslo_db.sqlalchemy.provision [req-a437c022-23f6-4888-9e0f-077b55f1f81d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zjposqrzsr 2018-09-14 10:26:58.657 2242 INFO oslo_db.sqlalchemy.provision [req-a437c022-23f6-4888-9e0f-077b55f1f81d - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_member.TestMember.test_get_one_fields_filter [0.952366s] ... ok 2018-09-14 10:26:58.661 2242 INFO oslo_db.sqlalchemy.provision [req-a437c022-23f6-4888-9e0f-077b55f1f81d - - - - -] CREATE BACKEND sqlite:// TOKEN zanndtixkj 2018-09-14 10:26:58.741 2242 INFO octavia.common.config [req-a437c022-23f6-4888-9e0f-077b55f1f81d - - - - -] Logging enabled! 2018-09-14 10:26:58.741 2242 INFO octavia.common.config [req-a437c022-23f6-4888-9e0f-077b55f1f81d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:26:58.759 2242 WARNING octavia.api.root_controller [req-a437c022-23f6-4888-9e0f-077b55f1f81d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:26:58.772 2242 INFO octavia.api.v2.controllers.load_balancer [req-85654b98-0a7a-4dec-99de-aa18037f693c - - - - -] Sending created Load Balancer 1afa42b8-d9dd-463d-b2ba-7d2fff9462c7 to the handler 2018-09-14 10:26:58.885 2242 INFO octavia.api.v2.controllers.listener [req-b2217fa5-b186-4ab7-8a66-71c700c964e9 - - - - -] Sending Creation of Listener cee1b148-1186-42d2-ba21-e7c34a5426c0 to handler 2018-09-14 10:26:59.010 2242 INFO octavia.api.v2.controllers.pool [req-06d0fe76-5307-4282-a905-b711d3f528c1 - - - - -] Sending Creation of Pool fabd33b1-ae12-4846-b418-a325f0b8d8d3 to handler 2018-09-14 10:26:59.218 2242 INFO octavia.api.v2.controllers.pool [req-4bb12cb9-7ff6-4980-8816-2e95d97a8f5c - - - - -] Sending Creation of Pool 3feef929-4a95-453d-9ea0-e0b3f2294b78 to handler 2018-09-14 10:26:59.421 2242 INFO octavia.api.v2.controllers.member [req-91afa401-c4c6-45b3-a660-b31fd5a86fec - - - - -] Sending Creation of Member 47600280-38be-46f1-864b-ecc981ac69e7 to handler 2018-09-14 10:26:59.571 2242 INFO octavia.api.v2.controllers.member [req-9b57ac07-2282-4ad3-86ac-64aec1a33106 - - - - -] Sending Update of Member 47600280-38be-46f1-864b-ecc981ac69e7 to handler 2018-09-14 10:26:59.900 2242 INFO oslo_db.sqlalchemy.provision [req-682dfc93-02c0-429d-8ae6-fbb640d5e79b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:26:59.903 2242 INFO oslo_db.sqlalchemy.provision [req-682dfc93-02c0-429d-8ae6-fbb640d5e79b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zanndtixkj 2018-09-14 10:26:59.903 2242 INFO oslo_db.sqlalchemy.provision [req-682dfc93-02c0-429d-8ae6-fbb640d5e79b - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_member.TestMember.test_update_sans_listener [1.246475s] ... ok 2018-09-14 10:26:59.911 2242 INFO oslo_db.sqlalchemy.provision [req-682dfc93-02c0-429d-8ae6-fbb640d5e79b - - - - -] CREATE BACKEND sqlite:// TOKEN xorkyrivyi 2018-09-14 10:27:00.001 2242 INFO octavia.common.config [req-682dfc93-02c0-429d-8ae6-fbb640d5e79b - - - - -] Logging enabled! 2018-09-14 10:27:00.001 2242 INFO octavia.common.config [req-682dfc93-02c0-429d-8ae6-fbb640d5e79b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:27:00.021 2242 WARNING octavia.api.root_controller [req-682dfc93-02c0-429d-8ae6-fbb640d5e79b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:27:00.034 2242 INFO octavia.api.v2.controllers.load_balancer [req-b9e73ac4-f8e3-49af-9dc9-4e4628fe483d - - - - -] Sending created Load Balancer 5a3650a2-5b44-4cd9-aaa7-da14779ec8ae to the handler 2018-09-14 10:27:00.150 2242 INFO octavia.api.v2.controllers.listener [req-8c91fc9f-a6e9-467c-b6dd-7e979713c7cc - - - - -] Sending Creation of Listener d3ffbf61-0fe9-4964-8580-2e1e572b179f to handler 2018-09-14 10:27:00.434 2242 INFO octavia.api.v2.controllers.load_balancer [req-526a2a87-5801-4c65-8022-ecd0dfb5d5ea - - - - -] Sending updated Load Balancer 5a3650a2-5b44-4cd9-aaa7-da14779ec8ae to the handler 2018-09-14 10:27:00.461 2242 INFO octavia.api.v2.controllers.pool [req-062646e3-9428-4d12-9b3c-8bb1ad68d8ed - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:27:00.473 2242 INFO oslo_db.sqlalchemy.provision [req-062646e3-9428-4d12-9b3c-8bb1ad68d8ed - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:27:00.475 2242 INFO oslo_db.sqlalchemy.provision [req-062646e3-9428-4d12-9b3c-8bb1ad68d8ed - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xorkyrivyi 2018-09-14 10:27:00.476 2242 INFO oslo_db.sqlalchemy.provision [req-062646e3-9428-4d12-9b3c-8bb1ad68d8ed - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_when_lb_pending_update [0.569695s] ... ok 2018-09-14 10:27:00.479 2242 INFO oslo_db.sqlalchemy.provision [req-062646e3-9428-4d12-9b3c-8bb1ad68d8ed - - - - -] CREATE BACKEND sqlite:// TOKEN weaebloyaj 2018-09-14 10:27:00.559 2242 INFO octavia.common.config [req-062646e3-9428-4d12-9b3c-8bb1ad68d8ed - - - - -] Logging enabled! 2018-09-14 10:27:00.559 2242 INFO octavia.common.config [req-062646e3-9428-4d12-9b3c-8bb1ad68d8ed - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:27:00.576 2242 WARNING octavia.api.root_controller [req-062646e3-9428-4d12-9b3c-8bb1ad68d8ed - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:27:00.589 2242 INFO octavia.api.v2.controllers.load_balancer [req-80a538ff-c2d8-4e3a-b5e7-fa2a552f24f5 - - - - -] Sending created Load Balancer ba5ac71a-86f8-455c-9636-e10f49bc7f67 to the handler 2018-09-14 10:27:00.701 2242 INFO octavia.api.v2.controllers.listener [req-9141b773-e821-4845-a5f9-05874f9cacb9 - - - - -] Sending Creation of Listener bb6507db-6535-45da-964d-8b831b11e79f to handler 2018-09-14 10:27:00.837 2242 INFO octavia.api.v2.controllers.pool [req-969cffb2-8efa-41b1-a121-1b4f7f10a59c - - - - -] Sending Creation of Pool c5850f09-cb41-46ef-9c54-01f5dbf261e4 to handler 2018-09-14 10:27:00.966 2242 INFO octavia.api.v2.controllers.load_balancer [req-5c5077ce-6451-44be-9e3d-3a78227d71c4 - - - - -] Sending updated Load Balancer ba5ac71a-86f8-455c-9636-e10f49bc7f67 to the handler 2018-09-14 10:27:00.996 2242 INFO octavia.api.v2.controllers.pool [req-893f33d1-c9cb-4f16-842b-9aae640ca27c - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2018-09-14 10:27:01.008 2242 INFO oslo_db.sqlalchemy.provision [req-893f33d1-c9cb-4f16-842b-9aae640ca27c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:27:01.010 2242 INFO oslo_db.sqlalchemy.provision [req-893f33d1-c9cb-4f16-842b-9aae640ca27c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN weaebloyaj 2018-09-14 10:27:01.011 2242 INFO oslo_db.sqlalchemy.provision [req-893f33d1-c9cb-4f16-842b-9aae640ca27c - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_when_lb_pending_update [0.534597s] ... ok 2018-09-14 10:27:01.014 2242 INFO oslo_db.sqlalchemy.provision [req-893f33d1-c9cb-4f16-842b-9aae640ca27c - - - - -] CREATE BACKEND sqlite:// TOKEN cdxaekrpwg 2018-09-14 10:27:01.093 2242 INFO octavia.common.config [req-893f33d1-c9cb-4f16-842b-9aae640ca27c - - - - -] Logging enabled! 2018-09-14 10:27:01.094 2242 INFO octavia.common.config [req-893f33d1-c9cb-4f16-842b-9aae640ca27c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.2 2018-09-14 10:27:01.111 2242 WARNING octavia.api.root_controller [req-893f33d1-c9cb-4f16-842b-9aae640ca27c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2018-09-14 10:27:01.123 2242 INFO octavia.api.v2.controllers.load_balancer [req-545ba21f-d640-4373-a397-073737a37fb4 - - - - -] Sending created Load Balancer eded8377-ed69-4a54-8514-c40d91f99c8a to the handler 2018-09-14 10:27:01.235 2242 INFO octavia.api.v2.controllers.listener [req-f1480db7-2635-45ec-940f-2b7742be6781 - - - - -] Sending Creation of Listener fc530b70-6c84-4579-95db-e772516efd2e to handler 2018-09-14 10:27:01.372 2242 INFO octavia.api.v2.controllers.pool [req-75db0b2b-4014-41fc-a51b-d530a8c114e5 - - - - -] Sending Creation of Pool 5d9a6b77-44ee-458d-95dd-d8fd202992a9 to handler 2018-09-14 10:27:01.609 2242 INFO oslo_db.sqlalchemy.provision [req-6974ecaf-b826-4060-8558-f29c18f3ec08 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:27:01.611 2242 INFO oslo_db.sqlalchemy.provision [req-6974ecaf-b826-4060-8558-f29c18f3ec08 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cdxaekrpwg 2018-09-14 10:27:01.612 2242 INFO oslo_db.sqlalchemy.provision [req-6974ecaf-b826-4060-8558-f29c18f3ec08 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_with_bad_SP_type_IP_cookie [0.600879s] ... ok 2018-09-14 10:27:01.615 2242 INFO oslo_db.sqlalchemy.provision [req-6974ecaf-b826-4060-8558-f29c18f3ec08 - - - - -] CREATE BACKEND sqlite:// TOKEN ihiymrynwq 2018-09-14 10:27:01.711 2242 INFO oslo_db.sqlalchemy.provision [req-6974ecaf-b826-4060-8558-f29c18f3ec08 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:27:01.713 2242 INFO oslo_db.sqlalchemy.provision [req-6974ecaf-b826-4060-8558-f29c18f3ec08 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ihiymrynwq 2018-09-14 10:27:01.713 2242 INFO oslo_db.sqlalchemy.provision [req-6974ecaf-b826-4060-8558-f29c18f3ec08 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.PoolModelTest.test_listener_relationship [0.100691s] ... ok 2018-09-14 10:27:01.716 2242 INFO oslo_db.sqlalchemy.provision [req-6974ecaf-b826-4060-8558-f29c18f3ec08 - - - - -] CREATE BACKEND sqlite:// TOKEN mbadpzpngy 2018-09-14 10:27:01.809 2242 INFO oslo_db.sqlalchemy.provision [req-6974ecaf-b826-4060-8558-f29c18f3ec08 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:27:01.811 2242 INFO oslo_db.sqlalchemy.provision [req-6974ecaf-b826-4060-8558-f29c18f3ec08 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mbadpzpngy 2018-09-14 10:27:01.811 2242 INFO oslo_db.sqlalchemy.provision [req-6974ecaf-b826-4060-8558-f29c18f3ec08 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.PoolModelTest.test_session_persistence_relationship [0.097792s] ... ok 2018-09-14 10:27:01.815 2242 INFO oslo_db.sqlalchemy.provision [req-6974ecaf-b826-4060-8558-f29c18f3ec08 - - - - -] CREATE BACKEND sqlite:// TOKEN ejjttjyely 2018-09-14 10:27:01.986 2242 INFO oslo_db.sqlalchemy.provision [req-6974ecaf-b826-4060-8558-f29c18f3ec08 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:27:01.988 2242 INFO oslo_db.sqlalchemy.provision [req-6974ecaf-b826-4060-8558-f29c18f3ec08 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ejjttjyely 2018-09-14 10:27:01.988 2242 INFO oslo_db.sqlalchemy.provision [req-6974ecaf-b826-4060-8558-f29c18f3ec08 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_delete_not_listener_default_pool [0.176544s] ... ok 2018-09-14 10:27:01.993 2242 INFO oslo_db.sqlalchemy.provision [req-6974ecaf-b826-4060-8558-f29c18f3ec08 - - - - -] CREATE BACKEND sqlite:// TOKEN idsqyxrkqq 2018-09-14 10:27:02.235 2242 INFO oslo_db.sqlalchemy.provision [req-6974ecaf-b826-4060-8558-f29c18f3ec08 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2018-09-14 10:27:02.237 2242 INFO oslo_db.sqlalchemy.provision [req-6974ecaf-b826-4060-8558-f29c18f3ec08 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN idsqyxrkqq 2018-09-14 10:27:02.237 2242 INFO oslo_db.sqlalchemy.provision [req-6974ecaf-b826-4060-8558-f29c18f3ec08 - - - - -] DISPOSE ENGINE Engine(sqlite://) {3} octavia.tests.functional.db.test_repositories.SNIRepositoryTest.test_get_all_return_value [0.248123s] ... ok ====== Totals ====== Ran: 1080 tests in 103.0000 sec. - Passed: 1073 - Skipped: 7 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 1087.3889 sec. ============== Worker Balance ============== - Worker 0 (34 tests) => 0:00:35.345148 - Worker 1 (34 tests) => 0:00:35.722196 - Worker 2 (34 tests) => 0:00:34.930201 - Worker 3 (34 tests) => 0:01:38.660497 - Worker 4 (34 tests) => 0:00:27.845285 - Worker 5 (34 tests) => 0:00:29.305767 - Worker 6 (34 tests) => 0:00:35.347479 - Worker 7 (34 tests) => 0:00:42.411537 - Worker 8 (34 tests) => 0:00:29.412298 - Worker 9 (34 tests) => 0:00:36.085319 - Worker 10 (34 tests) => 0:00:29.599690 - Worker 11 (34 tests) => 0:00:29.683872 - Worker 12 (34 tests) => 0:00:30.124522 - Worker 13 (34 tests) => 0:00:35.515902 - Worker 14 (34 tests) => 0:00:33.511129 - Worker 15 (34 tests) => 0:00:29.550667 - Worker 16 (34 tests) => 0:00:36.721841 - Worker 17 (34 tests) => 0:00:29.646557 - Worker 18 (34 tests) => 0:00:28.770156 - Worker 19 (34 tests) => 0:00:31.809982 - Worker 20 (34 tests) => 0:00:26.845844 - Worker 21 (34 tests) => 0:00:30.448754 - Worker 22 (34 tests) => 0:00:29.958763 - Worker 23 (34 tests) => 0:00:36.543027 - Worker 24 (33 tests) => 0:00:31.707436 - Worker 25 (33 tests) => 0:00:32.560921 - Worker 26 (33 tests) => 0:00:33.618226 - Worker 27 (33 tests) => 0:00:34.429986 - Worker 28 (33 tests) => 0:00:26.325478 - Worker 29 (33 tests) => 0:00:28.320979 - Worker 30 (33 tests) => 0:00:33.724742 - Worker 31 (33 tests) => 0:00:23.698788 + exit 0 Processing files: python-octavia-2.0.2-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.miynbs + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/python-octavia-2.0.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/python-octavia-2.0.2 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/python-octavia-2.0.2 + exit 0 Provides: python-octavia = 2.0.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.0.2-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.x6OVqI + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/python-octavia-tests-2.0.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/python-octavia-tests-2.0.2 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/python-octavia-tests-2.0.2 + exit 0 Provides: python-octavia-tests = 2.0.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.0.2-1.el7.x86_64 Provides: python-octavia-tests-golang = 2.0.2-1.el7 python-octavia-tests-golang(x86-64) = 2.0.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.0.2-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4E8oEf + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.2 + DOCDIR=/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/doc/openstack-octavia-common-2.0.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/doc/openstack-octavia-common-2.0.2 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/doc/openstack-octavia-common-2.0.2 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.5vqVSM + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/openstack-octavia-common-2.0.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/openstack-octavia-common-2.0.2 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/openstack-octavia-common-2.0.2 + exit 0 Provides: config(openstack-octavia-common) = 2.0.2-1.el7 openstack-octavia-common = 2.0.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.0.2-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.kf9Xik + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/openstack-octavia-amphora-agent-2.0.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/openstack-octavia-amphora-agent-2.0.2 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/openstack-octavia-amphora-agent-2.0.2 + exit 0 Provides: config(openstack-octavia-amphora-agent) = 2.0.2-1.el7 openstack-octavia-amphora-agent = 2.0.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.0.2-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.7jpAPR + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/openstack-octavia-api-2.0.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/openstack-octavia-api-2.0.2 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/openstack-octavia-api-2.0.2 + exit 0 Provides: openstack-octavia-api = 2.0.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.0.2-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.E7Ypvp + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/openstack-octavia-worker-2.0.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/openstack-octavia-worker-2.0.2 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/openstack-octavia-worker-2.0.2 + exit 0 Provides: openstack-octavia-worker = 2.0.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.0.2-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.RQaShX + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/openstack-octavia-health-manager-2.0.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/openstack-octavia-health-manager-2.0.2 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/openstack-octavia-health-manager-2.0.2 + exit 0 Provides: openstack-octavia-health-manager = 2.0.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.0.2-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.cJ2Jav + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/openstack-octavia-housekeeping-2.0.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/openstack-octavia-housekeeping-2.0.2 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/licenses/openstack-octavia-housekeeping-2.0.2 + exit 0 Provides: openstack-octavia-housekeeping = 2.0.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.0.2-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0Ax092 + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.2 + DOCDIR=/builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/doc/openstack-octavia-diskimage-create-2.0.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/doc/openstack-octavia-diskimage-create-2.0.2 + cp -pr diskimage-create/README.rst /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64/usr/share/doc/openstack-octavia-diskimage-create-2.0.2 + exit 0 Provides: openstack-octavia-diskimage-create = 2.0.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.0.2-1.el7.x86_64 Provides: openstack-octavia-debuginfo = 2.0.2-1.el7 openstack-octavia-debuginfo(x86-64) = 2.0.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.0.2-1.el7.x86_64 Wrote: /builddir/build/RPMS/python-octavia-2.0.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-octavia-tests-2.0.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-octavia-tests-golang-2.0.2-1.el7.x86_64.rpm Wrote: /builddir/build/RPMS/openstack-octavia-common-2.0.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-amphora-agent-2.0.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-api-2.0.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-worker-2.0.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-health-manager-2.0.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-housekeeping-2.0.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-diskimage-create-2.0.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-debuginfo-2.0.2-1.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4W6Ofe + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.0.2-1.el7.x86_64 + exit 0 Child return code was: 0