Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/openstack-octavia.spec'], chrootPath='/var/lib/mock/cloud7-openstack-queens-el7-build-55839-221285/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/openstack-octavia.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: ppc64le Building for target ppc64le Wrote: /builddir/build/SRPMS/openstack-octavia-2.0.4-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/openstack-octavia.spec'], chrootPath='/var/lib/mock/cloud7-openstack-queens-el7-build-55839-221285/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/openstack-octavia.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: ppc64le Building for target ppc64le Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.7ObcMl + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf octavia-2.0.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/octavia-2.0.4.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd octavia-2.0.4 + /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.JVPdwm + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.4 + export PBR_VERSION=2.0.4 + PBR_VERSION=2.0.4 + export SKIP_PIP_INSTALL=1 + SKIP_PIP_INSTALL=1 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/octavia creating build/lib/octavia/tests creating build/lib/octavia/tests/unit creating build/lib/octavia/tests/unit/cmd copying octavia/tests/unit/cmd/test_house_keeping.py -> build/lib/octavia/tests/unit/cmd copying octavia/tests/unit/cmd/test_agent.py -> build/lib/octavia/tests/unit/cmd copying octavia/tests/unit/cmd/test_health_manager.py -> build/lib/octavia/tests/unit/cmd copying octavia/tests/unit/cmd/test_haproxy_vrrp_check.py -> build/lib/octavia/tests/unit/cmd copying octavia/tests/unit/cmd/__init__.py -> build/lib/octavia/tests/unit/cmd creating build/lib/octavia/controller creating build/lib/octavia/controller/healthmanager copying octavia/controller/healthmanager/health_manager.py -> build/lib/octavia/controller/healthmanager copying octavia/controller/healthmanager/__init__.py -> build/lib/octavia/controller/healthmanager copying octavia/controller/healthmanager/update_serializer.py -> build/lib/octavia/controller/healthmanager creating build/lib/octavia/common copying octavia/common/keystone.py -> build/lib/octavia/common copying octavia/common/config.py -> build/lib/octavia/common copying octavia/common/clients.py -> build/lib/octavia/common copying octavia/common/constants.py -> build/lib/octavia/common copying octavia/common/validate.py -> build/lib/octavia/common copying octavia/common/policy.py -> build/lib/octavia/common copying octavia/common/data_models.py -> build/lib/octavia/common copying octavia/common/service.py -> build/lib/octavia/common copying octavia/common/__init__.py -> build/lib/octavia/common copying octavia/common/base_taskflow.py -> build/lib/octavia/common copying octavia/common/context.py -> build/lib/octavia/common copying octavia/common/exceptions.py -> build/lib/octavia/common copying octavia/common/utils.py -> build/lib/octavia/common copying octavia/common/stats.py -> build/lib/octavia/common copying octavia/common/decorators.py -> build/lib/octavia/common creating build/lib/octavia/controller/worker copying octavia/controller/worker/task_utils.py -> build/lib/octavia/controller/worker copying octavia/controller/worker/controller_worker.py -> build/lib/octavia/controller/worker copying octavia/controller/worker/amphora_rate_limit.py -> build/lib/octavia/controller/worker copying octavia/controller/worker/__init__.py -> build/lib/octavia/controller/worker creating build/lib/octavia/amphorae creating build/lib/octavia/amphorae/drivers creating build/lib/octavia/amphorae/drivers/haproxy copying octavia/amphorae/drivers/haproxy/rest_api_driver.py -> build/lib/octavia/amphorae/drivers/haproxy copying octavia/amphorae/drivers/haproxy/data_models.py -> build/lib/octavia/amphorae/drivers/haproxy copying octavia/amphorae/drivers/haproxy/__init__.py -> build/lib/octavia/amphorae/drivers/haproxy copying octavia/amphorae/drivers/haproxy/exceptions.py -> build/lib/octavia/amphorae/drivers/haproxy creating build/lib/octavia/tests/functional creating build/lib/octavia/tests/functional/amphorae creating build/lib/octavia/tests/functional/amphorae/backend copying octavia/tests/functional/amphorae/backend/__init__.py -> build/lib/octavia/tests/functional/amphorae/backend creating build/lib/octavia/tests/unit/network creating build/lib/octavia/tests/unit/network/drivers copying octavia/tests/unit/network/drivers/__init__.py -> build/lib/octavia/tests/unit/network/drivers copying octavia/tests/unit/network/drivers/test_network_noop_driver.py -> build/lib/octavia/tests/unit/network/drivers creating build/lib/octavia/tests/unit/api creating build/lib/octavia/tests/unit/api/hooks copying octavia/tests/unit/api/hooks/__init__.py -> build/lib/octavia/tests/unit/api/hooks copying octavia/tests/unit/api/hooks/test_query_parameters.py -> build/lib/octavia/tests/unit/api/hooks copying octavia/tests/unit/test_hacking.py -> build/lib/octavia/tests/unit copying octavia/tests/unit/base.py -> build/lib/octavia/tests/unit copying octavia/tests/unit/__init__.py -> build/lib/octavia/tests/unit creating build/lib/octavia/tests/unit/controller copying octavia/tests/unit/controller/__init__.py -> build/lib/octavia/tests/unit/controller creating build/lib/octavia/tests/unit/compute copying octavia/tests/unit/compute/__init__.py -> build/lib/octavia/tests/unit/compute creating build/lib/octavia/tests/unit/amphorae creating build/lib/octavia/tests/unit/amphorae/drivers creating build/lib/octavia/tests/unit/amphorae/drivers/keepalived creating build/lib/octavia/tests/unit/amphorae/drivers/keepalived/jinja copying octavia/tests/unit/amphorae/drivers/keepalived/jinja/test_jinja_cfg.py -> build/lib/octavia/tests/unit/amphorae/drivers/keepalived/jinja copying octavia/tests/unit/amphorae/drivers/keepalived/jinja/__init__.py -> build/lib/octavia/tests/unit/amphorae/drivers/keepalived/jinja copying octavia/i18n.py -> build/lib/octavia copying octavia/version.py -> build/lib/octavia copying octavia/__init__.py -> build/lib/octavia copying octavia/opts.py -> build/lib/octavia creating build/lib/octavia/tests/unit/controller/healthmanager copying octavia/tests/unit/controller/healthmanager/test_health_manager.py -> build/lib/octavia/tests/unit/controller/healthmanager copying octavia/tests/unit/controller/healthmanager/__init__.py -> build/lib/octavia/tests/unit/controller/healthmanager copying octavia/tests/unit/controller/healthmanager/test_update_serializer.py -> build/lib/octavia/tests/unit/controller/healthmanager creating build/lib/octavia/tests/unit/common creating build/lib/octavia/tests/unit/common/tls_utils copying octavia/tests/unit/common/tls_utils/test_cert_parser.py -> build/lib/octavia/tests/unit/common/tls_utils copying octavia/tests/unit/common/tls_utils/__init__.py -> build/lib/octavia/tests/unit/common/tls_utils creating build/lib/octavia/tests/unit/amphorae/backends copying octavia/tests/unit/amphorae/backends/__init__.py -> build/lib/octavia/tests/unit/amphorae/backends creating build/lib/octavia/tests/unit/controller/queue copying octavia/tests/unit/controller/queue/test_endpoint.py -> build/lib/octavia/tests/unit/controller/queue copying octavia/tests/unit/controller/queue/test_consumer.py -> build/lib/octavia/tests/unit/controller/queue copying octavia/tests/unit/controller/queue/__init__.py -> build/lib/octavia/tests/unit/controller/queue creating build/lib/octavia/amphorae/backends creating build/lib/octavia/amphorae/backends/health_daemon copying octavia/amphorae/backends/health_daemon/health_sender.py -> build/lib/octavia/amphorae/backends/health_daemon copying octavia/amphorae/backends/health_daemon/__init__.py -> build/lib/octavia/amphorae/backends/health_daemon copying octavia/amphorae/backends/health_daemon/status_message.py -> build/lib/octavia/amphorae/backends/health_daemon copying octavia/amphorae/backends/health_daemon/health_daemon.py -> build/lib/octavia/amphorae/backends/health_daemon creating build/lib/octavia/amphorae/drivers/noop_driver copying octavia/amphorae/drivers/noop_driver/__init__.py -> build/lib/octavia/amphorae/drivers/noop_driver copying octavia/amphorae/drivers/noop_driver/driver.py -> build/lib/octavia/amphorae/drivers/noop_driver creating build/lib/octavia/tests/tempest creating build/lib/octavia/tests/tempest/v2 creating build/lib/octavia/tests/tempest/v2/clients copying octavia/tests/tempest/v2/clients/__init__.py -> build/lib/octavia/tests/tempest/v2/clients copying octavia/tests/tempest/v2/clients/quotas_client.py -> build/lib/octavia/tests/tempest/v2/clients creating build/lib/octavia/certificates copying octavia/certificates/__init__.py -> build/lib/octavia/certificates creating build/lib/octavia/tests/unit/controller/healthmanager/health_drivers copying octavia/tests/unit/controller/healthmanager/health_drivers/test_update_db.py -> build/lib/octavia/tests/unit/controller/healthmanager/health_drivers copying octavia/tests/unit/controller/healthmanager/health_drivers/__init__.py -> build/lib/octavia/tests/unit/controller/healthmanager/health_drivers copying octavia/tests/unit/controller/healthmanager/health_drivers/test_update_base.py -> build/lib/octavia/tests/unit/controller/healthmanager/health_drivers copying octavia/tests/unit/controller/healthmanager/health_drivers/test_update_logging.py -> build/lib/octavia/tests/unit/controller/healthmanager/health_drivers copying octavia/tests/tempest/v2/__init__.py -> build/lib/octavia/tests/tempest/v2 creating build/lib/octavia/amphorae/drivers/keepalived copying octavia/amphorae/drivers/keepalived/vrrp_rest_driver.py -> build/lib/octavia/amphorae/drivers/keepalived copying octavia/amphorae/drivers/keepalived/__init__.py -> build/lib/octavia/amphorae/drivers/keepalived copying octavia/amphorae/drivers/__init__.py -> build/lib/octavia/amphorae/drivers copying octavia/amphorae/drivers/driver_base.py -> build/lib/octavia/amphorae/drivers creating build/lib/octavia/network creating build/lib/octavia/network/drivers creating build/lib/octavia/network/drivers/noop_driver copying octavia/network/drivers/noop_driver/__init__.py -> build/lib/octavia/network/drivers/noop_driver copying octavia/network/drivers/noop_driver/driver.py -> build/lib/octavia/network/drivers/noop_driver creating build/lib/octavia/hacking copying octavia/hacking/checks.py -> build/lib/octavia/hacking copying octavia/hacking/__init__.py -> build/lib/octavia/hacking creating build/lib/octavia/tests/unit/network/drivers/neutron copying octavia/tests/unit/network/drivers/neutron/test_allowed_address_pairs.py -> build/lib/octavia/tests/unit/network/drivers/neutron copying octavia/tests/unit/network/drivers/neutron/test_utils.py -> build/lib/octavia/tests/unit/network/drivers/neutron copying octavia/tests/unit/network/drivers/neutron/__init__.py -> build/lib/octavia/tests/unit/network/drivers/neutron copying octavia/tests/unit/network/drivers/neutron/test_base.py -> build/lib/octavia/tests/unit/network/drivers/neutron creating build/lib/octavia/tests/unit/amphorae/backends/utils copying octavia/tests/unit/amphorae/backends/utils/test_haproxy_query.py -> build/lib/octavia/tests/unit/amphorae/backends/utils copying octavia/tests/unit/amphorae/backends/utils/__init__.py -> build/lib/octavia/tests/unit/amphorae/backends/utils creating build/lib/octavia/tests/functional/db copying octavia/tests/functional/db/test_models.py -> build/lib/octavia/tests/functional/db copying octavia/tests/functional/db/base.py -> build/lib/octavia/tests/functional/db copying octavia/tests/functional/db/test_repositories.py -> build/lib/octavia/tests/functional/db copying octavia/tests/functional/db/__init__.py -> build/lib/octavia/tests/functional/db creating build/lib/octavia/db creating build/lib/octavia/db/migration copying octavia/db/migration/cli.py -> build/lib/octavia/db/migration copying octavia/db/migration/__init__.py -> build/lib/octavia/db/migration copying octavia/db/prepare.py -> build/lib/octavia/db copying octavia/db/__init__.py -> build/lib/octavia/db copying octavia/db/api.py -> build/lib/octavia/db copying octavia/db/models.py -> build/lib/octavia/db copying octavia/db/repositories.py -> build/lib/octavia/db copying octavia/db/base_models.py -> build/lib/octavia/db creating build/lib/octavia/tests/unit/certificates creating build/lib/octavia/tests/unit/certificates/manager copying octavia/tests/unit/certificates/manager/test_local.py -> build/lib/octavia/tests/unit/certificates/manager copying octavia/tests/unit/certificates/manager/test_barbican.py -> build/lib/octavia/tests/unit/certificates/manager copying octavia/tests/unit/certificates/manager/__init__.py -> build/lib/octavia/tests/unit/certificates/manager copying octavia/tests/unit/certificates/manager/test_barbican_legacy.py -> build/lib/octavia/tests/unit/certificates/manager creating build/lib/octavia/tests/unit/db copying octavia/tests/unit/db/__init__.py -> build/lib/octavia/tests/unit/db creating build/lib/octavia/tests/unit/api/v1 creating build/lib/octavia/tests/unit/api/v1/types copying octavia/tests/unit/api/v1/types/test_load_balancers.py -> build/lib/octavia/tests/unit/api/v1/types copying octavia/tests/unit/api/v1/types/test_pools.py -> build/lib/octavia/tests/unit/api/v1/types copying octavia/tests/unit/api/v1/types/test_members.py -> build/lib/octavia/tests/unit/api/v1/types copying octavia/tests/unit/api/v1/types/test_l7policies.py -> build/lib/octavia/tests/unit/api/v1/types copying octavia/tests/unit/api/v1/types/test_l7rules.py -> build/lib/octavia/tests/unit/api/v1/types copying octavia/tests/unit/api/v1/types/__init__.py -> build/lib/octavia/tests/unit/api/v1/types copying octavia/tests/unit/api/v1/types/test_listeners.py -> build/lib/octavia/tests/unit/api/v1/types copying octavia/tests/unit/api/v1/types/test_health_monitors.py -> build/lib/octavia/tests/unit/api/v1/types copying octavia/tests/unit/common/test_data_models.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_exceptions.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_clients.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_base_taskflow.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_decorator.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_utils.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/__init__.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_stats.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_config.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_constants.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_policy.py -> build/lib/octavia/tests/unit/common copying octavia/tests/unit/common/test_validations.py -> build/lib/octavia/tests/unit/common creating build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/l7rule_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/pool_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/l7policy_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/amphora_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/listener_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/__init__.py -> build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/load_balancer_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/health_monitor_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/controller/worker/flows/member_flows.py -> build/lib/octavia/controller/worker/flows copying octavia/network/base.py -> build/lib/octavia/network copying octavia/network/data_models.py -> build/lib/octavia/network copying octavia/network/__init__.py -> build/lib/octavia/network creating build/lib/octavia/tests/unit/api/common copying octavia/tests/unit/api/common/base.py -> build/lib/octavia/tests/unit/api/common copying octavia/tests/unit/api/common/test_types.py -> build/lib/octavia/tests/unit/api/common copying octavia/tests/unit/api/common/__init__.py -> build/lib/octavia/tests/unit/api/common creating build/lib/octavia/distributor copying octavia/distributor/__init__.py -> build/lib/octavia/distributor creating build/lib/octavia/tests/unit/api/handlers copying octavia/tests/unit/api/handlers/__init__.py -> build/lib/octavia/tests/unit/api/handlers copying octavia/tests/unit/amphorae/__init__.py -> build/lib/octavia/tests/unit/amphorae copying octavia/tests/unit/network/__init__.py -> build/lib/octavia/tests/unit/network copying octavia/tests/unit/api/__init__.py -> build/lib/octavia/tests/unit/api creating build/lib/octavia/tests/functional/amphorae/backend/agent copying octavia/tests/functional/amphorae/backend/agent/__init__.py -> build/lib/octavia/tests/functional/amphorae/backend/agent creating build/lib/octavia/tests/unit/certificates/common copying octavia/tests/unit/certificates/common/test_local.py -> build/lib/octavia/tests/unit/certificates/common copying octavia/tests/unit/certificates/common/test_barbican.py -> build/lib/octavia/tests/unit/certificates/common copying octavia/tests/unit/certificates/common/__init__.py -> build/lib/octavia/tests/unit/certificates/common creating build/lib/octavia/amphorae/drivers/keepalived/jinja copying octavia/amphorae/drivers/keepalived/jinja/jinja_cfg.py -> build/lib/octavia/amphorae/drivers/keepalived/jinja copying octavia/amphorae/drivers/keepalived/jinja/__init__.py -> build/lib/octavia/amphorae/drivers/keepalived/jinja copying octavia/tests/functional/amphorae/__init__.py -> build/lib/octavia/tests/functional/amphorae creating build/lib/octavia/tests/unit/amphorae/backends/agent copying octavia/tests/unit/amphorae/backends/agent/__init__.py -> build/lib/octavia/tests/unit/amphorae/backends/agent copying octavia/tests/unit/amphorae/backends/agent/test_agent_jinja_cfg.py -> build/lib/octavia/tests/unit/amphorae/backends/agent creating build/lib/octavia/api creating build/lib/octavia/api/handlers creating build/lib/octavia/api/handlers/queue copying octavia/api/handlers/queue/__init__.py -> build/lib/octavia/api/handlers/queue copying octavia/api/handlers/queue/producer.py -> build/lib/octavia/api/handlers/queue creating build/lib/octavia/certificates/common copying octavia/certificates/common/cert.py -> build/lib/octavia/certificates/common copying octavia/certificates/common/__init__.py -> build/lib/octavia/certificates/common copying octavia/certificates/common/pkcs12.py -> build/lib/octavia/certificates/common copying octavia/certificates/common/local.py -> build/lib/octavia/certificates/common copying octavia/certificates/common/barbican.py -> build/lib/octavia/certificates/common copying octavia/api/handlers/abstract_handler.py -> build/lib/octavia/api/handlers copying octavia/api/handlers/__init__.py -> build/lib/octavia/api/handlers copying octavia/tests/unit/amphorae/drivers/keepalived/test_vrrp_rest_driver.py -> build/lib/octavia/tests/unit/amphorae/drivers/keepalived copying octavia/tests/unit/amphorae/drivers/keepalived/__init__.py -> build/lib/octavia/tests/unit/amphorae/drivers/keepalived creating build/lib/octavia/tests/tempest/common copying octavia/tests/tempest/common/manager.py -> build/lib/octavia/tests/tempest/common copying octavia/tests/tempest/common/__init__.py -> build/lib/octavia/tests/tempest/common creating build/lib/octavia/amphorae/drivers/health copying octavia/amphorae/drivers/health/heartbeat_udp.py -> build/lib/octavia/amphorae/drivers/health copying octavia/amphorae/drivers/health/__init__.py -> build/lib/octavia/amphorae/drivers/health creating build/lib/octavia/tests/unit/api/v2 creating build/lib/octavia/tests/unit/api/v2/types copying octavia/tests/unit/api/v2/types/test_load_balancers.py -> build/lib/octavia/tests/unit/api/v2/types copying octavia/tests/unit/api/v2/types/test_pools.py -> build/lib/octavia/tests/unit/api/v2/types copying octavia/tests/unit/api/v2/types/test_members.py -> build/lib/octavia/tests/unit/api/v2/types copying octavia/tests/unit/api/v2/types/test_l7policies.py -> build/lib/octavia/tests/unit/api/v2/types copying octavia/tests/unit/api/v2/types/base.py -> build/lib/octavia/tests/unit/api/v2/types copying octavia/tests/unit/api/v2/types/test_l7rules.py -> build/lib/octavia/tests/unit/api/v2/types copying octavia/tests/unit/api/v2/types/__init__.py -> build/lib/octavia/tests/unit/api/v2/types copying octavia/tests/unit/api/v2/types/test_listeners.py -> build/lib/octavia/tests/unit/api/v2/types copying octavia/tests/unit/api/v2/types/test_health_monitors.py -> build/lib/octavia/tests/unit/api/v2/types creating build/lib/octavia/controller/housekeeping copying octavia/controller/housekeeping/house_keeping.py -> build/lib/octavia/controller/housekeeping copying octavia/controller/housekeeping/__init__.py -> build/lib/octavia/controller/housekeeping creating build/lib/octavia/distributor/drivers copying octavia/distributor/drivers/__init__.py -> build/lib/octavia/distributor/drivers copying octavia/distributor/drivers/driver_base.py -> build/lib/octavia/distributor/drivers copying octavia/tests/__init__.py -> build/lib/octavia/tests creating build/lib/octavia/tests/tempest/v1 creating build/lib/octavia/tests/tempest/v1/clients copying octavia/tests/tempest/v1/clients/pools_client.py -> build/lib/octavia/tests/tempest/v1/clients copying octavia/tests/tempest/v1/clients/__init__.py -> build/lib/octavia/tests/tempest/v1/clients copying octavia/tests/tempest/v1/clients/quotas_client.py -> build/lib/octavia/tests/tempest/v1/clients copying octavia/tests/tempest/v1/clients/load_balancers_client.py -> build/lib/octavia/tests/tempest/v1/clients copying octavia/tests/tempest/v1/clients/health_monitors_client.py -> build/lib/octavia/tests/tempest/v1/clients copying octavia/tests/tempest/v1/clients/members_client.py -> build/lib/octavia/tests/tempest/v1/clients copying octavia/tests/tempest/v1/clients/listeners_client.py -> build/lib/octavia/tests/tempest/v1/clients creating build/lib/octavia/tests/unit/api/handlers/queue copying octavia/tests/unit/api/handlers/queue/test_producer.py -> build/lib/octavia/tests/unit/api/handlers/queue copying octavia/tests/unit/api/handlers/queue/__init__.py -> build/lib/octavia/tests/unit/api/handlers/queue creating build/lib/octavia/distributor/drivers/noop_driver copying octavia/distributor/drivers/noop_driver/__init__.py -> build/lib/octavia/distributor/drivers/noop_driver copying octavia/distributor/drivers/noop_driver/driver.py -> build/lib/octavia/distributor/drivers/noop_driver creating build/lib/octavia/api/v2 copying octavia/api/v2/__init__.py -> build/lib/octavia/api/v2 creating build/lib/octavia/api/v1 copying octavia/api/v1/__init__.py -> build/lib/octavia/api/v1 creating build/lib/octavia/tests/functional/amphorae/backend/agent/api_server copying octavia/tests/functional/amphorae/backend/agent/api_server/__init__.py -> build/lib/octavia/tests/functional/amphorae/backend/agent/api_server copying octavia/tests/functional/amphorae/backend/agent/api_server/test_server.py -> build/lib/octavia/tests/functional/amphorae/backend/agent/api_server creating build/lib/octavia/tests/unit/controller/housekeeping copying octavia/tests/unit/controller/housekeeping/test_house_keeping.py -> build/lib/octavia/tests/unit/controller/housekeeping copying octavia/tests/unit/controller/housekeeping/__init__.py -> build/lib/octavia/tests/unit/controller/housekeeping creating build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/load_balancer.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/health_monitor.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/load_balancer_statistics.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/l7policy.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/pool.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/listener_statistics.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/base.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/__init__.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/listener.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/member.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/quotas.py -> build/lib/octavia/api/v1/controllers copying octavia/api/v1/controllers/l7rule.py -> build/lib/octavia/api/v1/controllers copying octavia/tests/tempest/config.py -> build/lib/octavia/tests/tempest copying octavia/tests/tempest/__init__.py -> build/lib/octavia/tests/tempest copying octavia/tests/tempest/plugin.py -> build/lib/octavia/tests/tempest creating build/lib/octavia/tests/tempest/v1/scenario copying octavia/tests/tempest/v1/scenario/test_load_balancer_tree_minimal.py -> build/lib/octavia/tests/tempest/v1/scenario copying octavia/tests/tempest/v1/scenario/test_listener_basic.py -> build/lib/octavia/tests/tempest/v1/scenario copying octavia/tests/tempest/v1/scenario/base.py -> build/lib/octavia/tests/tempest/v1/scenario copying octavia/tests/tempest/v1/scenario/__init__.py -> build/lib/octavia/tests/tempest/v1/scenario copying octavia/tests/tempest/v1/scenario/test_lb_quota.py -> build/lib/octavia/tests/tempest/v1/scenario creating build/lib/octavia/compute creating build/lib/octavia/compute/drivers copying octavia/compute/drivers/nova_driver.py -> build/lib/octavia/compute/drivers copying octavia/compute/drivers/__init__.py -> build/lib/octavia/compute/drivers creating build/lib/octavia/api/v1/types copying octavia/api/v1/types/load_balancer.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/health_monitor.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/load_balancer_statistics.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/l7policy.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/pool.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/listener_statistics.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/__init__.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/listener.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/member.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/quotas.py -> build/lib/octavia/api/v1/types copying octavia/api/v1/types/l7rule.py -> build/lib/octavia/api/v1/types creating build/lib/octavia/controller/queue copying octavia/controller/queue/consumer.py -> build/lib/octavia/controller/queue copying octavia/controller/queue/endpoint.py -> build/lib/octavia/controller/queue copying octavia/controller/queue/__init__.py -> build/lib/octavia/controller/queue copying octavia/controller/queue/event_queue.py -> build/lib/octavia/controller/queue creating build/lib/octavia/tests/unit/controller/worker creating build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/test_lifecycle_tasks.py -> build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/test_network_tasks.py -> build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/test_model_tasks.py -> build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/__init__.py -> build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/test_database_tasks.py -> build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/test_cert_task.py -> build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/test_database_tasks_quota.py -> build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/test_amphora_driver_tasks.py -> build/lib/octavia/tests/unit/controller/worker/tasks copying octavia/tests/unit/controller/worker/tasks/test_compute_tasks.py -> build/lib/octavia/tests/unit/controller/worker/tasks creating build/lib/octavia/tests/unit/amphorae/drivers/haproxy copying octavia/tests/unit/amphorae/drivers/haproxy/test_rest_api_driver.py -> build/lib/octavia/tests/unit/amphorae/drivers/haproxy copying octavia/tests/unit/amphorae/drivers/haproxy/__init__.py -> build/lib/octavia/tests/unit/amphorae/drivers/haproxy creating build/lib/octavia/tests/tempest/v2/scenario copying octavia/tests/tempest/v2/scenario/base.py -> build/lib/octavia/tests/tempest/v2/scenario copying octavia/tests/tempest/v2/scenario/__init__.py -> build/lib/octavia/tests/tempest/v2/scenario copying octavia/tests/tempest/v2/scenario/test_lb_quota.py -> build/lib/octavia/tests/tempest/v2/scenario copying octavia/tests/unit/certificates/__init__.py -> build/lib/octavia/tests/unit/certificates copying octavia/api/config.py -> build/lib/octavia/api copying octavia/api/__init__.py -> build/lib/octavia/api copying octavia/api/app.py -> build/lib/octavia/api copying octavia/api/root_controller.py -> build/lib/octavia/api creating build/lib/octavia/policies copying octavia/policies/healthmonitor.py -> build/lib/octavia/policies copying octavia/policies/amphora.py -> build/lib/octavia/policies copying octavia/policies/l7policy.py -> build/lib/octavia/policies copying octavia/policies/pool.py -> build/lib/octavia/policies copying octavia/policies/loadbalancer.py -> build/lib/octavia/policies copying octavia/policies/base.py -> build/lib/octavia/policies copying octavia/policies/__init__.py -> build/lib/octavia/policies copying octavia/policies/listener.py -> build/lib/octavia/policies copying octavia/policies/member.py -> build/lib/octavia/policies copying octavia/policies/quota.py -> build/lib/octavia/policies copying octavia/policies/l7rule.py -> build/lib/octavia/policies creating build/lib/octavia/common/jinja copying octavia/common/jinja/__init__.py -> build/lib/octavia/common/jinja copying octavia/common/jinja/user_data_jinja_cfg.py -> build/lib/octavia/common/jinja copying octavia/tests/unit/api/v2/__init__.py -> build/lib/octavia/tests/unit/api/v2 copying octavia/tests/unit/api/v1/__init__.py -> build/lib/octavia/tests/unit/api/v1 creating build/lib/octavia/tests/unit/amphorae/backends/health_daemon copying octavia/tests/unit/amphorae/backends/health_daemon/__init__.py -> build/lib/octavia/tests/unit/amphorae/backends/health_daemon copying octavia/tests/unit/amphorae/backends/health_daemon/test_envelope.py -> build/lib/octavia/tests/unit/amphorae/backends/health_daemon copying octavia/tests/unit/amphorae/backends/health_daemon/test_health_daemon.py -> build/lib/octavia/tests/unit/amphorae/backends/health_daemon copying octavia/tests/unit/amphorae/backends/health_daemon/test_health_sender.py -> build/lib/octavia/tests/unit/amphorae/backends/health_daemon creating build/lib/octavia/compute/drivers/noop_driver copying octavia/compute/drivers/noop_driver/__init__.py -> build/lib/octavia/compute/drivers/noop_driver copying octavia/compute/drivers/noop_driver/driver.py -> build/lib/octavia/compute/drivers/noop_driver copying octavia/tests/unit/controller/worker/test_controller_worker.py -> build/lib/octavia/tests/unit/controller/worker copying octavia/tests/unit/controller/worker/__init__.py -> build/lib/octavia/tests/unit/controller/worker copying octavia/tests/unit/controller/worker/test_task_utils.py -> build/lib/octavia/tests/unit/controller/worker copying octavia/tests/unit/controller/worker/test_amphora_rate_limit.py -> build/lib/octavia/tests/unit/controller/worker copying octavia/compute/compute_base.py -> build/lib/octavia/compute copying octavia/compute/__init__.py -> build/lib/octavia/compute creating build/lib/octavia/tests/unit/controller/worker/flows copying octavia/tests/unit/controller/worker/flows/test_listener_flows.py -> build/lib/octavia/tests/unit/controller/worker/flows copying octavia/tests/unit/controller/worker/flows/test_pool_flows.py -> build/lib/octavia/tests/unit/controller/worker/flows copying octavia/tests/unit/controller/worker/flows/test_load_balancer_flows.py -> build/lib/octavia/tests/unit/controller/worker/flows copying octavia/tests/unit/controller/worker/flows/__init__.py -> build/lib/octavia/tests/unit/controller/worker/flows copying octavia/tests/unit/controller/worker/flows/test_l7rule_flows.py -> build/lib/octavia/tests/unit/controller/worker/flows copying octavia/tests/unit/controller/worker/flows/test_health_monitor_flows.py -> build/lib/octavia/tests/unit/controller/worker/flows copying octavia/tests/unit/controller/worker/flows/test_l7policy_flows.py -> build/lib/octavia/tests/unit/controller/worker/flows copying octavia/tests/unit/controller/worker/flows/test_member_flows.py -> build/lib/octavia/tests/unit/controller/worker/flows copying octavia/tests/unit/controller/worker/flows/test_amphora_flows.py -> build/lib/octavia/tests/unit/controller/worker/flows creating build/lib/octavia/tests/functional/api copying octavia/tests/functional/api/test_root_controller.py -> build/lib/octavia/tests/functional/api copying octavia/tests/functional/api/__init__.py -> build/lib/octavia/tests/functional/api creating build/lib/octavia/amphorae/backends/utils copying octavia/amphorae/backends/utils/__init__.py -> build/lib/octavia/amphorae/backends/utils copying octavia/amphorae/backends/utils/haproxy_query.py -> build/lib/octavia/amphorae/backends/utils creating build/lib/octavia/tests/unit/certificates/common/auth copying octavia/tests/unit/certificates/common/auth/test_barbican_acl.py -> build/lib/octavia/tests/unit/certificates/common/auth copying octavia/tests/unit/certificates/common/auth/__init__.py -> build/lib/octavia/tests/unit/certificates/common/auth creating build/lib/octavia/tests/common copying octavia/tests/common/constants.py -> build/lib/octavia/tests/common copying octavia/tests/common/__init__.py -> build/lib/octavia/tests/common copying octavia/tests/common/utils.py -> build/lib/octavia/tests/common copying octavia/tests/common/data_model_helpers.py -> build/lib/octavia/tests/common creating build/lib/octavia/amphorae/driver_exceptions copying octavia/amphorae/driver_exceptions/__init__.py -> build/lib/octavia/amphorae/driver_exceptions copying octavia/amphorae/driver_exceptions/exceptions.py -> build/lib/octavia/amphorae/driver_exceptions creating build/lib/octavia/tests/unit/compute/drivers copying octavia/tests/unit/compute/drivers/test_compute_noop_driver.py -> build/lib/octavia/tests/unit/compute/drivers copying octavia/tests/unit/compute/drivers/__init__.py -> build/lib/octavia/tests/unit/compute/drivers copying octavia/tests/unit/compute/drivers/test_nova_driver.py -> build/lib/octavia/tests/unit/compute/drivers creating build/lib/octavia/common/tls_utils copying octavia/common/tls_utils/__init__.py -> build/lib/octavia/common/tls_utils copying octavia/common/tls_utils/cert_parser.py -> build/lib/octavia/common/tls_utils creating build/lib/octavia/tests/unit/common/jinja creating build/lib/octavia/tests/unit/common/jinja/haproxy copying octavia/tests/unit/common/jinja/haproxy/test_jinja_cfg.py -> build/lib/octavia/tests/unit/common/jinja/haproxy copying octavia/tests/unit/common/jinja/haproxy/__init__.py -> build/lib/octavia/tests/unit/common/jinja/haproxy creating build/lib/octavia/api/common copying octavia/api/common/types.py -> build/lib/octavia/api/common copying octavia/api/common/__init__.py -> build/lib/octavia/api/common copying octavia/api/common/hooks.py -> build/lib/octavia/api/common copying octavia/api/common/pagination.py -> build/lib/octavia/api/common copying octavia/tests/unit/amphorae/drivers/test_noop_amphoraloadbalancer_driver.py -> build/lib/octavia/tests/unit/amphorae/drivers copying octavia/tests/unit/amphorae/drivers/__init__.py -> build/lib/octavia/tests/unit/amphorae/drivers creating build/lib/octavia/amphorae/backends/agent creating build/lib/octavia/amphorae/backends/agent/api_server copying octavia/amphorae/backends/agent/api_server/osutils.py -> build/lib/octavia/amphorae/backends/agent/api_server copying octavia/amphorae/backends/agent/api_server/amphora_info.py -> build/lib/octavia/amphorae/backends/agent/api_server copying octavia/amphorae/backends/agent/api_server/server.py -> build/lib/octavia/amphorae/backends/agent/api_server copying octavia/amphorae/backends/agent/api_server/util.py -> build/lib/octavia/amphorae/backends/agent/api_server copying octavia/amphorae/backends/agent/api_server/__init__.py -> build/lib/octavia/amphorae/backends/agent/api_server copying octavia/amphorae/backends/agent/api_server/listener.py -> build/lib/octavia/amphorae/backends/agent/api_server copying octavia/amphorae/backends/agent/api_server/haproxy_compatibility.py -> build/lib/octavia/amphorae/backends/agent/api_server copying octavia/amphorae/backends/agent/api_server/plug.py -> build/lib/octavia/amphorae/backends/agent/api_server copying octavia/amphorae/backends/agent/api_server/certificate_update.py -> build/lib/octavia/amphorae/backends/agent/api_server copying octavia/amphorae/backends/agent/api_server/keepalived.py -> build/lib/octavia/amphorae/backends/agent/api_server creating build/lib/octavia/certificates/generator copying octavia/certificates/generator/cert_gen.py -> build/lib/octavia/certificates/generator copying octavia/certificates/generator/anchor.py -> build/lib/octavia/certificates/generator copying octavia/certificates/generator/__init__.py -> build/lib/octavia/certificates/generator copying octavia/certificates/generator/local.py -> build/lib/octavia/certificates/generator creating build/lib/octavia/tests/unit/amphorae/backends/agent/api_server copying octavia/tests/unit/amphorae/backends/agent/api_server/test_plug.py -> build/lib/octavia/tests/unit/amphorae/backends/agent/api_server copying octavia/tests/unit/amphorae/backends/agent/api_server/test_keepalived.py -> build/lib/octavia/tests/unit/amphorae/backends/agent/api_server copying octavia/tests/unit/amphorae/backends/agent/api_server/test_osutils.py -> build/lib/octavia/tests/unit/amphorae/backends/agent/api_server copying octavia/tests/unit/amphorae/backends/agent/api_server/test_amphora_info.py -> build/lib/octavia/tests/unit/amphorae/backends/agent/api_server copying octavia/tests/unit/amphorae/backends/agent/api_server/__init__.py -> build/lib/octavia/tests/unit/amphorae/backends/agent/api_server copying octavia/tests/unit/amphorae/backends/agent/api_server/test_listener.py -> build/lib/octavia/tests/unit/amphorae/backends/agent/api_server copying octavia/tests/unit/amphorae/backends/agent/api_server/test_haproxy_compatibility.py -> build/lib/octavia/tests/unit/amphorae/backends/agent/api_server copying octavia/tests/tempest/v1/__init__.py -> build/lib/octavia/tests/tempest/v1 creating build/lib/octavia/certificates/common/auth copying octavia/certificates/common/auth/barbican_acl.py -> build/lib/octavia/certificates/common/auth copying octavia/certificates/common/auth/__init__.py -> build/lib/octavia/certificates/common/auth creating build/lib/octavia/api/v2/types copying octavia/api/v2/types/load_balancer.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/health_monitor.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/amphora.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/l7policy.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/pool.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/__init__.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/listener.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/member.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/quotas.py -> build/lib/octavia/api/v2/types copying octavia/api/v2/types/l7rule.py -> build/lib/octavia/api/v2/types creating build/lib/octavia/controller/healthmanager/health_drivers copying octavia/controller/healthmanager/health_drivers/__init__.py -> build/lib/octavia/controller/healthmanager/health_drivers copying octavia/controller/healthmanager/health_drivers/update_db.py -> build/lib/octavia/controller/healthmanager/health_drivers copying octavia/controller/healthmanager/health_drivers/update_logging.py -> build/lib/octavia/controller/healthmanager/health_drivers copying octavia/controller/healthmanager/health_drivers/update_base.py -> build/lib/octavia/controller/healthmanager/health_drivers copying octavia/network/drivers/__init__.py -> build/lib/octavia/network/drivers copying octavia/controller/__init__.py -> build/lib/octavia/controller copying octavia/amphorae/backends/__init__.py -> build/lib/octavia/amphorae/backends copying octavia/amphorae/backends/agent/agent_jinja_cfg.py -> build/lib/octavia/amphorae/backends/agent copying octavia/amphorae/backends/agent/__init__.py -> build/lib/octavia/amphorae/backends/agent creating build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/test_quotas.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/test_load_balancer.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/test_member.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/test_l7policy.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/base.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/__init__.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/test_listener.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/test_health_monitor.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/test_pool.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/test_amphora.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/api/v2/test_l7rule.py -> build/lib/octavia/tests/functional/api/v2 copying octavia/tests/functional/__init__.py -> build/lib/octavia/tests/functional creating build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_load_balancer_statistics.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_api_sort.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_quotas.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_load_balancer.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_listener_statistics.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_member.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_l7policy.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/base.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/__init__.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_listener.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_health_monitor.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_pool.py -> build/lib/octavia/tests/functional/api/v1 copying octavia/tests/functional/api/v1/test_l7rule.py -> build/lib/octavia/tests/functional/api/v1 creating build/lib/octavia/cmd copying octavia/cmd/house_keeping.py -> build/lib/octavia/cmd copying octavia/cmd/agent.py -> build/lib/octavia/cmd copying octavia/cmd/health_manager.py -> build/lib/octavia/cmd copying octavia/cmd/__init__.py -> build/lib/octavia/cmd copying octavia/cmd/api.py -> build/lib/octavia/cmd copying octavia/cmd/haproxy_vrrp_check.py -> build/lib/octavia/cmd copying octavia/cmd/octavia_worker.py -> build/lib/octavia/cmd creating build/lib/octavia/common/jinja/haproxy copying octavia/common/jinja/haproxy/jinja_cfg.py -> build/lib/octavia/common/jinja/haproxy copying octavia/common/jinja/haproxy/__init__.py -> build/lib/octavia/common/jinja/haproxy creating build/lib/octavia/api/handlers/controller_simulator copying octavia/api/handlers/controller_simulator/handler.py -> build/lib/octavia/api/handlers/controller_simulator copying octavia/api/handlers/controller_simulator/__init__.py -> build/lib/octavia/api/handlers/controller_simulator creating build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/database_tasks.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/network_tasks.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/lifecycle_tasks.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/__init__.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/cert_task.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/compute_tasks.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/amphora_driver_tasks.py -> build/lib/octavia/controller/worker/tasks copying octavia/controller/worker/tasks/model_tasks.py -> build/lib/octavia/controller/worker/tasks creating build/lib/octavia/tests/unit/amphorae/drivers/health copying octavia/tests/unit/amphorae/drivers/health/__init__.py -> build/lib/octavia/tests/unit/amphorae/drivers/health copying octavia/tests/unit/amphorae/drivers/health/test_heartbeat_udp.py -> build/lib/octavia/tests/unit/amphorae/drivers/health copying octavia/tests/unit/common/jinja/test_user_data_jinja_cfg.py -> build/lib/octavia/tests/unit/common/jinja copying octavia/tests/unit/common/jinja/__init__.py -> build/lib/octavia/tests/unit/common/jinja copying octavia/amphorae/__init__.py -> build/lib/octavia/amphorae creating build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/load_balancer.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/health_monitor.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/amphora.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/l7policy.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/pool.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/base.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/__init__.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/listener.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/member.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/quotas.py -> build/lib/octavia/api/v2/controllers copying octavia/api/v2/controllers/l7rule.py -> build/lib/octavia/api/v2/controllers creating build/lib/octavia/network/drivers/neutron copying octavia/network/drivers/neutron/allowed_address_pairs.py -> build/lib/octavia/network/drivers/neutron copying octavia/network/drivers/neutron/base.py -> build/lib/octavia/network/drivers/neutron copying octavia/network/drivers/neutron/__init__.py -> build/lib/octavia/network/drivers/neutron copying octavia/network/drivers/neutron/utils.py -> build/lib/octavia/network/drivers/neutron creating build/lib/octavia/tests/unit/common/sample_configs copying octavia/tests/unit/common/sample_configs/sample_configs.py -> build/lib/octavia/tests/unit/common/sample_configs copying octavia/tests/unit/common/sample_configs/__init__.py -> build/lib/octavia/tests/unit/common/sample_configs copying octavia/tests/unit/common/sample_configs/sample_certs.py -> build/lib/octavia/tests/unit/common/sample_configs creating build/lib/octavia/certificates/manager copying octavia/certificates/manager/cert_mgr.py -> build/lib/octavia/certificates/manager copying octavia/certificates/manager/castellan_mgr.py -> build/lib/octavia/certificates/manager copying octavia/certificates/manager/__init__.py -> build/lib/octavia/certificates/manager copying octavia/certificates/manager/local.py -> build/lib/octavia/certificates/manager copying octavia/certificates/manager/barbican.py -> build/lib/octavia/certificates/manager copying octavia/certificates/manager/barbican_legacy.py -> build/lib/octavia/certificates/manager creating build/lib/octavia/tests/unit/certificates/generator copying octavia/tests/unit/certificates/generator/test_local.py -> build/lib/octavia/tests/unit/certificates/generator copying octavia/tests/unit/certificates/generator/local_csr.py -> build/lib/octavia/tests/unit/certificates/generator copying octavia/tests/unit/certificates/generator/__init__.py -> build/lib/octavia/tests/unit/certificates/generator copying octavia/tests/unit/certificates/generator/test_anchor.py -> build/lib/octavia/tests/unit/certificates/generator running egg_info 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/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/amphora-netns.systemd.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/keepalived.systemd.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/keepalived.sysvinit.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/keepalived.upstart.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/keepalived_check_script.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/plug_port_ethX.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/plug_vip_ethX.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/rh_plug_port_ethX.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/rh_plug_vip_ethX.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/rh_plug_vip_ethX_alias.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/rh_route_ethX.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/rh_rule_ethX.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/systemd.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/sysvinit.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates copying octavia/amphorae/backends/agent/api_server/templates/upstart.conf.j2 -> build/lib/octavia/amphorae/backends/agent/api_server/templates creating build/lib/octavia/amphorae/backends/agent/templates copying octavia/amphorae/backends/agent/templates/amphora_agent_conf.template -> build/lib/octavia/amphorae/backends/agent/templates creating build/lib/octavia/common/jinja/haproxy/templates copying octavia/common/jinja/haproxy/templates/base.j2 -> build/lib/octavia/common/jinja/haproxy/templates copying octavia/common/jinja/haproxy/templates/haproxy.cfg.j2 -> build/lib/octavia/common/jinja/haproxy/templates copying octavia/common/jinja/haproxy/templates/macros.j2 -> build/lib/octavia/common/jinja/haproxy/templates copying octavia/tests/unit/common/sample_configs/sample_pkcs12.p12 -> build/lib/octavia/tests/unit/common/sample_configs ~/build/BUILD/octavia-2.0.4/octavia/tests/contrib ~/build/BUILD/octavia-2.0.4 + pushd octavia/tests/contrib + go build -ldflags '-linkmode external -extldflags -static' -o octavia-tests-httpd httpd.go # command-line-arguments /tmp/go-link-391213644/000004.o: In function `_cgo_18049202ccd9_C2func_getaddrinfo': /tmp/go-build/cgo-gcc-prolog:49: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking ~/build/BUILD/octavia-2.0.4 + popd + read name eq value + test '[DEFAULT]' + test '' + continue + read name eq value + test verbose + test True + sed -ri '0,/^(#)? *verbose *=/{s!^(#)? *verbose *=.*!# verbose = True!}' etc/octavia.conf + read name eq value + test auth_strategy + test noauth + sed -ri '0,/^(#)? *auth_strategy *=/{s!^(#)? *auth_strategy *=.*!# auth_strategy = noauth!}' etc/octavia.conf + read name eq value + test notification_driver + test neutron.openstack.common.notifier.rpc_notifier + sed -ri '0,/^(#)? *notification_driver *=/{s!^(#)? *notification_driver *=.*!# notification_driver = neutron.openstack.common.notifier.rpc_notifier!}' etc/octavia.conf + read name eq value + test allow_overlapping_ips + test True + sed -ri '0,/^(#)? *allow_overlapping_ips *=/{s!^(#)? *allow_overlapping_ips *=.*!# allow_overlapping_ips = True!}' etc/octavia.conf + read name eq value + test use_stderr + test False + sed -ri '0,/^(#)? *use_stderr *=/{s!^(#)? *use_stderr *=.*!# use_stderr = False!}' etc/octavia.conf + read name eq value + test notify_nova_on_port_data_changes + test False + sed -ri '0,/^(#)? *notify_nova_on_port_data_changes *=/{s!^(#)? *notify_nova_on_port_data_changes *=.*!# notify_nova_on_port_data_changes = False!}' etc/octavia.conf + read name eq value + test notify_nova_on_port_status_changes + test False + sed -ri '0,/^(#)? *notify_nova_on_port_status_changes *=/{s!^(#)? *notify_nova_on_port_status_changes *=.*!# notify_nova_on_port_status_changes = False!}' etc/octavia.conf + read name eq value + test '' + continue + read name eq value + test '[database]' + test '' + continue + read name eq value + test max_pool_size + test 10 + sed -ri '0,/^(#)? *max_pool_size *=/{s!^(#)? *max_pool_size *=.*!# max_pool_size = 10!}' etc/octavia.conf + read name eq value + test max_overflow + test 20 + sed -ri '0,/^(#)? *max_overflow *=/{s!^(#)? *max_overflow *=.*!# max_overflow = 20!}' etc/octavia.conf + read name eq value + test pool_timeout + test 10 + sed -ri '0,/^(#)? *pool_timeout *=/{s!^(#)? *pool_timeout *=.*!# pool_timeout = 10!}' etc/octavia.conf Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.dAD8Lo + read name eq value + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le ++ dirname /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le + cd octavia-2.0.4 + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/healthmonitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/loadbalancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/quota.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies copying build/lib/octavia/policies/l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration copying build/lib/octavia/db/migration/cli.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration copying build/lib/octavia/db/migration/alembic.ini -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration copying build/lib/octavia/db/migration/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations copying build/lib/octavia/db/migration/alembic_migrations/script.py.mako -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations copying build/lib/octavia/db/migration/alembic_migrations/README.rst -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations copying build/lib/octavia/db/migration/alembic_migrations/env.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/9bf4d21caaea_adding_amphora_id_to_listener_.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/14892634e228_update_vip.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/1e4c1d83044c_keepalived_configuration_datamodel.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/5309960964f8_add_proxy_protocol_for_pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/62816c232310_fix_migration_for_mysql_5_7.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/256852d5ff7c_add_lb_network_ip_to_amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/92fe9857279_create_healthmanager_table.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/9b5473976d6d_add_provisioning_status_to_objects.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/3a1e1cdb7b27_rename_amphora_host_id.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/3e5b37a0bdb9_add_vrrp_ip_and_ha_ip_to_amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/458c9ee2a011_l7_policies_and_rules.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/4c094013699a_update_load_balancer_amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/4fe8240425b4_update_vip_add_subnet_id.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/443fe6676637_add_network_id_to_vip.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/4faaa983e7a9_update_member_address_column.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/44a2414dd683_adding_name_column_to_member_and_health_.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/4a6ec0ab7284_remove_fk_constraints_on_listener_.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/43287cd10fef_make_pool_lb_algorithm_larger.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/186509101b9b_add_server_group_id_to_loadbalancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/034b2dc2f3e0_modernize_l7policy_fields.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/bf171d0d91c3_amphora_add_cached_zone.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/298eac0640a7_add_amphora_vrrp_port_id_and_ha_port_id.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/35dee79d5865_initial_create.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/52377704420e_add_timestamps_to_healthmonitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/5a3ee5472c31_add_cert_expiration__infor_in_amphora_table.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/82b9402e71fd_update_vip_address_size.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/fac584114642_.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/4aeb9e23ad43_add_draining_operating_status.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/4d9cf7d32f2_insert_headers.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/fc5582da7d8a_create_amphora_build_rate_limit_tables.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/0aee2b450512_extend_api_to_accept_qos_policy_id.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/48660b6643f0_add_new_states_for_amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/c11292016060_add_request_errors_for_stats.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/6abb04f24c5_tenant_id_to_project_id.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/357d17a6d5ac_update_lb_and_amphora_data_model_for_.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/36b94648fef8_add_timestamp.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/3f8ff3be828e_create_quotas_table.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/29ff921a6eb_shared_pools.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/d85ca7258d21_modernize_l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/2351ea316465_adding_terminate_https_tls_ref_support.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/27e54d00c3cd_add_monitor_address_and_port_to_member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/13500e2e978d_update_url_and_name_size.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/543f5d8e4e56_add_a_column_busy_in_table_amphora_health.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/e6672bda93bf_add_ping_and_tlshello_monitor_types.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/3b199c848b96_create_no_monitor_operational_status.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/migration/alembic_migrations/versions/8c0851bdf6c3_change_tls_container_id_length_in_sni_.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions copying build/lib/octavia/db/prepare.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/db/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/db/api.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/db/models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/db/repositories.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/db/base_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db copying build/lib/octavia/i18n.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/driver_exceptions copying build/lib/octavia/amphorae/driver_exceptions/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/driver_exceptions copying build/lib/octavia/amphorae/driver_exceptions/exceptions.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/driver_exceptions copying build/lib/octavia/amphorae/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja/templates copying build/lib/octavia/amphorae/drivers/keepalived/jinja/templates/keepalived_base.template -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja/templates copying build/lib/octavia/amphorae/drivers/keepalived/jinja/jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja copying build/lib/octavia/amphorae/drivers/keepalived/jinja/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja copying build/lib/octavia/amphorae/drivers/keepalived/vrrp_rest_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived copying build/lib/octavia/amphorae/drivers/keepalived/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy copying build/lib/octavia/amphorae/drivers/haproxy/rest_api_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy copying build/lib/octavia/amphorae/drivers/haproxy/data_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy copying build/lib/octavia/amphorae/drivers/haproxy/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy copying build/lib/octavia/amphorae/drivers/haproxy/exceptions.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy copying build/lib/octavia/amphorae/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/health copying build/lib/octavia/amphorae/drivers/health/heartbeat_udp.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/health copying build/lib/octavia/amphorae/drivers/health/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/health copying build/lib/octavia/amphorae/drivers/driver_base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/noop_driver copying build/lib/octavia/amphorae/drivers/noop_driver/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/noop_driver copying build/lib/octavia/amphorae/drivers/noop_driver/driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/noop_driver creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon copying build/lib/octavia/amphorae/backends/health_daemon/health_sender.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon copying build/lib/octavia/amphorae/backends/health_daemon/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon copying build/lib/octavia/amphorae/backends/health_daemon/status_message.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon copying build/lib/octavia/amphorae/backends/health_daemon/health_daemon.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/utils copying build/lib/octavia/amphorae/backends/utils/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/utils copying build/lib/octavia/amphorae/backends/utils/haproxy_query.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/utils copying build/lib/octavia/amphorae/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/templates copying build/lib/octavia/amphorae/backends/agent/templates/amphora_agent_conf.template -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/templates creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/osutils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/rh_rule_ethX.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/plug_port_ethX.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/rh_plug_vip_ethX_alias.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/keepalived_check_script.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/amphora-netns.systemd.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/upstart.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/keepalived.sysvinit.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/systemd.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/rh_plug_vip_ethX.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/rh_plug_port_ethX.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/rh_route_ethX.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/keepalived.systemd.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/keepalived.upstart.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/sysvinit.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/templates/plug_vip_ethX.conf.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/templates copying build/lib/octavia/amphorae/backends/agent/api_server/amphora_info.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/server.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/util.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/haproxy_compatibility.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/plug.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/certificate_update.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/api_server/keepalived.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server copying build/lib/octavia/amphorae/backends/agent/agent_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent copying build/lib/octavia/amphorae/backends/agent/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/healthmanager creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers copying build/lib/octavia/controller/healthmanager/health_drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers copying build/lib/octavia/controller/healthmanager/health_drivers/update_db.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers copying build/lib/octavia/controller/healthmanager/health_drivers/update_logging.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers copying build/lib/octavia/controller/healthmanager/health_drivers/update_base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers copying build/lib/octavia/controller/healthmanager/health_manager.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/healthmanager copying build/lib/octavia/controller/healthmanager/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/healthmanager copying build/lib/octavia/controller/healthmanager/update_serializer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/healthmanager creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/housekeeping copying build/lib/octavia/controller/housekeeping/house_keeping.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/housekeeping copying build/lib/octavia/controller/housekeeping/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/housekeeping copying build/lib/octavia/controller/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/queue copying build/lib/octavia/controller/queue/consumer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/queue copying build/lib/octavia/controller/queue/endpoint.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/queue copying build/lib/octavia/controller/queue/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/queue copying build/lib/octavia/controller/queue/event_queue.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/queue creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker copying build/lib/octavia/controller/worker/task_utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker copying build/lib/octavia/controller/worker/controller_worker.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker copying build/lib/octavia/controller/worker/amphora_rate_limit.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker copying build/lib/octavia/controller/worker/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/database_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/network_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/lifecycle_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/cert_task.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/compute_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/amphora_driver_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks copying build/lib/octavia/controller/worker/tasks/model_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/l7rule_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/pool_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/l7policy_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/amphora_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/listener_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/load_balancer_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/health_monitor_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/flows copying build/lib/octavia/controller/worker/flows/member_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/flows creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/distributor copying build/lib/octavia/distributor/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/distributor creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/distributor/drivers copying build/lib/octavia/distributor/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/distributor/drivers copying build/lib/octavia/distributor/drivers/driver_base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/distributor/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/distributor/drivers/noop_driver copying build/lib/octavia/distributor/drivers/noop_driver/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/distributor/drivers/noop_driver copying build/lib/octavia/distributor/drivers/noop_driver/driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/distributor/drivers/noop_driver creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute copying build/lib/octavia/compute/compute_base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute copying build/lib/octavia/compute/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute/drivers copying build/lib/octavia/compute/drivers/nova_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute/drivers copying build/lib/octavia/compute/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute/drivers/noop_driver copying build/lib/octavia/compute/drivers/noop_driver/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute/drivers/noop_driver copying build/lib/octavia/compute/drivers/noop_driver/driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute/drivers/noop_driver creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/generator copying build/lib/octavia/certificates/generator/cert_gen.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/generator copying build/lib/octavia/certificates/generator/anchor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/generator copying build/lib/octavia/certificates/generator/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/generator copying build/lib/octavia/certificates/generator/local.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/generator creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common copying build/lib/octavia/certificates/common/cert.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common/auth copying build/lib/octavia/certificates/common/auth/barbican_acl.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common/auth copying build/lib/octavia/certificates/common/auth/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common/auth copying build/lib/octavia/certificates/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common copying build/lib/octavia/certificates/common/pkcs12.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common copying build/lib/octavia/certificates/common/local.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common copying build/lib/octavia/certificates/common/barbican.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common copying build/lib/octavia/certificates/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/manager copying build/lib/octavia/certificates/manager/cert_mgr.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/manager copying build/lib/octavia/certificates/manager/castellan_mgr.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/manager copying build/lib/octavia/certificates/manager/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/manager copying build/lib/octavia/certificates/manager/local.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/manager copying build/lib/octavia/certificates/manager/barbican.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/manager copying build/lib/octavia/certificates/manager/barbican_legacy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/manager creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/hacking copying build/lib/octavia/hacking/checks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/hacking copying build/lib/octavia/hacking/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/hacking copying build/lib/octavia/version.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja/templates copying build/lib/octavia/common/jinja/templates/user_data_config_drive.template -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja/templates creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy/templates copying build/lib/octavia/common/jinja/haproxy/templates/haproxy.cfg.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy/templates copying build/lib/octavia/common/jinja/haproxy/templates/macros.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy/templates copying build/lib/octavia/common/jinja/haproxy/templates/base.j2 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy/templates copying build/lib/octavia/common/jinja/haproxy/jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy copying build/lib/octavia/common/jinja/haproxy/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy copying build/lib/octavia/common/jinja/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja copying build/lib/octavia/common/jinja/user_data_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja copying build/lib/octavia/common/keystone.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/config.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/tls_utils copying build/lib/octavia/common/tls_utils/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/tls_utils copying build/lib/octavia/common/tls_utils/cert_parser.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/tls_utils copying build/lib/octavia/common/clients.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/constants.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/validate.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/data_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/service.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/base_taskflow.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/context.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/exceptions.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/stats.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/common/decorators.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common copying build/lib/octavia/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network copying build/lib/octavia/network/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network copying build/lib/octavia/network/data_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network copying build/lib/octavia/network/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers copying build/lib/octavia/network/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers/noop_driver copying build/lib/octavia/network/drivers/noop_driver/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers/noop_driver copying build/lib/octavia/network/drivers/noop_driver/driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers/noop_driver creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron copying build/lib/octavia/network/drivers/neutron/allowed_address_pairs.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron copying build/lib/octavia/network/drivers/neutron/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron copying build/lib/octavia/network/drivers/neutron/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron copying build/lib/octavia/network/drivers/neutron/utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/house_keeping.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/agent.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/health_manager.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/api.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/haproxy_vrrp_check.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd copying build/lib/octavia/cmd/octavia_worker.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/contrib copying build/lib/octavia/tests/contrib/decode_args.sh -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/contrib copying build/lib/octavia/tests/contrib/post_test_hook.sh -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/contrib copying build/lib/octavia/tests/contrib/deploy_c10k_test.sh -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/contrib copying build/lib/octavia/tests/contrib/gate_hook.sh -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/contrib copying build/lib/octavia/tests/contrib/httpd.go -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/contrib creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/contrib/hooks copying build/lib/octavia/tests/contrib/hooks/api_extensions -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/contrib/hooks copying build/lib/octavia/tests/contrib/hooks/apiv1 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/contrib/hooks copying build/lib/octavia/tests/contrib/hooks/scenario -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/contrib/hooks creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit copying build/lib/octavia/tests/unit/test_hacking.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/db copying build/lib/octavia/tests/unit/db/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/db creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae copying build/lib/octavia/tests/unit/amphorae/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja copying build/lib/octavia/tests/unit/amphorae/drivers/keepalived/jinja/test_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja copying build/lib/octavia/tests/unit/amphorae/drivers/keepalived/jinja/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja copying build/lib/octavia/tests/unit/amphorae/drivers/keepalived/test_vrrp_rest_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived copying build/lib/octavia/tests/unit/amphorae/drivers/keepalived/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/haproxy copying build/lib/octavia/tests/unit/amphorae/drivers/haproxy/test_rest_api_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/haproxy copying build/lib/octavia/tests/unit/amphorae/drivers/haproxy/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/haproxy copying build/lib/octavia/tests/unit/amphorae/drivers/test_noop_amphoraloadbalancer_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers copying build/lib/octavia/tests/unit/amphorae/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/health copying build/lib/octavia/tests/unit/amphorae/drivers/health/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/health copying build/lib/octavia/tests/unit/amphorae/drivers/health/test_heartbeat_udp.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/health creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon copying build/lib/octavia/tests/unit/amphorae/backends/health_daemon/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon copying build/lib/octavia/tests/unit/amphorae/backends/health_daemon/test_envelope.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon copying build/lib/octavia/tests/unit/amphorae/backends/health_daemon/test_health_daemon.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon copying build/lib/octavia/tests/unit/amphorae/backends/health_daemon/test_health_sender.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/utils copying build/lib/octavia/tests/unit/amphorae/backends/utils/test_haproxy_query.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/utils copying build/lib/octavia/tests/unit/amphorae/backends/utils/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/utils copying build/lib/octavia/tests/unit/amphorae/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/api_server/test_plug.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/api_server/test_keepalived.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/api_server/test_osutils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/api_server/test_amphora_info.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/api_server/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/api_server/test_listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/api_server/test_haproxy_compatibility.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server copying build/lib/octavia/tests/unit/amphorae/backends/agent/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent copying build/lib/octavia/tests/unit/amphorae/backends/agent/test_agent_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers copying build/lib/octavia/tests/unit/controller/healthmanager/health_drivers/test_update_db.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers copying build/lib/octavia/tests/unit/controller/healthmanager/health_drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers copying build/lib/octavia/tests/unit/controller/healthmanager/health_drivers/test_update_base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers copying build/lib/octavia/tests/unit/controller/healthmanager/health_drivers/test_update_logging.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers copying build/lib/octavia/tests/unit/controller/healthmanager/test_health_manager.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager copying build/lib/octavia/tests/unit/controller/healthmanager/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager copying build/lib/octavia/tests/unit/controller/healthmanager/test_update_serializer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/housekeeping copying build/lib/octavia/tests/unit/controller/housekeeping/test_house_keeping.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/housekeeping copying build/lib/octavia/tests/unit/controller/housekeeping/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/housekeeping copying build/lib/octavia/tests/unit/controller/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue copying build/lib/octavia/tests/unit/controller/queue/test_endpoint.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue copying build/lib/octavia/tests/unit/controller/queue/test_consumer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue copying build/lib/octavia/tests/unit/controller/queue/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker copying build/lib/octavia/tests/unit/controller/worker/test_controller_worker.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker copying build/lib/octavia/tests/unit/controller/worker/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_lifecycle_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_network_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_model_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_database_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_cert_task.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_database_tasks_quota.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_amphora_driver_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks copying build/lib/octavia/tests/unit/controller/worker/tasks/test_compute_tasks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_listener_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_pool_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_load_balancer_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_l7rule_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_health_monitor_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_l7policy_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_member_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/flows/test_amphora_flows.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows copying build/lib/octavia/tests/unit/controller/worker/test_task_utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker copying build/lib/octavia/tests/unit/controller/worker/test_amphora_rate_limit.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/compute copying build/lib/octavia/tests/unit/compute/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/compute creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers copying build/lib/octavia/tests/unit/compute/drivers/test_compute_noop_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers copying build/lib/octavia/tests/unit/compute/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers copying build/lib/octavia/tests/unit/compute/drivers/test_nova_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator copying build/lib/octavia/tests/unit/certificates/generator/test_local.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator copying build/lib/octavia/tests/unit/certificates/generator/local_csr.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator copying build/lib/octavia/tests/unit/certificates/generator/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator copying build/lib/octavia/tests/unit/certificates/generator/test_anchor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common copying build/lib/octavia/tests/unit/certificates/common/test_local.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common copying build/lib/octavia/tests/unit/certificates/common/test_barbican.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/auth copying build/lib/octavia/tests/unit/certificates/common/auth/test_barbican_acl.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/auth copying build/lib/octavia/tests/unit/certificates/common/auth/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/auth copying build/lib/octavia/tests/unit/certificates/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common copying build/lib/octavia/tests/unit/certificates/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager copying build/lib/octavia/tests/unit/certificates/manager/test_local.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager copying build/lib/octavia/tests/unit/certificates/manager/test_barbican.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager copying build/lib/octavia/tests/unit/certificates/manager/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager copying build/lib/octavia/tests/unit/certificates/manager/test_barbican_legacy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager copying build/lib/octavia/tests/unit/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/haproxy copying build/lib/octavia/tests/unit/common/jinja/haproxy/test_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/haproxy copying build/lib/octavia/tests/unit/common/jinja/haproxy/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/haproxy copying build/lib/octavia/tests/unit/common/jinja/test_user_data_jinja_cfg.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja copying build/lib/octavia/tests/unit/common/jinja/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/tls_utils copying build/lib/octavia/tests/unit/common/tls_utils/test_cert_parser.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/tls_utils copying build/lib/octavia/tests/unit/common/tls_utils/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/tls_utils copying build/lib/octavia/tests/unit/common/test_data_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_exceptions.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_clients.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_base_taskflow.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_decorator.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_stats.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_config.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_constants.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs copying build/lib/octavia/tests/unit/common/sample_configs/sample_configs.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs copying build/lib/octavia/tests/unit/common/sample_configs/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs copying build/lib/octavia/tests/unit/common/sample_configs/sample_certs.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs copying build/lib/octavia/tests/unit/common/sample_configs/sample_pkcs12.p12 -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs copying build/lib/octavia/tests/unit/common/test_policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/common/test_validations.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common copying build/lib/octavia/tests/unit/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network copying build/lib/octavia/tests/unit/network/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers copying build/lib/octavia/tests/unit/network/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers copying build/lib/octavia/tests/unit/network/drivers/test_network_noop_driver.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron copying build/lib/octavia/tests/unit/network/drivers/neutron/test_allowed_address_pairs.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron copying build/lib/octavia/tests/unit/network/drivers/neutron/test_utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron copying build/lib/octavia/tests/unit/network/drivers/neutron/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron copying build/lib/octavia/tests/unit/network/drivers/neutron/test_base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd copying build/lib/octavia/tests/unit/cmd/test_house_keeping.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd copying build/lib/octavia/tests/unit/cmd/test_agent.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd copying build/lib/octavia/tests/unit/cmd/test_health_manager.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd copying build/lib/octavia/tests/unit/cmd/test_haproxy_vrrp_check.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd copying build/lib/octavia/tests/unit/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers copying build/lib/octavia/tests/unit/api/handlers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers/queue copying build/lib/octavia/tests/unit/api/handlers/queue/test_producer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers/queue copying build/lib/octavia/tests/unit/api/handlers/queue/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers/queue creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common copying build/lib/octavia/tests/unit/api/common/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common copying build/lib/octavia/tests/unit/api/common/test_types.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common copying build/lib/octavia/tests/unit/api/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common copying build/lib/octavia/tests/unit/api/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1 creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/test_load_balancers.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/test_pools.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/test_members.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/test_l7policies.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/test_l7rules.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/test_listeners.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/types/test_health_monitors.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types copying build/lib/octavia/tests/unit/api/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1 creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2 creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/test_load_balancers.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/test_pools.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/test_members.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/test_l7policies.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/test_l7rules.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/test_listeners.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/types/test_health_monitors.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types copying build/lib/octavia/tests/unit/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2 creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/hooks copying build/lib/octavia/tests/unit/api/hooks/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/hooks copying build/lib/octavia/tests/unit/api/hooks/test_query_parameters.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/hooks creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest copying build/lib/octavia/tests/tempest/config.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/common copying build/lib/octavia/tests/tempest/common/manager.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/common copying build/lib/octavia/tests/tempest/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/common copying build/lib/octavia/tests/tempest/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest copying build/lib/octavia/tests/tempest/plugin.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1 copying build/lib/octavia/tests/tempest/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1 creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/v1/clients/pools_client.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/v1/clients/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/v1/clients/quotas_client.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/v1/clients/load_balancers_client.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/v1/clients/health_monitors_client.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/v1/clients/members_client.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients copying build/lib/octavia/tests/tempest/v1/clients/listeners_client.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario copying build/lib/octavia/tests/tempest/v1/scenario/test_load_balancer_tree_minimal.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario copying build/lib/octavia/tests/tempest/v1/scenario/test_listener_basic.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario copying build/lib/octavia/tests/tempest/v1/scenario/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario copying build/lib/octavia/tests/tempest/v1/scenario/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario copying build/lib/octavia/tests/tempest/v1/scenario/test_lb_quota.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2 copying build/lib/octavia/tests/tempest/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2 creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/clients copying build/lib/octavia/tests/tempest/v2/clients/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/clients copying build/lib/octavia/tests/tempest/v2/clients/quotas_client.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/clients creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario copying build/lib/octavia/tests/tempest/v2/scenario/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario copying build/lib/octavia/tests/tempest/v2/scenario/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario copying build/lib/octavia/tests/tempest/v2/scenario/test_lb_quota.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario copying build/lib/octavia/tests/tempest/README.rst -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/db copying build/lib/octavia/tests/functional/db/test_models.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/db copying build/lib/octavia/tests/functional/db/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/db copying build/lib/octavia/tests/functional/db/test_repositories.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/db copying build/lib/octavia/tests/functional/db/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/db creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend copying build/lib/octavia/tests/functional/amphorae/backend/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent/api_server copying build/lib/octavia/tests/functional/amphorae/backend/agent/api_server/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent/api_server copying build/lib/octavia/tests/functional/amphorae/backend/agent/api_server/test_server.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent/api_server copying build/lib/octavia/tests/functional/amphorae/backend/agent/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent copying build/lib/octavia/tests/functional/amphorae/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae copying build/lib/octavia/tests/functional/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api copying build/lib/octavia/tests/functional/api/test_root_controller.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api copying build/lib/octavia/tests/functional/api/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_load_balancer_statistics.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_api_sort.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_quotas.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_load_balancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_listener_statistics.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_health_monitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 copying build/lib/octavia/tests/functional/api/v1/test_l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1 creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_quotas.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_load_balancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_health_monitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 copying build/lib/octavia/tests/functional/api/v2/test_l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2 creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/common copying build/lib/octavia/tests/common/constants.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/common copying build/lib/octavia/tests/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/common copying build/lib/octavia/tests/common/utils.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/common copying build/lib/octavia/tests/common/data_model_helpers.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/common copying build/lib/octavia/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests copying build/lib/octavia/opts.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api copying build/lib/octavia/api/config.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers copying build/lib/octavia/api/handlers/abstract_handler.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers copying build/lib/octavia/api/handlers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers/queue copying build/lib/octavia/api/handlers/queue/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers/queue copying build/lib/octavia/api/handlers/queue/producer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers/queue creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers/controller_simulator copying build/lib/octavia/api/handlers/controller_simulator/handler.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers/controller_simulator copying build/lib/octavia/api/handlers/controller_simulator/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers/controller_simulator creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/common copying build/lib/octavia/api/common/types.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/common copying build/lib/octavia/api/common/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/common copying build/lib/octavia/api/common/hooks.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/common copying build/lib/octavia/api/common/pagination.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/common copying build/lib/octavia/api/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1 creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/load_balancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/health_monitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/load_balancer_statistics.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/listener_statistics.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/quotas.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers copying build/lib/octavia/api/v1/controllers/l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/load_balancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/health_monitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/load_balancer_statistics.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/listener_statistics.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/quotas.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/types/l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types copying build/lib/octavia/api/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1 copying build/lib/octavia/api/app.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2 creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/load_balancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/health_monitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/base.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/quotas.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers copying build/lib/octavia/api/v2/controllers/l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/load_balancer.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/health_monitor.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/amphora.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/l7policy.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/pool.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/listener.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/member.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/quotas.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/types/l7rule.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types copying build/lib/octavia/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2 copying build/lib/octavia/api/root_controller.py -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/healthmonitor.py to healthmonitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/amphora.py to amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/loadbalancer.py to loadbalancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/quota.py to quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/policies/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/env.py to env.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/9bf4d21caaea_adding_amphora_id_to_listener_.py to 9bf4d21caaea_adding_amphora_id_to_listener_.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/14892634e228_update_vip.py to 14892634e228_update_vip.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/1e4c1d83044c_keepalived_configuration_datamodel.py to 1e4c1d83044c_keepalived_configuration_datamodel.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/5309960964f8_add_proxy_protocol_for_pool.py to 5309960964f8_add_proxy_protocol_for_pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/62816c232310_fix_migration_for_mysql_5_7.py to 62816c232310_fix_migration_for_mysql_5_7.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/256852d5ff7c_add_lb_network_ip_to_amphora.py to 256852d5ff7c_add_lb_network_ip_to_amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/92fe9857279_create_healthmanager_table.py to 92fe9857279_create_healthmanager_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/9b5473976d6d_add_provisioning_status_to_objects.py to 9b5473976d6d_add_provisioning_status_to_objects.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/3a1e1cdb7b27_rename_amphora_host_id.py to 3a1e1cdb7b27_rename_amphora_host_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/3e5b37a0bdb9_add_vrrp_ip_and_ha_ip_to_amphora.py to 3e5b37a0bdb9_add_vrrp_ip_and_ha_ip_to_amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/458c9ee2a011_l7_policies_and_rules.py to 458c9ee2a011_l7_policies_and_rules.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/4c094013699a_update_load_balancer_amphora.py to 4c094013699a_update_load_balancer_amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/4fe8240425b4_update_vip_add_subnet_id.py to 4fe8240425b4_update_vip_add_subnet_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/443fe6676637_add_network_id_to_vip.py to 443fe6676637_add_network_id_to_vip.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/4faaa983e7a9_update_member_address_column.py to 4faaa983e7a9_update_member_address_column.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/44a2414dd683_adding_name_column_to_member_and_health_.py to 44a2414dd683_adding_name_column_to_member_and_health_.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/4a6ec0ab7284_remove_fk_constraints_on_listener_.py to 4a6ec0ab7284_remove_fk_constraints_on_listener_.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/43287cd10fef_make_pool_lb_algorithm_larger.py to 43287cd10fef_make_pool_lb_algorithm_larger.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/186509101b9b_add_server_group_id_to_loadbalancer.py to 186509101b9b_add_server_group_id_to_loadbalancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/034b2dc2f3e0_modernize_l7policy_fields.py to 034b2dc2f3e0_modernize_l7policy_fields.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/bf171d0d91c3_amphora_add_cached_zone.py to bf171d0d91c3_amphora_add_cached_zone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/298eac0640a7_add_amphora_vrrp_port_id_and_ha_port_id.py to 298eac0640a7_add_amphora_vrrp_port_id_and_ha_port_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/35dee79d5865_initial_create.py to 35dee79d5865_initial_create.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/52377704420e_add_timestamps_to_healthmonitor.py to 52377704420e_add_timestamps_to_healthmonitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/5a3ee5472c31_add_cert_expiration__infor_in_amphora_table.py to 5a3ee5472c31_add_cert_expiration__infor_in_amphora_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/82b9402e71fd_update_vip_address_size.py to 82b9402e71fd_update_vip_address_size.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/fac584114642_.py to fac584114642_.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/4aeb9e23ad43_add_draining_operating_status.py to 4aeb9e23ad43_add_draining_operating_status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/4d9cf7d32f2_insert_headers.py to 4d9cf7d32f2_insert_headers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/fc5582da7d8a_create_amphora_build_rate_limit_tables.py to fc5582da7d8a_create_amphora_build_rate_limit_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/0aee2b450512_extend_api_to_accept_qos_policy_id.py to 0aee2b450512_extend_api_to_accept_qos_policy_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/48660b6643f0_add_new_states_for_amphora.py to 48660b6643f0_add_new_states_for_amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/c11292016060_add_request_errors_for_stats.py to c11292016060_add_request_errors_for_stats.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/6abb04f24c5_tenant_id_to_project_id.py to 6abb04f24c5_tenant_id_to_project_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/357d17a6d5ac_update_lb_and_amphora_data_model_for_.py to 357d17a6d5ac_update_lb_and_amphora_data_model_for_.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/36b94648fef8_add_timestamp.py to 36b94648fef8_add_timestamp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/3f8ff3be828e_create_quotas_table.py to 3f8ff3be828e_create_quotas_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/29ff921a6eb_shared_pools.py to 29ff921a6eb_shared_pools.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/d85ca7258d21_modernize_l7rule.py to d85ca7258d21_modernize_l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/2351ea316465_adding_terminate_https_tls_ref_support.py to 2351ea316465_adding_terminate_https_tls_ref_support.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/27e54d00c3cd_add_monitor_address_and_port_to_member.py to 27e54d00c3cd_add_monitor_address_and_port_to_member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/13500e2e978d_update_url_and_name_size.py to 13500e2e978d_update_url_and_name_size.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/543f5d8e4e56_add_a_column_busy_in_table_amphora_health.py to 543f5d8e4e56_add_a_column_busy_in_table_amphora_health.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/e6672bda93bf_add_ping_and_tlshello_monitor_types.py to e6672bda93bf_add_ping_and_tlshello_monitor_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/3b199c848b96_create_no_monitor_operational_status.py to 3b199c848b96_create_no_monitor_operational_status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/migration/alembic_migrations/versions/8c0851bdf6c3_change_tls_container_id_length_in_sni_.py to 8c0851bdf6c3_change_tls_container_id_length_in_sni_.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/prepare.py to prepare.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/repositories.py to repositories.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/db/base_models.py to base_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/driver_exceptions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/driver_exceptions/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja/jinja_cfg.py to jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/jinja/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/vrrp_rest_driver.py to vrrp_rest_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/keepalived/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy/rest_api_driver.py to rest_api_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy/data_models.py to data_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/haproxy/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/health/heartbeat_udp.py to heartbeat_udp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/health/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/driver_base.py to driver_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/noop_driver/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/drivers/noop_driver/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon/health_sender.py to health_sender.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon/status_message.py to status_message.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/health_daemon/health_daemon.py to health_daemon.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/utils/haproxy_query.py to haproxy_query.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/osutils.py to osutils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/amphora_info.py to amphora_info.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/haproxy_compatibility.py to haproxy_compatibility.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/plug.py to plug.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/certificate_update.py to certificate_update.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/api_server/keepalived.py to keepalived.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/agent_jinja_cfg.py to agent_jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/amphorae/backends/agent/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers/update_db.py to update_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers/update_logging.py to update_logging.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_drivers/update_base.py to update_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/health_manager.py to health_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/healthmanager/update_serializer.py to update_serializer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/housekeeping/house_keeping.py to house_keeping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/housekeeping/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/queue/consumer.py to consumer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/queue/endpoint.py to endpoint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/queue/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/queue/event_queue.py to event_queue.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/task_utils.py to task_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/controller_worker.py to controller_worker.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/amphora_rate_limit.py to amphora_rate_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/database_tasks.py to database_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/network_tasks.py to network_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/lifecycle_tasks.py to lifecycle_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/cert_task.py to cert_task.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/compute_tasks.py to compute_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/amphora_driver_tasks.py to amphora_driver_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/tasks/model_tasks.py to model_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/l7rule_flows.py to l7rule_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/pool_flows.py to pool_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/l7policy_flows.py to l7policy_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/amphora_flows.py to amphora_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/listener_flows.py to listener_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/load_balancer_flows.py to load_balancer_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/health_monitor_flows.py to health_monitor_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/controller/worker/flows/member_flows.py to member_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/distributor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/distributor/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/distributor/drivers/driver_base.py to driver_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/distributor/drivers/noop_driver/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/distributor/drivers/noop_driver/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute/compute_base.py to compute_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute/drivers/nova_driver.py to nova_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute/drivers/noop_driver/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/compute/drivers/noop_driver/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/generator/cert_gen.py to cert_gen.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/generator/anchor.py to anchor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/generator/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/generator/local.py to local.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common/cert.py to cert.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common/auth/barbican_acl.py to barbican_acl.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common/auth/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common/pkcs12.py to pkcs12.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common/local.py to local.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/common/barbican.py to barbican.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/manager/cert_mgr.py to cert_mgr.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/manager/castellan_mgr.py to castellan_mgr.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/manager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/manager/local.py to local.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/manager/barbican.py to barbican.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/certificates/manager/barbican_legacy.py to barbican_legacy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/hacking/checks.py to checks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/hacking/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy/jinja_cfg.py to jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja/haproxy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/jinja/user_data_jinja_cfg.py to user_data_jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/keystone.py to keystone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/tls_utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/tls_utils/cert_parser.py to cert_parser.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/clients.py to clients.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/validate.py to validate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/data_models.py to data_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/base_taskflow.py to base_taskflow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/stats.py to stats.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/common/decorators.py to decorators.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/data_models.py to data_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers/noop_driver/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers/noop_driver/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron/allowed_address_pairs.py to allowed_address_pairs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/network/drivers/neutron/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd/house_keeping.py to house_keeping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd/agent.py to agent.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd/health_manager.py to health_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd/haproxy_vrrp_check.py to haproxy_vrrp_check.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/cmd/octavia_worker.py to octavia_worker.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/test_hacking.py to test_hacking.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja/test_jinja_cfg.py to test_jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/test_vrrp_rest_driver.py to test_vrrp_rest_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/keepalived/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/haproxy/test_rest_api_driver.py to test_rest_api_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/haproxy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/test_noop_amphoraloadbalancer_driver.py to test_noop_amphoraloadbalancer_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/health/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/drivers/health/test_heartbeat_udp.py to test_heartbeat_udp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon/test_envelope.py to test_envelope.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon/test_health_daemon.py to test_health_daemon.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/health_daemon/test_health_sender.py to test_health_sender.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/utils/test_haproxy_query.py to test_haproxy_query.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_plug.py to test_plug.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_keepalived.py to test_keepalived.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_osutils.py to test_osutils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_amphora_info.py to test_amphora_info.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_listener.py to test_listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_haproxy_compatibility.py to test_haproxy_compatibility.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/amphorae/backends/agent/test_agent_jinja_cfg.py to test_agent_jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers/test_update_db.py to test_update_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers/test_update_base.py to test_update_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/health_drivers/test_update_logging.py to test_update_logging.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/test_health_manager.py to test_health_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/healthmanager/test_update_serializer.py to test_update_serializer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/housekeeping/test_house_keeping.py to test_house_keeping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/housekeeping/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue/test_endpoint.py to test_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue/test_consumer.py to test_consumer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/queue/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/test_controller_worker.py to test_controller_worker.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_lifecycle_tasks.py to test_lifecycle_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_network_tasks.py to test_network_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_model_tasks.py to test_model_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_database_tasks.py to test_database_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_cert_task.py to test_cert_task.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_database_tasks_quota.py to test_database_tasks_quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_amphora_driver_tasks.py to test_amphora_driver_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/tasks/test_compute_tasks.py to test_compute_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_listener_flows.py to test_listener_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_pool_flows.py to test_pool_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_load_balancer_flows.py to test_load_balancer_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_l7rule_flows.py to test_l7rule_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_health_monitor_flows.py to test_health_monitor_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_l7policy_flows.py to test_l7policy_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_member_flows.py to test_member_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/flows/test_amphora_flows.py to test_amphora_flows.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/test_task_utils.py to test_task_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/controller/worker/test_amphora_rate_limit.py to test_amphora_rate_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers/test_compute_noop_driver.py to test_compute_noop_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/compute/drivers/test_nova_driver.py to test_nova_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator/test_local.py to test_local.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator/local_csr.py to local_csr.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/generator/test_anchor.py to test_anchor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/test_local.py to test_local.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/test_barbican.py to test_barbican.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/auth/test_barbican_acl.py to test_barbican_acl.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/auth/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager/test_local.py to test_local.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager/test_barbican.py to test_barbican.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/certificates/manager/test_barbican_legacy.py to test_barbican_legacy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/haproxy/test_jinja_cfg.py to test_jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/haproxy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/test_user_data_jinja_cfg.py to test_user_data_jinja_cfg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/jinja/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/tls_utils/test_cert_parser.py to test_cert_parser.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/tls_utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_data_models.py to test_data_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_exceptions.py to test_exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_clients.py to test_clients.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_base_taskflow.py to test_base_taskflow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_decorator.py to test_decorator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_stats.py to test_stats.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_config.py to test_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_constants.py to test_constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs/sample_configs.py to sample_configs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/sample_configs/sample_certs.py to sample_certs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_policy.py to test_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/common/test_validations.py to test_validations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/test_network_noop_driver.py to test_network_noop_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron/test_allowed_address_pairs.py to test_allowed_address_pairs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/network/drivers/neutron/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd/test_house_keeping.py to test_house_keeping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd/test_agent.py to test_agent.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd/test_health_manager.py to test_health_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd/test_haproxy_vrrp_check.py to test_haproxy_vrrp_check.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers/queue/test_producer.py to test_producer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/handlers/queue/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common/test_types.py to test_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/test_load_balancers.py to test_load_balancers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/test_pools.py to test_pools.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/test_members.py to test_members.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/test_l7policies.py to test_l7policies.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/test_l7rules.py to test_l7rules.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/test_listeners.py to test_listeners.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/types/test_health_monitors.py to test_health_monitors.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/test_load_balancers.py to test_load_balancers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/test_pools.py to test_pools.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/test_members.py to test_members.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/test_l7policies.py to test_l7policies.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/test_l7rules.py to test_l7rules.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/test_listeners.py to test_listeners.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/types/test_health_monitors.py to test_health_monitors.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/hooks/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/unit/api/hooks/test_query_parameters.py to test_query_parameters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/common/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/plugin.py to plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients/pools_client.py to pools_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients/quotas_client.py to quotas_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients/load_balancers_client.py to load_balancers_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients/health_monitors_client.py to health_monitors_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients/members_client.py to members_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/clients/listeners_client.py to listeners_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/test_load_balancer_tree_minimal.py to test_load_balancer_tree_minimal.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/test_listener_basic.py to test_listener_basic.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/test_lb_quota.py to test_lb_quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/clients/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/clients/quotas_client.py to quotas_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario/test_lb_quota.py to test_lb_quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/db/test_models.py to test_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/db/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/db/test_repositories.py to test_repositories.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent/api_server/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent/api_server/test_server.py to test_server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/backend/agent/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/amphorae/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/test_root_controller.py to test_root_controller.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_load_balancer_statistics.py to test_load_balancer_statistics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_api_sort.py to test_api_sort.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_quotas.py to test_quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_load_balancer.py to test_load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_listener_statistics.py to test_listener_statistics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_member.py to test_member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_l7policy.py to test_l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_listener.py to test_listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_health_monitor.py to test_health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_pool.py to test_pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v1/test_l7rule.py to test_l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_quotas.py to test_quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_load_balancer.py to test_load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_member.py to test_member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_l7policy.py to test_l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_listener.py to test_listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_health_monitor.py to test_health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_pool.py to test_pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_amphora.py to test_amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/functional/api/v2/test_l7rule.py to test_l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/common/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/common/data_model_helpers.py to data_model_helpers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers/abstract_handler.py to abstract_handler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers/queue/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers/queue/producer.py to producer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers/controller_simulator/handler.py to handler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/handlers/controller_simulator/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/common/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/common/hooks.py to hooks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/common/pagination.py to pagination.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/load_balancer.py to load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/health_monitor.py to health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/load_balancer_statistics.py to load_balancer_statistics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/listener_statistics.py to listener_statistics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/quotas.py to quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/controllers/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types/load_balancer.py to load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types/health_monitor.py to health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types/load_balancer_statistics.py to load_balancer_statistics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types/listener_statistics.py to listener_statistics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types/quotas.py to quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/types/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/app.py to app.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/load_balancer.py to load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/health_monitor.py to health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/amphora.py to amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/quotas.py to quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/controllers/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types/load_balancer.py to load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types/health_monitor.py to health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types/amphora.py to amphora.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types/quotas.py to quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/types/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/api/root_controller.py to root_controller.pyc writing byte-compilation script '/tmp/tmpZcUH_C.py' /usr/bin/python2 -O /tmp/tmpZcUH_C.py removing /tmp/tmpZcUH_C.py running install_data creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/etc creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/etc/octavia copying etc/octavia.conf -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/etc/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia copying LICENSE -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia copying README.rst -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia creating /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia/diskimage-create copying diskimage-create/diskimage-create.sh -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia/diskimage-create copying diskimage-create/image-tests.sh -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia/diskimage-create copying diskimage-create/README.rst -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia/diskimage-create copying diskimage-create/requirements.txt -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia/diskimage-create copying diskimage-create/test-requirements.txt -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia/diskimage-create copying diskimage-create/tox.ini -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia/diskimage-create copying diskimage-create/version.txt -> /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia/diskimage-create running install_egg_info running egg_info writing octavia.egg-info/PKG-INFO writing top-level names to octavia.egg-info/top_level.txt writing dependency_links to octavia.egg-info/dependency_links.txt writing entry points to octavia.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt Copying octavia.egg-info to /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia-2.0.4-py2.7.egg-info running install_scripts Installing octavia-wsgi script to /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/bin Installing octavia-worker script to /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/bin Installing octavia-health-manager script to /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/bin Installing octavia-housekeeping script to /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/bin Installing octavia-db-manage script to /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/bin Installing haproxy-vrrp-check script to /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/bin Installing amphora-agent script to /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/bin Installing octavia-api script to /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/bin + install -d -p /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/bin + install -p -m 0755 octavia/tests/contrib/octavia-tests-httpd /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/bin + PATH1=/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/base.py + PATH2=/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario/base.py + sed -i 's#self._build_static_httpd()#'\''/usr/bin/octavia-tests-httpd'\''#g' /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v1/scenario/base.py + sed -i 's#self._build_static_httpd()#'\''/usr/bin/octavia-tests-httpd'\''#g' /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/tempest/v2/scenario/base.py + rm /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia/tests/contrib/httpd.go + egg_path='/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia-*.egg-info' + tempest_egg_path=/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia_tests.egg-info + mkdir /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia_tests.egg-info + echo octavia + grep 'tempest\|Tempest' octavia.egg-info/entry_points.txt + sed -i '/tempest\|Tempest/d' /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia-2.0.4-py2.7.egg-info/entry_points.txt + cp -r /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia-2.0.4-py2.7.egg-info/PKG-INFO /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia_tests.egg-info + sed -i s/octavia/octavia_tests/g /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/octavia_tests.egg-info/PKG-INFO + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/bin + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/doc + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7/site-packages/tools + install -d -m 755 /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/etc/octavia + mv /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/etc/octavia/octavia.conf /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/etc/octavia + mv etc/policy/admin_or_owner-policy.json /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/etc/octavia/policy.json + install -p -D -m 644 /builddir/build/SOURCES/octavia.logrotate /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/etc/logrotate.d/openstack-octavia + install -p -D -m 644 elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.logrotate /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/etc/logrotate.d/openstack-octavia-amphora-agent + install -p -D -m 644 /builddir/build/SOURCES/octavia-amphora-agent.service /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/systemd/system/octavia-amphora-agent.service + install -p -D -m 644 /builddir/build/SOURCES/octavia-api.service /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/systemd/system/octavia-api.service + install -p -D -m 644 /builddir/build/SOURCES/octavia-worker.service /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/systemd/system/octavia-worker.service + install -p -D -m 644 /builddir/build/SOURCES/octavia-health-manager.service /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/systemd/system/octavia-health-manager.service + install -p -D -m 644 /builddir/build/SOURCES/octavia-housekeeping.service /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/systemd/system/octavia-housekeeping.service + install -d -m 755 /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia + install -d -m 755 /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/var/lib/octavia + install -d -m 755 /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/var/log/octavia + install -d -m 755 /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/var/run/octavia + install -p -D -m 640 /builddir/build/SOURCES/octavia-dist.conf /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia/octavia-dist.conf + mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le//etc/octavia/conf.d/common + for service in amphora-agent api health-manager housekeeping worker + mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le//etc/octavia/conf.d/octavia-amphora-agent + for service in amphora-agent api health-manager housekeeping worker + mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le//etc/octavia/conf.d/octavia-api + for service in amphora-agent api health-manager housekeeping worker + mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le//etc/octavia/conf.d/octavia-health-manager + for service in amphora-agent api health-manager housekeeping worker + mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le//etc/octavia/conf.d/octavia-housekeeping + for service in amphora-agent api health-manager housekeeping worker + mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le//etc/octavia/conf.d/octavia-worker + cp -vr elements/ /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements 'elements/' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements' 'elements/certs-ramfs' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs' 'elements/certs-ramfs/svc-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/svc-map' 'elements/certs-ramfs/element-deps' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/element-deps' 'elements/certs-ramfs/post-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/post-install.d' 'elements/certs-ramfs/post-install.d/30-enable-certs-ramfs-service' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/post-install.d/30-enable-certs-ramfs-service' 'elements/certs-ramfs/package-installs.yaml' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/package-installs.yaml' 'elements/certs-ramfs/init-scripts' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/init-scripts' 'elements/certs-ramfs/init-scripts/sysv' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/init-scripts/sysv' 'elements/certs-ramfs/init-scripts/sysv/certs-ramfs' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/init-scripts/sysv/certs-ramfs' 'elements/certs-ramfs/init-scripts/systemd' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/init-scripts/systemd' 'elements/certs-ramfs/init-scripts/systemd/certs-ramfs.service' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/init-scripts/systemd/certs-ramfs.service' 'elements/certs-ramfs/init-scripts/upstart' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/init-scripts/upstart' 'elements/certs-ramfs/init-scripts/upstart/certs-ramfs.conf' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/init-scripts/upstart/certs-ramfs.conf' 'elements/certs-ramfs/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/certs-ramfs/README.rst' 'elements/amphora-agent' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent' 'elements/amphora-agent/pkg-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/pkg-map' 'elements/amphora-agent/svc-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/svc-map' 'elements/amphora-agent/element-deps' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/element-deps' 'elements/amphora-agent/post-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/post-install.d' 'elements/amphora-agent/post-install.d/11-enable-amphora-agent-systemd' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/post-install.d/11-enable-amphora-agent-systemd' 'elements/amphora-agent/package-installs.yaml' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/package-installs.yaml' 'elements/amphora-agent/install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/install.d' 'elements/amphora-agent/install.d/amphora-agent-source-install' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install' 'elements/amphora-agent/install.d/amphora-agent-source-install/75-amphora-agent-install' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install/75-amphora-agent-install' 'elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.conf' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.conf' 'elements/amphora-agent/install.d/amphora-agent-source-install/cap-pip.txt' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install/cap-pip.txt' 'elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.init' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.init' 'elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.logrotate' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.logrotate' 'elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.service' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/install.d/amphora-agent-source-install/amphora-agent.service' 'elements/amphora-agent/source-repository-amphora-agent' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/source-repository-amphora-agent' 'elements/amphora-agent/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/amphora-agent/README.rst' 'elements/no-resolvconf' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/no-resolvconf' 'elements/no-resolvconf/finalise.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/no-resolvconf/finalise.d' 'elements/no-resolvconf/finalise.d/99-disable-resolv-conf' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/no-resolvconf/finalise.d/99-disable-resolv-conf' 'elements/no-resolvconf/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/no-resolvconf/README.rst' 'elements/keepalived-octavia' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/keepalived-octavia' 'elements/keepalived-octavia/pkg-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/keepalived-octavia/pkg-map' 'elements/keepalived-octavia/svc-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/keepalived-octavia/svc-map' 'elements/keepalived-octavia/element-deps' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/keepalived-octavia/element-deps' 'elements/keepalived-octavia/post-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/keepalived-octavia/post-install.d' 'elements/keepalived-octavia/post-install.d/11-ip6-tables' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/keepalived-octavia/post-install.d/11-ip6-tables' 'elements/keepalived-octavia/pre-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/keepalived-octavia/pre-install.d' 'elements/keepalived-octavia/pre-install.d/00-backports' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/keepalived-octavia/pre-install.d/00-backports' 'elements/keepalived-octavia/package-installs.json' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/keepalived-octavia/package-installs.json' 'elements/keepalived-octavia/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/keepalived-octavia/README.rst' 'elements/rebind-sshd' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/rebind-sshd' 'elements/rebind-sshd/finalise.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/rebind-sshd/finalise.d' 'elements/rebind-sshd/finalise.d/98-rebind-sshd-after-dhcp' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/rebind-sshd/finalise.d/98-rebind-sshd-after-dhcp' 'elements/rebind-sshd/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/rebind-sshd/README.rst' 'elements/remove-sshd' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/remove-sshd' 'elements/remove-sshd/package-installs.yaml' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/remove-sshd/package-installs.yaml' 'elements/remove-sshd/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/remove-sshd/README.rst' 'elements/haproxy-octavia' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia' 'elements/haproxy-octavia/pkg-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/pkg-map' 'elements/haproxy-octavia/svc-map' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/svc-map' 'elements/haproxy-octavia/element-deps' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/element-deps' 'elements/haproxy-octavia/post-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/post-install.d' 'elements/haproxy-octavia/post-install.d/20-haproxy-tune-kernel' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/post-install.d/20-haproxy-tune-kernel' 'elements/haproxy-octavia/post-install.d/20-disable-default-haproxy' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/post-install.d/20-disable-default-haproxy' 'elements/haproxy-octavia/post-install.d/20-setup-haproxy-log' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/post-install.d/20-setup-haproxy-log' 'elements/haproxy-octavia/post-install.d/20-haproxy-user-group-config' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/post-install.d/20-haproxy-user-group-config' 'elements/haproxy-octavia/post-install.d/21-create-ping-wrapper' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/post-install.d/21-create-ping-wrapper' 'elements/haproxy-octavia/pre-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/pre-install.d' 'elements/haproxy-octavia/pre-install.d/01-backports' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/pre-install.d/01-backports' 'elements/haproxy-octavia/package-installs.json' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/package-installs.json' 'elements/haproxy-octavia/install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/install.d' 'elements/haproxy-octavia/install.d/76-haproxy' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/install.d/76-haproxy' 'elements/haproxy-octavia/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/haproxy-octavia/README.rst' 'elements/root-passwd' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/root-passwd' 'elements/root-passwd/post-install.d' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/root-passwd/post-install.d' 'elements/root-passwd/post-install.d/99-setup' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/root-passwd/post-install.d/99-setup' 'elements/root-passwd/README.rst' -> '/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia-image-elements/root-passwd/README.rst' + install -m 755 diskimage-create/diskimage-create.sh /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/bin/octavia-diskimage-create.sh + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia/diskimage-create + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia/LICENSE + rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/octavia/README.rst + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/octavia-2.0.4 extracting debug info from /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/bin/octavia-tests-httpd nm: /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/bin/octavia-tests-httpd: no symbols dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Jj7Vqx + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.4 + 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.4-1.el7.ppc64le/usr/bin + PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/bin + stestr run {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_get_certificate_md5 [0.074229s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_get_haproxy [0.011810s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_get_interface [0.016692s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_info [0.005271s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_manage_service_vrrp [0.008715s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_plug_network_host_routes [0.026694s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_reload [0.007552s] ... ok Failed to stop haproxy-123 service: Command 'test' returned non-zero exit status 7 random error {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_start [0.010894s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_upload_keepalived_config_systemd [0.019810s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_upload_server_certificate [0.007972s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_delete_ubuntu_listener_systemd [0.016904s] ... 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.4/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.4/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.4/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.4/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 {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_delete_cert [0.012007s] ... ok {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_details [0.017597s] ... ok {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_get_listener [0.009063s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_get_all_listeners [0.023872s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_delete_cert [0.007635s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_get_all_listeners [0.007743s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_get_haproxy [0.008486s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_get_interface [0.011046s] ... ok {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_haproxy_systemd [0.054488s] ... 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.4/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.4/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.4/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.4/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 {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_plug_VIP6 [0.062390s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_haproxy_sysvinit [0.085322s] ... ok Failed to ifup eth1 due to error: Command 'test' returned non-zero exit status 7 random error Failed to ifup eth2830 due to error: Command 'test' returned non-zero exit status 7 random error Failed to ifup eth1 due to error: Command 'test' returned non-zero exit status 7 random error Failed to ifup eth9834 due to error: Command 'test' returned non-zero exit status 7 random error {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_plug_network [0.143120s] ... ok {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_centos_upload_certificate_md5 [0.015239s] ... ok 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 {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_delete_centos_listener_systemd [0.017292s] ... ok Failed to stop haproxy-123 service: Command 'test' returned non-zero exit status 7 random error {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_delete_ubuntu_listener_sysvinit [0.017303s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_plug_VIP4 [0.208329s] ... ok 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 {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_delete_ubuntu_listener_upstart [0.018310s] ... ok {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_details [0.007556s] ... 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.4/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.4/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 {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_get_certificate_md5 [0.010807s] ... ok {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_get_listener [0.009362s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_plug_VIP6 [0.045427s] ... ok Failed to verify haproxy file: Command 'test' returned non-zero exit status 7 random error Failed to ifup eth1 due to error: Command 'test' returned non-zero exit status 7 random error 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.4/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.4/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 {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_haproxy_systemd [0.025050s] ... 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.4/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.4/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.4/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.4/octavia/amphorae/backends/agent/api_server/listener.py", line 142, in upload_haproxy_config subprocess.check_output(cmd.split(), stderr=subprocess.STDOUT) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1121, in _mock_call result = next(effect) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 109, in next return _next(obj) StopIteration {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_plug_network_host_routes [0.028164s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_start [0.009487s] ... ok {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_haproxy_upstart [0.027677s] ... ok {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_info [0.005268s] ... ok {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_manage_service_vrrp [0.007288s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_upload_keepalived_config_sysvinit [0.015600s] ... ok {1} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_upload_keepalived_config_upstart [0.014065s] ... ok Failed to ifup eth9653 due to error: Command 'test' returned non-zero exit status 7 random error Failed to ifup eth2600 due to error: Command 'test' returned non-zero exit status 7 random error {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_plug_network [0.108708s] ... ok {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_reload [0.008380s] ... ok {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_upload_certificate_md5 [0.014516s] ... ok {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_upload_keepalived_config_systemd [0.019598s] ... ok {0} octavia.tests.functional.amphorae.backend.agent.api_server.test_server.TestServerTestCase.test_ubuntu_upload_server_certificate [0.008520s] ... ok 2019-02-07 04:08:42.025 6478 INFO octavia.common.config [-] Logging enabled! 2019-02-07 04:08:42.025 6478 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:42.168 6477 INFO octavia.common.config [-] Logging enabled! 2019-02-07 04:08:42.168 6477 INFO octavia.common.config [-] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:42.355 6478 INFO oslo_db.sqlalchemy.provision [req-4a7a7a88-515d-4cc5-8027-ad9214050d56 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:42.357 6478 INFO oslo_db.sqlalchemy.provision [req-4a7a7a88-515d-4cc5-8027-ad9214050d56 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN khvfzwflry 2019-02-07 04:08:42.357 6478 INFO oslo_db.sqlalchemy.provision [req-4a7a7a88-515d-4cc5-8027-ad9214050d56 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.test_root_controller.TestRootController.test_api_v2_disabled [0.639849s] ... ok 2019-02-07 04:08:42.360 6478 INFO oslo_db.sqlalchemy.provision [req-4a7a7a88-515d-4cc5-8027-ad9214050d56 - - - - -] CREATE BACKEND sqlite:// TOKEN psxfdafjdu 2019-02-07 04:08:42.420 6477 WARNING octavia.api.root_controller [-] Both v1 and v2.0 API endpoints are disabled -- is this intentional? 2019-02-07 04:08:42.441 6477 INFO oslo_db.sqlalchemy.provision [req-654805a6-b9a4-45a7-9397-116900e4614b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:42.442 6477 INFO oslo_db.sqlalchemy.provision [req-654805a6-b9a4-45a7-9397-116900e4614b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dndzmgirxx 2019-02-07 04:08:42.442 6477 INFO oslo_db.sqlalchemy.provision [req-654805a6-b9a4-45a7-9397-116900e4614b - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-02-07 04:08:42.431 6478 INFO octavia.common.config [req-4a7a7a88-515d-4cc5-8027-ad9214050d56 - - - - -] Logging enabled! 2019-02-07 04:08:42.432 6478 INFO octavia.common.config [req-4a7a7a88-515d-4cc5-8027-ad9214050d56 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 {0} octavia.tests.functional.api.test_root_controller.TestRootController.test_api_both_disabled [0.642546s] ... ok 2019-02-07 04:08:42.497 6477 INFO oslo_db.sqlalchemy.provision [req-654805a6-b9a4-45a7-9397-116900e4614b - - - - -] CREATE BACKEND sqlite:// TOKEN paejnhqfjh 2019-02-07 04:08:42.522 6478 WARNING octavia.api.root_controller [req-4a7a7a88-515d-4cc5-8027-ad9214050d56 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:42.536 6478 INFO oslo_db.sqlalchemy.provision [req-2f2dd744-5acb-4f20-a936-8e949bf73eaf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:42.537 6478 INFO oslo_db.sqlalchemy.provision [req-2f2dd744-5acb-4f20-a936-8e949bf73eaf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN psxfdafjdu 2019-02-07 04:08:42.538 6478 INFO oslo_db.sqlalchemy.provision [req-2f2dd744-5acb-4f20-a936-8e949bf73eaf - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.test_root_controller.TestRootController.test_api_versions [0.180352s] ... ok 2019-02-07 04:08:42.541 6478 INFO oslo_db.sqlalchemy.provision [req-2f2dd744-5acb-4f20-a936-8e949bf73eaf - - - - -] CREATE BACKEND sqlite:// TOKEN vxlsnnvkne 2019-02-07 04:08:42.572 6477 INFO octavia.common.config [req-654805a6-b9a4-45a7-9397-116900e4614b - - - - -] Logging enabled! 2019-02-07 04:08:42.572 6477 INFO octavia.common.config [req-654805a6-b9a4-45a7-9397-116900e4614b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:42.652 6477 INFO oslo_db.sqlalchemy.provision [req-e4108f49-2d77-40ce-991a-83e58f6bf4a0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:42.654 6477 INFO oslo_db.sqlalchemy.provision [req-e4108f49-2d77-40ce-991a-83e58f6bf4a0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN paejnhqfjh 2019-02-07 04:08:42.654 6477 INFO oslo_db.sqlalchemy.provision [req-e4108f49-2d77-40ce-991a-83e58f6bf4a0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.test_root_controller.TestRootController.test_api_v1_disabled [0.159846s] ... ok 2019-02-07 04:08:42.657 6477 INFO oslo_db.sqlalchemy.provision [req-e4108f49-2d77-40ce-991a-83e58f6bf4a0 - - - - -] CREATE BACKEND sqlite:// TOKEN imbofqpwwe 2019-02-07 04:08:44.280 6478 INFO octavia.common.config [req-2f2dd744-5acb-4f20-a936-8e949bf73eaf - - - - -] Logging enabled! 2019-02-07 04:08:44.281 6478 INFO octavia.common.config [req-2f2dd744-5acb-4f20-a936-8e949bf73eaf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:44.281 6477 INFO octavia.common.config [req-e4108f49-2d77-40ce-991a-83e58f6bf4a0 - - - - -] Logging enabled! 2019-02-07 04:08:44.281 6477 INFO octavia.common.config [req-e4108f49-2d77-40ce-991a-83e58f6bf4a0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:44.302 6478 WARNING octavia.api.root_controller [req-2f2dd744-5acb-4f20-a936-8e949bf73eaf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:44.312 6477 WARNING octavia.api.root_controller [req-e4108f49-2d77-40ce-991a-83e58f6bf4a0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:44.334 6477 INFO oslo_db.sqlalchemy.provision [req-1247ecfb-49f7-4cc4-96e9-d81cea96e6ed - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:44.337 6477 INFO oslo_db.sqlalchemy.provision [req-1247ecfb-49f7-4cc4-96e9-d81cea96e6ed - - - - -] DROP BACKEND Engine(sqlite://) TOKEN imbofqpwwe 2019-02-07 04:08:44.338 6477 INFO oslo_db.sqlalchemy.provision [req-1247ecfb-49f7-4cc4-96e9-d81cea96e6ed - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_invalid_limit [1.683408s] ... ok 2019-02-07 04:08:44.337 6478 INFO octavia.api.v1.controllers.load_balancer [req-584c140b-5253-4573-9fe6-ebab0767957e - - - - -] Sending created Load Balancer 224280d2-d761-474f-84fa-9986c7f5fdb2 to the handler 2019-02-07 04:08:44.349 6478 INFO octavia.api.v1.controllers.load_balancer [req-22017e47-9ded-466d-b24e-8cfe366ba854 - - - - -] Sending created Load Balancer caa8e14e-4d2d-4dee-8d22-c7e9de299349 to the handler 2019-02-07 04:08:44.358 6478 INFO octavia.api.v1.controllers.load_balancer [req-072f5e13-8359-4970-8c4f-471f4a9dbdbe - - - - -] Sending created Load Balancer 4b682eab-a27d-49e8-9fe2-aed20097d5dd to the handler 2019-02-07 04:08:44.341 6477 INFO oslo_db.sqlalchemy.provision [req-1247ecfb-49f7-4cc4-96e9-d81cea96e6ed - - - - -] CREATE BACKEND sqlite:// TOKEN vxopswkhcc 2019-02-07 04:08:44.367 6478 INFO octavia.api.v1.controllers.load_balancer [req-bd5fe0b6-af7f-4ab3-99d5-6e30e5f6ca22 - - - - -] Sending created Load Balancer 52e779a1-ff37-4bce-a5f8-820a9b8289e4 to the handler 2019-02-07 04:08:44.381 6478 INFO octavia.api.v1.controllers.load_balancer [req-687780f1-f7fc-4a13-a896-10ab596bc5aa - - - - -] Sending created Load Balancer 43203e4a-7fce-4aa8-9c4d-aa22b9298b69 to the handler 2019-02-07 04:08:44.434 6477 INFO octavia.common.config [req-1247ecfb-49f7-4cc4-96e9-d81cea96e6ed - - - - -] Logging enabled! 2019-02-07 04:08:44.434 6477 INFO octavia.common.config [req-1247ecfb-49f7-4cc4-96e9-d81cea96e6ed - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:44.458 6477 WARNING octavia.api.root_controller [req-1247ecfb-49f7-4cc4-96e9-d81cea96e6ed - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:44.479 6477 INFO oslo_db.sqlalchemy.provision [req-36650359-2ecf-4c89-8aea-72e565e13010 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:44.481 6477 INFO oslo_db.sqlalchemy.provision [req-36650359-2ecf-4c89-8aea-72e565e13010 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vxopswkhcc 2019-02-07 04:08:44.481 6477 INFO oslo_db.sqlalchemy.provision [req-36650359-2ecf-4c89-8aea-72e565e13010 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_invalid_marker [0.143572s] ... ok 2019-02-07 04:08:44.484 6477 INFO oslo_db.sqlalchemy.provision [req-36650359-2ecf-4c89-8aea-72e565e13010 - - - - -] CREATE BACKEND sqlite:// TOKEN pyfbuqdckr 2019-02-07 04:08:44.567 6478 INFO oslo_db.sqlalchemy.provision [req-f29f5569-3a0a-416c-8dbb-0ac0b383bdd0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:44.568 6478 INFO oslo_db.sqlalchemy.provision [req-f29f5569-3a0a-416c-8dbb-0ac0b383bdd0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vxlsnnvkne 2019-02-07 04:08:44.569 6478 INFO oslo_db.sqlalchemy.provision [req-f29f5569-3a0a-416c-8dbb-0ac0b383bdd0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_lb_keysort [2.030612s] ... ok 2019-02-07 04:08:44.564 6477 INFO octavia.common.config [req-36650359-2ecf-4c89-8aea-72e565e13010 - - - - -] Logging enabled! 2019-02-07 04:08:44.565 6477 INFO octavia.common.config [req-36650359-2ecf-4c89-8aea-72e565e13010 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:44.571 6478 INFO oslo_db.sqlalchemy.provision [req-f29f5569-3a0a-416c-8dbb-0ac0b383bdd0 - - - - -] CREATE BACKEND sqlite:// TOKEN uqlzsatbcz 2019-02-07 04:08:44.597 6477 WARNING octavia.api.root_controller [req-36650359-2ecf-4c89-8aea-72e565e13010 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:44.616 6477 INFO oslo_db.sqlalchemy.provision [req-58690ed6-eb55-4c95-8ed4-70d9cfc9ad69 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:44.618 6477 INFO oslo_db.sqlalchemy.provision [req-58690ed6-eb55-4c95-8ed4-70d9cfc9ad69 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pyfbuqdckr 2019-02-07 04:08:44.618 6477 INFO oslo_db.sqlalchemy.provision [req-58690ed6-eb55-4c95-8ed4-70d9cfc9ad69 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_invalid_sort_key [0.136644s] ... ok 2019-02-07 04:08:44.621 6477 INFO oslo_db.sqlalchemy.provision [req-58690ed6-eb55-4c95-8ed4-70d9cfc9ad69 - - - - -] CREATE BACKEND sqlite:// TOKEN chdjndzidj 2019-02-07 04:08:44.671 6478 INFO octavia.common.config [req-f29f5569-3a0a-416c-8dbb-0ac0b383bdd0 - - - - -] Logging enabled! 2019-02-07 04:08:44.672 6478 INFO octavia.common.config [req-f29f5569-3a0a-416c-8dbb-0ac0b383bdd0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:44.693 6478 WARNING octavia.api.root_controller [req-f29f5569-3a0a-416c-8dbb-0ac0b383bdd0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:44.702 6478 INFO octavia.api.v1.controllers.load_balancer [req-196d9df1-9c33-4260-95ae-12a36d191a79 - - - - -] Sending created Load Balancer e1598146-ebb2-490c-9290-b67a7a92205e to the handler 2019-02-07 04:08:44.711 6477 INFO octavia.common.config [req-58690ed6-eb55-4c95-8ed4-70d9cfc9ad69 - - - - -] Logging enabled! 2019-02-07 04:08:44.712 6477 INFO octavia.common.config [req-58690ed6-eb55-4c95-8ed4-70d9cfc9ad69 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:44.735 6477 WARNING octavia.api.root_controller [req-58690ed6-eb55-4c95-8ed4-70d9cfc9ad69 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:44.757 6477 INFO octavia.api.v1.controllers.load_balancer [req-28c5babe-8bc3-47d8-9d53-68d68b44af6a - - - - -] Sending created Load Balancer ade1790c-c814-46c7-b359-c1dad82bec7d to the handler 2019-02-07 04:08:44.831 6478 INFO octavia.api.v1.controllers.listener [req-9a7cfdf8-83ae-4330-b800-d7bf2536b6e2 - - - - -] Sending Creation of Listener 17f2ea58-388d-4f86-b32b-cca5d196ed25 to handler 2019-02-07 04:08:44.915 6477 INFO octavia.api.v1.controllers.listener [req-eb6324d6-152c-413a-9936-3a226602e1d5 - - - - -] Sending Creation of Listener d754546d-ba8b-4ef7-a949-4ab4be2316ff to handler 2019-02-07 04:08:45.007 6477 INFO octavia.api.v1.controllers.listener [req-0216ad24-b627-4f0b-8dcf-af3dfc3d37ec - - - - -] Sending Creation of Listener eea33320-ccdc-4e4c-b385-332e41d82a39 to handler 2019-02-07 04:08:45.028 6478 INFO octavia.api.v1.controllers.pool [req-3ab4783c-bf27-4cfc-8be6-19bef88e7a3f - - - - -] Sending Creation of Pool f95da9f7-20cc-4cea-850d-405c8dce66a1 to handler 2019-02-07 04:08:45.148 6478 INFO octavia.api.v1.controllers.member [req-0d4686dd-3175-4511-8526-0bc8e31bbe86 - - - - -] Sending Creation of Member 7dea4a05-259c-4124-81cb-5222cb35eb43 to handler 2019-02-07 04:08:45.168 6477 INFO octavia.api.v1.controllers.listener [req-72d8d1bd-ef6c-4ddc-a118-4353e5f8415f - - - - -] Sending Creation of Listener 18b4519a-37bb-411c-bb5d-14a09dbce96d to handler 2019-02-07 04:08:45.260 6478 INFO octavia.api.v1.controllers.member [req-1b0cb6f6-1e4d-4fd3-a8c2-81aec665d2d3 - - - - -] Sending Creation of Member 737b5af4-1491-42f5-8386-8d08bd27f257 to handler 2019-02-07 04:08:45.271 6477 INFO octavia.api.v1.controllers.listener [req-aacea075-e124-475e-bea1-b022c97fb603 - - - - -] Sending Creation of Listener cb6df102-7e3b-4253-8932-748742d49942 to handler 2019-02-07 04:08:45.372 6478 INFO octavia.api.v1.controllers.member [req-9970ef65-7a83-40af-84c3-38f3d5d193bd - - - - -] Sending Creation of Member 7480c2a1-38aa-473d-b639-9b4f7385562c to handler 2019-02-07 04:08:45.380 6477 INFO octavia.api.v1.controllers.listener [req-8e36ae76-f1d8-4d6f-9115-666de74b5e8d - - - - -] Sending Creation of Listener b73bbdc7-1f21-4453-9da8-09926157e0be to handler 2019-02-07 04:08:45.489 6478 INFO octavia.api.v1.controllers.member [req-816c2fd5-019e-4eb1-a274-a82986fecba6 - - - - -] Sending Creation of Member 16b65ac4-10e7-45b6-830d-886a8e0d36c2 to handler 2019-02-07 04:08:45.507 6477 INFO octavia.api.v1.controllers.listener [req-0f67caf4-3b74-42cf-8f3b-ecaa626fade3 - - - - -] Sending Creation of Listener 16339896-47dc-44e7-a120-2a1f0f70e7ef to handler 2019-02-07 04:08:45.611 6478 INFO octavia.api.v1.controllers.member [req-4c4c80e9-8dd1-45b4-9e37-43e36d45d639 - - - - -] Sending Creation of Member 70114112-e6d4-406f-a779-0cad752b7505 to handler 2019-02-07 04:08:45.633 6477 INFO octavia.api.v1.controllers.listener [req-5758412e-d978-4cf3-9128-081c64a19cd5 - - - - -] Sending Creation of Listener 73fe9eea-f164-42e7-bb2b-8f8ff057aa79 to handler 2019-02-07 04:08:45.770 6477 INFO octavia.api.v1.controllers.listener [req-8c68a7e5-ab7a-4900-abfa-4d9f0bddff93 - - - - -] Sending Creation of Listener a354efeb-f146-4acb-a795-475468da7eef to handler 2019-02-07 04:08:45.861 6478 INFO oslo_db.sqlalchemy.provision [req-bec15fb8-c062-4fa4-b8d3-dbf1e499a42b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:45.862 6478 INFO oslo_db.sqlalchemy.provision [req-bec15fb8-c062-4fa4-b8d3-dbf1e499a42b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uqlzsatbcz 2019-02-07 04:08:45.862 6478 INFO oslo_db.sqlalchemy.provision [req-bec15fb8-c062-4fa4-b8d3-dbf1e499a42b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_members_sorting_and_pagination [1.293553s] ... ok 2019-02-07 04:08:45.870 6478 INFO oslo_db.sqlalchemy.provision [req-bec15fb8-c062-4fa4-b8d3-dbf1e499a42b - - - - -] CREATE BACKEND sqlite:// TOKEN izncqyeiym 2019-02-07 04:08:45.921 6477 INFO octavia.api.v1.controllers.listener [req-70304715-06fd-4931-9c4d-01e5fbc75720 - - - - -] Sending Creation of Listener 62724a1c-9d7f-42d0-a5c3-0402f1acea6c to handler 2019-02-07 04:08:45.940 6478 INFO octavia.common.config [req-bec15fb8-c062-4fa4-b8d3-dbf1e499a42b - - - - -] Logging enabled! 2019-02-07 04:08:45.940 6478 INFO octavia.common.config [req-bec15fb8-c062-4fa4-b8d3-dbf1e499a42b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:45.971 6478 WARNING octavia.api.root_controller [req-bec15fb8-c062-4fa4-b8d3-dbf1e499a42b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:45.980 6478 INFO octavia.api.v1.controllers.load_balancer [req-41fa099d-5e1c-4e33-8a1c-8b9e02f34585 - - - - -] Sending created Load Balancer 4506476c-b27d-41dd-9cdf-7eac3566fb4f to the handler 2019-02-07 04:08:46.073 6478 INFO octavia.api.v1.controllers.listener [req-b5829250-d663-4022-936e-ca691d29382a - - - - -] Sending Creation of Listener 6cacb4ec-c9ff-4c7f-ac8e-77974d73d5c4 to handler 2019-02-07 04:08:46.095 6477 INFO octavia.api.v1.controllers.listener [req-224590bb-dada-4561-95d4-763145b1aaf3 - - - - -] Sending Creation of Listener 14046a5e-5ee2-4bc6-807f-fdaba5fd518e to handler 2019-02-07 04:08:46.226 6478 INFO octavia.api.v1.controllers.pool [req-1ffc564f-800f-4bc6-9e31-e9759a22ebb9 - - - - -] Sending Creation of Pool 890d8211-7004-457e-8d85-25755b7b6318 to handler 2019-02-07 04:08:46.344 6478 INFO octavia.api.v1.controllers.pool [req-07748ae6-5070-4961-a3eb-7d691657c430 - - - - -] Sending Creation of Pool 038d2bdb-2855-4a94-a45b-2ac9fb7f5a8f to handler 2019-02-07 04:08:46.453 6478 INFO octavia.api.v1.controllers.health_monitor [req-8d6fe653-d96c-4417-801c-9164fe5779ae - - - - -] Health Monitor for Pool 890d8211-7004-457e-8d85-25755b7b6318 was not found 2019-02-07 04:08:46.466 6478 INFO oslo_db.sqlalchemy.provision [req-8d6fe653-d96c-4417-801c-9164fe5779ae - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:46.467 6478 INFO oslo_db.sqlalchemy.provision [req-8d6fe653-d96c-4417-801c-9164fe5779ae - - - - -] DROP BACKEND Engine(sqlite://) TOKEN izncqyeiym 2019-02-07 04:08:46.468 6478 INFO oslo_db.sqlalchemy.provision [req-8d6fe653-d96c-4417-801c-9164fe5779ae - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_bad_get [0.605212s] ... ok 2019-02-07 04:08:46.471 6478 INFO oslo_db.sqlalchemy.provision [req-8d6fe653-d96c-4417-801c-9164fe5779ae - - - - -] CREATE BACKEND sqlite:// TOKEN vzvpietjhk 2019-02-07 04:08:46.544 6478 INFO octavia.common.config [req-8d6fe653-d96c-4417-801c-9164fe5779ae - - - - -] Logging enabled! 2019-02-07 04:08:46.544 6478 INFO octavia.common.config [req-8d6fe653-d96c-4417-801c-9164fe5779ae - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:46.566 6478 WARNING octavia.api.root_controller [req-8d6fe653-d96c-4417-801c-9164fe5779ae - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:46.577 6478 INFO octavia.api.v1.controllers.load_balancer [req-9d1b1a83-3221-4ec5-bb9b-3627bb152ce8 - - - - -] Sending created Load Balancer a8d90835-5b74-4eb7-82f8-71c80125053f to the handler 2019-02-07 04:08:46.595 6477 INFO oslo_db.sqlalchemy.provision [req-fd6815d7-82c3-4127-9ac7-25792d823a10 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:46.596 6477 INFO oslo_db.sqlalchemy.provision [req-fd6815d7-82c3-4127-9ac7-25792d823a10 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN chdjndzidj 2019-02-07 04:08:46.597 6477 INFO oslo_db.sqlalchemy.provision [req-fd6815d7-82c3-4127-9ac7-25792d823a10 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_listeners_sorting_and_pagination [1.978147s] ... ok 2019-02-07 04:08:46.599 6477 INFO oslo_db.sqlalchemy.provision [req-fd6815d7-82c3-4127-9ac7-25792d823a10 - - - - -] CREATE BACKEND sqlite:// TOKEN lgphndbepn 2019-02-07 04:08:46.651 6478 INFO octavia.api.v1.controllers.listener [req-32cf4e3b-fedf-436d-93e7-0f7c2d6a02d9 - - - - -] Sending Creation of Listener b66fb4d6-95f6-4709-9fa7-85214076b111 to handler 2019-02-07 04:08:46.673 6477 INFO octavia.common.config [req-fd6815d7-82c3-4127-9ac7-25792d823a10 - - - - -] Logging enabled! 2019-02-07 04:08:46.674 6477 INFO octavia.common.config [req-fd6815d7-82c3-4127-9ac7-25792d823a10 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:46.736 6478 INFO octavia.api.v1.controllers.pool [req-2cb2b1f6-5c53-4544-a9f7-d0a631d95b37 - - - - -] Sending Creation of Pool 32f30e1e-0f9f-43cd-ae43-ff3ade1d1c91 to handler 2019-02-07 04:08:46.696 6477 WARNING octavia.api.root_controller [req-fd6815d7-82c3-4127-9ac7-25792d823a10 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:46.707 6477 INFO octavia.api.v1.controllers.load_balancer [req-f4636a5b-4f9e-40c1-a50f-588987bb6ab8 - - - - -] Sending created Load Balancer a0bb5e17-1060-477c-af7f-64126550726b to the handler 2019-02-07 04:08:46.718 6477 INFO octavia.api.v1.controllers.load_balancer [req-68c1530f-a7d7-492b-af73-9d371d7b9675 - - - - -] Sending created Load Balancer ec5501df-9a20-4116-b669-a67756ae1407 to the handler 2019-02-07 04:08:46.728 6477 INFO octavia.api.v1.controllers.load_balancer [req-67769969-c915-470f-a798-33da6ed67477 - - - - -] Sending created Load Balancer c6799c19-d158-4254-86e4-ec5460c81eb2 to the handler 2019-02-07 04:08:46.738 6477 INFO octavia.api.v1.controllers.load_balancer [req-1b1f5d66-b5bc-4da6-8d47-91493b6e2e3c - - - - -] Sending created Load Balancer b7d28e5f-08a6-4c0d-93e3-64de04c67804 to the handler 2019-02-07 04:08:46.748 6477 INFO octavia.api.v1.controllers.load_balancer [req-b1726175-2050-4dfe-94c0-2fc3ce63662f - - - - -] Sending created Load Balancer 13bd7be5-01c8-4efa-858b-742c52c0f959 to the handler 2019-02-07 04:08:46.759 6477 INFO octavia.api.v1.controllers.load_balancer [req-d167ef82-88d7-491c-8026-a25f31c6a8fb - - - - -] Sending created Load Balancer efc427bc-7c61-44ea-a75a-835090c6c473 to the handler 2019-02-07 04:08:46.767 6477 INFO octavia.api.v1.controllers.load_balancer [req-8f5b0c7c-0816-4675-b73d-e0aed7baee36 - - - - -] Sending created Load Balancer cd676123-64a1-4140-bc1d-574ebcd72ca0 to the handler 2019-02-07 04:08:46.775 6477 INFO octavia.api.v1.controllers.load_balancer [req-1ba0ab94-e5af-41b5-80c7-b04e79034f29 - - - - -] Sending created Load Balancer d7aec37b-bc3d-45fc-bd03-289df106464d to the handler 2019-02-07 04:08:46.783 6477 INFO octavia.api.v1.controllers.load_balancer [req-ea8b677e-64da-40de-a0c8-4b683ed30ebc - - - - -] Sending created Load Balancer 80e9a11b-ba53-49fc-aef5-a8d179cc5236 to the handler 2019-02-07 04:08:46.791 6477 INFO octavia.api.v1.controllers.load_balancer [req-fbd0a71f-0d6e-447a-aae6-8c96d80064e7 - - - - -] Sending created Load Balancer 8eb0626d-a7da-46f1-8144-ce8e23da0b3e to the handler 2019-02-07 04:08:46.849 6478 INFO octavia.api.v1.controllers.pool [req-975e8ea4-6ba9-4795-b3cf-9c4a94e84494 - - - - -] Sending Creation of Pool cf5e5032-fde6-4a15-aa28-eb0b95f97815 to handler 2019-02-07 04:08:46.810 6477 INFO octavia.api.v1.controllers.load_balancer [req-a0eb0011-dbc6-494d-97de-e5012e948da6 - - - - -] Sending created Load Balancer 325baad9-a737-479a-9b9d-ba0499cacc4d to the handler 2019-02-07 04:08:46.820 6477 INFO octavia.api.v1.controllers.load_balancer [req-0c627bd6-9b67-4ed6-b2c6-f25d7104b72d - - - - -] Sending created Load Balancer a92bee96-f5c4-442a-8e8b-5941959bfde0 to the handler 2019-02-07 04:08:46.830 6477 INFO octavia.api.v1.controllers.load_balancer [req-2f88e98d-8ab5-41bf-8534-3c75c81dd917 - - - - -] Sending created Load Balancer 5ba4afee-8f81-4f48-af09-a323cb118c53 to the handler 2019-02-07 04:08:46.840 6477 INFO octavia.api.v1.controllers.load_balancer [req-5af939be-eb8c-48c6-a327-0e5e2c0aa7eb - - - - -] Sending created Load Balancer 0be2577a-740f-44ad-8a3d-0216678473ad to the handler 2019-02-07 04:08:46.850 6477 INFO octavia.api.v1.controllers.load_balancer [req-8d5682cb-0c47-4608-9d40-7fb0a6a6be1c - - - - -] Sending created Load Balancer 9fff2f71-d0f7-4d7c-9eeb-d5af9be488ab to the handler 2019-02-07 04:08:46.859 6477 INFO octavia.api.v1.controllers.load_balancer [req-e6871f68-3b1f-4b26-a29e-f4273e084dd9 - - - - -] Sending created Load Balancer 20dba49a-df3b-4135-8af6-b1a3432e785b to the handler 2019-02-07 04:08:46.867 6477 INFO octavia.api.v1.controllers.load_balancer [req-b22327bb-bc0b-4a60-a374-8af4d14c0244 - - - - -] Sending created Load Balancer 7c0e769f-3c07-4e65-99b3-4d5516bd1de8 to the handler 2019-02-07 04:08:46.875 6477 INFO octavia.api.v1.controllers.load_balancer [req-9def92c3-2175-4375-add7-28177e326b55 - - - - -] Sending created Load Balancer 36a73a97-7833-4e69-8fc9-fdb3f4a3a583 to the handler 2019-02-07 04:08:46.883 6477 INFO octavia.api.v1.controllers.load_balancer [req-c830c37b-5200-4dd1-88e1-31d4ea437124 - - - - -] Sending created Load Balancer 79c3d4e3-7c0a-4808-8f5c-034a0fa82137 to the handler 2019-02-07 04:08:46.971 6478 INFO oslo_db.sqlalchemy.provision [req-5776c39b-2f1e-4c74-a828-1311469bd1bf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:46.972 6478 INFO oslo_db.sqlalchemy.provision [req-5776c39b-2f1e-4c74-a828-1311469bd1bf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vzvpietjhk 2019-02-07 04:08:46.972 6478 INFO oslo_db.sqlalchemy.provision [req-5776c39b-2f1e-4c74-a828-1311469bd1bf - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_over_quota [0.504459s] ... ok 2019-02-07 04:08:46.975 6478 INFO oslo_db.sqlalchemy.provision [req-5776c39b-2f1e-4c74-a828-1311469bd1bf - - - - -] CREATE BACKEND sqlite:// TOKEN zoupnghsnq 2019-02-07 04:08:47.052 6478 INFO octavia.common.config [req-5776c39b-2f1e-4c74-a828-1311469bd1bf - - - - -] Logging enabled! 2019-02-07 04:08:47.052 6478 INFO octavia.common.config [req-5776c39b-2f1e-4c74-a828-1311469bd1bf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:47.074 6478 WARNING octavia.api.root_controller [req-5776c39b-2f1e-4c74-a828-1311469bd1bf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:47.083 6478 INFO octavia.api.v1.controllers.load_balancer [req-a948d24c-8d0a-4a0a-a99f-53380cf802ec - - - - -] Sending created Load Balancer 7aee182b-3545-47ea-9184-833a6608f086 to the handler 2019-02-07 04:08:46.902 6477 INFO octavia.api.v1.controllers.load_balancer [req-f15000f5-0e6d-4f4f-b3a7-730d634414dd - - - - -] Sending created Load Balancer b74b48db-ab90-4216-8c11-ac00184a0e2c to the handler 2019-02-07 04:08:46.911 6477 INFO octavia.api.v1.controllers.load_balancer [req-8b705cf1-2831-44f9-b318-36ab406fe77c - - - - -] Sending created Load Balancer c8769542-93d4-473d-b867-4123918c0bc3 to the handler 2019-02-07 04:08:46.922 6477 INFO octavia.api.v1.controllers.load_balancer [req-d7911df7-cfea-4953-8275-4a395ecc0e53 - - - - -] Sending created Load Balancer 8b16d13b-34e7-4386-a433-56e76b4aa01f to the handler 2019-02-07 04:08:46.931 6477 INFO octavia.api.v1.controllers.load_balancer [req-b84b2ef7-f96b-40aa-8999-ed584cb1e2d2 - - - - -] Sending created Load Balancer 57a7eccb-3954-4b01-a4b9-3e44e290900b to the handler 2019-02-07 04:08:46.941 6477 INFO octavia.api.v1.controllers.load_balancer [req-f4cd41ad-936c-4d9e-ae5f-24b060c2cfe2 - - - - -] Sending created Load Balancer b1a3f18a-6117-401d-9f25-59bfa1cbc6d9 to the handler 2019-02-07 04:08:46.952 6477 INFO octavia.api.v1.controllers.load_balancer [req-42711d13-9140-4d1e-a1d0-6f291a42933b - - - - -] Sending created Load Balancer 258214ad-9a02-4a27-b217-9ea638da925c to the handler 2019-02-07 04:08:46.961 6477 INFO octavia.api.v1.controllers.load_balancer [req-f49d3de7-258f-477e-b7ef-744440020038 - - - - -] Sending created Load Balancer 0f21acc9-874c-4e15-b24a-d3ee061ebe40 to the handler 2019-02-07 04:08:46.971 6477 INFO octavia.api.v1.controllers.load_balancer [req-cca204f1-4a39-426d-ade0-2dbd50a7c5a1 - - - - -] Sending created Load Balancer 726a4651-6d7b-46e0-8fa3-e7e336feb778 to the handler 2019-02-07 04:08:46.980 6477 INFO octavia.api.v1.controllers.load_balancer [req-123aaaa5-dca4-444f-a428-0965878c769a - - - - -] Sending created Load Balancer 58efc274-805b-4ef4-be6e-12d4e5072e5a to the handler 2019-02-07 04:08:46.990 6477 INFO octavia.api.v1.controllers.load_balancer [req-bc211328-b3a4-439b-a45d-a2d596c7d833 - - - - -] Sending created Load Balancer b8647821-5827-463e-bd26-c740c13e1ef0 to the handler 2019-02-07 04:08:46.998 6477 INFO octavia.api.v1.controllers.load_balancer [req-430797e0-d241-48de-b5d1-632716826709 - - - - -] Sending created Load Balancer 75697639-ff74-491d-a32a-965426cd7c32 to the handler 2019-02-07 04:08:47.007 6477 INFO octavia.api.v1.controllers.load_balancer [req-b57e0cf8-48a0-4d72-a731-bf7bc39bacd3 - - - - -] Sending created Load Balancer 82af8ceb-1499-4d42-8bad-58000e7bf0be to the handler 2019-02-07 04:08:47.023 6477 INFO octavia.api.v1.controllers.load_balancer [req-db29e6e0-3294-4b39-8c44-103370fa016d - - - - -] Sending created Load Balancer a0e5a875-2ca4-4247-8f93-7446cb38334e to the handler 2019-02-07 04:08:47.031 6477 INFO octavia.api.v1.controllers.load_balancer [req-f6a9f77a-8644-4545-8fe3-44d7810e647e - - - - -] Sending created Load Balancer db29ed65-eb97-4d05-a7fe-5d69110f934a to the handler 2019-02-07 04:08:47.042 6477 INFO octavia.api.v1.controllers.load_balancer [req-e86a9c89-68ca-4ad9-b210-8beb777ba8e5 - - - - -] Sending created Load Balancer a26d6d80-1281-454f-b6cf-55b38254a50b to the handler 2019-02-07 04:08:47.053 6477 INFO octavia.api.v1.controllers.load_balancer [req-7eccae50-04da-4571-bb88-85c8e036119b - - - - -] Sending created Load Balancer 7d7f0dd2-0568-4100-8787-e4aec72283c8 to the handler 2019-02-07 04:08:47.061 6477 INFO octavia.api.v1.controllers.load_balancer [req-6e3c482d-0b1a-4921-9747-46dc06f80cb3 - - - - -] Sending created Load Balancer e71b0840-0432-4d7b-9f70-3a7f076ca704 to the handler 2019-02-07 04:08:47.069 6477 INFO octavia.api.v1.controllers.load_balancer [req-1e164c26-4c7f-4fb0-a7b9-5958cd7be4b6 - - - - -] Sending created Load Balancer e6b294b7-ba2d-4dba-9bb3-8aaec74f160c to the handler 2019-02-07 04:08:47.078 6477 INFO octavia.api.v1.controllers.load_balancer [req-0e49cdb4-1566-43f3-951c-5024b2ab13bf - - - - -] Sending created Load Balancer a3546d4b-d87e-4cc7-a3c3-31e3ffa1bec0 to the handler 2019-02-07 04:08:47.086 6477 INFO octavia.api.v1.controllers.load_balancer [req-cb33569a-a4f3-468a-b1a2-90c1b0c07886 - - - - -] Sending created Load Balancer 7bbcbf3c-67da-4780-b785-c8b153b9fda2 to the handler 2019-02-07 04:08:47.094 6477 INFO octavia.api.v1.controllers.load_balancer [req-188a9891-6c0c-4624-987b-ae6eac300b00 - - - - -] Sending created Load Balancer 04022d28-eb2f-43b9-abd0-d6ec6705cf61 to the handler 2019-02-07 04:08:47.102 6477 INFO octavia.api.v1.controllers.load_balancer [req-459df9e6-9347-45e8-9fee-37b53ce1cb48 - - - - -] Sending created Load Balancer c3b717df-8cb0-4dde-a94c-f2ecdfc93bc0 to the handler 2019-02-07 04:08:47.110 6477 INFO octavia.api.v1.controllers.load_balancer [req-fc85723b-252a-49e7-a4e3-d34afeae66e0 - - - - -] Sending created Load Balancer c8ffe937-1ae1-4446-b9ac-05a73d2da10d to the handler 2019-02-07 04:08:47.118 6477 INFO octavia.api.v1.controllers.load_balancer [req-e3c5e3ad-db8e-466a-a5c7-b0929f166aae - - - - -] Sending created Load Balancer bc8e42bf-209e-4193-8939-dba0c4371d91 to the handler 2019-02-07 04:08:47.145 6477 INFO octavia.api.v1.controllers.load_balancer [req-2ce853ef-ba89-42b8-8a66-8acf0b05e937 - - - - -] Sending created Load Balancer cc210b66-0e18-45c3-bc4c-b455a1a4cd77 to the handler 2019-02-07 04:08:47.153 6477 INFO octavia.api.v1.controllers.load_balancer [req-6c45c8e3-ed16-4b43-9bb7-e03f7210aefe - - - - -] Sending created Load Balancer b029b186-bee7-4590-8811-d2057ec8e8ab to the handler 2019-02-07 04:08:47.166 6477 INFO octavia.api.v1.controllers.load_balancer [req-32e02efa-1d5a-4e10-8c4e-ed8b907d4aee - - - - -] Sending created Load Balancer 52193b9e-7e24-43f5-b7f4-2e8346edb5a6 to the handler 2019-02-07 04:08:47.174 6477 INFO octavia.api.v1.controllers.load_balancer [req-1a37d180-09fc-4f85-9346-2458955c1bdf - - - - -] Sending created Load Balancer ffc34e2e-8cdc-4e32-95ba-86110716589b to the handler 2019-02-07 04:08:47.177 6478 INFO octavia.api.v1.controllers.listener [req-0b9c918b-e531-4b27-9d46-3e97a2b396e4 - - - - -] Sending Creation of Listener fb6f2b54-a4a7-419f-a1cc-18500450c7b7 to handler 2019-02-07 04:08:47.186 6477 INFO octavia.api.v1.controllers.load_balancer [req-7efe95dd-1cdf-41fb-842b-9600b7ab4201 - - - - -] Sending created Load Balancer 6b263b2d-6c75-46d5-bb54-9d0a4cbbcf62 to the handler 2019-02-07 04:08:47.194 6477 INFO octavia.api.v1.controllers.load_balancer [req-cae93b71-5d4a-48eb-a055-f6dcf177345b - - - - -] Sending created Load Balancer 7c353ff8-a443-48c7-828c-ee59175eda62 to the handler 2019-02-07 04:08:47.202 6477 INFO octavia.api.v1.controllers.load_balancer [req-e7e0df57-f1a3-40ea-aecb-870e32f43c06 - - - - -] Sending created Load Balancer 78b4e3ed-eda9-4c7f-9b80-1f37d04f9aca to the handler 2019-02-07 04:08:47.217 6477 INFO octavia.api.v1.controllers.load_balancer [req-9e42f4fa-bcbc-4995-b5e3-41b7a82ce124 - - - - -] Sending created Load Balancer 6be5423c-6808-44ac-8693-32c825fda737 to the handler 2019-02-07 04:08:47.299 6478 INFO octavia.api.v1.controllers.pool [req-bc34591d-bd02-42f5-8bd4-cd315aaf1d0d - - - - -] Sending Creation of Pool d443cc1c-83b0-43a8-a50f-5b2eda047bd8 to handler 2019-02-07 04:08:47.227 6477 INFO octavia.api.v1.controllers.load_balancer [req-3ae92ed1-f09b-4846-9083-62ad8be9597c - - - - -] Sending created Load Balancer 1d4be2dc-2fc2-4a0c-814e-6d13411ab4ff to the handler 2019-02-07 04:08:47.237 6477 INFO octavia.api.v1.controllers.load_balancer [req-49e2dc21-cba8-44f6-8efe-0b1bd6b040a0 - - - - -] Sending created Load Balancer cd84866f-efb3-4bd8-b175-d7be9962d56a to the handler 2019-02-07 04:08:47.248 6477 INFO octavia.api.v1.controllers.load_balancer [req-0d1d4353-b5d7-46fc-a6f7-29ea8de07c45 - - - - -] Sending created Load Balancer 0850b6f8-ffac-46a6-8b46-c529f7910f5a to the handler 2019-02-07 04:08:47.258 6477 INFO octavia.api.v1.controllers.load_balancer [req-3bda6d64-038b-41fb-9140-2aa45dff2590 - - - - -] Sending created Load Balancer 0c22935b-5674-4657-bfe8-a6c83ebca1ed to the handler 2019-02-07 04:08:47.267 6477 INFO octavia.api.v1.controllers.load_balancer [req-f4ffe5a0-cb0c-4ac2-bf82-685b006de55c - - - - -] Sending created Load Balancer 169fcdd2-af59-4dfc-ad78-aff72915d9b7 to the handler 2019-02-07 04:08:47.278 6477 INFO octavia.api.v1.controllers.load_balancer [req-29640af1-5126-4efd-80a5-8b2024cdcdb3 - - - - -] Sending created Load Balancer 5d9b41f2-d130-4e66-87cb-a69b64aed009 to the handler 2019-02-07 04:08:47.287 6477 INFO octavia.api.v1.controllers.load_balancer [req-daa03888-7ac8-46fb-b890-e57fcb28c387 - - - - -] Sending created Load Balancer f0195b9f-db44-4aa1-a347-3d251958e8de to the handler 2019-02-07 04:08:47.297 6477 INFO octavia.api.v1.controllers.load_balancer [req-d9d3cb75-381d-481f-b2c2-14d3af6813a8 - - - - -] Sending created Load Balancer abf9b897-01f4-43a6-80e4-d7d6bc267073 to the handler 2019-02-07 04:08:47.308 6477 INFO octavia.api.v1.controllers.load_balancer [req-ac3ccd65-93a8-4414-a450-6f66583a8de6 - - - - -] Sending created Load Balancer 1fd27157-a290-4fad-876a-fd7b61311d8a to the handler 2019-02-07 04:08:47.316 6477 INFO octavia.api.v1.controllers.load_balancer [req-0a4ec112-e766-40ba-8375-6c75f7250591 - - - - -] Sending created Load Balancer e4f0017a-f126-4e29-94fc-b5e7589f4885 to the handler 2019-02-07 04:08:47.324 6477 INFO octavia.api.v1.controllers.load_balancer [req-937b4157-23d8-49b0-939c-fb8ae8e7d871 - - - - -] Sending created Load Balancer dc58fdbf-cd8e-4665-9e6c-789b048cd379 to the handler 2019-02-07 04:08:47.333 6477 INFO octavia.api.v1.controllers.load_balancer [req-b2f0ff01-60be-42df-a4de-8f74503d91b7 - - - - -] Sending created Load Balancer 557e5747-1779-4ee2-804f-0f205639d91c to the handler 2019-02-07 04:08:47.341 6477 INFO octavia.api.v1.controllers.load_balancer [req-166bab3c-2b0c-4e04-9bea-0a2e1410035c - - - - -] Sending created Load Balancer 2934d0b4-cdc4-4999-be80-55b7e76382c5 to the handler 2019-02-07 04:08:47.482 6478 INFO octavia.api.v1.controllers.pool [req-e35d87b1-7324-414e-8b07-24e1ab959ab5 - - - - -] Sending Creation of Pool 635d3fe9-0436-4161-80b4-f0465e7479e6 to handler 2019-02-07 04:08:47.580 6478 INFO octavia.api.v1.controllers.load_balancer [req-2555fb5e-3164-4c15-ac5f-3d32b1057fe7 - - - - -] Sending updated Load Balancer 7aee182b-3545-47ea-9184-833a6608f086 to the handler 2019-02-07 04:08:47.633 6478 INFO octavia.api.v1.controllers.health_monitor [req-7b18c3a4-00d7-4717-b58c-d443429ddf18 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:08:47.648 6478 INFO oslo_db.sqlalchemy.provision [req-7b18c3a4-00d7-4717-b58c-d443429ddf18 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:47.649 6478 INFO oslo_db.sqlalchemy.provision [req-7b18c3a4-00d7-4717-b58c-d443429ddf18 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zoupnghsnq 2019-02-07 04:08:47.650 6478 INFO oslo_db.sqlalchemy.provision [req-7b18c3a4-00d7-4717-b58c-d443429ddf18 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_when_lb_pending_update [0.677253s] ... ok 2019-02-07 04:08:47.653 6478 INFO oslo_db.sqlalchemy.provision [req-7b18c3a4-00d7-4717-b58c-d443429ddf18 - - - - -] CREATE BACKEND sqlite:// TOKEN laruilfdnj 2019-02-07 04:08:47.725 6478 INFO octavia.common.config [req-7b18c3a4-00d7-4717-b58c-d443429ddf18 - - - - -] Logging enabled! 2019-02-07 04:08:47.726 6478 INFO octavia.common.config [req-7b18c3a4-00d7-4717-b58c-d443429ddf18 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:47.747 6478 WARNING octavia.api.root_controller [req-7b18c3a4-00d7-4717-b58c-d443429ddf18 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:47.756 6478 INFO octavia.api.v1.controllers.load_balancer [req-008a4183-a33c-4cda-a8a1-5d09a0621a0c - - - - -] Sending created Load Balancer adcee825-5fc5-4a37-8cbd-5fb6ce2510f4 to the handler 2019-02-07 04:08:47.821 6477 INFO oslo_db.sqlalchemy.provision [req-79a12b5d-bd89-4d63-9ff4-03ed5b783f99 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:47.822 6477 INFO oslo_db.sqlalchemy.provision [req-79a12b5d-bd89-4d63-9ff4-03ed5b783f99 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lgphndbepn 2019-02-07 04:08:47.823 6477 INFO oslo_db.sqlalchemy.provision [req-79a12b5d-bd89-4d63-9ff4-03ed5b783f99 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_api_sort.TestApiSort.test_loadbalancer_sorting_and_pagination [1.225988s] ... ok 2019-02-07 04:08:47.832 6478 INFO octavia.api.v1.controllers.listener [req-cef882d8-84fd-4ea5-bb11-edf850b0c989 - - - - -] Sending Creation of Listener ab55f3da-9e22-4fa6-85c1-de284e02260e to handler 2019-02-07 04:08:47.831 6477 INFO oslo_db.sqlalchemy.provision [req-79a12b5d-bd89-4d63-9ff4-03ed5b783f99 - - - - -] CREATE BACKEND sqlite:// TOKEN zfggpyeikx 2019-02-07 04:08:47.899 6477 INFO octavia.common.config [req-79a12b5d-bd89-4d63-9ff4-03ed5b783f99 - - - - -] Logging enabled! 2019-02-07 04:08:47.900 6477 INFO octavia.common.config [req-79a12b5d-bd89-4d63-9ff4-03ed5b783f99 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:47.921 6477 WARNING octavia.api.root_controller [req-79a12b5d-bd89-4d63-9ff4-03ed5b783f99 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:47.918 6478 INFO octavia.api.v1.controllers.pool [req-e81de486-d0ab-4c23-b460-e49de82b0526 - - - - -] Sending Creation of Pool 8c5a34b3-cccc-470a-9aa1-386277769f70 to handler 2019-02-07 04:08:47.933 6477 INFO octavia.api.v1.controllers.load_balancer [req-bf678aa9-94e8-44a5-8ab3-33f17e377a90 - - - - -] Sending created Load Balancer 25469964-98af-4e86-8a24-3794e03b8721 to the handler 2019-02-07 04:08:48.040 6478 INFO octavia.api.v1.controllers.pool [req-ba694d45-539a-474e-8386-384ad51dcaee - - - - -] Sending Creation of Pool af78b133-567f-4c18-9446-499bcb49847f to handler 2019-02-07 04:08:48.076 6477 INFO octavia.api.v1.controllers.listener [req-a8605fe7-2521-42ce-a94e-c86c361d2a08 - - - - -] Sending Creation of Listener 38d7d098-a107-4810-9dd7-7292601e7d3f to handler 2019-02-07 04:08:48.174 6477 INFO octavia.api.v1.controllers.pool [req-4d32e389-bbce-4d8a-93c4-6a50d1bbedb9 - - - - -] Sending Creation of Pool 03c2ce74-d8f0-48af-8fec-3f454e1fbadc to handler 2019-02-07 04:08:48.177 6478 INFO octavia.api.v1.controllers.health_monitor [req-b0eaaf81-201d-4770-a5f8-fd3f5f99f70f - - - - -] Sending Creation of Health Monitor for Pool af78b133-567f-4c18-9446-499bcb49847f to handler 2019-02-07 04:08:48.313 6477 INFO octavia.api.v1.controllers.pool [req-9d95f25a-05c1-4a00-b83f-8bcf71ebdffd - - - - -] Sending Creation of Pool 5c88626e-043d-4b89-a7ad-fe6c51918ea4 to handler 2019-02-07 04:08:48.343 6478 INFO oslo_db.sqlalchemy.provision [req-b10215f6-a7b7-4a15-9ee8-6090f21a0b11 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:48.345 6478 INFO oslo_db.sqlalchemy.provision [req-b10215f6-a7b7-4a15-9ee8-6090f21a0b11 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN laruilfdnj 2019-02-07 04:08:48.345 6478 INFO oslo_db.sqlalchemy.provision [req-b10215f6-a7b7-4a15-9ee8-6090f21a0b11 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_with_listener [0.694979s] ... ok 2019-02-07 04:08:48.348 6478 INFO oslo_db.sqlalchemy.provision [req-b10215f6-a7b7-4a15-9ee8-6090f21a0b11 - - - - -] CREATE BACKEND sqlite:// TOKEN kaqcgojybv 2019-02-07 04:08:48.439 6478 INFO octavia.common.config [req-b10215f6-a7b7-4a15-9ee8-6090f21a0b11 - - - - -] Logging enabled! 2019-02-07 04:08:48.439 6478 INFO octavia.common.config [req-b10215f6-a7b7-4a15-9ee8-6090f21a0b11 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:48.469 6478 WARNING octavia.api.root_controller [req-b10215f6-a7b7-4a15-9ee8-6090f21a0b11 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:48.478 6478 INFO octavia.api.v1.controllers.load_balancer [req-a10bf5d1-d4d8-4824-bfb5-0ede1e174d0b - - - - -] Sending created Load Balancer 140e2525-8958-400d-a098-9ee18a1dce5c to the handler 2019-02-07 04:08:48.480 6477 INFO oslo_db.sqlalchemy.provision [req-d6ebc3df-1a3e-4d86-9274-855e4b3f206d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:48.482 6477 INFO oslo_db.sqlalchemy.provision [req-d6ebc3df-1a3e-4d86-9274-855e4b3f206d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zfggpyeikx 2019-02-07 04:08:48.482 6477 INFO oslo_db.sqlalchemy.provision [req-d6ebc3df-1a3e-4d86-9274-855e4b3f206d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_bad_create [0.659373s] ... ok 2019-02-07 04:08:48.488 6477 INFO oslo_db.sqlalchemy.provision [req-d6ebc3df-1a3e-4d86-9274-855e4b3f206d - - - - -] CREATE BACKEND sqlite:// TOKEN znnbirkuyi 2019-02-07 04:08:48.560 6477 INFO octavia.common.config [req-d6ebc3df-1a3e-4d86-9274-855e4b3f206d - - - - -] Logging enabled! 2019-02-07 04:08:48.561 6477 INFO octavia.common.config [req-d6ebc3df-1a3e-4d86-9274-855e4b3f206d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:48.565 6478 INFO octavia.api.v1.controllers.listener [req-21acc63c-7d12-4ca8-866a-2a24ca2db261 - - - - -] Sending Creation of Listener 1ff420d4-8dc5-47e7-ba7a-f14d8edfef77 to handler 2019-02-07 04:08:48.583 6477 WARNING octavia.api.root_controller [req-d6ebc3df-1a3e-4d86-9274-855e4b3f206d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:48.592 6477 INFO octavia.api.v1.controllers.load_balancer [req-f6a4b171-704e-4b6c-aa31-c6ee75c6cef2 - - - - -] Sending created Load Balancer a7887b4a-ec15-4647-b707-05bb86747bf4 to the handler 2019-02-07 04:08:48.654 6478 INFO octavia.api.v1.controllers.pool [req-e12e1487-eb8a-47e1-86b8-2c60917ae5d5 - - - - -] Sending Creation of Pool 2f2eef7c-8cfe-4ad0-ac9a-df43996a45b2 to handler 2019-02-07 04:08:48.668 6477 INFO octavia.api.v1.controllers.listener [req-639952b7-8777-44d4-8013-478ca37ea4c6 - - - - -] Sending Creation of Listener eb73191d-f2ab-475c-bb25-42760de22bce to handler 2019-02-07 04:08:48.758 6477 INFO octavia.api.v1.controllers.pool [req-f2153876-cba0-4fd8-be2e-b546fe9ab24e - - - - -] Sending Creation of Pool 66cdfa3c-16eb-4837-8c01-07631be61ec1 to handler 2019-02-07 04:08:48.843 6478 INFO octavia.api.v1.controllers.pool [req-65f51562-5959-4ba7-b3ea-d07de246ce27 - - - - -] Sending Creation of Pool 087161f0-4cad-4bfc-961a-e2d736d85aed to handler 2019-02-07 04:08:48.879 6477 INFO octavia.api.v1.controllers.pool [req-480a89f3-bc17-4032-afc4-4a39389aff77 - - - - -] Sending Creation of Pool cdb109d0-1533-462f-8647-b93457ef1839 to handler 2019-02-07 04:08:48.974 6478 INFO octavia.api.v1.controllers.health_monitor [req-6dfaab2a-84bb-49ff-8a20-5c18f59637bf - - - - -] Sending Creation of Health Monitor for Pool 087161f0-4cad-4bfc-961a-e2d736d85aed to handler 2019-02-07 04:08:48.985 6477 INFO octavia.api.v1.controllers.health_monitor [req-ab1853b9-bde1-4242-b63b-402c9099b5d8 - - - - -] Health Monitor for Pool 66cdfa3c-16eb-4837-8c01-07631be61ec1 was not found 2019-02-07 04:08:48.999 6477 INFO oslo_db.sqlalchemy.provision [req-ab1853b9-bde1-4242-b63b-402c9099b5d8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:49.001 6477 INFO oslo_db.sqlalchemy.provision [req-ab1853b9-bde1-4242-b63b-402c9099b5d8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN znnbirkuyi 2019-02-07 04:08:49.001 6477 INFO oslo_db.sqlalchemy.provision [req-ab1853b9-bde1-4242-b63b-402c9099b5d8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_bad_delete [0.518258s] ... ok 2019-02-07 04:08:49.004 6477 INFO oslo_db.sqlalchemy.provision [req-ab1853b9-bde1-4242-b63b-402c9099b5d8 - - - - -] CREATE BACKEND sqlite:// TOKEN qfiysrpekh 2019-02-07 04:08:49.077 6477 INFO octavia.common.config [req-ab1853b9-bde1-4242-b63b-402c9099b5d8 - - - - -] Logging enabled! 2019-02-07 04:08:49.077 6477 INFO octavia.common.config [req-ab1853b9-bde1-4242-b63b-402c9099b5d8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:49.099 6477 WARNING octavia.api.root_controller [req-ab1853b9-bde1-4242-b63b-402c9099b5d8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:49.110 6477 INFO octavia.api.v1.controllers.load_balancer [req-bef2111a-b5eb-46c8-bc8a-3b65473ba7d8 - - - - -] Sending created Load Balancer 6e5c86b4-0697-4ad0-844a-2a655fbac797 to the handler 2019-02-07 04:08:49.106 6478 INFO octavia.api.v1.controllers.health_monitor [req-0c4d0f38-9367-4ecf-9f7c-a2b4fdcbba1a - - - - -] Sending Deletion of Health Monitor for Pool 087161f0-4cad-4bfc-961a-e2d736d85aed to handler 2019-02-07 04:08:49.252 6477 INFO octavia.api.v1.controllers.listener [req-64633aae-b0b5-4a6c-87a6-490a51255821 - - - - -] Sending Creation of Listener 5348d3e9-cdd5-4464-bb62-af5ce118c6f1 to handler 2019-02-07 04:08:49.282 6478 INFO oslo_db.sqlalchemy.provision [req-85685657-cf7a-4fb4-8ab6-fc3532019e2f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:49.283 6478 INFO oslo_db.sqlalchemy.provision [req-85685657-cf7a-4fb4-8ab6-fc3532019e2f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kaqcgojybv 2019-02-07 04:08:49.284 6478 INFO oslo_db.sqlalchemy.provision [req-85685657-cf7a-4fb4-8ab6-fc3532019e2f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_delete [0.938669s] ... ok 2019-02-07 04:08:49.291 6478 INFO oslo_db.sqlalchemy.provision [req-85685657-cf7a-4fb4-8ab6-fc3532019e2f - - - - -] CREATE BACKEND sqlite:// TOKEN cauxkobjww 2019-02-07 04:08:49.360 6478 INFO octavia.common.config [req-85685657-cf7a-4fb4-8ab6-fc3532019e2f - - - - -] Logging enabled! 2019-02-07 04:08:49.360 6478 INFO octavia.common.config [req-85685657-cf7a-4fb4-8ab6-fc3532019e2f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:49.351 6477 INFO octavia.api.v1.controllers.pool [req-16794903-6888-4700-9084-1298f3a6592b - - - - -] Sending Creation of Pool 850c8fc0-eabb-4bea-9af2-64b853dbef5b to handler 2019-02-07 04:08:49.383 6478 WARNING octavia.api.root_controller [req-85685657-cf7a-4fb4-8ab6-fc3532019e2f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:49.394 6478 INFO octavia.api.v1.controllers.load_balancer [req-8ae7e3fe-63b3-4ab6-bbed-57ad98f66625 - - - - -] Sending created Load Balancer 9180c76d-283e-44da-a72d-824331d0820e to the handler 2019-02-07 04:08:49.467 6477 INFO octavia.api.v1.controllers.pool [req-b1ed7b3f-0bd1-4ab4-a760-02ad1db46c38 - - - - -] Sending Creation of Pool cc6c7bed-5c9e-441b-a304-19ef79a25f9c to handler 2019-02-07 04:08:49.468 6478 INFO octavia.api.v1.controllers.listener [req-ad362ea1-4c1f-4a2e-a4c4-2d5ee7cad64a - - - - -] Sending Creation of Listener 9f8b0784-ae74-4993-ac2e-585cefeb92b9 to handler 2019-02-07 04:08:49.565 6477 INFO oslo_db.sqlalchemy.provision [req-feb7881a-de99-41fe-89da-e6932172f71e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:49.566 6477 INFO oslo_db.sqlalchemy.provision [req-feb7881a-de99-41fe-89da-e6932172f71e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qfiysrpekh 2019-02-07 04:08:49.566 6477 INFO oslo_db.sqlalchemy.provision [req-feb7881a-de99-41fe-89da-e6932172f71e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_bad_update ... SKIPPED: This test will need reviewed after a validation layer is built 2019-02-07 04:08:49.569 6477 INFO oslo_db.sqlalchemy.provision [req-feb7881a-de99-41fe-89da-e6932172f71e - - - - -] CREATE BACKEND sqlite:// TOKEN hhglxtwljs 2019-02-07 04:08:49.570 6478 INFO octavia.api.v1.controllers.pool [req-cf9bdacb-69da-4d74-9544-2a7c1cf48e53 - - - - -] Sending Creation of Pool 5e464b99-8445-41ef-b2ed-cf002afe463e to handler 2019-02-07 04:08:49.644 6477 INFO octavia.common.config [req-feb7881a-de99-41fe-89da-e6932172f71e - - - - -] Logging enabled! 2019-02-07 04:08:49.645 6477 INFO octavia.common.config [req-feb7881a-de99-41fe-89da-e6932172f71e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:49.667 6477 WARNING octavia.api.root_controller [req-feb7881a-de99-41fe-89da-e6932172f71e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:49.678 6477 INFO octavia.api.v1.controllers.load_balancer [req-31dcb49b-39b8-4605-9fa7-ad2a3f0c109a - - - - -] Sending created Load Balancer 8264a360-449c-4bfc-b8fd-ab1935f69f1b to the handler 2019-02-07 04:08:49.724 6478 INFO octavia.api.v1.controllers.pool [req-89091b7c-d11c-4de5-865d-46806fb4cabd - - - - -] Sending Creation of Pool d5f0aa17-e918-47b5-ada6-8716dc56217a to handler 2019-02-07 04:08:49.751 6477 INFO octavia.api.v1.controllers.listener [req-cc11f252-882e-4c67-9721-cfadc242ac73 - - - - -] Sending Creation of Listener 86af28a0-0b24-4069-9db1-21ef61df2d24 to handler 2019-02-07 04:08:49.838 6477 INFO octavia.api.v1.controllers.pool [req-81afd87b-3019-4404-82e6-ec6766853642 - - - - -] Sending Creation of Pool 1eec8eeb-73c6-4f69-b1c0-9fb559a7f070 to handler 2019-02-07 04:08:49.898 6478 INFO octavia.api.v1.controllers.health_monitor [req-fd7e2136-a842-4ab5-9025-9068f871bdc7 - - - - -] Sending Creation of Health Monitor for Pool 5e464b99-8445-41ef-b2ed-cf002afe463e to handler 2019-02-07 04:08:49.970 6477 INFO octavia.api.v1.controllers.pool [req-32fe5230-70ca-4614-a8d5-0d78c316e80e - - - - -] Sending Creation of Pool e2c9fd77-74c5-45db-b14d-e195e802b278 to handler 2019-02-07 04:08:50.014 6478 INFO octavia.api.v1.controllers.load_balancer [req-ba7f4949-8c28-43f4-8896-4393fa8a76bf - - - - -] Sending deleted Load Balancer 9180c76d-283e-44da-a72d-824331d0820e to the handler 2019-02-07 04:08:50.053 6478 INFO octavia.api.v1.controllers.health_monitor [req-76e035f0-42bb-4316-bd5b-cedcafaa498b - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:08:50.081 6478 INFO oslo_db.sqlalchemy.provision [req-76e035f0-42bb-4316-bd5b-cedcafaa498b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:50.083 6478 INFO oslo_db.sqlalchemy.provision [req-76e035f0-42bb-4316-bd5b-cedcafaa498b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cauxkobjww 2019-02-07 04:08:50.083 6478 INFO oslo_db.sqlalchemy.provision [req-76e035f0-42bb-4316-bd5b-cedcafaa498b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_delete_when_lb_pending_delete [0.799176s] ... ok 2019-02-07 04:08:50.086 6478 INFO oslo_db.sqlalchemy.provision [req-76e035f0-42bb-4316-bd5b-cedcafaa498b - - - - -] CREATE BACKEND sqlite:// TOKEN xvlpwcosbq 2019-02-07 04:08:50.099 6477 INFO octavia.api.v1.controllers.health_monitor [req-6f9de619-bb92-48cc-adc0-a3d8ad23912f - - - - -] Sending Creation of Health Monitor for Pool 1eec8eeb-73c6-4f69-b1c0-9fb559a7f070 to handler 2019-02-07 04:08:50.172 6478 INFO octavia.common.config [req-76e035f0-42bb-4316-bd5b-cedcafaa498b - - - - -] Logging enabled! 2019-02-07 04:08:50.172 6478 INFO octavia.common.config [req-76e035f0-42bb-4316-bd5b-cedcafaa498b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:50.194 6478 WARNING octavia.api.root_controller [req-76e035f0-42bb-4316-bd5b-cedcafaa498b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:50.205 6478 INFO octavia.api.v1.controllers.load_balancer [req-8d5331a6-f834-43aa-b5ee-e147f2039253 - - - - -] Sending created Load Balancer a523362b-96af-46fd-896a-2ecbd6d1db70 to the handler 2019-02-07 04:08:50.293 6477 INFO oslo_db.sqlalchemy.provision [req-e1e2aab6-8821-437f-a777-b677fcc9f504 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:50.294 6477 INFO oslo_db.sqlalchemy.provision [req-e1e2aab6-8821-437f-a777-b677fcc9f504 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hhglxtwljs 2019-02-07 04:08:50.294 6477 INFO oslo_db.sqlalchemy.provision [req-e1e2aab6-8821-437f-a777-b677fcc9f504 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_sans_listener [0.734352s] ... ok 2019-02-07 04:08:50.304 6477 INFO oslo_db.sqlalchemy.provision [req-e1e2aab6-8821-437f-a777-b677fcc9f504 - - - - -] CREATE BACKEND sqlite:// TOKEN ixmipcsiqt 2019-02-07 04:08:50.343 6478 INFO octavia.api.v1.controllers.listener [req-e08c3790-107b-4dba-8b8b-3b94ff4c42d2 - - - - -] Sending Creation of Listener 503a786e-feb1-4093-a585-ab2746eb09b5 to handler 2019-02-07 04:08:50.402 6477 INFO octavia.common.config [req-e1e2aab6-8821-437f-a777-b677fcc9f504 - - - - -] Logging enabled! 2019-02-07 04:08:50.403 6477 INFO octavia.common.config [req-e1e2aab6-8821-437f-a777-b677fcc9f504 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:50.427 6477 WARNING octavia.api.root_controller [req-e1e2aab6-8821-437f-a777-b677fcc9f504 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:50.436 6478 INFO octavia.api.v1.controllers.pool [req-6443f67d-c10b-4888-8765-dfca6ab8d2e9 - - - - -] Sending Creation of Pool 67e8cb25-ee7a-4a06-b223-481566499024 to handler 2019-02-07 04:08:50.451 6477 INFO octavia.api.v1.controllers.load_balancer [req-c87fbc2c-ea10-4449-9b1b-3d509492b4ab - - - - -] Sending created Load Balancer e16d48c4-59bc-4435-a661-9102461cb528 to the handler 2019-02-07 04:08:50.527 6477 INFO octavia.api.v1.controllers.listener [req-ae62f0de-2112-4cb1-b43f-c18b221a5e16 - - - - -] Sending Creation of Listener 2a853bbe-e65d-468e-95d7-27f9b11698fe to handler 2019-02-07 04:08:50.596 6478 INFO octavia.api.v1.controllers.pool [req-c7e11848-b26f-44ee-815e-0ae96f205001 - - - - -] Sending Creation of Pool 3fb91cb1-70d0-4fd3-ba66-a152cff2f6ee to handler 2019-02-07 04:08:50.618 6477 INFO octavia.api.v1.controllers.pool [req-9cce04dc-3458-4b4b-b0b4-a5d22c94c37f - - - - -] Sending Creation of Pool 992f96c1-3436-4ca4-9ad7-34b7c74055bf to handler 2019-02-07 04:08:50.753 6478 INFO octavia.api.v1.controllers.health_monitor [req-a8d6d3dc-0cec-4e1b-bb4e-80579667cfd2 - - - - -] Sending Creation of Health Monitor for Pool 67e8cb25-ee7a-4a06-b223-481566499024 to handler 2019-02-07 04:08:50.802 6477 INFO octavia.api.v1.controllers.pool [req-42b7d3f3-deb7-4790-b209-acd8468d42d6 - - - - -] Sending Creation of Pool 54d3be26-f52c-4f47-9b89-642db18f8f91 to handler 2019-02-07 04:08:50.846 6478 INFO octavia.api.v1.controllers.load_balancer [req-8b7a6391-9ee1-4abf-815d-48c1c8593256 - - - - -] Sending updated Load Balancer a523362b-96af-46fd-896a-2ecbd6d1db70 to the handler 2019-02-07 04:08:50.888 6478 INFO octavia.api.v1.controllers.health_monitor [req-3bdc69ca-cca3-4e52-85ba-a4dc9764ccbd - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:08:50.903 6477 INFO octavia.api.v1.controllers.load_balancer [req-027eed21-74ea-48c1-847b-798b11292f2e - - - - -] Sending deleted Load Balancer e16d48c4-59bc-4435-a661-9102461cb528 to the handler 2019-02-07 04:08:50.916 6478 INFO oslo_db.sqlalchemy.provision [req-3bdc69ca-cca3-4e52-85ba-a4dc9764ccbd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:50.917 6478 INFO oslo_db.sqlalchemy.provision [req-3bdc69ca-cca3-4e52-85ba-a4dc9764ccbd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xvlpwcosbq 2019-02-07 04:08:50.917 6478 INFO oslo_db.sqlalchemy.provision [req-3bdc69ca-cca3-4e52-85ba-a4dc9764ccbd - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_delete_when_lb_pending_update [0.834280s] ... ok 2019-02-07 04:08:50.942 6477 INFO octavia.api.v1.controllers.health_monitor [req-9e02d997-66b6-4267-9838-0b8138df75ff - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:08:50.920 6478 INFO oslo_db.sqlalchemy.provision [req-3bdc69ca-cca3-4e52-85ba-a4dc9764ccbd - - - - -] CREATE BACKEND sqlite:// TOKEN qqtxfxrnzj 2019-02-07 04:08:50.958 6477 INFO oslo_db.sqlalchemy.provision [req-9e02d997-66b6-4267-9838-0b8138df75ff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:50.960 6477 INFO oslo_db.sqlalchemy.provision [req-9e02d997-66b6-4267-9838-0b8138df75ff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ixmipcsiqt 2019-02-07 04:08:50.960 6477 INFO oslo_db.sqlalchemy.provision [req-9e02d997-66b6-4267-9838-0b8138df75ff - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_when_lb_pending_delete [0.658936s] ... ok 2019-02-07 04:08:50.963 6477 INFO oslo_db.sqlalchemy.provision [req-9e02d997-66b6-4267-9838-0b8138df75ff - - - - -] CREATE BACKEND sqlite:// TOKEN swqkosyftu 2019-02-07 04:08:50.994 6478 INFO octavia.common.config [req-3bdc69ca-cca3-4e52-85ba-a4dc9764ccbd - - - - -] Logging enabled! 2019-02-07 04:08:50.994 6478 INFO octavia.common.config [req-3bdc69ca-cca3-4e52-85ba-a4dc9764ccbd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:51.016 6478 WARNING octavia.api.root_controller [req-3bdc69ca-cca3-4e52-85ba-a4dc9764ccbd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:51.024 6478 INFO octavia.api.v1.controllers.load_balancer [req-f6e46cbb-8387-4530-a7e2-ed43d1a439b2 - - - - -] Sending created Load Balancer 9185b08b-3c5d-473d-9045-0755a24ffe84 to the handler 2019-02-07 04:08:51.037 6477 INFO octavia.common.config [req-9e02d997-66b6-4267-9838-0b8138df75ff - - - - -] Logging enabled! 2019-02-07 04:08:51.038 6477 INFO octavia.common.config [req-9e02d997-66b6-4267-9838-0b8138df75ff - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:51.059 6477 WARNING octavia.api.root_controller [req-9e02d997-66b6-4267-9838-0b8138df75ff - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:51.071 6477 INFO octavia.api.v1.controllers.load_balancer [req-cc9ca466-95d8-454c-8182-eb6c22ade3df - - - - -] Sending created Load Balancer 7e6fdf37-1658-4646-b5d4-77dda37cb254 to the handler 2019-02-07 04:08:51.101 6478 INFO octavia.api.v1.controllers.listener [req-b0cd28bb-fe56-4304-b9c0-847df425a2e8 - - - - -] Sending Creation of Listener 428e41f8-9e6c-42c3-bc3c-1294939325a9 to handler 2019-02-07 04:08:51.144 6477 INFO octavia.api.v1.controllers.listener [req-2d963eb7-f67f-4162-a1f3-a08b92ce994e - - - - -] Sending Creation of Listener c4cf27bd-3df8-4bd6-bd6d-161d238d0b48 to handler 2019-02-07 04:08:51.192 6478 INFO octavia.api.v1.controllers.pool [req-45af256b-b01e-465e-8b56-5774bd477682 - - - - -] Sending Creation of Pool 9344ff57-ba1a-45d8-a829-a56c96c42e49 to handler 2019-02-07 04:08:51.231 6477 INFO octavia.api.v1.controllers.pool [req-6983c241-36b1-46d2-b9c8-1f58e7304b41 - - - - -] Sending Creation of Pool ecd8095e-9ea0-4040-a422-8f86e7f0a338 to handler 2019-02-07 04:08:51.315 6478 INFO octavia.api.v1.controllers.pool [req-48c9615b-1d1d-4c9f-a9fb-22471a700ccd - - - - -] Sending Creation of Pool fe0287f3-7df5-4322-a339-3df2a2ee1d4f to handler 2019-02-07 04:08:51.357 6477 INFO octavia.api.v1.controllers.pool [req-2c98eb73-7cee-4781-ab3a-d4593ffbbecb - - - - -] Sending Creation of Pool ed73395c-2b07-45b9-8ae8-7fb6603310f0 to handler 2019-02-07 04:08:51.447 6478 INFO octavia.api.v1.controllers.health_monitor [req-bef51882-0f29-408d-9621-6b2c672ed4b7 - - - - -] Sending Creation of Health Monitor for Pool fe0287f3-7df5-4322-a339-3df2a2ee1d4f to handler 2019-02-07 04:08:51.497 6477 INFO octavia.api.v1.controllers.health_monitor [req-eeaddb70-0d71-4a61-be9c-13c4e6f54c05 - - - - -] Sending Creation of Health Monitor for Pool ed73395c-2b07-45b9-8ae8-7fb6603310f0 to handler 2019-02-07 04:08:51.566 6477 INFO oslo_db.sqlalchemy.provision [req-576e61d0-542d-45cb-b681-ffe220af6a5b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:51.567 6477 INFO oslo_db.sqlalchemy.provision [req-576e61d0-542d-45cb-b681-ffe220af6a5b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN swqkosyftu 2019-02-07 04:08:51.568 6477 INFO oslo_db.sqlalchemy.provision [req-576e61d0-542d-45cb-b681-ffe220af6a5b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_with_bad_handler [0.607275s] ... ok 2019-02-07 04:08:51.570 6477 INFO oslo_db.sqlalchemy.provision [req-576e61d0-542d-45cb-b681-ffe220af6a5b - - - - -] CREATE BACKEND sqlite:// TOKEN uhrpegkzns 2019-02-07 04:08:51.605 6478 INFO octavia.api.v1.controllers.health_monitor [req-d3dff987-293f-4f94-a06a-18695ad8353f - - - - -] Sending Deletion of Health Monitor for Pool fe0287f3-7df5-4322-a339-3df2a2ee1d4f to handler 2019-02-07 04:08:51.643 6477 INFO octavia.common.config [req-576e61d0-542d-45cb-b681-ffe220af6a5b - - - - -] Logging enabled! 2019-02-07 04:08:51.644 6477 INFO octavia.common.config [req-576e61d0-542d-45cb-b681-ffe220af6a5b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:51.676 6478 INFO oslo_db.sqlalchemy.provision [req-bfa64224-1742-4968-bfd5-df7670f6f3e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:51.678 6478 INFO oslo_db.sqlalchemy.provision [req-bfa64224-1742-4968-bfd5-df7670f6f3e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qqtxfxrnzj 2019-02-07 04:08:51.678 6478 INFO oslo_db.sqlalchemy.provision [req-bfa64224-1742-4968-bfd5-df7670f6f3e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_delete_with_bad_handler [0.760205s] ... ok 2019-02-07 04:08:51.681 6478 INFO oslo_db.sqlalchemy.provision [req-bfa64224-1742-4968-bfd5-df7670f6f3e2 - - - - -] CREATE BACKEND sqlite:// TOKEN npjlnqxpgd 2019-02-07 04:08:51.665 6477 WARNING octavia.api.root_controller [req-576e61d0-542d-45cb-b681-ffe220af6a5b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:51.674 6477 INFO octavia.api.v1.controllers.load_balancer [req-cc1fe89a-ccfc-4af8-8ccc-5ef4e7de5a6e - - - - -] Sending created Load Balancer f04887f5-eda7-4511-b686-9ac908e6610a to the handler 2019-02-07 04:08:51.749 6477 INFO octavia.api.v1.controllers.listener [req-569acf47-bc3f-423b-95c9-98faaca86df9 - - - - -] Sending Creation of Listener c25847bf-d042-46f2-a3b2-3c3e59825e1b to handler 2019-02-07 04:08:51.832 6478 INFO octavia.common.config [req-bfa64224-1742-4968-bfd5-df7670f6f3e2 - - - - -] Logging enabled! 2019-02-07 04:08:51.833 6478 INFO octavia.common.config [req-bfa64224-1742-4968-bfd5-df7670f6f3e2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:51.852 6477 INFO octavia.api.v1.controllers.pool [req-18d05c24-41ec-4914-9324-1633949035d8 - - - - -] Sending Creation of Pool 578e64f4-d996-4a80-9125-aeb677d4ea55 to handler 2019-02-07 04:08:51.860 6478 WARNING octavia.api.root_controller [req-bfa64224-1742-4968-bfd5-df7670f6f3e2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:51.869 6478 INFO octavia.api.v1.controllers.load_balancer [req-552c26e1-d5ac-4f26-8bde-5bf6cf43a22b - - - - -] Sending created Load Balancer 190b4f2a-cbcd-4ce4-9227-19388f3ed1b8 to the handler 2019-02-07 04:08:51.972 6478 INFO octavia.api.v1.controllers.listener [req-3b30a1ca-b049-4135-85ab-f58bda703ddf - - - - -] Sending Creation of Listener 9d1734e7-8f61-4860-b840-c570d01adcef to handler 2019-02-07 04:08:51.979 6477 INFO octavia.api.v1.controllers.pool [req-bd427a16-2df3-4fc2-ac08-fc0cc6629af3 - - - - -] Sending Creation of Pool 42afbc45-d79b-4245-9052-0de21a614988 to handler 2019-02-07 04:08:52.085 6478 INFO octavia.api.v1.controllers.pool [req-dd052bf6-920d-4a42-9a95-9333f7439fd2 - - - - -] Sending Creation of Pool 752eca5b-4109-4737-844d-2d22851b5b7b to handler 2019-02-07 04:08:52.170 6477 INFO octavia.api.v1.controllers.health_monitor [req-34a0cb80-8784-4499-ae78-aa565e6f341e - - - - -] Sending Creation of Health Monitor for Pool 578e64f4-d996-4a80-9125-aeb677d4ea55 to handler 2019-02-07 04:08:52.184 6477 INFO oslo_db.sqlalchemy.provision [req-34a0cb80-8784-4499-ae78-aa565e6f341e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:52.187 6477 INFO oslo_db.sqlalchemy.provision [req-34a0cb80-8784-4499-ae78-aa565e6f341e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uhrpegkzns 2019-02-07 04:08:52.187 6477 INFO oslo_db.sqlalchemy.provision [req-34a0cb80-8784-4499-ae78-aa565e6f341e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_create_with_project_id [0.619260s] ... ok 2019-02-07 04:08:52.190 6477 INFO oslo_db.sqlalchemy.provision [req-34a0cb80-8784-4499-ae78-aa565e6f341e - - - - -] CREATE BACKEND sqlite:// TOKEN lkcvzbafpk 2019-02-07 04:08:52.230 6478 INFO octavia.api.v1.controllers.pool [req-d41d8dd1-5739-46b9-b189-ac72e076c418 - - - - -] Sending Creation of Pool 219a26de-5c1b-4c6b-ae44-22cf965c475c to handler 2019-02-07 04:08:52.262 6477 INFO octavia.common.config [req-34a0cb80-8784-4499-ae78-aa565e6f341e - - - - -] Logging enabled! 2019-02-07 04:08:52.263 6477 INFO octavia.common.config [req-34a0cb80-8784-4499-ae78-aa565e6f341e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:52.281 6477 WARNING octavia.api.root_controller [req-34a0cb80-8784-4499-ae78-aa565e6f341e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:52.291 6477 INFO octavia.api.v1.controllers.load_balancer [req-f1859957-ca82-4122-a7aa-b221383cb0c5 - - - - -] Sending created Load Balancer 5e412bd2-96a0-473f-a0b9-ae4e1b9def86 to the handler 2019-02-07 04:08:52.363 6477 INFO octavia.api.v1.controllers.listener [req-168b22e1-c6f0-4b05-9518-aeb3b14eae21 - - - - -] Sending Creation of Listener 7e5c1ba8-7f8f-4678-8f03-143c1bbb3fce to handler 2019-02-07 04:08:52.399 6478 INFO octavia.api.v1.controllers.health_monitor [req-5f71b29b-c434-4fcf-ae9a-4d57190202e3 - - - - -] Sending Creation of Health Monitor for Pool 752eca5b-4109-4737-844d-2d22851b5b7b to handler 2019-02-07 04:08:52.449 6477 INFO octavia.api.v1.controllers.pool [req-efeb203c-4f6f-48e3-b092-1db197600b30 - - - - -] Sending Creation of Pool 61b7e252-2d4e-42f6-9425-9cc7b5499eb9 to handler 2019-02-07 04:08:52.533 6478 INFO oslo_db.sqlalchemy.provision [req-a5210f59-743e-4a0e-a8c4-01bc4a07843b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:52.535 6478 INFO oslo_db.sqlalchemy.provision [req-a5210f59-743e-4a0e-a8c4-01bc4a07843b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN npjlnqxpgd 2019-02-07 04:08:52.535 6478 INFO oslo_db.sqlalchemy.provision [req-a5210f59-743e-4a0e-a8c4-01bc4a07843b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_get [0.876342s] ... ok 2019-02-07 04:08:52.557 6478 INFO oslo_db.sqlalchemy.provision [req-a5210f59-743e-4a0e-a8c4-01bc4a07843b - - - - -] CREATE BACKEND sqlite:// TOKEN uyorzbcrcc 2019-02-07 04:08:52.577 6477 INFO octavia.api.v1.controllers.pool [req-7a0b4f6d-af6b-4307-9add-410440a1ef24 - - - - -] Sending Creation of Pool 3b4bf07c-0544-4121-b32d-1381ab6ae796 to handler 2019-02-07 04:08:52.628 6478 INFO octavia.common.config [req-a5210f59-743e-4a0e-a8c4-01bc4a07843b - - - - -] Logging enabled! 2019-02-07 04:08:52.628 6478 INFO octavia.common.config [req-a5210f59-743e-4a0e-a8c4-01bc4a07843b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:52.650 6478 WARNING octavia.api.root_controller [req-a5210f59-743e-4a0e-a8c4-01bc4a07843b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:52.661 6478 INFO octavia.api.v1.controllers.load_balancer [req-f425efc3-99ce-480c-8f75-241414ba4f84 - - - - -] Sending created Load Balancer 069a393d-89ee-43ca-bd5d-59aedb535039 to the handler 2019-02-07 04:08:52.711 6477 INFO octavia.api.v1.controllers.health_monitor [req-870db119-4e04-4dc8-b538-5bc6fa866adb - - - - -] Sending Creation of Health Monitor for Pool 61b7e252-2d4e-42f6-9425-9cc7b5499eb9 to handler 2019-02-07 04:08:52.739 6478 INFO octavia.api.v1.controllers.listener [req-5679498d-afc2-4c63-83aa-2f374be19267 - - - - -] Sending Creation of Listener 1b926f97-89a8-4744-a602-ab96a53af042 to handler 2019-02-07 04:08:52.831 6478 INFO octavia.api.v1.controllers.pool [req-ed7d3b7f-c131-4bd2-801e-7ac35f8933a8 - - - - -] Sending Creation of Pool 2300aa04-b493-45b2-b53b-7d80c91dee9d to handler 2019-02-07 04:08:52.819 6477 INFO oslo_db.sqlalchemy.provision [req-26aa0226-a296-4fe9-87ed-56301763dd72 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:52.821 6477 INFO oslo_db.sqlalchemy.provision [req-26aa0226-a296-4fe9-87ed-56301763dd72 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lkcvzbafpk 2019-02-07 04:08:52.821 6477 INFO oslo_db.sqlalchemy.provision [req-26aa0226-a296-4fe9-87ed-56301763dd72 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_duplicate_create [0.633845s] ... ok 2019-02-07 04:08:52.824 6477 INFO oslo_db.sqlalchemy.provision [req-26aa0226-a296-4fe9-87ed-56301763dd72 - - - - -] CREATE BACKEND sqlite:// TOKEN cxkcgachsa 2019-02-07 04:08:52.896 6477 INFO octavia.common.config [req-26aa0226-a296-4fe9-87ed-56301763dd72 - - - - -] Logging enabled! 2019-02-07 04:08:52.896 6477 INFO octavia.common.config [req-26aa0226-a296-4fe9-87ed-56301763dd72 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:52.919 6477 WARNING octavia.api.root_controller [req-26aa0226-a296-4fe9-87ed-56301763dd72 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:52.928 6477 INFO octavia.api.v1.controllers.load_balancer [req-1f3f4e53-b581-4972-ad71-fa0fc1f51cca - - - - -] Sending created Load Balancer 996394e8-207d-4e76-8c66-b18612e3734b to the handler 2019-02-07 04:08:52.952 6478 INFO octavia.api.v1.controllers.pool [req-687918fb-c835-4719-b947-151370dfe7fb - - - - -] Sending Creation of Pool da729d34-b31c-4ab3-b2f9-86d8419c2b22 to handler 2019-02-07 04:08:53.006 6477 INFO octavia.api.v1.controllers.listener [req-d0617448-9dab-487a-a818-beac6c1a2893 - - - - -] Sending Creation of Listener 700a9b20-e52f-4505-9b34-a075dd4ee7f5 to handler 2019-02-07 04:08:53.086 6478 INFO octavia.api.v1.controllers.health_monitor [req-947ec214-3fce-4d19-a9dd-59ee7da6e386 - - - - -] Sending Creation of Health Monitor for Pool da729d34-b31c-4ab3-b2f9-86d8419c2b22 to handler 2019-02-07 04:08:53.094 6477 INFO octavia.api.v1.controllers.pool [req-3256bafa-ae1e-4a0d-a678-256b51bb5dcb - - - - -] Sending Creation of Pool 962a8c71-f2a6-4939-8772-1a3b5fa6503e to handler 2019-02-07 04:08:53.221 6477 INFO octavia.api.v1.controllers.pool [req-c006bcdc-4cf8-4e5a-ab15-23a61b12fc6e - - - - -] Sending Creation of Pool 886161fb-ea8f-4162-a89f-348725caf530 to handler 2019-02-07 04:08:53.268 6478 INFO octavia.api.v1.controllers.health_monitor [req-0d6e7170-0603-460b-8657-d605e0fe910c - - - - -] Sending Update of Health Monitor for Pool da729d34-b31c-4ab3-b2f9-86d8419c2b22 to handler 2019-02-07 04:08:53.348 6477 INFO octavia.api.v1.controllers.health_monitor [req-730d7907-a760-4c15-a0d4-155c747beff8 - - - - -] Sending Creation of Health Monitor for Pool 962a8c71-f2a6-4939-8772-1a3b5fa6503e to handler 2019-02-07 04:08:53.441 6477 INFO octavia.api.v1.controllers.load_balancer [req-ebd36fa5-20f6-434a-b4cf-703843a2dac5 - - - - -] Sending updated Load Balancer 996394e8-207d-4e76-8c66-b18612e3734b to the handler 2019-02-07 04:08:53.462 6478 INFO oslo_db.sqlalchemy.provision [req-750f18eb-249c-4fb0-ba49-acc50f2ba78f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:53.484 6477 INFO octavia.api.v1.controllers.health_monitor [req-5bfd710e-46c6-4b0e-ba90-e251a5f1f10b - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:08:53.466 6478 INFO oslo_db.sqlalchemy.provision [req-750f18eb-249c-4fb0-ba49-acc50f2ba78f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uyorzbcrcc 2019-02-07 04:08:53.466 6478 INFO oslo_db.sqlalchemy.provision [req-750f18eb-249c-4fb0-ba49-acc50f2ba78f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_update [0.911404s] ... ok 2019-02-07 04:08:53.469 6478 INFO oslo_db.sqlalchemy.provision [req-750f18eb-249c-4fb0-ba49-acc50f2ba78f - - - - -] CREATE BACKEND sqlite:// TOKEN sznmtpqcev 2019-02-07 04:08:53.513 6477 INFO oslo_db.sqlalchemy.provision [req-5bfd710e-46c6-4b0e-ba90-e251a5f1f10b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:53.516 6477 INFO oslo_db.sqlalchemy.provision [req-5bfd710e-46c6-4b0e-ba90-e251a5f1f10b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cxkcgachsa 2019-02-07 04:08:53.516 6477 INFO oslo_db.sqlalchemy.provision [req-5bfd710e-46c6-4b0e-ba90-e251a5f1f10b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_update_when_lb_pending_update [0.695183s] ... ok 2019-02-07 04:08:53.519 6477 INFO oslo_db.sqlalchemy.provision [req-5bfd710e-46c6-4b0e-ba90-e251a5f1f10b - - - - -] CREATE BACKEND sqlite:// TOKEN trbohtjnct 2019-02-07 04:08:53.593 6477 INFO octavia.common.config [req-5bfd710e-46c6-4b0e-ba90-e251a5f1f10b - - - - -] Logging enabled! 2019-02-07 04:08:53.593 6477 INFO octavia.common.config [req-5bfd710e-46c6-4b0e-ba90-e251a5f1f10b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:53.573 6478 INFO octavia.common.config [req-750f18eb-249c-4fb0-ba49-acc50f2ba78f - - - - -] Logging enabled! 2019-02-07 04:08:53.573 6478 INFO octavia.common.config [req-750f18eb-249c-4fb0-ba49-acc50f2ba78f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:53.602 6478 WARNING octavia.api.root_controller [req-750f18eb-249c-4fb0-ba49-acc50f2ba78f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:53.627 6478 INFO octavia.api.v1.controllers.load_balancer [req-2554fd1f-8c90-47ee-afa3-69829f3593c8 - - - - -] Sending created Load Balancer d34fc209-8290-4e92-a021-57d328881456 to the handler 2019-02-07 04:08:53.615 6477 WARNING octavia.api.root_controller [req-5bfd710e-46c6-4b0e-ba90-e251a5f1f10b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:53.624 6477 INFO octavia.api.v1.controllers.load_balancer [req-adbbdfa6-18f8-4f1b-9917-49dde358560b - - - - -] Sending created Load Balancer 2096b571-0c23-4977-b22f-e9a1af8970b9 to the handler 2019-02-07 04:08:53.704 6477 INFO octavia.api.v1.controllers.listener [req-30dca840-f204-47a5-9a64-c0e30eb37d11 - - - - -] Sending Creation of Listener 4dc98d0a-9919-420c-841c-ec8d983a16b0 to handler 2019-02-07 04:08:53.756 6478 INFO octavia.api.v1.controllers.listener [req-64b1c062-f9cc-4fe0-ac3a-095fb035bd00 - - - - -] Sending Creation of Listener c920b9c5-e478-404f-8938-ba0a476aa7d6 to handler 2019-02-07 04:08:53.859 6477 INFO octavia.api.v1.controllers.pool [req-4fdd1034-409c-41cf-9928-db5f882f3bc4 - - - - -] Sending Creation of Pool 0d6c7eae-5aad-438a-b480-5bf4d222b894 to handler 2019-02-07 04:08:53.884 6478 INFO octavia.api.v1.controllers.pool [req-763eed3c-9ec7-49c8-b523-493164119b81 - - - - -] Sending Creation of Pool 1a9ada53-6eb1-47d3-8704-38decacc8be7 to handler 2019-02-07 04:08:53.963 6477 INFO oslo_db.sqlalchemy.provision [req-be4aba9b-1998-44a3-a9a3-e3ed9950f587 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:53.964 6477 INFO oslo_db.sqlalchemy.provision [req-be4aba9b-1998-44a3-a9a3-e3ed9950f587 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN trbohtjnct 2019-02-07 04:08:53.966 6477 INFO oslo_db.sqlalchemy.provision [req-be4aba9b-1998-44a3-a9a3-e3ed9950f587 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_create [0.449488s] ... ok 2019-02-07 04:08:53.969 6477 INFO oslo_db.sqlalchemy.provision [req-be4aba9b-1998-44a3-a9a3-e3ed9950f587 - - - - -] CREATE BACKEND sqlite:// TOKEN mpfvgsfdvs 2019-02-07 04:08:54.023 6478 INFO octavia.api.v1.controllers.pool [req-7b23e072-6853-4932-af63-5742bd433806 - - - - -] Sending Creation of Pool c8c0aae6-3d55-4533-b15d-5c36e44b617c to handler 2019-02-07 04:08:54.041 6477 INFO octavia.common.config [req-be4aba9b-1998-44a3-a9a3-e3ed9950f587 - - - - -] Logging enabled! 2019-02-07 04:08:54.041 6477 INFO octavia.common.config [req-be4aba9b-1998-44a3-a9a3-e3ed9950f587 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:54.064 6477 WARNING octavia.api.root_controller [req-be4aba9b-1998-44a3-a9a3-e3ed9950f587 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:54.076 6477 INFO octavia.api.v1.controllers.load_balancer [req-7e8d5875-2eb7-49d5-a97b-e8a3115f79ff - - - - -] Sending created Load Balancer 268a6bbd-f91c-45b5-9fa7-8ebdcd61d57a to the handler 2019-02-07 04:08:54.150 6477 INFO octavia.api.v1.controllers.listener [req-b12c2fc2-2a6e-4f4e-9b79-d9903f19f584 - - - - -] Sending Creation of Listener 5cab57af-12df-487a-8b0a-11ec0856848f to handler 2019-02-07 04:08:54.156 6478 INFO octavia.api.v1.controllers.health_monitor [req-d34d17e4-1268-4652-a3c5-ca8cd117ea58 - - - - -] Sending Creation of Health Monitor for Pool 1a9ada53-6eb1-47d3-8704-38decacc8be7 to handler 2019-02-07 04:08:54.237 6477 INFO octavia.api.v1.controllers.pool [req-cc1e0e3a-f8c4-48ac-b8ce-1163122ae7d5 - - - - -] Sending Creation of Pool 189b0cb3-c3e6-4f70-90f9-141540cc55a2 to handler 2019-02-07 04:08:54.251 6478 INFO octavia.api.v1.controllers.load_balancer [req-1e3c1555-cfd6-4f4c-b325-1efd50f968aa - - - - -] Sending deleted Load Balancer d34fc209-8290-4e92-a021-57d328881456 to the handler 2019-02-07 04:08:54.292 6478 INFO octavia.api.v1.controllers.health_monitor [req-064c1c1c-a925-487f-abfb-1f82a364b56f - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:08:54.319 6478 INFO oslo_db.sqlalchemy.provision [req-064c1c1c-a925-487f-abfb-1f82a364b56f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:54.321 6478 INFO oslo_db.sqlalchemy.provision [req-064c1c1c-a925-487f-abfb-1f82a364b56f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sznmtpqcev 2019-02-07 04:08:54.321 6478 INFO oslo_db.sqlalchemy.provision [req-064c1c1c-a925-487f-abfb-1f82a364b56f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_update_when_lb_pending_delete [0.855044s] ... ok 2019-02-07 04:08:54.324 6478 INFO oslo_db.sqlalchemy.provision [req-064c1c1c-a925-487f-abfb-1f82a364b56f - - - - -] CREATE BACKEND sqlite:// TOKEN qsedbvkrnn 2019-02-07 04:08:54.341 6477 ERROR octavia.api.v1.controllers.base [req-d6eeaf61-c8eb-49cf-9666-9bcf8714cc97 - - - - -] Pool 71e9b9b2-c71c-43fd-b24f-dc398aabad1c not found: None 2019-02-07 04:08:54.341 6477 ERROR octavia.api.v1.controllers.base None 2019-02-07 04:08:54.341 6477 ERROR octavia.api.v1.controllers.base 2019-02-07 04:08:54.352 6477 INFO oslo_db.sqlalchemy.provision [req-d6eeaf61-c8eb-49cf-9666-9bcf8714cc97 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:54.353 6477 INFO oslo_db.sqlalchemy.provision [req-d6eeaf61-c8eb-49cf-9666-9bcf8714cc97 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mpfvgsfdvs 2019-02-07 04:08:54.353 6477 INFO oslo_db.sqlalchemy.provision [req-d6eeaf61-c8eb-49cf-9666-9bcf8714cc97 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_create_redirect_to_pool [0.387275s] ... ok 2019-02-07 04:08:54.356 6477 INFO oslo_db.sqlalchemy.provision [req-d6eeaf61-c8eb-49cf-9666-9bcf8714cc97 - - - - -] CREATE BACKEND sqlite:// TOKEN wcsdczmumy 2019-02-07 04:08:54.397 6478 INFO octavia.common.config [req-064c1c1c-a925-487f-abfb-1f82a364b56f - - - - -] Logging enabled! 2019-02-07 04:08:54.397 6478 INFO octavia.common.config [req-064c1c1c-a925-487f-abfb-1f82a364b56f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:54.432 6477 INFO octavia.common.config [req-d6eeaf61-c8eb-49cf-9666-9bcf8714cc97 - - - - -] Logging enabled! 2019-02-07 04:08:54.433 6477 INFO octavia.common.config [req-d6eeaf61-c8eb-49cf-9666-9bcf8714cc97 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:54.418 6478 WARNING octavia.api.root_controller [req-064c1c1c-a925-487f-abfb-1f82a364b56f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:54.430 6478 INFO octavia.api.v1.controllers.load_balancer [req-ddba8993-288e-49db-a08d-d690d0561266 - - - - -] Sending created Load Balancer 4f3ac390-3b1e-471b-82f4-9b1b79b6f19f to the handler 2019-02-07 04:08:54.455 6477 WARNING octavia.api.root_controller [req-d6eeaf61-c8eb-49cf-9666-9bcf8714cc97 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:54.464 6477 INFO octavia.api.v1.controllers.load_balancer [req-e58731ca-a4d9-4e5c-9b84-e55a3255a3df - - - - -] Sending created Load Balancer c12fa947-8ba2-4bf5-b84e-63f14d143680 to the handler 2019-02-07 04:08:54.504 6478 INFO octavia.api.v1.controllers.listener [req-d58262c1-bda5-493e-9c8d-7d5e9dcddac1 - - - - -] Sending Creation of Listener d3f5a28e-b212-4d69-80c3-3755eac33ec4 to handler 2019-02-07 04:08:54.548 6477 INFO octavia.api.v1.controllers.listener [req-63e9f65e-42e6-4892-bfb0-f5ca0c5cd78c - - - - -] Sending Creation of Listener f5ac71e0-3e43-47a7-ba17-cbae3d8c9067 to handler 2019-02-07 04:08:54.590 6478 INFO octavia.api.v1.controllers.pool [req-04d48e17-1ff5-4bf5-9cfb-dfa95f720c36 - - - - -] Sending Creation of Pool 94d4bca7-b052-4473-b66b-9e8829a8d1df to handler 2019-02-07 04:08:54.634 6477 INFO octavia.api.v1.controllers.pool [req-dc86bd17-9851-4c92-85f7-0a0f5fcc423f - - - - -] Sending Creation of Pool f0ab2d8b-a4cd-4ca6-b79f-a5e5c73fe314 to handler 2019-02-07 04:08:54.730 6477 INFO oslo_db.sqlalchemy.provision [req-5b8b1d37-c96e-4a2c-a5f9-bbba7484acc2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:54.732 6477 INFO oslo_db.sqlalchemy.provision [req-5b8b1d37-c96e-4a2c-a5f9-bbba7484acc2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wcsdczmumy 2019-02-07 04:08:54.732 6477 INFO oslo_db.sqlalchemy.provision [req-5b8b1d37-c96e-4a2c-a5f9-bbba7484acc2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_create_redirect_to_url [0.378501s] ... ok 2019-02-07 04:08:54.739 6477 INFO oslo_db.sqlalchemy.provision [req-5b8b1d37-c96e-4a2c-a5f9-bbba7484acc2 - - - - -] CREATE BACKEND sqlite:// TOKEN vkdpyexqoa 2019-02-07 04:08:54.786 6478 INFO octavia.api.v1.controllers.pool [req-3b80c7e2-1ab7-4c10-931c-069ecd750de7 - - - - -] Sending Creation of Pool 3bc2e7a9-ef63-40b4-8626-ce4c842e8a4d to handler 2019-02-07 04:08:54.808 6477 INFO octavia.common.config [req-5b8b1d37-c96e-4a2c-a5f9-bbba7484acc2 - - - - -] Logging enabled! 2019-02-07 04:08:54.808 6477 INFO octavia.common.config [req-5b8b1d37-c96e-4a2c-a5f9-bbba7484acc2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:54.829 6477 WARNING octavia.api.root_controller [req-5b8b1d37-c96e-4a2c-a5f9-bbba7484acc2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:54.840 6477 INFO octavia.api.v1.controllers.load_balancer [req-18d1e62a-11cc-4b9f-b5c1-a409285bf6c2 - - - - -] Sending created Load Balancer 36c93cfc-d63a-4141-9c9c-93581e3046e1 to the handler 2019-02-07 04:08:54.913 6477 INFO octavia.api.v1.controllers.listener [req-2ceace6e-574a-4fb7-be48-aa618b946dce - - - - -] Sending Creation of Listener 5d4bdf47-97e4-4828-9b32-27328e55f5ad to handler 2019-02-07 04:08:54.941 6478 INFO octavia.api.v1.controllers.health_monitor [req-6b6fbee4-7fd9-4bd3-9b9d-83800b01a37b - - - - -] Sending Creation of Health Monitor for Pool 3bc2e7a9-ef63-40b4-8626-ce4c842e8a4d to handler 2019-02-07 04:08:54.999 6477 INFO octavia.api.v1.controllers.pool [req-1c782c6f-5d32-480d-bf14-2d24fe29b198 - - - - -] Sending Creation of Pool ef1552a2-f904-4d1b-ba39-27b31ec644d7 to handler 2019-02-07 04:08:55.060 6478 INFO octavia.api.v1.controllers.health_monitor [req-50a4b154-7910-410f-bc39-51c2207bfba7 - - - - -] Sending Update of Health Monitor for Pool 3bc2e7a9-ef63-40b4-8626-ce4c842e8a4d to handler 2019-02-07 04:08:55.157 6478 INFO oslo_db.sqlalchemy.provision [req-f20c1c68-9aed-471b-bba6-3581519fdefc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:55.160 6478 INFO oslo_db.sqlalchemy.provision [req-f20c1c68-9aed-471b-bba6-3581519fdefc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qsedbvkrnn 2019-02-07 04:08:55.160 6478 INFO oslo_db.sqlalchemy.provision [req-f20c1c68-9aed-471b-bba6-3581519fdefc - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_health_monitor.TestHealthMonitor.test_update_with_bad_handler [0.839118s] ... ok 2019-02-07 04:08:55.164 6478 INFO oslo_db.sqlalchemy.provision [req-f20c1c68-9aed-471b-bba6-3581519fdefc - - - - -] CREATE BACKEND sqlite:// TOKEN ngfkcaewen 2019-02-07 04:08:55.167 6477 ERROR octavia.api.v1.controllers.base [req-40a0ba83-5f66-446a-a4ad-f936a7ddd3eb - - - - -] L7 Policy 659e45cb-5c09-449c-b646-6a187caa7f94 not found: None 2019-02-07 04:08:55.167 6477 ERROR octavia.api.v1.controllers.base None 2019-02-07 04:08:55.167 6477 ERROR octavia.api.v1.controllers.base 2019-02-07 04:08:55.181 6477 INFO oslo_db.sqlalchemy.provision [req-40a0ba83-5f66-446a-a4ad-f936a7ddd3eb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:55.182 6477 INFO oslo_db.sqlalchemy.provision [req-40a0ba83-5f66-446a-a4ad-f936a7ddd3eb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vkdpyexqoa 2019-02-07 04:08:55.182 6477 INFO oslo_db.sqlalchemy.provision [req-40a0ba83-5f66-446a-a4ad-f936a7ddd3eb - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_get [0.449961s] ... ok 2019-02-07 04:08:55.189 6477 INFO oslo_db.sqlalchemy.provision [req-40a0ba83-5f66-446a-a4ad-f936a7ddd3eb - - - - -] CREATE BACKEND sqlite:// TOKEN cjwydmvsvt 2019-02-07 04:08:55.240 6478 INFO octavia.common.config [req-f20c1c68-9aed-471b-bba6-3581519fdefc - - - - -] Logging enabled! 2019-02-07 04:08:55.240 6478 INFO octavia.common.config [req-f20c1c68-9aed-471b-bba6-3581519fdefc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:55.258 6477 INFO octavia.common.config [req-40a0ba83-5f66-446a-a4ad-f936a7ddd3eb - - - - -] Logging enabled! 2019-02-07 04:08:55.258 6477 INFO octavia.common.config [req-40a0ba83-5f66-446a-a4ad-f936a7ddd3eb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:55.280 6477 WARNING octavia.api.root_controller [req-40a0ba83-5f66-446a-a4ad-f936a7ddd3eb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:55.262 6478 WARNING octavia.api.root_controller [req-f20c1c68-9aed-471b-bba6-3581519fdefc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:55.274 6478 INFO octavia.api.v1.controllers.load_balancer [req-e01e74be-144d-4b3c-a15f-ec8ec834d64f - - - - -] Sending created Load Balancer 4df460ad-9d4d-4508-881f-5f49b16e440f to the handler 2019-02-07 04:08:55.292 6477 INFO octavia.api.v1.controllers.load_balancer [req-e988b916-aadf-4e30-85f0-cd13e29cb422 - - - - -] Sending created Load Balancer 7e6c1cf6-d9ef-4388-8f64-11b99f972495 to the handler 2019-02-07 04:08:55.350 6478 INFO octavia.api.v1.controllers.listener [req-42f07680-85ef-4249-b4dc-677974ca66db - - - - -] Sending Creation of Listener 4153d14f-d732-45b3-934e-c64204a2b438 to handler 2019-02-07 04:08:55.426 6477 INFO octavia.api.v1.controllers.listener [req-d52811f7-436d-4e44-ae44-9ede5bc9b5cc - - - - -] Sending Creation of Listener 07a39d96-5c1c-419e-912d-3a62c2eb2183 to handler 2019-02-07 04:08:55.441 6478 INFO octavia.api.v1.controllers.pool [req-9d5b90d2-7963-4493-b998-aca9dcb57764 - - - - -] Sending Creation of Pool c594b426-176b-4282-94d6-623a3fcb070f to handler 2019-02-07 04:08:55.536 6478 ERROR octavia.api.v1.controllers.base [req-2a7cf38c-31ba-4b65-a4f4-12a941bb5e6e - - - - -] L7 Policy b55b7f65-737a-423b-b1f6-cc7bfd365a92 not found: None 2019-02-07 04:08:55.536 6478 ERROR octavia.api.v1.controllers.base None 2019-02-07 04:08:55.536 6478 ERROR octavia.api.v1.controllers.base 2019-02-07 04:08:55.550 6478 INFO oslo_db.sqlalchemy.provision [req-2a7cf38c-31ba-4b65-a4f4-12a941bb5e6e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:55.552 6478 INFO oslo_db.sqlalchemy.provision [req-2a7cf38c-31ba-4b65-a4f4-12a941bb5e6e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ngfkcaewen 2019-02-07 04:08:55.552 6478 INFO oslo_db.sqlalchemy.provision [req-2a7cf38c-31ba-4b65-a4f4-12a941bb5e6e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_delete [0.391129s] ... ok 2019-02-07 04:08:55.560 6478 INFO oslo_db.sqlalchemy.provision [req-2a7cf38c-31ba-4b65-a4f4-12a941bb5e6e - - - - -] CREATE BACKEND sqlite:// TOKEN zovuivpcmr 2019-02-07 04:08:55.579 6477 INFO octavia.api.v1.controllers.pool [req-c9fd6c6e-523f-4c8a-92fe-b556abe16d92 - - - - -] Sending Creation of Pool 87f8a706-a090-4c09-bdd1-e0cd691b8c86 to handler 2019-02-07 04:08:55.629 6478 INFO octavia.common.config [req-2a7cf38c-31ba-4b65-a4f4-12a941bb5e6e - - - - -] Logging enabled! 2019-02-07 04:08:55.629 6478 INFO octavia.common.config [req-2a7cf38c-31ba-4b65-a4f4-12a941bb5e6e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:55.651 6478 WARNING octavia.api.root_controller [req-2a7cf38c-31ba-4b65-a4f4-12a941bb5e6e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:55.662 6478 INFO octavia.api.v1.controllers.load_balancer [req-af5d4ac7-28cf-4094-ac7f-d78f91584413 - - - - -] Sending created Load Balancer 3eb296db-4e10-4d8f-96ed-e6ddfb85d954 to the handler 2019-02-07 04:08:55.736 6478 INFO octavia.api.v1.controllers.listener [req-a51b2c3b-6ccb-4cb6-90d0-683122483862 - - - - -] Sending Creation of Listener 827a87e2-48a6-438e-a1ac-fca1e3f87af0 to handler 2019-02-07 04:08:55.784 6477 INFO octavia.api.v1.controllers.l7policy [req-6c9566b7-7146-47cf-8034-ccdeee0fe3d7 - - - - -] Sending Creation of L7Policy a0aa73b3-aa23-45c5-8d30-7216ae0e7951 to handler 2019-02-07 04:08:55.829 6478 INFO octavia.api.v1.controllers.pool [req-5fc02c6f-554b-4755-8d54-c5991c7baa99 - - - - -] Sending Creation of Pool c15e6ddc-3574-4154-93dd-4de44da752ff to handler 2019-02-07 04:08:55.823 6477 ERROR octavia.api.v1.controllers.base [req-899e69ca-05c6-4be0-abb9-339031b2ab05 - - - - -] Pool 5dfab144-8c75-4828-901b-4d47765fcbe3 not found: None 2019-02-07 04:08:55.823 6477 ERROR octavia.api.v1.controllers.base None 2019-02-07 04:08:55.823 6477 ERROR octavia.api.v1.controllers.base 2019-02-07 04:08:55.843 6477 INFO oslo_db.sqlalchemy.provision [req-899e69ca-05c6-4be0-abb9-339031b2ab05 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:55.848 6477 INFO oslo_db.sqlalchemy.provision [req-899e69ca-05c6-4be0-abb9-339031b2ab05 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cjwydmvsvt 2019-02-07 04:08:55.848 6477 INFO oslo_db.sqlalchemy.provision [req-899e69ca-05c6-4be0-abb9-339031b2ab05 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_update_redirect_to_pool [0.666343s] ... ok 2019-02-07 04:08:55.853 6477 INFO oslo_db.sqlalchemy.provision [req-899e69ca-05c6-4be0-abb9-339031b2ab05 - - - - -] CREATE BACKEND sqlite:// TOKEN epiekxerhw 2019-02-07 04:08:55.964 6478 INFO octavia.api.v1.controllers.l7policy [req-15f58545-f19c-4df6-96be-5acf11266a63 - - - - -] Sending Creation of L7Policy b78ae1d4-2599-4230-9956-7fb099eb2175 to handler 2019-02-07 04:08:55.961 6477 INFO octavia.common.config [req-899e69ca-05c6-4be0-abb9-339031b2ab05 - - - - -] Logging enabled! 2019-02-07 04:08:55.961 6477 INFO octavia.common.config [req-899e69ca-05c6-4be0-abb9-339031b2ab05 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:55.994 6477 WARNING octavia.api.root_controller [req-899e69ca-05c6-4be0-abb9-339031b2ab05 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:56.011 6477 INFO octavia.api.v1.controllers.load_balancer [req-b80c5cde-c81a-4dab-aa89-5601e19d3f3e - - - - -] Sending created Load Balancer 98b0d3d8-717f-4c5e-bb84-6adec98a4694 to the handler 2019-02-07 04:08:55.998 6478 INFO oslo_db.sqlalchemy.provision [req-7c02a1b8-fc5d-44c9-b0b4-053a384add30 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:55.999 6478 INFO oslo_db.sqlalchemy.provision [req-7c02a1b8-fc5d-44c9-b0b4-053a384add30 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zovuivpcmr 2019-02-07 04:08:55.999 6478 INFO oslo_db.sqlalchemy.provision [req-7c02a1b8-fc5d-44c9-b0b4-053a384add30 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_update [0.447458s] ... ok 2019-02-07 04:08:56.002 6478 INFO oslo_db.sqlalchemy.provision [req-7c02a1b8-fc5d-44c9-b0b4-053a384add30 - - - - -] CREATE BACKEND sqlite:// TOKEN glevlrxnul 2019-02-07 04:08:56.082 6478 INFO octavia.common.config [req-7c02a1b8-fc5d-44c9-b0b4-053a384add30 - - - - -] Logging enabled! 2019-02-07 04:08:56.083 6478 INFO octavia.common.config [req-7c02a1b8-fc5d-44c9-b0b4-053a384add30 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:56.105 6478 WARNING octavia.api.root_controller [req-7c02a1b8-fc5d-44c9-b0b4-053a384add30 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:56.114 6478 INFO octavia.api.v1.controllers.load_balancer [req-51217e89-f3b6-434a-a621-debc2ee24e06 - - - - -] Sending created Load Balancer 00bc1319-82a8-465d-88ab-c2921020758b to the handler 2019-02-07 04:08:56.118 6477 INFO octavia.api.v1.controllers.listener [req-e5580d2e-3676-4eb1-aef5-945525008313 - - - - -] Sending Creation of Listener 8eb45ac2-35ed-481b-ad41-8ff14a91c986 to handler 2019-02-07 04:08:56.244 6477 INFO octavia.api.v1.controllers.pool [req-88c4a0c6-f57e-49d5-9023-28acd8921a0e - - - - -] Sending Creation of Pool 92351f30-3a4c-4395-be3b-144b6bb67ec5 to handler 2019-02-07 04:08:56.273 6478 INFO octavia.api.v1.controllers.listener [req-0c82cc6c-3cd2-4317-8196-a74dae67ae6b - - - - -] Sending Creation of Listener 7bdde594-eaf6-4259-8ea9-af9240977999 to handler 2019-02-07 04:08:56.361 6478 INFO octavia.api.v1.controllers.pool [req-3993274c-0698-40f9-bcb1-c9be08faa2ce - - - - -] Sending Creation of Pool aa9a7e24-d8bb-4122-b1ba-fda25603ea93 to handler 2019-02-07 04:08:56.432 6477 INFO octavia.api.v1.controllers.l7policy [req-48779e01-6b8b-44bb-b3d7-a90be1880bda - - - - -] Sending Creation of L7Policy 773be2df-ec23-44fc-85bf-aebca1388619 to handler 2019-02-07 04:08:56.508 6477 INFO oslo_db.sqlalchemy.provision [req-cacb96af-5bd0-4ead-8b3a-a001b5b982d8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:56.511 6477 INFO oslo_db.sqlalchemy.provision [req-cacb96af-5bd0-4ead-8b3a-a001b5b982d8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN epiekxerhw 2019-02-07 04:08:56.512 6477 INFO oslo_db.sqlalchemy.provision [req-cacb96af-5bd0-4ead-8b3a-a001b5b982d8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_bad_update_redirect_to_url [0.662963s] ... ok 2019-02-07 04:08:56.505 6478 INFO octavia.api.v1.controllers.l7policy [req-84f1409b-66a2-4e86-881f-716cc0db1ac6 - - - - -] Sending Creation of L7Policy 594eba76-b5a0-4ba7-a8ac-eeeeaa24c644 to handler 2019-02-07 04:08:56.524 6477 INFO oslo_db.sqlalchemy.provision [req-cacb96af-5bd0-4ead-8b3a-a001b5b982d8 - - - - -] CREATE BACKEND sqlite:// TOKEN jkskidwqjj 2019-02-07 04:08:56.642 6477 INFO octavia.common.config [req-cacb96af-5bd0-4ead-8b3a-a001b5b982d8 - - - - -] Logging enabled! 2019-02-07 04:08:56.643 6477 INFO octavia.common.config [req-cacb96af-5bd0-4ead-8b3a-a001b5b982d8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:56.655 6478 INFO oslo_db.sqlalchemy.provision [req-dbd6dabe-81e6-45b7-b0a9-2a88cb52f734 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:56.657 6478 INFO oslo_db.sqlalchemy.provision [req-dbd6dabe-81e6-45b7-b0a9-2a88cb52f734 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN glevlrxnul 2019-02-07 04:08:56.657 6478 INFO oslo_db.sqlalchemy.provision [req-dbd6dabe-81e6-45b7-b0a9-2a88cb52f734 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_redirect_to_pool [0.657231s] ... ok 2019-02-07 04:08:56.660 6478 INFO oslo_db.sqlalchemy.provision [req-dbd6dabe-81e6-45b7-b0a9-2a88cb52f734 - - - - -] CREATE BACKEND sqlite:// TOKEN htotdvtqop 2019-02-07 04:08:56.679 6477 WARNING octavia.api.root_controller [req-cacb96af-5bd0-4ead-8b3a-a001b5b982d8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:56.698 6477 INFO octavia.api.v1.controllers.load_balancer [req-261f0e1d-5c2a-4ae2-a867-0086e5498af9 - - - - -] Sending created Load Balancer e862316f-5ccf-44d3-bb92-4aa3ea6ebd34 to the handler 2019-02-07 04:08:56.734 6478 INFO octavia.common.config [req-dbd6dabe-81e6-45b7-b0a9-2a88cb52f734 - - - - -] Logging enabled! 2019-02-07 04:08:56.735 6478 INFO octavia.common.config [req-dbd6dabe-81e6-45b7-b0a9-2a88cb52f734 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:56.756 6478 WARNING octavia.api.root_controller [req-dbd6dabe-81e6-45b7-b0a9-2a88cb52f734 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:56.768 6478 INFO octavia.api.v1.controllers.load_balancer [req-8120d6fd-77ac-4647-bb24-f0cfcbcc204f - - - - -] Sending created Load Balancer c70e9866-ce11-49fd-828b-4e0b54cfdc9a to the handler 2019-02-07 04:08:56.817 6477 INFO octavia.api.v1.controllers.listener [req-09bd29d2-8b83-47d0-882e-839fb2b15cff - - - - -] Sending Creation of Listener 4796adb8-2a92-4b57-9c0b-6acd09be51d8 to handler 2019-02-07 04:08:56.846 6478 INFO octavia.api.v1.controllers.listener [req-19a0ea2d-250e-47b6-9546-7aa4fd1c4944 - - - - -] Sending Creation of Listener 7f3cf03f-458a-4203-9565-6075c621fb39 to handler 2019-02-07 04:08:56.937 6478 INFO octavia.api.v1.controllers.pool [req-2dbcb2a6-840c-4550-8fff-b056f3408772 - - - - -] Sending Creation of Pool 8916f3ff-04a0-4374-b773-55e5c27db338 to handler 2019-02-07 04:08:56.945 6477 INFO octavia.api.v1.controllers.pool [req-8a65aa8c-29b3-479c-9662-7a5ac9dd5e7a - - - - -] Sending Creation of Pool 3e66dbb7-0d01-49a2-9b17-18f666e613df to handler 2019-02-07 04:08:57.070 6478 INFO octavia.api.v1.controllers.l7policy [req-de49a553-c48a-4887-ba5a-95625fcf8274 - - - - -] Sending Creation of L7Policy 91fa4d1a-9616-46e5-8dbf-1fdb7a0b5cea to handler 2019-02-07 04:08:57.207 6477 INFO octavia.api.v1.controllers.l7policy [req-33f069fe-2271-4107-8a40-18300a08d87d - - - - -] Sending Creation of L7Policy b469bf71-ef2a-4b5a-9d5f-7d36ccf7453b to handler 2019-02-07 04:08:57.220 6478 INFO oslo_db.sqlalchemy.provision [req-2371225d-b216-4c52-b033-a5b123170d96 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:57.222 6478 INFO oslo_db.sqlalchemy.provision [req-2371225d-b216-4c52-b033-a5b123170d96 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN htotdvtqop 2019-02-07 04:08:57.222 6478 INFO oslo_db.sqlalchemy.provision [req-2371225d-b216-4c52-b033-a5b123170d96 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_redirect_to_url [0.565019s] ... ok 2019-02-07 04:08:57.225 6478 INFO oslo_db.sqlalchemy.provision [req-2371225d-b216-4c52-b033-a5b123170d96 - - - - -] CREATE BACKEND sqlite:// TOKEN qpbpavdrpq 2019-02-07 04:08:57.325 6478 INFO octavia.common.config [req-2371225d-b216-4c52-b033-a5b123170d96 - - - - -] Logging enabled! 2019-02-07 04:08:57.325 6478 INFO octavia.common.config [req-2371225d-b216-4c52-b033-a5b123170d96 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:57.319 6477 INFO octavia.api.v1.controllers.load_balancer [req-195a3ce7-e7bd-4ea6-abfe-5c2843d68653 - - - - -] Sending updated Load Balancer e862316f-5ccf-44d3-bb92-4aa3ea6ebd34 to the handler 2019-02-07 04:08:57.351 6478 WARNING octavia.api.root_controller [req-2371225d-b216-4c52-b033-a5b123170d96 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:57.363 6478 INFO octavia.api.v1.controllers.load_balancer [req-63d19a91-dd90-4e7b-bf0d-4e7f5c702ab8 - - - - -] Sending created Load Balancer 8bc62a4a-cac7-4e35-986e-6630b402e804 to the handler 2019-02-07 04:08:57.363 6477 INFO octavia.api.v1.controllers.l7policy [req-30333103-e73b-4401-adc2-08e5014bbce7 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:08:57.394 6477 INFO oslo_db.sqlalchemy.provision [req-30333103-e73b-4401-adc2-08e5014bbce7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:57.396 6477 INFO oslo_db.sqlalchemy.provision [req-30333103-e73b-4401-adc2-08e5014bbce7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jkskidwqjj 2019-02-07 04:08:57.397 6477 INFO oslo_db.sqlalchemy.provision [req-30333103-e73b-4401-adc2-08e5014bbce7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_when_lb_pending_update [0.884357s] ... ok 2019-02-07 04:08:57.400 6477 INFO oslo_db.sqlalchemy.provision [req-30333103-e73b-4401-adc2-08e5014bbce7 - - - - -] CREATE BACKEND sqlite:// TOKEN qnwwrcrpeu 2019-02-07 04:08:57.471 6478 INFO octavia.api.v1.controllers.listener [req-62b2151d-3659-4a80-bfa9-6ca210607791 - - - - -] Sending Creation of Listener f0917eef-ec31-4d7b-b922-b64b2059a4ec to handler 2019-02-07 04:08:57.490 6477 INFO octavia.common.config [req-30333103-e73b-4401-adc2-08e5014bbce7 - - - - -] Logging enabled! 2019-02-07 04:08:57.490 6477 INFO octavia.common.config [req-30333103-e73b-4401-adc2-08e5014bbce7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:57.517 6477 WARNING octavia.api.root_controller [req-30333103-e73b-4401-adc2-08e5014bbce7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:57.532 6477 INFO octavia.api.v1.controllers.load_balancer [req-33797f93-b234-4e1e-9cbd-a31c6231c955 - - - - -] Sending created Load Balancer e58444a2-fa6a-42a7-b2e2-9107cf3eafd4 to the handler 2019-02-07 04:08:57.627 6477 INFO octavia.api.v1.controllers.listener [req-618e5c46-688a-4be3-9972-3f9d33594f6c - - - - -] Sending Creation of Listener 42c890da-4d01-4801-a585-7c7a702d49e1 to handler 2019-02-07 04:08:57.662 6478 INFO octavia.api.v1.controllers.pool [req-a53a1109-b32f-4210-a828-a92173382068 - - - - -] Sending Creation of Pool 43dfbf28-ffe6-4e59-8479-9b6c8fd68d84 to handler 2019-02-07 04:08:57.733 6477 INFO octavia.api.v1.controllers.pool [req-ed6f829f-c0e9-4d67-a3de-651a8f6b6745 - - - - -] Sending Creation of Pool 4ee6e259-ae21-4429-ba65-606056ced14c to handler 2019-02-07 04:08:57.785 6478 INFO octavia.api.v1.controllers.l7policy [req-2fb9efac-86b1-47e2-abf7-f0ebbb321d86 - - - - -] Sending Creation of L7Policy ab390c9c-6b5e-4abb-b7ca-a2a62e379ad8 to handler 2019-02-07 04:08:57.874 6477 INFO octavia.api.v1.controllers.l7policy [req-c0b1bc5c-4e32-46dc-abb7-a4cb22af3b4b - - - - -] Sending Creation of L7Policy e6809fd6-91a1-4c19-a467-ba6671f66791 to handler 2019-02-07 04:08:57.927 6478 INFO oslo_db.sqlalchemy.provision [req-838705af-ddde-41b7-8df1-4bbcd9a9c0fb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:57.928 6478 INFO oslo_db.sqlalchemy.provision [req-838705af-ddde-41b7-8df1-4bbcd9a9c0fb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qpbpavdrpq 2019-02-07 04:08:57.928 6478 INFO oslo_db.sqlalchemy.provision [req-838705af-ddde-41b7-8df1-4bbcd9a9c0fb - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_reject_policy [0.706160s] ... ok 2019-02-07 04:08:57.931 6478 INFO oslo_db.sqlalchemy.provision [req-838705af-ddde-41b7-8df1-4bbcd9a9c0fb - - - - -] CREATE BACKEND sqlite:// TOKEN rjkykcvfom 2019-02-07 04:08:58.001 6477 INFO oslo_db.sqlalchemy.provision [req-a74d8b55-83a4-4ce4-9fd9-dcf57a3dcc39 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:58.003 6477 INFO oslo_db.sqlalchemy.provision [req-a74d8b55-83a4-4ce4-9fd9-dcf57a3dcc39 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qnwwrcrpeu 2019-02-07 04:08:58.003 6477 INFO oslo_db.sqlalchemy.provision [req-a74d8b55-83a4-4ce4-9fd9-dcf57a3dcc39 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_with_duplicate_id [0.606425s] ... ok 2019-02-07 04:08:58.006 6478 INFO octavia.common.config [req-838705af-ddde-41b7-8df1-4bbcd9a9c0fb - - - - -] Logging enabled! 2019-02-07 04:08:58.006 6478 INFO octavia.common.config [req-838705af-ddde-41b7-8df1-4bbcd9a9c0fb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:58.011 6477 INFO oslo_db.sqlalchemy.provision [req-a74d8b55-83a4-4ce4-9fd9-dcf57a3dcc39 - - - - -] CREATE BACKEND sqlite:// TOKEN aqqhghzwku 2019-02-07 04:08:58.029 6478 WARNING octavia.api.root_controller [req-838705af-ddde-41b7-8df1-4bbcd9a9c0fb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:58.038 6478 INFO octavia.api.v1.controllers.load_balancer [req-1dc201cd-e476-4d50-aba6-a5dd4287251c - - - - -] Sending created Load Balancer 7f7c4e89-8d4e-47b7-b0bf-7c0d721dca7a to the handler 2019-02-07 04:08:58.082 6477 INFO octavia.common.config [req-a74d8b55-83a4-4ce4-9fd9-dcf57a3dcc39 - - - - -] Logging enabled! 2019-02-07 04:08:58.082 6477 INFO octavia.common.config [req-a74d8b55-83a4-4ce4-9fd9-dcf57a3dcc39 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:58.104 6477 WARNING octavia.api.root_controller [req-a74d8b55-83a4-4ce4-9fd9-dcf57a3dcc39 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:58.114 6477 INFO octavia.api.v1.controllers.load_balancer [req-0f33cf31-7327-41b2-8498-9c1e06378916 - - - - -] Sending created Load Balancer 7184dac8-0ee1-4b26-b8ed-273a7259ded0 to the handler 2019-02-07 04:08:58.119 6478 INFO octavia.api.v1.controllers.listener [req-159109cf-deb0-485e-a666-ac8d12db74c7 - - - - -] Sending Creation of Listener d2c1ab49-ffc6-4f5c-a757-7605e49e10b1 to handler 2019-02-07 04:08:58.192 6477 INFO octavia.api.v1.controllers.listener [req-4cb60512-7e3a-4ee5-b83f-ab7b35494c26 - - - - -] Sending Creation of Listener 8991b965-595f-4b21-838c-be631dd536f1 to handler 2019-02-07 04:08:58.220 6478 INFO octavia.api.v1.controllers.pool [req-94b9430c-6b1b-44ed-81ba-8ff152b22691 - - - - -] Sending Creation of Pool f4e5a306-4281-4d93-9cc7-ca5e51192da0 to handler 2019-02-07 04:08:58.284 6477 INFO octavia.api.v1.controllers.pool [req-0aafc7ae-419e-4c58-b140-620d4f8bab2d - - - - -] Sending Creation of Pool 29656689-b0ac-4b97-8601-4b7508074449 to handler 2019-02-07 04:08:58.352 6478 INFO octavia.api.v1.controllers.l7policy [req-da0d9852-821a-469c-929d-21c3f36006c2 - - - - -] Sending Creation of L7Policy f569aacf-ef24-4fe4-9a22-1e6794c7b068 to handler 2019-02-07 04:08:58.407 6477 INFO octavia.api.v1.controllers.l7policy [req-a2768cf1-2a5f-45f9-950c-82e0b52ca3be - - - - -] Sending Creation of L7Policy 667da373-3ebf-4823-9a02-7b26c077f21b to handler 2019-02-07 04:08:58.421 6477 INFO oslo_db.sqlalchemy.provision [req-a2768cf1-2a5f-45f9-950c-82e0b52ca3be - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:58.423 6477 INFO oslo_db.sqlalchemy.provision [req-a2768cf1-2a5f-45f9-950c-82e0b52ca3be - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aqqhghzwku 2019-02-07 04:08:58.423 6477 INFO oslo_db.sqlalchemy.provision [req-a2768cf1-2a5f-45f9-950c-82e0b52ca3be - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_with_id [0.419575s] ... ok 2019-02-07 04:08:58.432 6477 INFO oslo_db.sqlalchemy.provision [req-a2768cf1-2a5f-45f9-950c-82e0b52ca3be - - - - -] CREATE BACKEND sqlite:// TOKEN akiwxxzayv 2019-02-07 04:08:58.451 6478 INFO octavia.api.v1.controllers.load_balancer [req-01ab2218-44b7-40df-b574-0bd06a2dc0a9 - - - - -] Sending deleted Load Balancer 7f7c4e89-8d4e-47b7-b0bf-7c0d721dca7a to the handler 2019-02-07 04:08:58.483 6478 INFO octavia.api.v1.controllers.l7policy [req-74c4641e-cc28-4c3f-9feb-bae55fe61fba - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:08:58.508 6478 INFO oslo_db.sqlalchemy.provision [req-74c4641e-cc28-4c3f-9feb-bae55fe61fba - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:58.509 6478 INFO oslo_db.sqlalchemy.provision [req-74c4641e-cc28-4c3f-9feb-bae55fe61fba - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rjkykcvfom 2019-02-07 04:08:58.510 6478 INFO oslo_db.sqlalchemy.provision [req-74c4641e-cc28-4c3f-9feb-bae55fe61fba - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_when_lb_pending_delete [0.581343s] ... ok 2019-02-07 04:08:58.513 6478 INFO oslo_db.sqlalchemy.provision [req-74c4641e-cc28-4c3f-9feb-bae55fe61fba - - - - -] CREATE BACKEND sqlite:// TOKEN qvzczageyd 2019-02-07 04:08:58.568 6477 INFO octavia.common.config [req-a2768cf1-2a5f-45f9-950c-82e0b52ca3be - - - - -] Logging enabled! 2019-02-07 04:08:58.569 6477 INFO octavia.common.config [req-a2768cf1-2a5f-45f9-950c-82e0b52ca3be - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:58.587 6478 INFO octavia.common.config [req-74c4641e-cc28-4c3f-9feb-bae55fe61fba - - - - -] Logging enabled! 2019-02-07 04:08:58.587 6478 INFO octavia.common.config [req-74c4641e-cc28-4c3f-9feb-bae55fe61fba - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:58.590 6477 WARNING octavia.api.root_controller [req-a2768cf1-2a5f-45f9-950c-82e0b52ca3be - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:58.600 6477 INFO octavia.api.v1.controllers.load_balancer [req-e810b10f-cdf5-4a5a-ab0c-0567be422264 - - - - -] Sending created Load Balancer 9c70fd51-633e-47db-82bc-363d8dd45505 to the handler 2019-02-07 04:08:58.610 6478 WARNING octavia.api.root_controller [req-74c4641e-cc28-4c3f-9feb-bae55fe61fba - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:58.621 6478 INFO octavia.api.v1.controllers.load_balancer [req-b22e0c5d-54c9-45d1-9e70-016134a24db9 - - - - -] Sending created Load Balancer ba1ab701-5537-42c0-87c6-b72c793242cc to the handler 2019-02-07 04:08:58.677 6477 INFO octavia.api.v1.controllers.listener [req-d629432c-398b-4b59-a068-72e6dbf52363 - - - - -] Sending Creation of Listener 43fdbf8c-6569-4eca-a762-cde55d2608c5 to handler 2019-02-07 04:08:58.723 6478 INFO octavia.api.v1.controllers.listener [req-e97e4cf6-f957-46b9-9c1c-5dedd3e17046 - - - - -] Sending Creation of Listener 8e5a2a23-3bad-4cc9-b5b3-66bb8e151b45 to handler 2019-02-07 04:08:58.765 6477 INFO octavia.api.v1.controllers.pool [req-3c8b4683-a10d-44aa-9d34-964a02045d42 - - - - -] Sending Creation of Pool 58788d61-0127-4755-9a20-c9c2cace99ff to handler 2019-02-07 04:08:58.843 6478 INFO octavia.api.v1.controllers.pool [req-372c5503-cd8c-4d40-9268-21bdf162443b - - - - -] Sending Creation of Pool 518ff780-c76d-4800-b7b4-66a8b46d0e06 to handler 2019-02-07 04:08:58.891 6477 INFO octavia.api.v1.controllers.l7policy [req-93df79ff-e999-42dc-ade8-8071be6eb6c6 - - - - -] Sending Creation of L7Policy a4c027da-4f8f-4665-a95c-75a02994a1b7 to handler 2019-02-07 04:08:59.015 6477 INFO octavia.api.v1.controllers.l7policy [req-5c4d600f-5321-4323-89ba-66d7dad3b3d7 - - - - -] Sending Deletion of L7Policy a4c027da-4f8f-4665-a95c-75a02994a1b7 to handler 2019-02-07 04:08:59.063 6478 INFO octavia.api.v1.controllers.l7policy [req-39b901ad-42e1-451d-9c22-4550637658b6 - - - - -] Sending Creation of L7Policy da6fa929-dce9-4d77-a9fa-2663054ed586 to handler 2019-02-07 04:08:59.124 6478 INFO oslo_db.sqlalchemy.provision [req-f0f3d24a-fd63-4bb7-8731-c5f0c975d037 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:59.126 6478 INFO oslo_db.sqlalchemy.provision [req-f0f3d24a-fd63-4bb7-8731-c5f0c975d037 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qvzczageyd 2019-02-07 04:08:59.126 6478 INFO oslo_db.sqlalchemy.provision [req-f0f3d24a-fd63-4bb7-8731-c5f0c975d037 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_create_with_bad_handler [0.615999s] ... ok 2019-02-07 04:08:59.129 6478 INFO oslo_db.sqlalchemy.provision [req-f0f3d24a-fd63-4bb7-8731-c5f0c975d037 - - - - -] CREATE BACKEND sqlite:// TOKEN poirgxiqnz 2019-02-07 04:08:59.170 6477 INFO oslo_db.sqlalchemy.provision [req-ce0bba2d-874f-429c-866c-aa76957c8c55 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:59.172 6477 INFO oslo_db.sqlalchemy.provision [req-ce0bba2d-874f-429c-866c-aa76957c8c55 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN akiwxxzayv 2019-02-07 04:08:59.172 6477 INFO oslo_db.sqlalchemy.provision [req-ce0bba2d-874f-429c-866c-aa76957c8c55 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_delete [0.748770s] ... ok 2019-02-07 04:08:59.179 6477 INFO oslo_db.sqlalchemy.provision [req-ce0bba2d-874f-429c-866c-aa76957c8c55 - - - - -] CREATE BACKEND sqlite:// TOKEN mxasuyebqx 2019-02-07 04:08:59.204 6478 INFO octavia.common.config [req-f0f3d24a-fd63-4bb7-8731-c5f0c975d037 - - - - -] Logging enabled! 2019-02-07 04:08:59.204 6478 INFO octavia.common.config [req-f0f3d24a-fd63-4bb7-8731-c5f0c975d037 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:59.223 6478 WARNING octavia.api.root_controller [req-f0f3d24a-fd63-4bb7-8731-c5f0c975d037 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:59.238 6478 INFO octavia.api.v1.controllers.load_balancer [req-371024bc-9018-4ff1-8f5c-812f70698b4e - - - - -] Sending created Load Balancer 7443cf4a-45cd-4066-b137-4b61c597084f to the handler 2019-02-07 04:08:59.248 6477 INFO octavia.common.config [req-ce0bba2d-874f-429c-866c-aa76957c8c55 - - - - -] Logging enabled! 2019-02-07 04:08:59.248 6477 INFO octavia.common.config [req-ce0bba2d-874f-429c-866c-aa76957c8c55 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:59.270 6477 WARNING octavia.api.root_controller [req-ce0bba2d-874f-429c-866c-aa76957c8c55 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:59.281 6477 INFO octavia.api.v1.controllers.load_balancer [req-94cc03cc-70c3-444f-a20d-995922aa8fd0 - - - - -] Sending created Load Balancer 2af70e24-6f07-4bf9-b5a6-5d93cadd2bcd to the handler 2019-02-07 04:08:59.313 6478 INFO octavia.api.v1.controllers.listener [req-fc9e4197-6f78-4bd0-8a34-c9e3d4ecff8b - - - - -] Sending Creation of Listener 76ee7c76-b5b4-47fc-bc42-7882566edf78 to handler 2019-02-07 04:08:59.359 6477 INFO octavia.api.v1.controllers.listener [req-2b5138b3-863a-4d61-960e-d3709cb73523 - - - - -] Sending Creation of Listener c18eabb3-97fe-4866-9dfc-9fe00c195d0f to handler 2019-02-07 04:08:59.401 6478 INFO octavia.api.v1.controllers.pool [req-58498494-5eee-4a2e-b248-e4166e90a4ca - - - - -] Sending Creation of Pool 826af960-710e-4148-a39f-5bdad519ce27 to handler 2019-02-07 04:08:59.452 6477 INFO octavia.api.v1.controllers.pool [req-7a1d229a-2795-49c6-96ed-adc222aac30c - - - - -] Sending Creation of Pool 050cb838-0521-46e7-a8c9-f771a56499a9 to handler 2019-02-07 04:08:59.533 6478 INFO octavia.api.v1.controllers.l7policy [req-8d721580-338a-406d-9b2e-24b0b333551a - - - - -] Sending Creation of L7Policy b77956a6-3881-42fb-a020-0b47316a99f8 to handler 2019-02-07 04:08:59.583 6477 INFO octavia.api.v1.controllers.l7policy [req-5c59fc8a-3742-482b-8560-84dda64701f3 - - - - -] Sending Creation of L7Policy d70603bf-2184-4c02-8fa9-8a170e5916df to handler 2019-02-07 04:08:59.621 6478 INFO octavia.api.v1.controllers.load_balancer [req-5d6d3e8c-02cf-4161-a30b-c8c3ebd64091 - - - - -] Sending deleted Load Balancer 7443cf4a-45cd-4066-b137-4b61c597084f to the handler 2019-02-07 04:08:59.645 6478 INFO octavia.api.v1.controllers.l7policy [req-2a59dea8-058a-4f32-a6da-4458d5f275d9 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:08:59.670 6478 INFO oslo_db.sqlalchemy.provision [req-2a59dea8-058a-4f32-a6da-4458d5f275d9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:59.671 6478 INFO oslo_db.sqlalchemy.provision [req-2a59dea8-058a-4f32-a6da-4458d5f275d9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN poirgxiqnz 2019-02-07 04:08:59.672 6478 INFO oslo_db.sqlalchemy.provision [req-2a59dea8-058a-4f32-a6da-4458d5f275d9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_delete_when_lb_pending_delete [0.545403s] ... ok 2019-02-07 04:08:59.674 6478 INFO oslo_db.sqlalchemy.provision [req-2a59dea8-058a-4f32-a6da-4458d5f275d9 - - - - -] CREATE BACKEND sqlite:// TOKEN tnhzjlmdjv 2019-02-07 04:08:59.707 6477 INFO octavia.api.v1.controllers.l7policy [req-e84356d2-0dd5-4593-9f02-a80bde17158c - - - - -] Sending Deletion of L7Policy d70603bf-2184-4c02-8fa9-8a170e5916df to handler 2019-02-07 04:08:59.748 6478 INFO octavia.common.config [req-2a59dea8-058a-4f32-a6da-4458d5f275d9 - - - - -] Logging enabled! 2019-02-07 04:08:59.748 6478 INFO octavia.common.config [req-2a59dea8-058a-4f32-a6da-4458d5f275d9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:59.766 6477 INFO oslo_db.sqlalchemy.provision [req-3b585ac8-da8d-4283-817d-3cbb4028c0fb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:08:59.767 6477 INFO oslo_db.sqlalchemy.provision [req-3b585ac8-da8d-4283-817d-3cbb4028c0fb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mxasuyebqx 2019-02-07 04:08:59.768 6477 INFO oslo_db.sqlalchemy.provision [req-3b585ac8-da8d-4283-817d-3cbb4028c0fb - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_delete_with_bad_handler [0.595332s] ... ok 2019-02-07 04:08:59.770 6477 INFO oslo_db.sqlalchemy.provision [req-3b585ac8-da8d-4283-817d-3cbb4028c0fb - - - - -] CREATE BACKEND sqlite:// TOKEN vqeweryuzp 2019-02-07 04:08:59.771 6478 WARNING octavia.api.root_controller [req-2a59dea8-058a-4f32-a6da-4458d5f275d9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:59.783 6478 INFO octavia.api.v1.controllers.load_balancer [req-a673abec-e03c-4e51-aca9-808bd007109d - - - - -] Sending created Load Balancer 1b1f4e33-0e49-481d-9fd8-c8cc47a55aae to the handler 2019-02-07 04:08:59.862 6478 INFO octavia.api.v1.controllers.listener [req-955e888f-6a68-4dd4-bef9-9fe50bc07f57 - - - - -] Sending Creation of Listener 53ca616a-27e0-4a64-a814-619b6ed401c0 to handler 2019-02-07 04:08:59.908 6477 INFO octavia.common.config [req-3b585ac8-da8d-4283-817d-3cbb4028c0fb - - - - -] Logging enabled! 2019-02-07 04:08:59.909 6477 INFO octavia.common.config [req-3b585ac8-da8d-4283-817d-3cbb4028c0fb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:08:59.930 6477 WARNING octavia.api.root_controller [req-3b585ac8-da8d-4283-817d-3cbb4028c0fb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:08:59.942 6477 INFO octavia.api.v1.controllers.load_balancer [req-d5268b24-88b0-419e-b223-9ae4708c44d9 - - - - -] Sending created Load Balancer 3ad6bee9-cdc4-4ecb-bf51-be97f0fc065c to the handler 2019-02-07 04:08:59.958 6478 INFO octavia.api.v1.controllers.pool [req-190c1ef3-800d-4cd1-b6d4-90ed3cb022c4 - - - - -] Sending Creation of Pool f5658e3e-1c8b-4be2-aef9-a056bb952a22 to handler 2019-02-07 04:09:00.017 6477 INFO octavia.api.v1.controllers.listener [req-a4204957-cf79-4440-82a3-8192455b7775 - - - - -] Sending Creation of Listener 0f93819b-3012-4089-a8a7-aac44d3cfc0c to handler 2019-02-07 04:09:00.109 6477 INFO octavia.api.v1.controllers.pool [req-6b2f9a17-375e-4d75-948e-6acb03317ee8 - - - - -] Sending Creation of Pool 20d8753c-0c56-4e5d-8ffd-6b0c2dfa5682 to handler 2019-02-07 04:09:00.119 6478 INFO octavia.api.v1.controllers.l7policy [req-d8c26c45-228d-4286-9839-5775dabcb6b2 - - - - -] Sending Creation of L7Policy dfb219cb-0325-4d54-8f04-d282a0c28460 to handler 2019-02-07 04:09:00.224 6477 INFO oslo_db.sqlalchemy.provision [req-eb835869-1289-4aaf-8c0b-1819d0d3cc8d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:00.226 6477 INFO oslo_db.sqlalchemy.provision [req-eb835869-1289-4aaf-8c0b-1819d0d3cc8d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vqeweryuzp 2019-02-07 04:09:00.226 6477 INFO oslo_db.sqlalchemy.provision [req-eb835869-1289-4aaf-8c0b-1819d0d3cc8d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_empty_get_all [0.458332s] ... ok 2019-02-07 04:09:00.229 6477 INFO oslo_db.sqlalchemy.provision [req-eb835869-1289-4aaf-8c0b-1819d0d3cc8d - - - - -] CREATE BACKEND sqlite:// TOKEN rbcajforrk 2019-02-07 04:09:00.225 6478 INFO octavia.api.v1.controllers.load_balancer [req-27218b77-2c9f-4117-b1e9-8664d32980d9 - - - - -] Sending updated Load Balancer 1b1f4e33-0e49-481d-9fd8-c8cc47a55aae to the handler 2019-02-07 04:09:00.270 6478 INFO octavia.api.v1.controllers.l7policy [req-e355d490-08e4-4264-8088-2c67d47ec3e0 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:00.295 6478 INFO oslo_db.sqlalchemy.provision [req-e355d490-08e4-4264-8088-2c67d47ec3e0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:00.296 6478 INFO oslo_db.sqlalchemy.provision [req-e355d490-08e4-4264-8088-2c67d47ec3e0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tnhzjlmdjv 2019-02-07 04:09:00.297 6478 INFO oslo_db.sqlalchemy.provision [req-e355d490-08e4-4264-8088-2c67d47ec3e0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_delete_when_lb_pending_update [0.624842s] ... ok 2019-02-07 04:09:00.299 6478 INFO oslo_db.sqlalchemy.provision [req-e355d490-08e4-4264-8088-2c67d47ec3e0 - - - - -] CREATE BACKEND sqlite:// TOKEN jbkxitsnsv 2019-02-07 04:09:00.304 6477 INFO octavia.common.config [req-eb835869-1289-4aaf-8c0b-1819d0d3cc8d - - - - -] Logging enabled! 2019-02-07 04:09:00.305 6477 INFO octavia.common.config [req-eb835869-1289-4aaf-8c0b-1819d0d3cc8d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:00.326 6477 WARNING octavia.api.root_controller [req-eb835869-1289-4aaf-8c0b-1819d0d3cc8d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:00.335 6477 INFO octavia.api.v1.controllers.load_balancer [req-7c839564-dd4c-47b0-81b3-c354c456f027 - - - - -] Sending created Load Balancer 691ce44b-affb-4aa8-8a51-735e63dd9460 to the handler 2019-02-07 04:09:00.374 6478 INFO octavia.common.config [req-e355d490-08e4-4264-8088-2c67d47ec3e0 - - - - -] Logging enabled! 2019-02-07 04:09:00.375 6478 INFO octavia.common.config [req-e355d490-08e4-4264-8088-2c67d47ec3e0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:00.416 6477 INFO octavia.api.v1.controllers.listener [req-89dc083b-a69b-44f8-84d9-646c4946eebc - - - - -] Sending Creation of Listener 86388c82-1480-4163-876e-627f4dfac8a5 to handler 2019-02-07 04:09:00.464 6478 WARNING octavia.api.root_controller [req-e355d490-08e4-4264-8088-2c67d47ec3e0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:00.476 6478 INFO octavia.api.v1.controllers.load_balancer [req-ba827cb4-408a-42d6-b62c-28a1ed0f749e - - - - -] Sending created Load Balancer 5641a84a-c817-4a9c-8ac7-4ae5a387a0ac to the handler 2019-02-07 04:09:00.512 6477 INFO octavia.api.v1.controllers.pool [req-87b50441-f9ce-497e-9dd4-6e134cb31a36 - - - - -] Sending Creation of Pool 8e61598c-f32f-4024-939c-2ba0d96fd0a1 to handler 2019-02-07 04:09:00.550 6478 INFO octavia.api.v1.controllers.listener [req-f5083957-f321-4cf6-aad1-adb9b0d298dd - - - - -] Sending Creation of Listener 6fcc2a43-9a74-47c0-9001-15f361627b12 to handler 2019-02-07 04:09:00.635 6477 INFO octavia.api.v1.controllers.l7policy [req-48a3262b-f80b-4449-8c77-8d8b06927ce0 - - - - -] Sending Creation of L7Policy 9d847c78-f971-4335-82b4-642f775de962 to handler 2019-02-07 04:09:00.642 6478 INFO octavia.api.v1.controllers.pool [req-a0205a41-f7f9-43ae-8efe-17a767969c15 - - - - -] Sending Creation of Pool f1cf7d47-2d00-4df1-a3d3-a8bc3f05caf0 to handler 2019-02-07 04:09:00.739 6477 INFO octavia.api.v1.controllers.l7policy [req-eb9471ee-c8a0-4926-b405-f0898024e23f - - - - -] Sending Update of L7Policy 9d847c78-f971-4335-82b4-642f775de962 to handler 2019-02-07 04:09:00.773 6478 INFO octavia.api.v1.controllers.l7policy [req-cbcee2f5-a6b4-4810-b69c-4b7b4885aa5b - - - - -] Sending Creation of L7Policy 3640c2e6-9fb3-4b23-9aa2-c6efc6496978 to handler 2019-02-07 04:09:00.809 6478 INFO oslo_db.sqlalchemy.provision [req-c61c1d3a-5d03-4b70-9033-08ec7d352c70 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:00.811 6478 INFO oslo_db.sqlalchemy.provision [req-c61c1d3a-5d03-4b70-9033-08ec7d352c70 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jbkxitsnsv 2019-02-07 04:09:00.811 6478 INFO oslo_db.sqlalchemy.provision [req-c61c1d3a-5d03-4b70-9033-08ec7d352c70 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_get [0.514310s] ... ok 2019-02-07 04:09:00.814 6478 INFO oslo_db.sqlalchemy.provision [req-c61c1d3a-5d03-4b70-9033-08ec7d352c70 - - - - -] CREATE BACKEND sqlite:// TOKEN ddcfsxbsdx 2019-02-07 04:09:00.888 6478 INFO octavia.common.config [req-c61c1d3a-5d03-4b70-9033-08ec7d352c70 - - - - -] Logging enabled! 2019-02-07 04:09:00.888 6478 INFO octavia.common.config [req-c61c1d3a-5d03-4b70-9033-08ec7d352c70 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:00.890 6477 INFO oslo_db.sqlalchemy.provision [req-305e01a2-f35d-442c-86fa-1f2afef43af1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:00.892 6477 INFO oslo_db.sqlalchemy.provision [req-305e01a2-f35d-442c-86fa-1f2afef43af1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rbcajforrk 2019-02-07 04:09:00.892 6477 INFO oslo_db.sqlalchemy.provision [req-305e01a2-f35d-442c-86fa-1f2afef43af1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update [0.665737s] ... ok 2019-02-07 04:09:00.895 6477 INFO oslo_db.sqlalchemy.provision [req-305e01a2-f35d-442c-86fa-1f2afef43af1 - - - - -] CREATE BACKEND sqlite:// TOKEN qakegfenoj 2019-02-07 04:09:00.911 6478 WARNING octavia.api.root_controller [req-c61c1d3a-5d03-4b70-9033-08ec7d352c70 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:00.919 6478 INFO octavia.api.v1.controllers.load_balancer [req-002327d3-8fa7-4e2e-bcbb-89e000efca46 - - - - -] Sending created Load Balancer b3262b67-423c-4322-bebc-51d728c07400 to the handler 2019-02-07 04:09:00.968 6477 INFO octavia.common.config [req-305e01a2-f35d-442c-86fa-1f2afef43af1 - - - - -] Logging enabled! 2019-02-07 04:09:00.969 6477 INFO octavia.common.config [req-305e01a2-f35d-442c-86fa-1f2afef43af1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:00.991 6477 WARNING octavia.api.root_controller [req-305e01a2-f35d-442c-86fa-1f2afef43af1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:01.003 6477 INFO octavia.api.v1.controllers.load_balancer [req-02e515bd-f8b6-4d76-86d8-36c0e24fbd9c - - - - -] Sending created Load Balancer de4ec91f-1860-4a80-88de-d0feeda77f74 to the handler 2019-02-07 04:09:00.997 6478 INFO octavia.api.v1.controllers.listener [req-b7c0e909-bf54-4107-8833-543c2cb35472 - - - - -] Sending Creation of Listener 9c4597dc-34de-4675-8028-21c08e7c99a1 to handler 2019-02-07 04:09:01.085 6478 INFO octavia.api.v1.controllers.pool [req-9229f525-2a21-4035-b018-8e3f5bdcef2e - - - - -] Sending Creation of Pool 053e993d-d9a1-4056-9721-a3f3b52967e1 to handler 2019-02-07 04:09:01.148 6477 INFO octavia.api.v1.controllers.listener [req-3bbd602e-0d4e-4422-b483-e688ed653be3 - - - - -] Sending Creation of Listener 094184e3-e4c3-4378-a57c-b24922995b38 to handler 2019-02-07 04:09:01.206 6478 INFO octavia.api.v1.controllers.l7policy [req-4ed4723a-9674-4050-9608-a4146e10e059 - - - - -] Sending Creation of L7Policy 85e54e7e-9b9c-490b-8aa6-31dfc697cfa7 to handler 2019-02-07 04:09:01.241 6477 INFO octavia.api.v1.controllers.pool [req-c99fe677-ca2b-408a-b2c4-d5824a4f45e8 - - - - -] Sending Creation of Pool 1868b671-862c-4b93-b9e9-c0ac2ee315b4 to handler 2019-02-07 04:09:01.352 6478 INFO octavia.api.v1.controllers.l7policy [req-34c27aae-4cfc-4e52-913a-38e339d990bd - - - - -] Sending Creation of L7Policy b446aa8d-00d9-4f71-96bd-ee0ba617e3e0 to handler 2019-02-07 04:09:01.373 6477 INFO octavia.api.v1.controllers.l7policy [req-03975abd-4b16-4f61-b4af-6ec8c579ce6d - - - - -] Sending Creation of L7Policy f851f367-ce92-4c96-898d-53ced469b041 to handler 2019-02-07 04:09:01.471 6477 ERROR octavia.api.v1.controllers.base [req-5294f77c-a8fd-4631-8581-e129b1306c6a - - - - -] Pool 6d144312-790b-40f1-89cb-8a413bc1c8f7 not found: None 2019-02-07 04:09:01.471 6477 ERROR octavia.api.v1.controllers.base None 2019-02-07 04:09:01.471 6477 ERROR octavia.api.v1.controllers.base 2019-02-07 04:09:01.476 6478 INFO octavia.api.v1.controllers.l7policy [req-88f1b5e6-5175-4f47-8458-bcade9de7301 - - - - -] Sending Creation of L7Policy be526121-8a70-4411-b5db-8a41719b02c2 to handler 2019-02-07 04:09:01.485 6477 INFO oslo_db.sqlalchemy.provision [req-5294f77c-a8fd-4631-8581-e129b1306c6a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:01.487 6477 INFO oslo_db.sqlalchemy.provision [req-5294f77c-a8fd-4631-8581-e129b1306c6a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qakegfenoj 2019-02-07 04:09:01.487 6477 INFO oslo_db.sqlalchemy.provision [req-5294f77c-a8fd-4631-8581-e129b1306c6a - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_redirect_to_pool_bad_pool_id [0.595012s] ... ok 2019-02-07 04:09:01.490 6477 INFO oslo_db.sqlalchemy.provision [req-5294f77c-a8fd-4631-8581-e129b1306c6a - - - - -] CREATE BACKEND sqlite:// TOKEN iwqybkmsne 2019-02-07 04:09:01.564 6477 INFO octavia.common.config [req-5294f77c-a8fd-4631-8581-e129b1306c6a - - - - -] Logging enabled! 2019-02-07 04:09:01.564 6477 INFO octavia.common.config [req-5294f77c-a8fd-4631-8581-e129b1306c6a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:01.583 6478 INFO oslo_db.sqlalchemy.provision [req-50455f26-0832-4a8f-88ef-f5ac689f3f00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:01.584 6478 INFO oslo_db.sqlalchemy.provision [req-50455f26-0832-4a8f-88ef-f5ac689f3f00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ddcfsxbsdx 2019-02-07 04:09:01.584 6478 INFO oslo_db.sqlalchemy.provision [req-50455f26-0832-4a8f-88ef-f5ac689f3f00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_get_all [0.777166s] ... ok 2019-02-07 04:09:01.591 6478 INFO oslo_db.sqlalchemy.provision [req-50455f26-0832-4a8f-88ef-f5ac689f3f00 - - - - -] CREATE BACKEND sqlite:// TOKEN ohuetrrhis 2019-02-07 04:09:01.587 6477 WARNING octavia.api.root_controller [req-5294f77c-a8fd-4631-8581-e129b1306c6a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:01.598 6477 INFO octavia.api.v1.controllers.load_balancer [req-e32d4c2b-5762-4643-83c6-4397cadb01cd - - - - -] Sending created Load Balancer 434ef3c5-4b91-43bf-a42d-a7d8c8724bb7 to the handler 2019-02-07 04:09:01.660 6478 INFO octavia.common.config [req-50455f26-0832-4a8f-88ef-f5ac689f3f00 - - - - -] Logging enabled! 2019-02-07 04:09:01.661 6478 INFO octavia.common.config [req-50455f26-0832-4a8f-88ef-f5ac689f3f00 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:01.674 6477 INFO octavia.api.v1.controllers.listener [req-04b6739f-31cf-4d2b-9f83-218741874757 - - - - -] Sending Creation of Listener a284f593-3fb9-477f-bf48-9f2e78a74383 to handler 2019-02-07 04:09:01.683 6478 WARNING octavia.api.root_controller [req-50455f26-0832-4a8f-88ef-f5ac689f3f00 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:01.759 6478 INFO octavia.api.v1.controllers.load_balancer [req-5f631c84-847e-4586-88b5-cacb4624740d - - - - -] Sending created Load Balancer d1e0004d-9549-454a-9eee-48bf988664d9 to the handler 2019-02-07 04:09:01.765 6477 INFO octavia.api.v1.controllers.pool [req-1c5ec13a-5bfc-4fbe-ad1a-ee0cb219194e - - - - -] Sending Creation of Pool cc39f984-97e6-45e3-aa2c-1edc198e3ba2 to handler 2019-02-07 04:09:01.833 6478 INFO octavia.api.v1.controllers.listener [req-ccd05539-c912-4b20-bdda-3815d31a1412 - - - - -] Sending Creation of Listener 42c73bcf-71dc-4bc1-9bb0-68c32d602ab9 to handler 2019-02-07 04:09:01.887 6477 INFO octavia.api.v1.controllers.l7policy [req-d4b86cfe-1807-405e-aadb-fa541191df01 - - - - -] Sending Creation of L7Policy bc63c8c1-2eab-47cc-9b93-8718a43f25c8 to handler 2019-02-07 04:09:01.930 6478 INFO octavia.api.v1.controllers.pool [req-2cf6bd6c-2795-4e34-8164-4f66831e2831 - - - - -] Sending Creation of Pool 7c737b7a-b860-43e2-9bad-e9e2f1ef6c92 to handler 2019-02-07 04:09:01.993 6477 INFO octavia.api.v1.controllers.l7policy [req-4830f546-1a0b-4b56-b5c1-2e59d3d29dc7 - - - - -] Sending Update of L7Policy bc63c8c1-2eab-47cc-9b93-8718a43f25c8 to handler 2019-02-07 04:09:02.020 6477 INFO oslo_db.sqlalchemy.provision [req-4830f546-1a0b-4b56-b5c1-2e59d3d29dc7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:02.021 6477 INFO oslo_db.sqlalchemy.provision [req-4830f546-1a0b-4b56-b5c1-2e59d3d29dc7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iwqybkmsne 2019-02-07 04:09:02.021 6477 INFO oslo_db.sqlalchemy.provision [req-4830f546-1a0b-4b56-b5c1-2e59d3d29dc7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_redirect_to_pool_minimal [0.534085s] ... ok 2019-02-07 04:09:02.024 6477 INFO oslo_db.sqlalchemy.provision [req-4830f546-1a0b-4b56-b5c1-2e59d3d29dc7 - - - - -] CREATE BACKEND sqlite:// TOKEN rgrtmuqsqq 2019-02-07 04:09:02.052 6478 INFO octavia.api.v1.controllers.l7policy [req-59e348aa-6b38-4c4e-986c-cd7913c5cbeb - - - - -] Sending Creation of L7Policy b068e8a6-b59a-45f3-a2c2-287fbd7115e9 to handler 2019-02-07 04:09:02.098 6477 INFO octavia.common.config [req-4830f546-1a0b-4b56-b5c1-2e59d3d29dc7 - - - - -] Logging enabled! 2019-02-07 04:09:02.099 6477 INFO octavia.common.config [req-4830f546-1a0b-4b56-b5c1-2e59d3d29dc7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:02.120 6477 WARNING octavia.api.root_controller [req-4830f546-1a0b-4b56-b5c1-2e59d3d29dc7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:02.132 6477 INFO octavia.api.v1.controllers.load_balancer [req-3ccdf18f-df92-49c9-a375-b3706b104e01 - - - - -] Sending created Load Balancer e7942b3d-b6a2-4c47-84e8-ee6000389418 to the handler 2019-02-07 04:09:02.140 6478 INFO octavia.api.v1.controllers.load_balancer [req-66352650-54aa-4f16-a907-ea46574324b3 - - - - -] Sending deleted Load Balancer d1e0004d-9549-454a-9eee-48bf988664d9 to the handler 2019-02-07 04:09:02.163 6478 INFO octavia.api.v1.controllers.l7policy [req-520b32cd-9f91-44f5-9b20-a103f5d7f726 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:02.189 6478 INFO oslo_db.sqlalchemy.provision [req-520b32cd-9f91-44f5-9b20-a103f5d7f726 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:02.191 6478 INFO oslo_db.sqlalchemy.provision [req-520b32cd-9f91-44f5-9b20-a103f5d7f726 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ohuetrrhis 2019-02-07 04:09:02.191 6478 INFO oslo_db.sqlalchemy.provision [req-520b32cd-9f91-44f5-9b20-a103f5d7f726 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_when_lb_pending_delete [0.602668s] ... ok 2019-02-07 04:09:02.194 6478 INFO oslo_db.sqlalchemy.provision [req-520b32cd-9f91-44f5-9b20-a103f5d7f726 - - - - -] CREATE BACKEND sqlite:// TOKEN tjarmjwakr 2019-02-07 04:09:02.210 6477 INFO octavia.api.v1.controllers.listener [req-0c4eecd6-b076-4879-8aaf-8956f3cd86ab - - - - -] Sending Creation of Listener 4be77240-5974-4741-a60e-1a2f026766ee to handler 2019-02-07 04:09:02.268 6478 INFO octavia.common.config [req-520b32cd-9f91-44f5-9b20-a103f5d7f726 - - - - -] Logging enabled! 2019-02-07 04:09:02.269 6478 INFO octavia.common.config [req-520b32cd-9f91-44f5-9b20-a103f5d7f726 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:02.291 6478 WARNING octavia.api.root_controller [req-520b32cd-9f91-44f5-9b20-a103f5d7f726 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:02.302 6478 INFO octavia.api.v1.controllers.load_balancer [req-ec64d7be-e27b-45b2-b046-06bd30b7de48 - - - - -] Sending created Load Balancer 373a4c82-c00b-49bb-a5fe-0d2a1c076f61 to the handler 2019-02-07 04:09:02.302 6477 INFO octavia.api.v1.controllers.pool [req-f8f32753-3daf-488e-83c9-a42972069108 - - - - -] Sending Creation of Pool 48066528-36a8-40e0-a626-386bb6b7793b to handler 2019-02-07 04:09:02.378 6478 INFO octavia.api.v1.controllers.listener [req-e070d1bf-31d6-4b94-bf6b-80aab718d96d - - - - -] Sending Creation of Listener 941b58a9-41bd-4ae3-bc07-b26af7f91c26 to handler 2019-02-07 04:09:02.474 6478 INFO octavia.api.v1.controllers.pool [req-db0b1cb8-8c1e-4c75-b933-e6dcf2c623e6 - - - - -] Sending Creation of Pool 639947ad-c00a-4a59-8175-4417d492f185 to handler 2019-02-07 04:09:02.493 6477 INFO octavia.api.v1.controllers.l7policy [req-c7b791bb-d6e5-453f-ac75-37fc3ee194ac - - - - -] Sending Creation of L7Policy 34841bb8-02a2-43cd-a4fb-198d77b40208 to handler 2019-02-07 04:09:02.591 6477 INFO oslo_db.sqlalchemy.provision [req-9f3c10a3-2811-45c7-b679-a7086f5aedf4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:02.592 6477 INFO oslo_db.sqlalchemy.provision [req-9f3c10a3-2811-45c7-b679-a7086f5aedf4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rgrtmuqsqq 2019-02-07 04:09:02.592 6477 INFO oslo_db.sqlalchemy.provision [req-9f3c10a3-2811-45c7-b679-a7086f5aedf4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_redirect_to_url_bad_url [0.570802s] ... ok 2019-02-07 04:09:02.600 6477 INFO oslo_db.sqlalchemy.provision [req-9f3c10a3-2811-45c7-b679-a7086f5aedf4 - - - - -] CREATE BACKEND sqlite:// TOKEN tfbuprjhgt 2019-02-07 04:09:02.611 6478 INFO octavia.api.v1.controllers.l7policy [req-7936ef0d-c3d7-415e-b730-15cdc159abe4 - - - - -] Sending Creation of L7Policy 8d56e681-2357-43c4-a6e2-14d2de3178b7 to handler 2019-02-07 04:09:02.668 6477 INFO octavia.common.config [req-9f3c10a3-2811-45c7-b679-a7086f5aedf4 - - - - -] Logging enabled! 2019-02-07 04:09:02.668 6477 INFO octavia.common.config [req-9f3c10a3-2811-45c7-b679-a7086f5aedf4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:02.691 6477 WARNING octavia.api.root_controller [req-9f3c10a3-2811-45c7-b679-a7086f5aedf4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:02.702 6477 INFO octavia.api.v1.controllers.load_balancer [req-b992a2ce-7adf-4971-ada9-c0e94a9be829 - - - - -] Sending created Load Balancer fcb1063f-536f-4c54-af4d-abf1d27fe160 to the handler 2019-02-07 04:09:02.715 6478 INFO octavia.api.v1.controllers.l7policy [req-36a1a20a-a22d-45af-a97e-e6f6754bccee - - - - -] Sending Update of L7Policy 8d56e681-2357-43c4-a6e2-14d2de3178b7 to handler 2019-02-07 04:09:02.774 6478 INFO oslo_db.sqlalchemy.provision [req-74d17db3-7df8-4ce4-9791-a2627bc3c78d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:02.776 6478 INFO oslo_db.sqlalchemy.provision [req-74d17db3-7df8-4ce4-9791-a2627bc3c78d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tjarmjwakr 2019-02-07 04:09:02.776 6478 INFO oslo_db.sqlalchemy.provision [req-74d17db3-7df8-4ce4-9791-a2627bc3c78d - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-02-07 04:09:02.781 6477 INFO octavia.api.v1.controllers.listener [req-f8c46cc3-6a3c-496e-958a-ab7fc0d06c91 - - - - -] Sending Creation of Listener 53930616-9eed-4c92-b457-43aabe0093f0 to handler {1} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_with_bad_handler [0.604470s] ... ok 2019-02-07 04:09:02.801 6478 INFO oslo_db.sqlalchemy.provision [req-74d17db3-7df8-4ce4-9791-a2627bc3c78d - - - - -] CREATE BACKEND sqlite:// TOKEN pyrshillto 2019-02-07 04:09:02.873 6477 INFO octavia.api.v1.controllers.pool [req-19eb6115-25ae-47f5-b2a4-b94e655acf47 - - - - -] Sending Creation of Pool b86a9c80-d7a5-465b-872f-acaa9f269e0e to handler 2019-02-07 04:09:02.933 6478 INFO octavia.common.config [req-74d17db3-7df8-4ce4-9791-a2627bc3c78d - - - - -] Logging enabled! 2019-02-07 04:09:02.934 6478 INFO octavia.common.config [req-74d17db3-7df8-4ce4-9791-a2627bc3c78d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:03.004 6477 INFO octavia.api.v1.controllers.l7policy [req-9764851f-012e-4b3d-8fe0-00dec941cae5 - - - - -] Sending Creation of L7Policy aad98240-c763-43c9-8715-ea3560ccc98e to handler 2019-02-07 04:09:02.975 6478 WARNING octavia.api.root_controller [req-74d17db3-7df8-4ce4-9791-a2627bc3c78d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:02.996 6478 INFO octavia.api.v1.controllers.load_balancer [req-daa2239e-b006-46e9-a822-77a776b1a5f9 - - - - -] Sending created Load Balancer bb663dfa-99c5-409a-bf1e-9e7443c89374 to the handler 2019-02-07 04:09:03.108 6477 INFO octavia.api.v1.controllers.l7policy [req-e0b4e44f-c3c4-4d9c-bcdc-9dfe9c82aaa2 - - - - -] Sending Update of L7Policy aad98240-c763-43c9-8715-ea3560ccc98e to handler 2019-02-07 04:09:03.134 6477 INFO oslo_db.sqlalchemy.provision [req-e0b4e44f-c3c4-4d9c-bcdc-9dfe9c82aaa2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:03.136 6477 INFO oslo_db.sqlalchemy.provision [req-e0b4e44f-c3c4-4d9c-bcdc-9dfe9c82aaa2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tfbuprjhgt 2019-02-07 04:09:03.136 6477 INFO oslo_db.sqlalchemy.provision [req-e0b4e44f-c3c4-4d9c-bcdc-9dfe9c82aaa2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_redirect_to_url_minimal [0.543485s] ... ok 2019-02-07 04:09:03.139 6477 INFO oslo_db.sqlalchemy.provision [req-e0b4e44f-c3c4-4d9c-bcdc-9dfe9c82aaa2 - - - - -] CREATE BACKEND sqlite:// TOKEN tylubpfjce 2019-02-07 04:09:03.211 6477 INFO octavia.common.config [req-e0b4e44f-c3c4-4d9c-bcdc-9dfe9c82aaa2 - - - - -] Logging enabled! 2019-02-07 04:09:03.212 6477 INFO octavia.common.config [req-e0b4e44f-c3c4-4d9c-bcdc-9dfe9c82aaa2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:03.234 6477 WARNING octavia.api.root_controller [req-e0b4e44f-c3c4-4d9c-bcdc-9dfe9c82aaa2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:03.246 6477 INFO octavia.api.v1.controllers.load_balancer [req-113f4416-a4b3-4e3a-9161-81abc45329bb - - - - -] Sending created Load Balancer 0e35d1a1-0cdf-4a34-beab-44743d0922c7 to the handler 2019-02-07 04:09:03.224 6478 INFO octavia.api.v1.controllers.listener [req-3e634416-35ad-47ce-9f11-295fee8764bd - - - - -] Sending Creation of Listener e42cc079-a85c-4f76-a00e-0ec7e452a118 to handler 2019-02-07 04:09:03.320 6477 INFO octavia.api.v1.controllers.listener [req-4d979b7f-79f4-41a1-9fed-146203b01d97 - - - - -] Sending Creation of Listener 7d534c35-84fe-4319-b6f0-92821bb6d8d3 to handler 2019-02-07 04:09:03.411 6477 INFO octavia.api.v1.controllers.pool [req-93bf59bc-be45-4f7c-b09c-6f35f9817aa8 - - - - -] Sending Creation of Pool 6a0e8272-e3c8-4c12-b16e-b39adc867be0 to handler 2019-02-07 04:09:03.422 6478 INFO octavia.api.v1.controllers.l7policy [req-1967a3ee-7832-46db-9055-63744da6048b - - - - -] Sending Creation of L7Policy d816d196-7096-4734-88fa-b7a290874e1a to handler 2019-02-07 04:09:03.533 6477 INFO octavia.api.v1.controllers.l7policy [req-80ec69a1-5758-460f-b146-446836aa9080 - - - - -] Sending Creation of L7Policy bfdcb5c6-25aa-43e9-aed8-cc2a6681094e to handler 2019-02-07 04:09:03.582 6478 INFO oslo_db.sqlalchemy.provision [req-2bf791bf-9f69-407a-8db9-8cc6d3409c0f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:03.584 6478 INFO oslo_db.sqlalchemy.provision [req-2bf791bf-9f69-407a-8db9-8cc6d3409c0f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pyrshillto 2019-02-07 04:09:03.587 6478 INFO oslo_db.sqlalchemy.provision [req-2bf791bf-9f69-407a-8db9-8cc6d3409c0f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create [0.790853s] ... ok 2019-02-07 04:09:03.591 6478 INFO oslo_db.sqlalchemy.provision [req-2bf791bf-9f69-407a-8db9-8cc6d3409c0f - - - - -] CREATE BACKEND sqlite:// TOKEN peqsvdisag 2019-02-07 04:09:03.618 6477 INFO octavia.api.v1.controllers.load_balancer [req-10f30c62-f2f2-4e18-a384-db5914fce0da - - - - -] Sending updated Load Balancer 0e35d1a1-0cdf-4a34-beab-44743d0922c7 to the handler 2019-02-07 04:09:03.654 6477 INFO octavia.api.v1.controllers.l7policy [req-60a9b48b-f2f9-4909-9488-0883309b94b8 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:03.678 6477 INFO oslo_db.sqlalchemy.provision [req-60a9b48b-f2f9-4909-9488-0883309b94b8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:03.680 6477 INFO oslo_db.sqlalchemy.provision [req-60a9b48b-f2f9-4909-9488-0883309b94b8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tylubpfjce 2019-02-07 04:09:03.680 6477 INFO oslo_db.sqlalchemy.provision [req-60a9b48b-f2f9-4909-9488-0883309b94b8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7policy.TestL7Policy.test_update_when_lb_pending_update [0.543745s] ... ok 2019-02-07 04:09:03.683 6477 INFO oslo_db.sqlalchemy.provision [req-60a9b48b-f2f9-4909-9488-0883309b94b8 - - - - -] CREATE BACKEND sqlite:// TOKEN vgbzntzsle 2019-02-07 04:09:03.693 6478 INFO octavia.common.config [req-2bf791bf-9f69-407a-8db9-8cc6d3409c0f - - - - -] Logging enabled! 2019-02-07 04:09:03.696 6478 INFO octavia.common.config [req-2bf791bf-9f69-407a-8db9-8cc6d3409c0f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:03.730 6478 WARNING octavia.api.root_controller [req-2bf791bf-9f69-407a-8db9-8cc6d3409c0f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:03.745 6478 INFO octavia.api.v1.controllers.load_balancer [req-fb684729-9984-480c-946a-4d675fc975ce - - - - -] Sending created Load Balancer 57165db7-d11a-4918-b460-573348883a27 to the handler 2019-02-07 04:09:03.822 6477 INFO octavia.common.config [req-60a9b48b-f2f9-4909-9488-0883309b94b8 - - - - -] Logging enabled! 2019-02-07 04:09:03.823 6477 INFO octavia.common.config [req-60a9b48b-f2f9-4909-9488-0883309b94b8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:03.844 6477 WARNING octavia.api.root_controller [req-60a9b48b-f2f9-4909-9488-0883309b94b8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:03.856 6477 INFO octavia.api.v1.controllers.load_balancer [req-03adb61d-9e06-4581-8f29-7a25e6b0885e - - - - -] Sending created Load Balancer ec2f3b34-b168-477a-9c27-82e277d4b556 to the handler 2019-02-07 04:09:03.867 6478 INFO octavia.api.v1.controllers.listener [req-37e1cd03-faa8-462c-a237-4adedf15b16f - - - - -] Sending Creation of Listener 421cb9f4-da9a-4cee-bcfb-30ccf8471f37 to handler 2019-02-07 04:09:03.934 6477 INFO octavia.api.v1.controllers.listener [req-0be13bf9-6c16-4b9d-ba8f-1ce465c0b6ec - - - - -] Sending Creation of Listener 2fd10f60-fcb1-44a8-a3bd-1791bb549795 to handler 2019-02-07 04:09:04.026 6478 INFO octavia.api.v1.controllers.l7policy [req-58c84bb2-c8e5-4b86-89d6-429c546d35ad - - - - -] Sending Creation of L7Policy 77bcba08-3901-4025-b534-93435aaa949f to handler 2019-02-07 04:09:04.041 6477 INFO octavia.api.v1.controllers.l7policy [req-a893a74e-3cc5-46f9-a6cf-d13eef8ea625 - - - - -] Sending Creation of L7Policy e4449086-b693-4592-8f2a-5008eed1c4e2 to handler 2019-02-07 04:09:04.141 6477 INFO oslo_db.sqlalchemy.provision [req-45726307-0efe-4dd1-99a4-becbe0a87445 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:04.142 6477 INFO oslo_db.sqlalchemy.provision [req-45726307-0efe-4dd1-99a4-becbe0a87445 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vgbzntzsle 2019-02-07 04:09:04.142 6477 INFO oslo_db.sqlalchemy.provision [req-45726307-0efe-4dd1-99a4-becbe0a87445 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create_header_rule [0.462282s] ... ok 2019-02-07 04:09:04.139 6478 INFO oslo_db.sqlalchemy.provision [req-e271ad57-3f47-4469-b46b-6923e34da2db - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:04.141 6478 INFO oslo_db.sqlalchemy.provision [req-e271ad57-3f47-4469-b46b-6923e34da2db - - - - -] DROP BACKEND Engine(sqlite://) TOKEN peqsvdisag 2019-02-07 04:09:04.142 6478 INFO oslo_db.sqlalchemy.provision [req-e271ad57-3f47-4469-b46b-6923e34da2db - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create_cookie_rule [0.554426s] ... ok 2019-02-07 04:09:04.151 6477 INFO oslo_db.sqlalchemy.provision [req-45726307-0efe-4dd1-99a4-becbe0a87445 - - - - -] CREATE BACKEND sqlite:// TOKEN kpnfrdhtvw 2019-02-07 04:09:04.145 6478 INFO oslo_db.sqlalchemy.provision [req-e271ad57-3f47-4469-b46b-6923e34da2db - - - - -] CREATE BACKEND sqlite:// TOKEN dmebhqpbie 2019-02-07 04:09:04.223 6477 INFO octavia.common.config [req-45726307-0efe-4dd1-99a4-becbe0a87445 - - - - -] Logging enabled! 2019-02-07 04:09:04.223 6477 INFO octavia.common.config [req-45726307-0efe-4dd1-99a4-becbe0a87445 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:04.232 6478 INFO octavia.common.config [req-e271ad57-3f47-4469-b46b-6923e34da2db - - - - -] Logging enabled! 2019-02-07 04:09:04.233 6478 INFO octavia.common.config [req-e271ad57-3f47-4469-b46b-6923e34da2db - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:04.245 6477 WARNING octavia.api.root_controller [req-45726307-0efe-4dd1-99a4-becbe0a87445 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:04.254 6477 INFO octavia.api.v1.controllers.load_balancer [req-2eb7a884-f83a-4c5a-a3b0-e1e9df98939c - - - - -] Sending created Load Balancer 51efff9b-7673-4018-bb5f-942a37e6d333 to the handler 2019-02-07 04:09:04.257 6478 WARNING octavia.api.root_controller [req-e271ad57-3f47-4469-b46b-6923e34da2db - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:04.267 6478 INFO octavia.api.v1.controllers.load_balancer [req-99ba81a2-82ea-4875-bab8-db8837e0aba6 - - - - -] Sending created Load Balancer 98955627-1930-4766-916f-496643ce2b93 to the handler 2019-02-07 04:09:04.336 6477 INFO octavia.api.v1.controllers.listener [req-26744310-c2d9-4dc3-81b1-607143d80a20 - - - - -] Sending Creation of Listener 76b84af6-06b2-4992-b054-6e74b2a75c4c to handler 2019-02-07 04:09:04.372 6478 INFO octavia.api.v1.controllers.listener [req-0bc1ece5-cb07-4d29-9af1-06bd5026a8d9 - - - - -] Sending Creation of Listener 4b66414d-2066-4a1c-ba8a-d1b765175dbb to handler 2019-02-07 04:09:04.445 6477 INFO octavia.api.v1.controllers.l7policy [req-a9625909-7f72-4328-b830-c791f7b494fd - - - - -] Sending Creation of L7Policy cfd5fa39-d9e6-4862-af2b-a82e73e5a975 to handler 2019-02-07 04:09:04.532 6478 INFO octavia.api.v1.controllers.l7policy [req-841d8a74-8d5a-4203-bc66-ef5832cf2cae - - - - -] Sending Creation of L7Policy c5bd81d4-3f50-49fc-a0c7-d852318b6f60 to handler 2019-02-07 04:09:04.538 6477 INFO oslo_db.sqlalchemy.provision [req-7ff5e561-e00f-475c-960e-ee498a2db4f1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:04.539 6477 INFO oslo_db.sqlalchemy.provision [req-7ff5e561-e00f-475c-960e-ee498a2db4f1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kpnfrdhtvw 2019-02-07 04:09:04.540 6477 INFO oslo_db.sqlalchemy.provision [req-7ff5e561-e00f-475c-960e-ee498a2db4f1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create_path_rule [0.397068s] ... ok 2019-02-07 04:09:04.543 6477 INFO oslo_db.sqlalchemy.provision [req-7ff5e561-e00f-475c-960e-ee498a2db4f1 - - - - -] CREATE BACKEND sqlite:// TOKEN xlbbylxttb 2019-02-07 04:09:04.615 6477 INFO octavia.common.config [req-7ff5e561-e00f-475c-960e-ee498a2db4f1 - - - - -] Logging enabled! 2019-02-07 04:09:04.616 6477 INFO octavia.common.config [req-7ff5e561-e00f-475c-960e-ee498a2db4f1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:04.637 6477 WARNING octavia.api.root_controller [req-7ff5e561-e00f-475c-960e-ee498a2db4f1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:04.648 6477 INFO octavia.api.v1.controllers.load_balancer [req-2e1ede50-9c0e-4fa5-9043-faa74873e990 - - - - -] Sending created Load Balancer ec1eb51f-325b-4b07-b743-f21a31da5cd7 to the handler 2019-02-07 04:09:04.663 6478 INFO oslo_db.sqlalchemy.provision [req-c08e90b4-20f6-447f-be54-5836a950090d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:04.666 6478 INFO oslo_db.sqlalchemy.provision [req-c08e90b4-20f6-447f-be54-5836a950090d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dmebhqpbie 2019-02-07 04:09:04.666 6478 INFO oslo_db.sqlalchemy.provision [req-c08e90b4-20f6-447f-be54-5836a950090d - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create_file_type_rule [0.524584s] ... ok 2019-02-07 04:09:04.669 6478 INFO oslo_db.sqlalchemy.provision [req-c08e90b4-20f6-447f-be54-5836a950090d - - - - -] CREATE BACKEND sqlite:// TOKEN qezwclcvyl 2019-02-07 04:09:04.722 6477 INFO octavia.api.v1.controllers.listener [req-47fd0a17-508d-4d6b-a454-5c9492c8e33f - - - - -] Sending Creation of Listener 21f71414-e4a9-4fb9-946d-b8bec1fdabf0 to handler 2019-02-07 04:09:04.762 6478 INFO octavia.common.config [req-c08e90b4-20f6-447f-be54-5836a950090d - - - - -] Logging enabled! 2019-02-07 04:09:04.763 6478 INFO octavia.common.config [req-c08e90b4-20f6-447f-be54-5836a950090d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:04.789 6478 WARNING octavia.api.root_controller [req-c08e90b4-20f6-447f-be54-5836a950090d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:04.809 6478 INFO octavia.api.v1.controllers.load_balancer [req-71d5a5ec-ede0-4b6c-b5c9-47ce034ee8dd - - - - -] Sending created Load Balancer 04a82a5f-702f-4766-8578-fc2941c4ab43 to the handler 2019-02-07 04:09:04.833 6477 INFO octavia.api.v1.controllers.l7policy [req-7e1c2cbd-d93a-4372-bf6c-3d5d55f0baba - - - - -] Sending Creation of L7Policy 60d98c0f-597e-46a8-bf4e-dba45230252a to handler 2019-02-07 04:09:04.900 6478 INFO octavia.api.v1.controllers.listener [req-ee4863d6-93c2-4de7-aa9b-ede567a21e56 - - - - -] Sending Creation of Listener b86a7ef4-281f-4e52-a17a-ad1f73ffb63a to handler 2019-02-07 04:09:04.915 6477 ERROR octavia.api.v1.controllers.base [req-3b9e9435-4933-4c1a-b656-86d356d3e0b3 - - - - -] L7 Rule f222acce-c8cc-4b71-bff4-831218c90801 not found: None 2019-02-07 04:09:04.915 6477 ERROR octavia.api.v1.controllers.base None 2019-02-07 04:09:04.915 6477 ERROR octavia.api.v1.controllers.base 2019-02-07 04:09:04.929 6477 INFO oslo_db.sqlalchemy.provision [req-3b9e9435-4933-4c1a-b656-86d356d3e0b3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:04.930 6477 INFO oslo_db.sqlalchemy.provision [req-3b9e9435-4933-4c1a-b656-86d356d3e0b3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xlbbylxttb 2019-02-07 04:09:04.931 6477 INFO oslo_db.sqlalchemy.provision [req-3b9e9435-4933-4c1a-b656-86d356d3e0b3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_get [0.390782s] ... ok 2019-02-07 04:09:04.934 6477 INFO oslo_db.sqlalchemy.provision [req-3b9e9435-4933-4c1a-b656-86d356d3e0b3 - - - - -] CREATE BACKEND sqlite:// TOKEN ismxauxiuf 2019-02-07 04:09:05.007 6477 INFO octavia.common.config [req-3b9e9435-4933-4c1a-b656-86d356d3e0b3 - - - - -] Logging enabled! 2019-02-07 04:09:05.007 6477 INFO octavia.common.config [req-3b9e9435-4933-4c1a-b656-86d356d3e0b3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:05.030 6477 WARNING octavia.api.root_controller [req-3b9e9435-4933-4c1a-b656-86d356d3e0b3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:05.041 6477 INFO octavia.api.v1.controllers.load_balancer [req-5ece6d1b-b9ff-498a-bcc0-87e53f678dfb - - - - -] Sending created Load Balancer 5911377a-c4d6-424e-8224-ca02cb9c0320 to the handler 2019-02-07 04:09:05.125 6478 INFO octavia.api.v1.controllers.l7policy [req-40414c76-d75e-4861-b847-6cedf94d221b - - - - -] Sending Creation of L7Policy 95555669-cb86-4619-9e82-3c36544b8d16 to handler 2019-02-07 04:09:05.179 6477 INFO octavia.api.v1.controllers.listener [req-5d30a11a-2629-41e0-99c3-bfc84bf6cac0 - - - - -] Sending Creation of Listener 6a014bd4-9a68-44b0-9b8f-3db989e78ffe to handler 2019-02-07 04:09:05.226 6478 INFO oslo_db.sqlalchemy.provision [req-eb149489-9b7e-4dce-ad80-b7797ccaf22d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:05.227 6478 INFO oslo_db.sqlalchemy.provision [req-eb149489-9b7e-4dce-ad80-b7797ccaf22d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qezwclcvyl 2019-02-07 04:09:05.227 6478 INFO oslo_db.sqlalchemy.provision [req-eb149489-9b7e-4dce-ad80-b7797ccaf22d - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_create_host_name_rule [0.560748s] ... ok 2019-02-07 04:09:05.230 6478 INFO oslo_db.sqlalchemy.provision [req-eb149489-9b7e-4dce-ad80-b7797ccaf22d - - - - -] CREATE BACKEND sqlite:// TOKEN tnybqdxyey 2019-02-07 04:09:05.283 6477 INFO octavia.api.v1.controllers.l7policy [req-dd1775fb-0843-4734-a6c7-e3231ea7f427 - - - - -] Sending Creation of L7Policy 1a2ec4be-3eb6-409c-9186-c628ec7429c5 to handler 2019-02-07 04:09:05.304 6478 INFO octavia.common.config [req-eb149489-9b7e-4dce-ad80-b7797ccaf22d - - - - -] Logging enabled! 2019-02-07 04:09:05.306 6478 INFO octavia.common.config [req-eb149489-9b7e-4dce-ad80-b7797ccaf22d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:05.327 6478 WARNING octavia.api.root_controller [req-eb149489-9b7e-4dce-ad80-b7797ccaf22d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:05.336 6478 INFO octavia.api.v1.controllers.load_balancer [req-34903b32-c95d-424d-ab69-73c754ee7227 - - - - -] Sending created Load Balancer 0e39475a-5216-4e07-ad92-41f90e8baa40 to the handler 2019-02-07 04:09:05.397 6477 INFO octavia.api.v1.controllers.l7rule [req-9e91323a-e82a-4124-8ef4-27b098e93a5e - - - - -] Sending Creation of L7Rule 6c08d8c2-3d0a-4702-8952-dabefeada1b1 to handler 2019-02-07 04:09:05.413 6478 INFO octavia.api.v1.controllers.listener [req-be472536-a076-423b-b346-f22fd00186b6 - - - - -] Sending Creation of Listener 3e4d89fe-93ed-4c00-b3a0-980e4fda5feb to handler 2019-02-07 04:09:05.516 6478 INFO octavia.api.v1.controllers.l7policy [req-6ea714c7-e04f-4791-b58d-2495888038e3 - - - - -] Sending Creation of L7Policy cfc6bf9b-b678-4bcc-9d78-fbcffe327cfb to handler 2019-02-07 04:09:05.527 6477 INFO oslo_db.sqlalchemy.provision [req-08c0bc19-da66-4d2d-a95d-40fb979a3f96 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:05.528 6477 INFO oslo_db.sqlalchemy.provision [req-08c0bc19-da66-4d2d-a95d-40fb979a3f96 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ismxauxiuf 2019-02-07 04:09:05.529 6477 INFO oslo_db.sqlalchemy.provision [req-08c0bc19-da66-4d2d-a95d-40fb979a3f96 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_header_rule [0.597722s] ... ok 2019-02-07 04:09:05.531 6477 INFO oslo_db.sqlalchemy.provision [req-08c0bc19-da66-4d2d-a95d-40fb979a3f96 - - - - -] CREATE BACKEND sqlite:// TOKEN ictmumlizh 2019-02-07 04:09:05.605 6477 INFO octavia.common.config [req-08c0bc19-da66-4d2d-a95d-40fb979a3f96 - - - - -] Logging enabled! 2019-02-07 04:09:05.606 6477 INFO octavia.common.config [req-08c0bc19-da66-4d2d-a95d-40fb979a3f96 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:05.598 6478 ERROR octavia.api.v1.controllers.base [req-719365fb-488f-407d-97b4-c0bc3aa8a40f - - - - -] L7 Rule 4ed2fef7-8ca0-4c35-a306-e90ee17495cf not found: None 2019-02-07 04:09:05.598 6478 ERROR octavia.api.v1.controllers.base None 2019-02-07 04:09:05.598 6478 ERROR octavia.api.v1.controllers.base 2019-02-07 04:09:05.612 6478 INFO oslo_db.sqlalchemy.provision [req-719365fb-488f-407d-97b4-c0bc3aa8a40f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:05.613 6478 INFO oslo_db.sqlalchemy.provision [req-719365fb-488f-407d-97b4-c0bc3aa8a40f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tnybqdxyey 2019-02-07 04:09:05.614 6478 INFO oslo_db.sqlalchemy.provision [req-719365fb-488f-407d-97b4-c0bc3aa8a40f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_delete [0.386111s] ... ok 2019-02-07 04:09:05.628 6477 WARNING octavia.api.root_controller [req-08c0bc19-da66-4d2d-a95d-40fb979a3f96 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:05.640 6477 INFO octavia.api.v1.controllers.load_balancer [req-bc2b3085-1844-4615-86d3-694389a32aed - - - - -] Sending created Load Balancer f52aba26-b189-4007-acc3-f05de1cd3690 to the handler 2019-02-07 04:09:05.616 6478 INFO oslo_db.sqlalchemy.provision [req-719365fb-488f-407d-97b4-c0bc3aa8a40f - - - - -] CREATE BACKEND sqlite:// TOKEN pepscwnaau 2019-02-07 04:09:05.692 6478 INFO octavia.common.config [req-719365fb-488f-407d-97b4-c0bc3aa8a40f - - - - -] Logging enabled! 2019-02-07 04:09:05.693 6478 INFO octavia.common.config [req-719365fb-488f-407d-97b4-c0bc3aa8a40f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:05.717 6477 INFO octavia.api.v1.controllers.listener [req-d1a67c1f-e055-4092-a63b-31f488a37452 - - - - -] Sending Creation of Listener 8b847692-8c4b-4534-81e0-de8427f1d179 to handler 2019-02-07 04:09:05.714 6478 WARNING octavia.api.root_controller [req-719365fb-488f-407d-97b4-c0bc3aa8a40f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:05.723 6478 INFO octavia.api.v1.controllers.load_balancer [req-f36ce863-bf83-4368-9eda-9db9ed027ca5 - - - - -] Sending created Load Balancer d4ce4e8d-98dd-45f0-8e31-a35a8d7442f8 to the handler 2019-02-07 04:09:05.804 6478 INFO octavia.api.v1.controllers.listener [req-e7cf593e-0398-408d-8e49-8cd9e0bf59ae - - - - -] Sending Creation of Listener f185e2c2-b0d0-4747-92f7-4d2bb3b61a88 to handler 2019-02-07 04:09:05.825 6477 INFO octavia.api.v1.controllers.l7policy [req-2f636b7f-ffa9-48e1-86de-d1d00ba5f889 - - - - -] Sending Creation of L7Policy 2b2c843b-53bd-45e4-a659-89193bca7454 to handler 2019-02-07 04:09:05.912 6478 INFO octavia.api.v1.controllers.l7policy [req-964f824c-3c12-4a11-8908-de568954ab38 - - - - -] Sending Creation of L7Policy 04c1242b-28f8-4753-80e8-6ae6455d2c1f to handler 2019-02-07 04:09:05.928 6477 INFO octavia.api.v1.controllers.l7rule [req-8bb4d8c3-9ba6-4cb3-8e06-fd0a2d89bc6a - - - - -] Sending Creation of L7Rule 2a6189ea-dc68-4031-8fd0-357aff07ee09 to handler 2019-02-07 04:09:06.017 6478 INFO octavia.api.v1.controllers.l7rule [req-dd24c5bb-a5c3-4a90-a502-7f7c1d517a5a - - - - -] Sending Creation of L7Rule 6e3f1a99-73e8-4853-b481-eb0e3385889c to handler 2019-02-07 04:09:06.008 6477 INFO octavia.api.v1.controllers.load_balancer [req-0d5f1522-9a2f-4af0-ad36-ec5c4587f124 - - - - -] Sending deleted Load Balancer f52aba26-b189-4007-acc3-f05de1cd3690 to the handler 2019-02-07 04:09:06.032 6477 INFO octavia.api.v1.controllers.l7rule [req-f06f2e83-fcec-455c-8692-15796a1d407e - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:06.058 6478 INFO oslo_db.sqlalchemy.provision [req-b343e3d3-8255-4779-9818-b662e63bc1f4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:06.059 6478 INFO oslo_db.sqlalchemy.provision [req-b343e3d3-8255-4779-9818-b662e63bc1f4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pepscwnaau 2019-02-07 04:09:06.059 6478 INFO oslo_db.sqlalchemy.provision [req-b343e3d3-8255-4779-9818-b662e63bc1f4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_bad_update [0.445598s] ... ok 2019-02-07 04:09:06.062 6478 INFO oslo_db.sqlalchemy.provision [req-b343e3d3-8255-4779-9818-b662e63bc1f4 - - - - -] CREATE BACKEND sqlite:// TOKEN kfvwcswtsq 2019-02-07 04:09:06.055 6477 INFO oslo_db.sqlalchemy.provision [req-f06f2e83-fcec-455c-8692-15796a1d407e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:06.057 6477 INFO oslo_db.sqlalchemy.provision [req-f06f2e83-fcec-455c-8692-15796a1d407e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ictmumlizh 2019-02-07 04:09:06.057 6477 INFO oslo_db.sqlalchemy.provision [req-f06f2e83-fcec-455c-8692-15796a1d407e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_when_lb_pending_delete [0.528474s] ... ok 2019-02-07 04:09:06.060 6477 INFO oslo_db.sqlalchemy.provision [req-f06f2e83-fcec-455c-8692-15796a1d407e - - - - -] CREATE BACKEND sqlite:// TOKEN gxktbypapq 2019-02-07 04:09:06.133 6477 INFO octavia.common.config [req-f06f2e83-fcec-455c-8692-15796a1d407e - - - - -] Logging enabled! 2019-02-07 04:09:06.133 6477 INFO octavia.common.config [req-f06f2e83-fcec-455c-8692-15796a1d407e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:06.144 6478 INFO octavia.common.config [req-b343e3d3-8255-4779-9818-b662e63bc1f4 - - - - -] Logging enabled! 2019-02-07 04:09:06.145 6478 INFO octavia.common.config [req-b343e3d3-8255-4779-9818-b662e63bc1f4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:06.155 6477 WARNING octavia.api.root_controller [req-f06f2e83-fcec-455c-8692-15796a1d407e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:06.164 6477 INFO octavia.api.v1.controllers.load_balancer [req-a57eb8a9-7374-4dd1-aaa0-2d5aae7bdce7 - - - - -] Sending created Load Balancer 2a78bda8-637a-4808-a6c8-f5665d151900 to the handler 2019-02-07 04:09:06.181 6478 WARNING octavia.api.root_controller [req-b343e3d3-8255-4779-9818-b662e63bc1f4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:06.190 6478 INFO octavia.api.v1.controllers.load_balancer [req-a8d9953b-3e18-4127-aa64-f2b400370444 - - - - -] Sending created Load Balancer 83092d0f-4f3c-47fa-91f8-95a0ffb4e0ee to the handler 2019-02-07 04:09:06.284 6478 INFO octavia.api.v1.controllers.listener [req-41354dcf-ad06-4fea-80e2-cd88f94e8637 - - - - -] Sending Creation of Listener dbb4a7cb-b855-436b-a569-e547fe70318f to handler 2019-02-07 04:09:06.308 6477 INFO octavia.api.v1.controllers.listener [req-8b9dfda3-6415-4914-a907-faa42b3e586b - - - - -] Sending Creation of Listener accd9537-1186-47f2-966d-01324277e67c to handler 2019-02-07 04:09:06.417 6477 INFO octavia.api.v1.controllers.l7policy [req-289a7c99-a83f-4afc-9043-dac9b9b04b29 - - - - -] Sending Creation of L7Policy 45e520c7-7f34-4874-8151-017a4bd7c8a4 to handler 2019-02-07 04:09:06.457 6478 INFO octavia.api.v1.controllers.l7policy [req-aa66dbf4-7494-4b8e-ae5d-b327c9a0c567 - - - - -] Sending Creation of L7Policy ce8b9bda-cf35-4fda-aa51-ef2bc1796272 to handler 2019-02-07 04:09:06.520 6477 INFO octavia.api.v1.controllers.l7rule [req-772c12c8-33cd-4e2e-be41-c1da7d15131b - - - - -] Sending Creation of L7Rule 8741283a-83dc-4708-99eb-1b5402f8bbdf to handler 2019-02-07 04:09:06.536 6477 INFO oslo_db.sqlalchemy.provision [req-772c12c8-33cd-4e2e-be41-c1da7d15131b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:06.538 6477 INFO oslo_db.sqlalchemy.provision [req-772c12c8-33cd-4e2e-be41-c1da7d15131b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gxktbypapq 2019-02-07 04:09:06.538 6477 INFO oslo_db.sqlalchemy.provision [req-772c12c8-33cd-4e2e-be41-c1da7d15131b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_with_id [0.480491s] ... ok 2019-02-07 04:09:06.541 6477 INFO oslo_db.sqlalchemy.provision [req-772c12c8-33cd-4e2e-be41-c1da7d15131b - - - - -] CREATE BACKEND sqlite:// TOKEN ixjgqinizs 2019-02-07 04:09:06.568 6478 INFO octavia.api.v1.controllers.l7rule [req-823b4010-d362-4901-9aa7-d9e8ddad408a - - - - -] Sending Creation of L7Rule 8448c75e-f38e-4ada-8e76-f46e38c3380e to handler 2019-02-07 04:09:06.614 6477 INFO octavia.common.config [req-772c12c8-33cd-4e2e-be41-c1da7d15131b - - - - -] Logging enabled! 2019-02-07 04:09:06.615 6477 INFO octavia.common.config [req-772c12c8-33cd-4e2e-be41-c1da7d15131b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:06.636 6477 WARNING octavia.api.root_controller [req-772c12c8-33cd-4e2e-be41-c1da7d15131b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:06.645 6477 INFO octavia.api.v1.controllers.load_balancer [req-9d2786c5-ead9-462c-8ae3-353dd9f12d13 - - - - -] Sending created Load Balancer 6e031079-38ea-4029-9f1a-83e533235318 to the handler 2019-02-07 04:09:06.699 6478 INFO oslo_db.sqlalchemy.provision [req-2aba4305-0031-4b46-af46-0bbdc9dde681 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:06.700 6478 INFO oslo_db.sqlalchemy.provision [req-2aba4305-0031-4b46-af46-0bbdc9dde681 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kfvwcswtsq 2019-02-07 04:09:06.700 6478 INFO oslo_db.sqlalchemy.provision [req-2aba4305-0031-4b46-af46-0bbdc9dde681 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_cookie_rule [0.640938s] ... ok 2019-02-07 04:09:06.703 6478 INFO oslo_db.sqlalchemy.provision [req-2aba4305-0031-4b46-af46-0bbdc9dde681 - - - - -] CREATE BACKEND sqlite:// TOKEN sikfulsvwt 2019-02-07 04:09:06.722 6477 INFO octavia.api.v1.controllers.listener [req-6ee400c0-49b1-43f4-9ef8-8510c6da7297 - - - - -] Sending Creation of Listener 7331522b-6be4-42e8-98aa-7e2ceddcff96 to handler 2019-02-07 04:09:06.778 6478 INFO octavia.common.config [req-2aba4305-0031-4b46-af46-0bbdc9dde681 - - - - -] Logging enabled! 2019-02-07 04:09:06.778 6478 INFO octavia.common.config [req-2aba4305-0031-4b46-af46-0bbdc9dde681 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:06.800 6478 WARNING octavia.api.root_controller [req-2aba4305-0031-4b46-af46-0bbdc9dde681 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:06.811 6478 INFO octavia.api.v1.controllers.load_balancer [req-7e223bf9-780a-47ab-9f03-ffe027511f64 - - - - -] Sending created Load Balancer 75dbadcf-9f37-45f2-b238-91d2a94fab9d to the handler 2019-02-07 04:09:06.825 6477 INFO octavia.api.v1.controllers.l7policy [req-db1c8338-6d86-48fc-9532-4fa6dabb52a5 - - - - -] Sending Creation of L7Policy 7de05d81-b8d2-48d4-a863-199041707257 to handler 2019-02-07 04:09:06.886 6478 INFO octavia.api.v1.controllers.listener [req-142e1a7c-0647-417e-8505-acfe83ae1b43 - - - - -] Sending Creation of Listener b15e8ea7-49c4-4f20-aa91-d3197370fc31 to handler 2019-02-07 04:09:06.927 6477 INFO octavia.api.v1.controllers.l7rule [req-9758def6-1449-4260-8869-ea7ddd699ac4 - - - - -] Sending Creation of L7Rule b522545c-7e13-4f76-972c-9848dfba5188 to handler 2019-02-07 04:09:06.994 6478 INFO octavia.api.v1.controllers.l7policy [req-a67d412a-d767-472f-aeeb-eb74c459ff99 - - - - -] Sending Creation of L7Policy 1f6758e5-a4ed-40b2-82ea-0de718f9070a to handler 2019-02-07 04:09:07.043 6477 INFO octavia.api.v1.controllers.l7rule [req-53683843-8696-46a9-8494-4f20ae28902c - - - - -] Sending Deletion of L7Rule b522545c-7e13-4f76-972c-9848dfba5188 to handler 2019-02-07 04:09:07.097 6478 INFO octavia.api.v1.controllers.l7rule [req-b2744c9f-b6bb-4f20-85cc-2719915f330e - - - - -] Sending Creation of L7Rule 253b8358-b26c-48ac-be01-c131c209e991 to handler 2019-02-07 04:09:07.181 6477 INFO oslo_db.sqlalchemy.provision [req-17e2f494-895f-46f0-8f61-64216702cda6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:07.182 6477 INFO oslo_db.sqlalchemy.provision [req-17e2f494-895f-46f0-8f61-64216702cda6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ixjgqinizs 2019-02-07 04:09:07.182 6477 INFO oslo_db.sqlalchemy.provision [req-17e2f494-895f-46f0-8f61-64216702cda6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_delete [0.644215s] ... ok 2019-02-07 04:09:07.189 6477 INFO oslo_db.sqlalchemy.provision [req-17e2f494-895f-46f0-8f61-64216702cda6 - - - - -] CREATE BACKEND sqlite:// TOKEN mmjksxtfqz 2019-02-07 04:09:07.220 6478 INFO oslo_db.sqlalchemy.provision [req-b96842f3-a572-4c18-aced-9124fbbaf260 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:07.221 6478 INFO oslo_db.sqlalchemy.provision [req-b96842f3-a572-4c18-aced-9124fbbaf260 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sikfulsvwt 2019-02-07 04:09:07.222 6478 INFO oslo_db.sqlalchemy.provision [req-b96842f3-a572-4c18-aced-9124fbbaf260 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_file_type_rule [0.520998s] ... ok 2019-02-07 04:09:07.224 6478 INFO oslo_db.sqlalchemy.provision [req-b96842f3-a572-4c18-aced-9124fbbaf260 - - - - -] CREATE BACKEND sqlite:// TOKEN wdszjsrhus 2019-02-07 04:09:07.259 6477 INFO octavia.common.config [req-17e2f494-895f-46f0-8f61-64216702cda6 - - - - -] Logging enabled! 2019-02-07 04:09:07.260 6477 INFO octavia.common.config [req-17e2f494-895f-46f0-8f61-64216702cda6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:07.281 6477 WARNING octavia.api.root_controller [req-17e2f494-895f-46f0-8f61-64216702cda6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:07.290 6477 INFO octavia.api.v1.controllers.load_balancer [req-0dbd84d3-66e1-4c6a-9e3c-748a590ce3c8 - - - - -] Sending created Load Balancer 99d88c34-f7a3-4073-9c63-4e031e16108f to the handler 2019-02-07 04:09:07.300 6478 INFO octavia.common.config [req-b96842f3-a572-4c18-aced-9124fbbaf260 - - - - -] Logging enabled! 2019-02-07 04:09:07.300 6478 INFO octavia.common.config [req-b96842f3-a572-4c18-aced-9124fbbaf260 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:07.333 6478 WARNING octavia.api.root_controller [req-b96842f3-a572-4c18-aced-9124fbbaf260 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:07.342 6478 INFO octavia.api.v1.controllers.load_balancer [req-7eba0d49-23a2-4c66-846a-e2f682dacf9d - - - - -] Sending created Load Balancer 69193f57-ec21-42ac-87a5-cc5bd523c476 to the handler 2019-02-07 04:09:07.370 6477 INFO octavia.api.v1.controllers.listener [req-47d8c8c8-74d7-434f-9d52-a2ce0433c452 - - - - -] Sending Creation of Listener 66c4dd51-2c4f-484b-8f94-9e9cb6f9728e to handler 2019-02-07 04:09:07.444 6478 INFO octavia.api.v1.controllers.listener [req-6786b67b-6467-45bd-9534-22fdcf79088c - - - - -] Sending Creation of Listener 418414c5-3689-49cb-a535-487e58841030 to handler 2019-02-07 04:09:07.479 6477 INFO octavia.api.v1.controllers.l7policy [req-2ffd47ab-dae8-4dc9-bf24-e1170d7c8cc1 - - - - -] Sending Creation of L7Policy 388d695a-9474-4786-af54-e3193e23beb6 to handler 2019-02-07 04:09:07.667 6478 INFO octavia.api.v1.controllers.l7policy [req-94a43d0d-55f9-4c30-84bd-3b43c056e818 - - - - -] Sending Creation of L7Policy b4a3791a-df49-4846-affd-ccc080e7f8a8 to handler 2019-02-07 04:09:07.698 6477 INFO oslo_db.sqlalchemy.provision [req-5272b19f-1ae3-4e53-950a-e285e1937b13 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:07.700 6477 INFO oslo_db.sqlalchemy.provision [req-5272b19f-1ae3-4e53-950a-e285e1937b13 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mmjksxtfqz 2019-02-07 04:09:07.700 6477 INFO oslo_db.sqlalchemy.provision [req-5272b19f-1ae3-4e53-950a-e285e1937b13 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_empty_get_all [0.517403s] ... ok 2019-02-07 04:09:07.703 6477 INFO oslo_db.sqlalchemy.provision [req-5272b19f-1ae3-4e53-950a-e285e1937b13 - - - - -] CREATE BACKEND sqlite:// TOKEN tpgjxehfck 2019-02-07 04:09:07.771 6478 INFO octavia.api.v1.controllers.l7rule [req-8e168083-dc69-44d4-a198-c601b4d47771 - - - - -] Sending Creation of L7Rule 1967d9fd-ede9-481c-9e97-ed56c057bfab to handler 2019-02-07 04:09:07.776 6477 INFO octavia.common.config [req-5272b19f-1ae3-4e53-950a-e285e1937b13 - - - - -] Logging enabled! 2019-02-07 04:09:07.777 6477 INFO octavia.common.config [req-5272b19f-1ae3-4e53-950a-e285e1937b13 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:07.798 6477 WARNING octavia.api.root_controller [req-5272b19f-1ae3-4e53-950a-e285e1937b13 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:07.807 6477 INFO octavia.api.v1.controllers.load_balancer [req-50fc4528-b5b1-41bf-98da-cceccc4c856d - - - - -] Sending created Load Balancer c8d5e3a5-e799-4cc3-9515-78e2cf053b50 to the handler 2019-02-07 04:09:07.884 6477 INFO octavia.api.v1.controllers.listener [req-96e8a166-ecda-4ca9-8b2c-160482c29d47 - - - - -] Sending Creation of Listener 139ba325-1c1f-4fe2-ae6e-a455ff4ce393 to handler 2019-02-07 04:09:07.910 6478 INFO oslo_db.sqlalchemy.provision [req-290cbf1f-8b02-419b-ae0f-66b9b0781959 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:07.912 6478 INFO oslo_db.sqlalchemy.provision [req-290cbf1f-8b02-419b-ae0f-66b9b0781959 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wdszjsrhus 2019-02-07 04:09:07.912 6478 INFO oslo_db.sqlalchemy.provision [req-290cbf1f-8b02-419b-ae0f-66b9b0781959 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_host_name_rule [0.690282s] ... ok 2019-02-07 04:09:07.920 6478 INFO oslo_db.sqlalchemy.provision [req-290cbf1f-8b02-419b-ae0f-66b9b0781959 - - - - -] CREATE BACKEND sqlite:// TOKEN wgaxajukku 2019-02-07 04:09:07.992 6477 INFO octavia.api.v1.controllers.l7policy [req-dbcc1670-1356-44ef-ac7c-03509769cb88 - - - - -] Sending Creation of L7Policy a6056466-f96b-4ef4-b47b-8744a6c90452 to handler 2019-02-07 04:09:07.989 6478 INFO octavia.common.config [req-290cbf1f-8b02-419b-ae0f-66b9b0781959 - - - - -] Logging enabled! 2019-02-07 04:09:07.989 6478 INFO octavia.common.config [req-290cbf1f-8b02-419b-ae0f-66b9b0781959 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:08.011 6478 WARNING octavia.api.root_controller [req-290cbf1f-8b02-419b-ae0f-66b9b0781959 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:08.019 6478 INFO octavia.api.v1.controllers.load_balancer [req-8cf1d48c-dca3-4d21-9639-45e0b12c6403 - - - - -] Sending created Load Balancer 45e122d9-99f0-48df-a3ff-18efa3f61c62 to the handler 2019-02-07 04:09:08.099 6478 INFO octavia.api.v1.controllers.listener [req-61a601b3-1463-45f4-b16f-7e359f862d25 - - - - -] Sending Creation of Listener 1232f9b6-0def-444e-a116-bda7ef0e0039 to handler 2019-02-07 04:09:08.095 6477 INFO octavia.api.v1.controllers.l7rule [req-784f07f0-3461-4655-ae36-3621c81282b6 - - - - -] Sending Creation of L7Rule 1079d904-5552-4c66-87bc-c4bee265f633 to handler 2019-02-07 04:09:08.138 6477 INFO oslo_db.sqlalchemy.provision [req-060cc9f3-f626-4ea5-963a-14e49ac64c54 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:08.140 6477 INFO oslo_db.sqlalchemy.provision [req-060cc9f3-f626-4ea5-963a-14e49ac64c54 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tpgjxehfck 2019-02-07 04:09:08.140 6477 INFO oslo_db.sqlalchemy.provision [req-060cc9f3-f626-4ea5-963a-14e49ac64c54 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_get [0.440272s] ... ok 2019-02-07 04:09:08.143 6477 INFO oslo_db.sqlalchemy.provision [req-060cc9f3-f626-4ea5-963a-14e49ac64c54 - - - - -] CREATE BACKEND sqlite:// TOKEN rujhwgymki 2019-02-07 04:09:08.204 6478 INFO octavia.api.v1.controllers.l7policy [req-eabee70c-d4fc-4f34-b52e-e7b638abd942 - - - - -] Sending Creation of L7Policy e6fefdc0-8fed-4c57-8e20-260eb7c6020b to handler 2019-02-07 04:09:08.217 6477 INFO octavia.common.config [req-060cc9f3-f626-4ea5-963a-14e49ac64c54 - - - - -] Logging enabled! 2019-02-07 04:09:08.217 6477 INFO octavia.common.config [req-060cc9f3-f626-4ea5-963a-14e49ac64c54 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:08.240 6477 WARNING octavia.api.root_controller [req-060cc9f3-f626-4ea5-963a-14e49ac64c54 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:08.249 6477 INFO octavia.api.v1.controllers.load_balancer [req-23625877-9211-4700-9bb1-cae522c8afb4 - - - - -] Sending created Load Balancer 645c2a91-5ab7-40dc-9db5-532ef6030eba to the handler 2019-02-07 04:09:08.310 6478 INFO octavia.api.v1.controllers.l7rule [req-06a15a07-67e9-4857-bb04-417844f5d65e - - - - -] Sending Creation of L7Rule 8aaa2b70-f77d-4f2e-a5a7-4f0b2dc04f9d to handler 2019-02-07 04:09:08.326 6477 INFO octavia.api.v1.controllers.listener [req-8f042b89-fe1d-43bb-857a-9b20c9163f8a - - - - -] Sending Creation of Listener b1deb6ac-0626-4e2d-89c6-dabf37cbcd38 to handler 2019-02-07 04:09:08.434 6477 INFO octavia.api.v1.controllers.l7policy [req-e85c0964-e190-4ec1-b885-6f275bd1d5f4 - - - - -] Sending Creation of L7Policy 45fc60e9-adbb-4deb-b32a-551f804b182a to handler 2019-02-07 04:09:08.441 6478 INFO oslo_db.sqlalchemy.provision [req-852bfe0c-5403-4f89-a167-1b86126847f0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:08.443 6478 INFO oslo_db.sqlalchemy.provision [req-852bfe0c-5403-4f89-a167-1b86126847f0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wgaxajukku 2019-02-07 04:09:08.443 6478 INFO oslo_db.sqlalchemy.provision [req-852bfe0c-5403-4f89-a167-1b86126847f0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_path_rule [0.530702s] ... ok 2019-02-07 04:09:08.446 6478 INFO oslo_db.sqlalchemy.provision [req-852bfe0c-5403-4f89-a167-1b86126847f0 - - - - -] CREATE BACKEND sqlite:// TOKEN llefertzuo 2019-02-07 04:09:08.519 6478 INFO octavia.common.config [req-852bfe0c-5403-4f89-a167-1b86126847f0 - - - - -] Logging enabled! 2019-02-07 04:09:08.519 6478 INFO octavia.common.config [req-852bfe0c-5403-4f89-a167-1b86126847f0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:08.537 6477 INFO octavia.api.v1.controllers.l7rule [req-24429cff-b7ad-449e-a6a0-cbb04249b0f5 - - - - -] Sending Creation of L7Rule 44a9f5e5-ba3f-48a1-b6d3-531a06edfb4a to handler 2019-02-07 04:09:08.542 6478 WARNING octavia.api.root_controller [req-852bfe0c-5403-4f89-a167-1b86126847f0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:08.554 6478 INFO octavia.api.v1.controllers.load_balancer [req-0c7e1430-eaa0-4e93-890c-14d5f765f5a5 - - - - -] Sending created Load Balancer 381c392a-ac92-46aa-8ca5-63b4457006f2 to the handler 2019-02-07 04:09:08.641 6477 INFO octavia.api.v1.controllers.l7rule [req-b0040b5e-9e09-4d2f-9a06-f028b560dc13 - - - - -] Sending Creation of L7Rule 85336b8e-a885-42c3-b0a2-763851f077ee to handler 2019-02-07 04:09:08.631 6478 INFO octavia.api.v1.controllers.listener [req-c9c1ceaa-317e-4c51-9c13-f44ca49a38cd - - - - -] Sending Creation of Listener a5e962d3-138f-49c6-b770-57a9361a1f99 to handler 2019-02-07 04:09:08.769 6478 INFO octavia.api.v1.controllers.l7policy [req-e244e5e0-5727-4584-ace1-04ac97aa63a2 - - - - -] Sending Creation of L7Policy 936f4acd-4b19-4edd-9806-34b712460892 to handler 2019-02-07 04:09:08.861 6477 INFO oslo_db.sqlalchemy.provision [req-0f5de8cd-2f41-4b82-9d82-f4178e1226eb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:08.862 6477 INFO oslo_db.sqlalchemy.provision [req-0f5de8cd-2f41-4b82-9d82-f4178e1226eb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rujhwgymki 2019-02-07 04:09:08.862 6477 INFO oslo_db.sqlalchemy.provision [req-0f5de8cd-2f41-4b82-9d82-f4178e1226eb - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_get_all [0.722008s] ... ok 2019-02-07 04:09:08.874 6478 INFO octavia.api.v1.controllers.l7rule [req-7d131f55-b0b8-487a-b857-aac51308a15a - - - - -] Sending Creation of L7Rule d43e16b3-d218-46d2-94a4-47d0da850d7f to handler 2019-02-07 04:09:08.870 6477 INFO oslo_db.sqlalchemy.provision [req-0f5de8cd-2f41-4b82-9d82-f4178e1226eb - - - - -] CREATE BACKEND sqlite:// TOKEN yyrnxnpjyv 2019-02-07 04:09:08.938 6477 INFO octavia.common.config [req-0f5de8cd-2f41-4b82-9d82-f4178e1226eb - - - - -] Logging enabled! 2019-02-07 04:09:08.939 6477 INFO octavia.common.config [req-0f5de8cd-2f41-4b82-9d82-f4178e1226eb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:08.961 6477 WARNING octavia.api.root_controller [req-0f5de8cd-2f41-4b82-9d82-f4178e1226eb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:08.970 6477 INFO octavia.api.v1.controllers.load_balancer [req-9144696f-f02d-4c9a-b3a5-b909c9c7ada3 - - - - -] Sending created Load Balancer 517ff7cf-aea4-425e-a188-8fe72dc43592 to the handler 2019-02-07 04:09:08.987 6478 INFO octavia.api.v1.controllers.l7rule [req-1896253f-3826-405e-a3f7-cef64c5c2d07 - - - - -] Sending Creation of L7Rule c307cf73-6099-45b8-afa2-f2888bfbf2b2 to handler 2019-02-07 04:09:09.046 6477 INFO octavia.api.v1.controllers.listener [req-b1fc74ab-eea3-4ad4-841c-4438adbcd2d5 - - - - -] Sending Creation of Listener 5db36329-66a0-4d2c-9db6-18bf44890f3e to handler 2019-02-07 04:09:09.094 6478 INFO octavia.api.v1.controllers.l7rule [req-f5b8fbe2-e374-4175-a29f-b915110fa7fc - - - - -] Sending Creation of L7Rule f5859294-33f4-4960-bf33-6fb853a5030b to handler 2019-02-07 04:09:09.147 6477 INFO octavia.api.v1.controllers.l7policy [req-01519777-04a2-400b-b9cb-095adfc5ad9d - - - - -] Sending Creation of L7Policy 4b67d9e6-ce31-4f7e-90a4-66d1a61fd00d to handler 2019-02-07 04:09:09.215 6478 INFO octavia.api.v1.controllers.l7rule [req-c271a108-033f-43ea-9686-db378e0cad9e - - - - -] Sending Creation of L7Rule 5f2becfe-67c7-4a60-ac23-c7af8989b453 to handler 2019-02-07 04:09:09.233 6477 INFO octavia.api.v1.controllers.l7policy [req-4fec27d5-dbe0-4dc6-a64a-8fa69d8c661e - - - - -] L7Policy 270fde5f-8613-41f9-bd0c-c79b43895877 not found. 2019-02-07 04:09:09.236 6477 INFO octavia.api.v1.controllers.l7policy [req-4fec27d5-dbe0-4dc6-a64a-8fa69d8c661e - - - - -] L7Policy 270fde5f-8613-41f9-bd0c-c79b43895877 not found. 2019-02-07 04:09:09.241 6477 INFO octavia.api.v1.controllers.l7policy [req-4fec27d5-dbe0-4dc6-a64a-8fa69d8c661e - - - - -] L7Policy 270fde5f-8613-41f9-bd0c-c79b43895877 not found. 2019-02-07 04:09:09.243 6477 INFO octavia.api.v1.controllers.l7policy [req-4fec27d5-dbe0-4dc6-a64a-8fa69d8c661e - - - - -] L7Policy 270fde5f-8613-41f9-bd0c-c79b43895877 not found. 2019-02-07 04:09:09.261 6477 INFO octavia.api.v1.controllers.l7policy [req-4fec27d5-dbe0-4dc6-a64a-8fa69d8c661e - - - - -] L7Policy 270fde5f-8613-41f9-bd0c-c79b43895877 not found. 2019-02-07 04:09:09.263 6477 INFO octavia.api.v1.controllers.l7policy [req-4fec27d5-dbe0-4dc6-a64a-8fa69d8c661e - - - - -] L7Policy 270fde5f-8613-41f9-bd0c-c79b43895877 not found. 2019-02-07 04:09:09.273 6477 INFO octavia.api.v1.controllers.l7policy [req-4fec27d5-dbe0-4dc6-a64a-8fa69d8c661e - - - - -] L7Policy 270fde5f-8613-41f9-bd0c-c79b43895877 not found. 2019-02-07 04:09:09.280 6477 INFO octavia.api.v1.controllers.l7policy [req-4fec27d5-dbe0-4dc6-a64a-8fa69d8c661e - - - - -] L7Policy 270fde5f-8613-41f9-bd0c-c79b43895877 not found. 2019-02-07 04:09:09.291 6477 INFO oslo_db.sqlalchemy.provision [req-4fec27d5-dbe0-4dc6-a64a-8fa69d8c661e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:09.292 6477 INFO oslo_db.sqlalchemy.provision [req-4fec27d5-dbe0-4dc6-a64a-8fa69d8c661e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yyrnxnpjyv 2019-02-07 04:09:09.293 6477 INFO oslo_db.sqlalchemy.provision [req-4fec27d5-dbe0-4dc6-a64a-8fa69d8c661e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_get_bad_parent_policy [0.430060s] ... ok 2019-02-07 04:09:09.301 6477 INFO oslo_db.sqlalchemy.provision [req-4fec27d5-dbe0-4dc6-a64a-8fa69d8c661e - - - - -] CREATE BACKEND sqlite:// TOKEN zsnhsolfnm 2019-02-07 04:09:09.372 6477 INFO octavia.common.config [req-4fec27d5-dbe0-4dc6-a64a-8fa69d8c661e - - - - -] Logging enabled! 2019-02-07 04:09:09.372 6477 INFO octavia.common.config [req-4fec27d5-dbe0-4dc6-a64a-8fa69d8c661e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:09.393 6477 WARNING octavia.api.root_controller [req-4fec27d5-dbe0-4dc6-a64a-8fa69d8c661e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:09.405 6477 INFO octavia.api.v1.controllers.load_balancer [req-a2903f82-b70d-415b-8cf5-21f838869abf - - - - -] Sending created Load Balancer 8be311eb-6498-4aaa-894d-df57048b3578 to the handler 2019-02-07 04:09:09.454 6478 INFO octavia.api.v1.controllers.l7rule [req-d3292948-0e0f-4af7-955c-e89909ad9fbc - - - - -] Sending Creation of L7Rule 9a254c0b-76ac-4289-a96c-d8c906bf8a6d to handler 2019-02-07 04:09:09.483 6477 INFO octavia.api.v1.controllers.listener [req-601a4a9e-c7ce-4d6d-ac41-4ea13b4cf12c - - - - -] Sending Creation of Listener df73e568-3d58-4b9b-b539-6d8f230d00a9 to handler 2019-02-07 04:09:09.592 6477 INFO octavia.api.v1.controllers.l7policy [req-19bbf73e-52da-42eb-a3b3-3c5f274267b1 - - - - -] Sending Creation of L7Policy 2ca52ed7-2774-488c-9a23-3c02698ce3f7 to handler 2019-02-07 04:09:09.618 6478 INFO octavia.api.v1.controllers.l7rule [req-053cb6bd-f0e9-43e5-8db6-44af5695cdc2 - - - - -] Sending Creation of L7Rule 283b425e-fe82-4cd5-a73a-62781af66209 to handler 2019-02-07 04:09:09.695 6477 INFO octavia.api.v1.controllers.l7rule [req-bbf4a475-1661-4e7e-bb43-3ddd02ab2652 - - - - -] Sending Creation of L7Rule ddffeea6-e9a6-4e1d-b674-a74553d138b6 to handler 2019-02-07 04:09:09.730 6478 INFO octavia.api.v1.controllers.l7rule [req-e74aa2e7-f6fa-491b-b371-5c4739e52586 - - - - -] Sending Creation of L7Rule 0dadba82-5cdf-4fd3-922a-68e16d8c298f to handler 2019-02-07 04:09:09.776 6477 INFO octavia.api.v1.controllers.load_balancer [req-884ce062-411a-4264-bcf1-91d616d619af - - - - -] Sending deleted Load Balancer 8be311eb-6498-4aaa-894d-df57048b3578 to the handler 2019-02-07 04:09:09.807 6477 INFO octavia.api.v1.controllers.l7rule [req-436febdc-8817-4f01-a273-a758cac672b6 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:09.828 6477 INFO oslo_db.sqlalchemy.provision [req-436febdc-8817-4f01-a273-a758cac672b6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:09.829 6477 INFO oslo_db.sqlalchemy.provision [req-436febdc-8817-4f01-a273-a758cac672b6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zsnhsolfnm 2019-02-07 04:09:09.830 6477 INFO oslo_db.sqlalchemy.provision [req-436febdc-8817-4f01-a273-a758cac672b6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_update_when_lb_pending_delete [0.536774s] ... ok 2019-02-07 04:09:09.833 6477 INFO oslo_db.sqlalchemy.provision [req-436febdc-8817-4f01-a273-a758cac672b6 - - - - -] CREATE BACKEND sqlite:// TOKEN ngyweizain 2019-02-07 04:09:09.874 6478 INFO octavia.api.v1.controllers.l7rule [req-5a1e128c-f73e-400a-b580-598eefa959fb - - - - -] Sending Creation of L7Rule 96f389d8-7c39-49a7-8756-233f20620bf9 to handler 2019-02-07 04:09:09.906 6477 INFO octavia.common.config [req-436febdc-8817-4f01-a273-a758cac672b6 - - - - -] Logging enabled! 2019-02-07 04:09:09.906 6477 INFO octavia.common.config [req-436febdc-8817-4f01-a273-a758cac672b6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:09.928 6477 WARNING octavia.api.root_controller [req-436febdc-8817-4f01-a273-a758cac672b6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:09.940 6477 INFO octavia.api.v1.controllers.load_balancer [req-1a2dd0d9-4912-47a0-b702-0b0c752a15a2 - - - - -] Sending created Load Balancer 904cdc67-8456-4799-af93-50988fbc9053 to the handler 2019-02-07 04:09:10.014 6477 INFO octavia.api.v1.controllers.listener [req-ea73c9ce-a1c8-438a-b521-6cba80ec28e8 - - - - -] Sending Creation of Listener 465f370e-beca-4e21-a352-e189b536ff82 to handler 2019-02-07 04:09:10.020 6478 INFO octavia.api.v1.controllers.l7rule [req-83b633d0-c00e-4854-b801-ec39528ef3ea - - - - -] Sending Creation of L7Rule bf0da642-6831-44ab-a7f1-16aa84e868e3 to handler 2019-02-07 04:09:10.173 6478 INFO octavia.api.v1.controllers.l7rule [req-df5b69f0-ecaf-4dbc-bb83-aea3ce9fcd90 - - - - -] Sending Creation of L7Rule a778b5e1-d4ed-4ad8-a648-aa2ff5ffb65d to handler 2019-02-07 04:09:10.187 6477 INFO octavia.api.v1.controllers.l7policy [req-0cae767a-d0d2-48fc-8257-08ca378dc3fd - - - - -] Sending Creation of L7Policy 6ded133b-7477-4d01-b4b6-f3c71c5b9f2f to handler 2019-02-07 04:09:10.289 6478 INFO octavia.api.v1.controllers.l7rule [req-50366ce1-cfc5-4ff0-b063-573c6f9ea4c7 - - - - -] Sending Creation of L7Rule 81e3024a-7d82-4d95-9cd6-b8035f9857b9 to handler 2019-02-07 04:09:10.297 6477 INFO octavia.api.v1.controllers.l7rule [req-86a45452-3c57-45aa-86dc-94afee37d9f4 - - - - -] Sending Creation of L7Rule fac91130-08a7-445e-96be-558656465d10 to handler 2019-02-07 04:09:10.394 6477 INFO octavia.api.v1.controllers.l7rule [req-80746504-a00e-431f-8746-93c3af31ed8c - - - - -] Sending Update of L7Rule fac91130-08a7-445e-96be-558656465d10 to handler 2019-02-07 04:09:10.422 6478 INFO octavia.api.v1.controllers.l7rule [req-9c1bc6d7-1e98-45aa-9e96-67bc0b288602 - - - - -] Sending Creation of L7Rule d556c52f-1866-4d0b-8946-6239ef296c27 to handler 2019-02-07 04:09:10.444 6477 INFO oslo_db.sqlalchemy.provision [req-4c07e9ea-c699-438a-9069-b75f97fa8830 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:10.446 6477 INFO oslo_db.sqlalchemy.provision [req-4c07e9ea-c699-438a-9069-b75f97fa8830 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ngyweizain 2019-02-07 04:09:10.447 6477 INFO oslo_db.sqlalchemy.provision [req-4c07e9ea-c699-438a-9069-b75f97fa8830 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_update_with_bad_handler [0.616886s] ... ok 2019-02-07 04:09:10.450 6477 INFO oslo_db.sqlalchemy.provision [req-4c07e9ea-c699-438a-9069-b75f97fa8830 - - - - -] CREATE BACKEND sqlite:// TOKEN ywzoaknhda 2019-02-07 04:09:10.522 6477 INFO octavia.common.config [req-4c07e9ea-c699-438a-9069-b75f97fa8830 - - - - -] Logging enabled! 2019-02-07 04:09:10.523 6477 INFO octavia.common.config [req-4c07e9ea-c699-438a-9069-b75f97fa8830 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:10.543 6478 INFO octavia.api.v1.controllers.l7rule [req-6de5e226-64ce-4658-94dd-311795fa7b74 - - - - -] Sending Creation of L7Rule 47fa2fc8-ea1c-4902-8b0f-67f1752bf46a to handler 2019-02-07 04:09:10.544 6477 WARNING octavia.api.root_controller [req-4c07e9ea-c699-438a-9069-b75f97fa8830 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:10.553 6477 INFO octavia.api.v1.controllers.load_balancer [req-8415a5f8-39d4-4a3d-aca2-390117af2be9 - - - - -] Sending created Load Balancer f1863953-f4b5-437e-914c-16d29dcb2d45 to the handler 2019-02-07 04:09:10.630 6477 INFO octavia.api.v1.controllers.listener [req-dbfd0999-77e1-4254-ac2f-2d4c2e0bf45c - - - - -] Sending Creation of Listener b289418e-0c15-436d-a546-25449478d740 to handler 2019-02-07 04:09:10.681 6478 INFO octavia.api.v1.controllers.l7rule [req-21a393b7-a4f1-4969-ba8f-73d3d3f353c4 - - - - -] Sending Creation of L7Rule 7299359b-c1cf-4fe5-935a-6390dd95b22a to handler 2019-02-07 04:09:10.738 6477 INFO octavia.api.v1.controllers.l7policy [req-d886739f-7c0d-4cfa-a0af-2535e5666f92 - - - - -] Sending Creation of L7Policy f0222e8f-329b-4586-b11d-2f0fde31ae5b to handler 2019-02-07 04:09:10.811 6478 INFO octavia.api.v1.controllers.l7rule [req-5c4f4670-070e-429d-96fd-8b77b41ed868 - - - - -] Sending Creation of L7Rule 949caffa-2f87-4be6-84f7-ee1b6361cb93 to handler 2019-02-07 04:09:10.841 6477 INFO octavia.api.v1.controllers.l7rule [req-c4336122-8256-4fdc-a366-e5007128326e - - - - -] Sending Creation of L7Rule 2a61a5c9-51f0-4b7c-a284-40617e670589 to handler 2019-02-07 04:09:10.942 6478 INFO octavia.api.v1.controllers.l7rule [req-0b2a4cf9-a2d5-40e1-b8e6-4e61f7854907 - - - - -] Sending Creation of L7Rule 079a77bf-9a88-4214-9bd2-2d8b53bc7991 to handler 2019-02-07 04:09:10.967 6477 INFO oslo_db.sqlalchemy.provision [req-3befadae-d5c0-4ad7-8512-f84bffc1963e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:10.968 6477 INFO oslo_db.sqlalchemy.provision [req-3befadae-d5c0-4ad7-8512-f84bffc1963e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ywzoaknhda 2019-02-07 04:09:10.969 6477 INFO oslo_db.sqlalchemy.provision [req-3befadae-d5c0-4ad7-8512-f84bffc1963e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_update_with_invalid_rule [0.521622s] ... ok 2019-02-07 04:09:10.972 6477 INFO oslo_db.sqlalchemy.provision [req-3befadae-d5c0-4ad7-8512-f84bffc1963e - - - - -] CREATE BACKEND sqlite:// TOKEN xrvbipxjud 2019-02-07 04:09:11.045 6477 INFO octavia.common.config [req-3befadae-d5c0-4ad7-8512-f84bffc1963e - - - - -] Logging enabled! 2019-02-07 04:09:11.046 6477 INFO octavia.common.config [req-3befadae-d5c0-4ad7-8512-f84bffc1963e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:11.068 6477 WARNING octavia.api.root_controller [req-3befadae-d5c0-4ad7-8512-f84bffc1963e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:11.080 6477 INFO octavia.api.v1.controllers.load_balancer [req-5e0ad74c-05f9-4178-b4e1-ad396f89d888 - - - - -] Sending created Load Balancer 0d43d8f1-00b4-4f09-bf4e-d18d8947e8de to the handler 2019-02-07 04:09:11.074 6478 INFO octavia.api.v1.controllers.l7rule [req-2f78d9ba-e461-4425-8697-7edfbdb76f35 - - - - -] Sending Creation of L7Rule d46a131b-5513-4bc0-9cae-5e5d4c546fef to handler 2019-02-07 04:09:11.156 6477 INFO octavia.api.v1.controllers.pool [req-9d4d01bb-4116-4acf-b5ae-12dc87666d5f - - - - -] Sending Creation of Pool 78aa0f39-69d1-4862-9000-3832a99449ba to handler 2019-02-07 04:09:11.242 6477 INFO oslo_db.sqlalchemy.provision [req-e1dffbf7-64e9-4414-9432-e8a4c7bb4f42 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:11.243 6477 INFO oslo_db.sqlalchemy.provision [req-e1dffbf7-64e9-4414-9432-e8a4c7bb4f42 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xrvbipxjud 2019-02-07 04:09:11.243 6477 INFO oslo_db.sqlalchemy.provision [req-e1dffbf7-64e9-4414-9432-e8a4c7bb4f42 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_listener_bad_protocol [0.274581s] ... ok 2019-02-07 04:09:11.246 6477 INFO oslo_db.sqlalchemy.provision [req-e1dffbf7-64e9-4414-9432-e8a4c7bb4f42 - - - - -] CREATE BACKEND sqlite:// TOKEN ykzpswydcl 2019-02-07 04:09:11.294 6478 INFO octavia.api.v1.controllers.l7rule [req-fb028be8-693d-4f67-a44a-c43fd579af0e - - - - -] Sending Creation of L7Rule c13deedc-ddbd-4532-8d6a-5c41cceb4f40 to handler 2019-02-07 04:09:11.385 6477 INFO octavia.common.config [req-e1dffbf7-64e9-4414-9432-e8a4c7bb4f42 - - - - -] Logging enabled! 2019-02-07 04:09:11.386 6477 INFO octavia.common.config [req-e1dffbf7-64e9-4414-9432-e8a4c7bb4f42 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:11.408 6477 WARNING octavia.api.root_controller [req-e1dffbf7-64e9-4414-9432-e8a4c7bb4f42 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:11.419 6477 INFO octavia.api.v1.controllers.load_balancer [req-e8a24e8f-3cc9-4b16-9b7d-37a58de1857a - - - - -] Sending created Load Balancer 1a11c16f-aa9e-40ff-8056-685541ea2f70 to the handler 2019-02-07 04:09:11.459 6478 INFO octavia.api.v1.controllers.l7rule [req-1a22cf40-73e8-4b6e-a7e8-c8dbf85f1bfe - - - - -] Sending Creation of L7Rule ccf68dc9-efb7-4640-8107-83e8d39ce585 to handler 2019-02-07 04:09:11.496 6477 INFO octavia.api.v1.controllers.pool [req-1797bf4e-3ffe-4f00-95e6-b58458a4648f - - - - -] Sending Creation of Pool 60772a50-b6fa-45a8-96a9-d3ac7fca63b9 to handler 2019-02-07 04:09:11.601 6478 INFO octavia.api.v1.controllers.l7rule [req-163c3138-e89b-4cc4-8bb1-b4da2ff8517c - - - - -] Sending Creation of L7Rule b95d425c-2f1f-4dd6-a16d-0f71b64712dc to handler 2019-02-07 04:09:11.600 6477 INFO octavia.api.v1.controllers.listener [req-ad979f9e-d43f-4b8f-b4c4-6b16cc74a256 - - - - -] Sending Creation of Listener a96bb680-06c7-4d26-83f5-de0d6f95b1b1 to handler 2019-02-07 04:09:11.711 6477 INFO oslo_db.sqlalchemy.provision [req-68fcb00b-78ea-4b46-ad2f-a6853ca55971 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:11.713 6477 INFO oslo_db.sqlalchemy.provision [req-68fcb00b-78ea-4b46-ad2f-a6853ca55971 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ykzpswydcl 2019-02-07 04:09:11.713 6477 INFO oslo_db.sqlalchemy.provision [req-68fcb00b-78ea-4b46-ad2f-a6853ca55971 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_listeners_same_port [0.469772s] ... ok 2019-02-07 04:09:11.721 6477 INFO oslo_db.sqlalchemy.provision [req-68fcb00b-78ea-4b46-ad2f-a6853ca55971 - - - - -] CREATE BACKEND sqlite:// TOKEN yeciotgepk 2019-02-07 04:09:11.732 6478 INFO octavia.api.v1.controllers.l7rule [req-84f9e480-1acd-4f72-95d7-0b4d2aeb4a8c - - - - -] Sending Creation of L7Rule d7d0d257-d5e7-4867-ad3f-318d8f52270a to handler 2019-02-07 04:09:11.792 6477 INFO octavia.common.config [req-68fcb00b-78ea-4b46-ad2f-a6853ca55971 - - - - -] Logging enabled! 2019-02-07 04:09:11.792 6477 INFO octavia.common.config [req-68fcb00b-78ea-4b46-ad2f-a6853ca55971 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:11.814 6477 WARNING octavia.api.root_controller [req-68fcb00b-78ea-4b46-ad2f-a6853ca55971 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:11.826 6477 INFO octavia.api.v1.controllers.load_balancer [req-febbb746-6c71-407f-aa42-53fe4a701b19 - - - - -] Sending created Load Balancer 62bf032d-4f47-4109-a6ac-51863ce6998d to the handler 2019-02-07 04:09:11.865 6478 INFO octavia.api.v1.controllers.l7rule [req-1c8f2d8b-4421-472e-a6b6-1ce1565f1bfb - - - - -] Sending Creation of L7Rule bee7116f-8e83-4070-8568-0f7fe242e9ad to handler 2019-02-07 04:09:11.905 6477 INFO octavia.api.v1.controllers.pool [req-b0f2837c-6c1c-4444-993a-f1cf5004329e - - - - -] Sending Creation of Pool 8f000ef5-82a8-4656-b0c0-58fcbd1c07f6 to handler 2019-02-07 04:09:12.000 6477 INFO oslo_db.sqlalchemy.provision [req-b9fc66af-5143-49a1-8c73-a0212a51e913 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:12.001 6477 INFO oslo_db.sqlalchemy.provision [req-b9fc66af-5143-49a1-8c73-a0212a51e913 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yeciotgepk 2019-02-07 04:09:12.002 6477 INFO oslo_db.sqlalchemy.provision [req-b9fc66af-5143-49a1-8c73-a0212a51e913 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_bad_default_pool_id [0.288271s] ... ok 2019-02-07 04:09:12.006 6478 INFO octavia.api.v1.controllers.l7rule [req-ef8515c3-f44a-4510-ad84-3fa6cbc6c246 - - - - -] Sending Creation of L7Rule 8adb1f3f-67c0-41b0-9d32-a48b586ae008 to handler 2019-02-07 04:09:12.010 6477 INFO oslo_db.sqlalchemy.provision [req-b9fc66af-5143-49a1-8c73-a0212a51e913 - - - - -] CREATE BACKEND sqlite:// TOKEN vwngfjsecd 2019-02-07 04:09:12.079 6477 INFO octavia.common.config [req-b9fc66af-5143-49a1-8c73-a0212a51e913 - - - - -] Logging enabled! 2019-02-07 04:09:12.079 6477 INFO octavia.common.config [req-b9fc66af-5143-49a1-8c73-a0212a51e913 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:12.101 6477 WARNING octavia.api.root_controller [req-b9fc66af-5143-49a1-8c73-a0212a51e913 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:12.112 6477 INFO octavia.api.v1.controllers.load_balancer [req-407a6128-ed99-4b13-8ff6-b8d50127e40d - - - - -] Sending created Load Balancer e5b10191-d89a-414c-b04f-30ffe99205f1 to the handler 2019-02-07 04:09:12.140 6478 INFO octavia.api.v1.controllers.l7rule [req-f79f28bf-88dc-4050-871e-d1391f692dc7 - - - - -] Sending Creation of L7Rule 2c5e92da-6434-4f8c-9cde-69770e7b3b95 to handler 2019-02-07 04:09:12.188 6477 INFO octavia.api.v1.controllers.pool [req-2fbc11c0-891d-48a4-a9bf-99f9ea351e9d - - - - -] Sending Creation of Pool b1bd54ae-93cb-4ee4-9977-6ccb03b148a3 to handler 2019-02-07 04:09:12.279 6477 INFO oslo_db.sqlalchemy.provision [req-73c624ee-daad-4e85-9032-cb36fa37c5e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:12.281 6477 INFO oslo_db.sqlalchemy.provision [req-73c624ee-daad-4e85-9032-cb36fa37c5e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vwngfjsecd 2019-02-07 04:09:12.281 6477 INFO oslo_db.sqlalchemy.provision [req-73c624ee-daad-4e85-9032-cb36fa37c5e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_bad_insert_headers [0.278931s] ... ok 2019-02-07 04:09:12.278 6478 INFO octavia.api.v1.controllers.l7rule [req-96d195aa-081d-4ab2-9a68-4c39dab4040e - - - - -] Sending Creation of L7Rule 13a77edd-263d-4bbd-b7d5-766477723491 to handler 2019-02-07 04:09:12.284 6477 INFO oslo_db.sqlalchemy.provision [req-73c624ee-daad-4e85-9032-cb36fa37c5e2 - - - - -] CREATE BACKEND sqlite:// TOKEN wjsknxdwks 2019-02-07 04:09:12.352 6477 INFO octavia.common.config [req-73c624ee-daad-4e85-9032-cb36fa37c5e2 - - - - -] Logging enabled! 2019-02-07 04:09:12.352 6477 INFO octavia.common.config [req-73c624ee-daad-4e85-9032-cb36fa37c5e2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:12.371 6477 WARNING octavia.api.root_controller [req-73c624ee-daad-4e85-9032-cb36fa37c5e2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:12.380 6477 INFO octavia.api.v1.controllers.load_balancer [req-55e6b0c1-75ba-4cbb-846a-afa824aa81de - - - - -] Sending created Load Balancer a5b7ef85-a0fa-4291-b9d8-73dc3dcd8a1f to the handler 2019-02-07 04:09:12.428 6478 INFO octavia.api.v1.controllers.l7rule [req-0edc8a64-bdc9-404f-9a57-3e98c4e46a27 - - - - -] Sending Creation of L7Rule 64128c08-0aaa-42b4-920e-5263b1bfa3b7 to handler 2019-02-07 04:09:12.453 6477 INFO octavia.api.v1.controllers.pool [req-11852b47-1e2b-4d03-a19d-ba8ede328188 - - - - -] Sending Creation of Pool e3d34f7e-4a93-4293-ba88-5814e3762e4d to handler 2019-02-07 04:09:12.549 6477 INFO octavia.api.v1.controllers.listener [req-918aac9f-8e7f-4726-823f-4f395e1098ae - - - - -] Sending Creation of Listener 1607ab10-8786-461e-aeba-6191185a5ed9 to handler 2019-02-07 04:09:12.565 6477 INFO oslo_db.sqlalchemy.provision [req-918aac9f-8e7f-4726-823f-4f395e1098ae - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:12.566 6477 INFO oslo_db.sqlalchemy.provision [req-918aac9f-8e7f-4726-823f-4f395e1098ae - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wjsknxdwks 2019-02-07 04:09:12.567 6477 INFO oslo_db.sqlalchemy.provision [req-918aac9f-8e7f-4726-823f-4f395e1098ae - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_default_pool_id [0.285824s] ... ok 2019-02-07 04:09:12.572 6478 INFO octavia.api.v1.controllers.l7rule [req-4917be38-98e1-44ff-837b-574ff0316213 - - - - -] Sending Creation of L7Rule eeca6b63-58be-4269-8a38-9d03ef09422e to handler 2019-02-07 04:09:12.570 6477 INFO oslo_db.sqlalchemy.provision [req-918aac9f-8e7f-4726-823f-4f395e1098ae - - - - -] CREATE BACKEND sqlite:// TOKEN lnjbubnrcu 2019-02-07 04:09:12.716 6477 INFO octavia.common.config [req-918aac9f-8e7f-4726-823f-4f395e1098ae - - - - -] Logging enabled! 2019-02-07 04:09:12.717 6477 INFO octavia.common.config [req-918aac9f-8e7f-4726-823f-4f395e1098ae - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:12.742 6478 INFO octavia.api.v1.controllers.l7rule [req-73dd8e1c-74a1-4c40-a8ae-2636b3635bf1 - - - - -] Sending Creation of L7Rule 99a50595-e72e-4b7c-bbff-d97518201d05 to handler 2019-02-07 04:09:12.736 6477 WARNING octavia.api.root_controller [req-918aac9f-8e7f-4726-823f-4f395e1098ae - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:12.745 6477 INFO octavia.api.v1.controllers.load_balancer [req-2d2b332a-4c3e-4df9-a819-d78ff9ced722 - - - - -] Sending created Load Balancer 3f5a3a6a-ffcc-491b-8390-157797cd63b7 to the handler 2019-02-07 04:09:12.819 6477 INFO octavia.api.v1.controllers.pool [req-72179895-e994-410d-ad84-45331e780293 - - - - -] Sending Creation of Pool f67861d7-7bc3-47d3-97f3-51cf0fe533cf to handler 2019-02-07 04:09:12.906 6477 INFO octavia.api.v1.controllers.listener [req-cac02b28-ddba-4d33-80a6-bc5135cc81dc - - - - -] Sending Creation of Listener 48a8a3da-13bf-48b8-9ebe-557e54b4002e to handler 2019-02-07 04:09:12.946 6477 INFO oslo_db.sqlalchemy.provision [req-421aa0dd-aa14-4abb-9f7c-14aca7581b45 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:12.948 6477 INFO oslo_db.sqlalchemy.provision [req-421aa0dd-aa14-4abb-9f7c-14aca7581b45 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lnjbubnrcu 2019-02-07 04:09:12.948 6477 INFO oslo_db.sqlalchemy.provision [req-421aa0dd-aa14-4abb-9f7c-14aca7581b45 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_tls_termination_data [0.380991s] ... ok 2019-02-07 04:09:12.951 6477 INFO oslo_db.sqlalchemy.provision [req-421aa0dd-aa14-4abb-9f7c-14aca7581b45 - - - - -] CREATE BACKEND sqlite:// TOKEN kepnmmhsss 2019-02-07 04:09:12.980 6478 INFO octavia.api.v1.controllers.l7rule [req-a3b2f953-96f4-4e63-b295-9fed9a9f1784 - - - - -] Sending Creation of L7Rule 0c39df97-9998-4412-931c-948aeafc172f to handler 2019-02-07 04:09:13.020 6477 INFO octavia.common.config [req-421aa0dd-aa14-4abb-9f7c-14aca7581b45 - - - - -] Logging enabled! 2019-02-07 04:09:13.021 6477 INFO octavia.common.config [req-421aa0dd-aa14-4abb-9f7c-14aca7581b45 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:13.043 6477 WARNING octavia.api.root_controller [req-421aa0dd-aa14-4abb-9f7c-14aca7581b45 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:13.054 6477 INFO octavia.api.v1.controllers.load_balancer [req-e6012270-80a9-4e4f-9986-5ed7021dcbef - - - - -] Sending created Load Balancer 56ca1f1d-8ee9-4e5b-92a3-85914cb93804 to the handler 2019-02-07 04:09:13.125 6478 INFO octavia.api.v1.controllers.l7rule [req-927abcc2-6d5d-4737-9432-49c7ec2044d6 - - - - -] Sending Creation of L7Rule 0f610f09-1f66-4fe1-b356-f1ab459fae0e to handler 2019-02-07 04:09:13.133 6477 INFO octavia.api.v1.controllers.pool [req-5feca67a-0f0f-4790-87be-bf63e9586525 - - - - -] Sending Creation of Pool 772fe152-eb39-4432-b1c7-26a921f0fb40 to handler 2019-02-07 04:09:13.227 6477 INFO octavia.api.v1.controllers.listener [req-dac20c30-aca1-471c-b34f-56e4f6d1e7d3 - - - - -] Sending Creation of Listener 6e00a12e-103e-43d5-a940-0a9da6a64f15 to handler 2019-02-07 04:09:13.244 6477 INFO oslo_db.sqlalchemy.provision [req-dac20c30-aca1-471c-b34f-56e4f6d1e7d3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:13.246 6477 INFO oslo_db.sqlalchemy.provision [req-dac20c30-aca1-471c-b34f-56e4f6d1e7d3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kepnmmhsss 2019-02-07 04:09:13.247 6477 INFO oslo_db.sqlalchemy.provision [req-dac20c30-aca1-471c-b34f-56e4f6d1e7d3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_valid_insert_headers [0.298412s] ... ok 2019-02-07 04:09:13.249 6477 INFO oslo_db.sqlalchemy.provision [req-dac20c30-aca1-471c-b34f-56e4f6d1e7d3 - - - - -] CREATE BACKEND sqlite:// TOKEN npnqjtpuux 2019-02-07 04:09:13.272 6478 INFO octavia.api.v1.controllers.l7rule [req-7dc981ab-e41f-4bd3-be07-40feb391ecb3 - - - - -] Sending Creation of L7Rule f32e13d7-2014-40cd-ae39-9bedc70a3a7d to handler 2019-02-07 04:09:13.323 6477 INFO octavia.common.config [req-dac20c30-aca1-471c-b34f-56e4f6d1e7d3 - - - - -] Logging enabled! 2019-02-07 04:09:13.324 6477 INFO octavia.common.config [req-dac20c30-aca1-471c-b34f-56e4f6d1e7d3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:13.346 6477 WARNING octavia.api.root_controller [req-dac20c30-aca1-471c-b34f-56e4f6d1e7d3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:13.357 6477 INFO octavia.api.v1.controllers.load_balancer [req-ad28ccdd-e3cc-42d7-84c2-91e1c4f257f9 - - - - -] Sending created Load Balancer c9b29189-5aab-4edf-84ac-5cb80306944c to the handler 2019-02-07 04:09:13.420 6478 INFO octavia.api.v1.controllers.l7rule [req-e4a6fa3a-9e82-4ff7-906d-f228bbdb8656 - - - - -] Sending Creation of L7Rule 3f988458-d28e-4f69-96cc-7ba2d0980e15 to handler 2019-02-07 04:09:13.432 6477 INFO octavia.api.v1.controllers.pool [req-ffd3d3d7-7e39-431a-9468-67263c458512 - - - - -] Sending Creation of Pool 5e2d65ba-beea-46be-9aaf-de6a4397a0be to handler 2019-02-07 04:09:13.510 6477 INFO octavia.api.v1.controllers.listener [req-16c237e6-30ed-44d0-8d8e-eb06b97fac72 - - - - -] Listener SEAN-CONNERY not found. 2019-02-07 04:09:13.522 6477 INFO oslo_db.sqlalchemy.provision [req-16c237e6-30ed-44d0-8d8e-eb06b97fac72 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:13.524 6477 INFO oslo_db.sqlalchemy.provision [req-16c237e6-30ed-44d0-8d8e-eb06b97fac72 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN npnqjtpuux 2019-02-07 04:09:13.524 6477 INFO oslo_db.sqlalchemy.provision [req-16c237e6-30ed-44d0-8d8e-eb06b97fac72 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_delete_bad_listener_id [0.277157s] ... ok 2019-02-07 04:09:13.531 6477 INFO oslo_db.sqlalchemy.provision [req-16c237e6-30ed-44d0-8d8e-eb06b97fac72 - - - - -] CREATE BACKEND sqlite:// TOKEN oijbmiktta 2019-02-07 04:09:13.568 6478 INFO octavia.api.v1.controllers.l7rule [req-31f6d637-eee1-4258-b1eb-8ef030c46c4f - - - - -] Sending Creation of L7Rule 2677c19c-352d-4849-869d-0ef8fd30fb0a to handler 2019-02-07 04:09:13.600 6477 INFO octavia.common.config [req-16c237e6-30ed-44d0-8d8e-eb06b97fac72 - - - - -] Logging enabled! 2019-02-07 04:09:13.601 6477 INFO octavia.common.config [req-16c237e6-30ed-44d0-8d8e-eb06b97fac72 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:13.624 6477 WARNING octavia.api.root_controller [req-16c237e6-30ed-44d0-8d8e-eb06b97fac72 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:13.636 6477 INFO octavia.api.v1.controllers.load_balancer [req-8451629c-2dac-4e18-8103-b4048575c342 - - - - -] Sending created Load Balancer fb005f71-e62b-4716-9210-912e8c16e33a to the handler 2019-02-07 04:09:13.710 6477 INFO octavia.api.v1.controllers.pool [req-3cfcdf48-65f7-44b9-8d80-7ef0cf79d9fa - - - - -] Sending Creation of Pool 379a67ed-56e0-4346-943f-1a17c876689b to handler 2019-02-07 04:09:13.717 6478 INFO octavia.api.v1.controllers.l7rule [req-8cf28d2e-d3ed-4a14-bd7c-9d5aac0d1436 - - - - -] Sending Creation of L7Rule 86ccd33b-eabc-4dc0-b20d-6647931965c9 to handler 2019-02-07 04:09:13.799 6477 INFO octavia.api.v1.controllers.listener [req-78030071-532a-4a54-b53f-bf9a7290c657 - - - - -] Sending Creation of Listener 88285ad9-c5f4-405f-b1ef-6be8097bef42 to handler 2019-02-07 04:09:13.869 6478 INFO octavia.api.v1.controllers.l7rule [req-8e23e236-7bbc-42b5-8e5e-a3e1da7050d8 - - - - -] Sending Creation of L7Rule f939f762-99ef-4c8b-8821-1772f7dc6997 to handler 2019-02-07 04:09:13.904 6477 INFO octavia.api.v1.controllers.listener [req-a25e2ab1-804e-44a3-bdca-3dae2e16e37e - - - - -] Sending Creation of Listener ee35ce1e-72e7-4922-8cb6-046d8821f7e3 to handler 2019-02-07 04:09:14.051 6478 INFO octavia.api.v1.controllers.l7rule [req-594225e6-4c4f-46f4-b18e-928e2408a25d - - - - -] Sending Creation of L7Rule 85764fa6-2cbf-49bf-826d-e0f279fb20de to handler 2019-02-07 04:09:14.085 6477 INFO octavia.api.v1.controllers.listener [req-ac2dc23f-afb0-41ee-8832-87fa4cda7a59 - - - - -] Sending Creation of Listener 0e143113-2db6-4f4f-9bda-fdd15501aeda to handler 2019-02-07 04:09:14.204 6478 INFO octavia.api.v1.controllers.l7rule [req-bc8f8ffc-d1a7-4f42-8301-d787da338bb8 - - - - -] Sending Creation of L7Rule b94998db-a795-4b1b-acf8-82f4fc178c6a to handler 2019-02-07 04:09:14.252 6477 INFO oslo_db.sqlalchemy.provision [req-5fdd291d-1cf1-47a5-876a-b282dfb695f1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:14.253 6477 INFO oslo_db.sqlalchemy.provision [req-5fdd291d-1cf1-47a5-876a-b282dfb695f1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oijbmiktta 2019-02-07 04:09:14.254 6477 INFO oslo_db.sqlalchemy.provision [req-5fdd291d-1cf1-47a5-876a-b282dfb695f1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_get_all [0.725563s] ... ok 2019-02-07 04:09:14.262 6477 INFO oslo_db.sqlalchemy.provision [req-5fdd291d-1cf1-47a5-876a-b282dfb695f1 - - - - -] CREATE BACKEND sqlite:// TOKEN dhvhnmbueh 2019-02-07 04:09:14.332 6477 INFO octavia.common.config [req-5fdd291d-1cf1-47a5-876a-b282dfb695f1 - - - - -] Logging enabled! 2019-02-07 04:09:14.333 6477 INFO octavia.common.config [req-5fdd291d-1cf1-47a5-876a-b282dfb695f1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:14.358 6478 INFO octavia.api.v1.controllers.l7rule [req-b7a36a27-89f6-49bf-953e-daa4d520dff6 - - - - -] Sending Creation of L7Rule 0ceec306-301d-48c8-8ccd-a487e9d3ba63 to handler 2019-02-07 04:09:14.355 6477 WARNING octavia.api.root_controller [req-5fdd291d-1cf1-47a5-876a-b282dfb695f1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:14.364 6477 INFO octavia.api.v1.controllers.load_balancer [req-f561105b-da4c-498a-aee2-6235c35e3ab3 - - - - -] Sending created Load Balancer 8ff9e7bf-9169-4933-b839-16bf06ce32f8 to the handler 2019-02-07 04:09:14.443 6477 INFO octavia.api.v1.controllers.pool [req-3979dbfa-914c-4f18-a6df-10388d5f31e6 - - - - -] Sending Creation of Pool 4679203b-5190-4220-b652-49eeae4834e8 to handler 2019-02-07 04:09:14.515 6478 INFO octavia.api.v1.controllers.l7rule [req-7c2fc7ca-8847-4512-9352-d3cdf460ee3b - - - - -] Sending Creation of L7Rule 3a0a7668-ecef-4ce9-9683-498980655eeb to handler 2019-02-07 04:09:14.525 6477 INFO octavia.api.v1.controllers.listener [req-0a618633-c210-4c3c-95e9-9c7c40561718 - - - - -] Listener SEAN-CONNERY not found. 2019-02-07 04:09:14.538 6477 INFO oslo_db.sqlalchemy.provision [req-0a618633-c210-4c3c-95e9-9c7c40561718 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:14.539 6477 INFO oslo_db.sqlalchemy.provision [req-0a618633-c210-4c3c-95e9-9c7c40561718 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dhvhnmbueh 2019-02-07 04:09:14.539 6477 INFO oslo_db.sqlalchemy.provision [req-0a618633-c210-4c3c-95e9-9c7c40561718 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_get_bad_listener_id [0.285723s] ... ok 2019-02-07 04:09:14.542 6477 INFO oslo_db.sqlalchemy.provision [req-0a618633-c210-4c3c-95e9-9c7c40561718 - - - - -] CREATE BACKEND sqlite:// TOKEN fkbegfkgtv 2019-02-07 04:09:14.616 6477 INFO octavia.common.config [req-0a618633-c210-4c3c-95e9-9c7c40561718 - - - - -] Logging enabled! 2019-02-07 04:09:14.617 6477 INFO octavia.common.config [req-0a618633-c210-4c3c-95e9-9c7c40561718 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:14.639 6477 WARNING octavia.api.root_controller [req-0a618633-c210-4c3c-95e9-9c7c40561718 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:14.650 6477 INFO octavia.api.v1.controllers.load_balancer [req-165d7472-7e56-43b9-9527-19691cf4b91f - - - - -] Sending created Load Balancer cb0bb2ca-f3ef-4640-b35d-7a5fc253b25f to the handler 2019-02-07 04:09:14.729 6477 INFO octavia.api.v1.controllers.pool [req-00161d9f-e2e8-4c09-93b4-10b24d51fb5a - - - - -] Sending Creation of Pool f35f0ded-c300-406b-8759-2b6b1acc7044 to handler 2019-02-07 04:09:14.744 6478 INFO octavia.api.v1.controllers.l7rule [req-431df027-5d10-4ad1-adf7-6fe14376b246 - - - - -] Sending Creation of L7Rule 4e0e145d-c1ff-425e-a500-71629ba9711a to handler 2019-02-07 04:09:14.808 6477 INFO oslo_db.sqlalchemy.provision [req-7ab2ad06-5f77-4901-9686-21d262fc0ff8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:14.809 6477 INFO oslo_db.sqlalchemy.provision [req-7ab2ad06-5f77-4901-9686-21d262fc0ff8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fkbegfkgtv 2019-02-07 04:09:14.809 6477 INFO oslo_db.sqlalchemy.provision [req-7ab2ad06-5f77-4901-9686-21d262fc0ff8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_listeners_same_port ... SKIPPED: This test should pass with a validation layer. 2019-02-07 04:09:14.812 6477 INFO oslo_db.sqlalchemy.provision [req-7ab2ad06-5f77-4901-9686-21d262fc0ff8 - - - - -] CREATE BACKEND sqlite:// TOKEN taubmqrwfa 2019-02-07 04:09:14.886 6477 INFO octavia.common.config [req-7ab2ad06-5f77-4901-9686-21d262fc0ff8 - - - - -] Logging enabled! 2019-02-07 04:09:14.887 6477 INFO octavia.common.config [req-7ab2ad06-5f77-4901-9686-21d262fc0ff8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:14.905 6478 INFO octavia.api.v1.controllers.l7rule [req-797cd271-c29b-41fe-8412-a20f22b160b0 - - - - -] Sending Creation of L7Rule a399950e-f1c2-4a6a-967f-6563f7a2cad2 to handler 2019-02-07 04:09:14.909 6477 WARNING octavia.api.root_controller [req-7ab2ad06-5f77-4901-9686-21d262fc0ff8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:14.920 6477 INFO octavia.api.v1.controllers.load_balancer [req-0826c88d-9bf5-4233-b9c3-ec64a76463c5 - - - - -] Sending created Load Balancer cf41805b-c277-419d-8ae0-9364a496b433 to the handler 2019-02-07 04:09:14.995 6477 INFO octavia.api.v1.controllers.pool [req-1a5e816c-2698-4f21-9068-85882064e189 - - - - -] Sending Creation of Pool fc33a30a-dd24-4d00-970b-f05e0bada548 to handler 2019-02-07 04:09:15.071 6477 INFO octavia.api.v1.controllers.load_balancer [req-9f848bf8-306b-46c9-a0fb-ad893e4ff40d - - - - -] Sending created Load Balancer 26e4dc1d-6ec1-459c-9369-e45b44b1f430 to the handler 2019-02-07 04:09:15.080 6478 INFO octavia.api.v1.controllers.l7rule [req-658ebd24-ab0f-4d54-87dc-56f767563e0d - - - - -] Sending Creation of L7Rule a84000d0-4672-4295-b39b-4af9816e901e to handler 2019-02-07 04:09:15.089 6477 INFO octavia.api.v1.controllers.listener [req-f0e3dfc6-7cd5-46e5-923a-05e2628efd6b - - - - -] Load Balancer 26e4dc1d-6ec1-459c-9369-e45b44b1f430 is immutable. 2019-02-07 04:09:15.100 6477 INFO oslo_db.sqlalchemy.provision [req-f0e3dfc6-7cd5-46e5-923a-05e2628efd6b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:15.102 6477 INFO oslo_db.sqlalchemy.provision [req-f0e3dfc6-7cd5-46e5-923a-05e2628efd6b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN taubmqrwfa 2019-02-07 04:09:15.102 6477 INFO oslo_db.sqlalchemy.provision [req-f0e3dfc6-7cd5-46e5-923a-05e2628efd6b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_pending_create [0.292080s] ... ok 2019-02-07 04:09:15.112 6477 INFO oslo_db.sqlalchemy.provision [req-f0e3dfc6-7cd5-46e5-923a-05e2628efd6b - - - - -] CREATE BACKEND sqlite:// TOKEN exdalpawdc 2019-02-07 04:09:15.182 6477 INFO octavia.common.config [req-f0e3dfc6-7cd5-46e5-923a-05e2628efd6b - - - - -] Logging enabled! 2019-02-07 04:09:15.182 6477 INFO octavia.common.config [req-f0e3dfc6-7cd5-46e5-923a-05e2628efd6b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:15.204 6477 WARNING octavia.api.root_controller [req-f0e3dfc6-7cd5-46e5-923a-05e2628efd6b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:15.216 6477 INFO octavia.api.v1.controllers.load_balancer [req-59db8cc4-7069-40a6-b327-ed4222bb7992 - - - - -] Sending created Load Balancer 70f1d755-5fb3-4aec-a29d-a8dc15e94eac to the handler 2019-02-07 04:09:15.289 6478 INFO octavia.api.v1.controllers.l7rule [req-103f8b4f-a060-4ff9-85fa-431d44392d3e - - - - -] Sending Creation of L7Rule 61f0a8cc-8705-4383-ac03-2b5424e5afc8 to handler 2019-02-07 04:09:15.357 6477 INFO octavia.api.v1.controllers.pool [req-a0ca4364-5b2d-4926-aa14-8716e37c2870 - - - - -] Sending Creation of Pool ea42bdb7-b005-48b5-9f79-40eee5286c1f to handler 2019-02-07 04:09:15.455 6477 INFO octavia.api.v1.controllers.listener [req-0476a930-aaf6-4204-b44e-d2f481169f17 - - - - -] Sending Creation of Listener 1bb68043-6dd6-4550-8e88-15e4bfb65014 to handler 2019-02-07 04:09:15.502 6478 INFO octavia.api.v1.controllers.l7rule [req-b5574543-27dc-4964-b378-8473baa3d4a3 - - - - -] Sending Creation of L7Rule 40859b59-665f-4ff9-b223-8644f3b6b412 to handler 2019-02-07 04:09:15.651 6477 INFO oslo_db.sqlalchemy.provision [req-c6225912-59f8-4dd6-b6e0-b7d7a411ddfd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:15.652 6477 INFO oslo_db.sqlalchemy.provision [req-c6225912-59f8-4dd6-b6e0-b7d7a411ddfd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN exdalpawdc 2019-02-07 04:09:15.652 6477 INFO oslo_db.sqlalchemy.provision [req-c6225912-59f8-4dd6-b6e0-b7d7a411ddfd - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_with_bad_default_pool_id [0.550424s] ... ok 2019-02-07 04:09:15.660 6477 INFO oslo_db.sqlalchemy.provision [req-c6225912-59f8-4dd6-b6e0-b7d7a411ddfd - - - - -] CREATE BACKEND sqlite:// TOKEN srkpptcuic 2019-02-07 04:09:15.702 6478 INFO octavia.api.v1.controllers.l7rule [req-2950b2fd-271a-422e-a1c2-d541a4b1d2a1 - - - - -] Sending Creation of L7Rule 278ed020-1835-4ec8-9aad-67a5957f6002 to handler 2019-02-07 04:09:15.728 6477 INFO octavia.common.config [req-c6225912-59f8-4dd6-b6e0-b7d7a411ddfd - - - - -] Logging enabled! 2019-02-07 04:09:15.728 6477 INFO octavia.common.config [req-c6225912-59f8-4dd6-b6e0-b7d7a411ddfd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:15.751 6477 WARNING octavia.api.root_controller [req-c6225912-59f8-4dd6-b6e0-b7d7a411ddfd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:15.763 6477 INFO octavia.api.v1.controllers.load_balancer [req-2ce5d18a-5d79-47ca-808c-82586efee1ed - - - - -] Sending created Load Balancer e6e60043-b0e8-4ff3-aead-bde186d3898d to the handler 2019-02-07 04:09:15.838 6477 INFO octavia.api.v1.controllers.pool [req-e80093eb-82b4-47d8-9326-20293474513c - - - - -] Sending Creation of Pool 1edfef4b-8733-4c09-8845-1e1a3f942d18 to handler 2019-02-07 04:09:15.871 6478 INFO octavia.api.v1.controllers.l7rule [req-7a690fb9-3f87-4d4f-b53b-2a1fa8704fd3 - - - - -] Sending Creation of L7Rule 876f30c9-fb11-4d70-a14a-32ce9731a964 to handler 2019-02-07 04:09:15.925 6477 INFO octavia.api.v1.controllers.listener [req-d6b132ec-adc8-4268-aca7-dfd924f4ea00 - - - - -] Sending Creation of Listener 9526c243-4caa-4cde-bdce-540039612a2c to handler 2019-02-07 04:09:16.016 6477 INFO octavia.api.v1.controllers.listener [req-d1ad5826-eca3-40f8-8b5b-11c8d920cf74 - - - - -] Sending Update of Listener 9526c243-4caa-4cde-bdce-540039612a2c to handler 2019-02-07 04:09:16.041 6478 INFO octavia.api.v1.controllers.l7rule [req-b9c8f8bb-f92d-48f9-b3a1-d370a666f711 - - - - -] Sending Creation of L7Rule 7826278e-42fc-480c-ac9f-0329b83bea07 to handler 2019-02-07 04:09:16.055 6477 INFO oslo_db.sqlalchemy.provision [req-0e15fde6-9d46-44cd-b66a-3c938a954ee8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:16.057 6477 INFO oslo_db.sqlalchemy.provision [req-0e15fde6-9d46-44cd-b66a-3c938a954ee8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN srkpptcuic 2019-02-07 04:09:16.057 6477 INFO oslo_db.sqlalchemy.provision [req-0e15fde6-9d46-44cd-b66a-3c938a954ee8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_with_tls_termination_data [0.404372s] ... ok 2019-02-07 04:09:16.060 6477 INFO oslo_db.sqlalchemy.provision [req-0e15fde6-9d46-44cd-b66a-3c938a954ee8 - - - - -] CREATE BACKEND sqlite:// TOKEN jdxpjivbrq 2019-02-07 04:09:16.134 6477 INFO octavia.common.config [req-0e15fde6-9d46-44cd-b66a-3c938a954ee8 - - - - -] Logging enabled! 2019-02-07 04:09:16.134 6477 INFO octavia.common.config [req-0e15fde6-9d46-44cd-b66a-3c938a954ee8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:16.156 6477 WARNING octavia.api.root_controller [req-0e15fde6-9d46-44cd-b66a-3c938a954ee8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:16.165 6477 INFO octavia.api.v1.controllers.load_balancer [req-e57e81be-7559-4f77-a5c3-6f689fe2d64c - - - - -] Sending created Load Balancer 25035777-4fc3-458c-b939-1442c1a326eb to the handler 2019-02-07 04:09:16.214 6478 INFO octavia.api.v1.controllers.l7rule [req-7f3d7c74-8240-474e-8bec-41a1cffa80ec - - - - -] Sending Creation of L7Rule 38a2924f-e90e-4431-b13f-5b33e6117f9f to handler 2019-02-07 04:09:16.245 6477 INFO octavia.api.v1.controllers.listener [req-eac0e1f1-bdca-4510-ac4c-44dcaf5bf10a - - - - -] Sending Creation of Listener 10794a08-f84e-4c07-8216-9591b42deaf1 to handler 2019-02-07 04:09:16.356 6477 INFO oslo_db.sqlalchemy.provision [req-0ecd030b-bc34-4362-afea-fec97fc55d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:16.358 6477 INFO oslo_db.sqlalchemy.provision [req-0ecd030b-bc34-4362-afea-fec97fc55d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jdxpjivbrq 2019-02-07 04:09:16.358 6477 INFO oslo_db.sqlalchemy.provision [req-0ecd030b-bc34-4362-afea-fec97fc55d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_listener_statistics.TestListenerStatistics.test_get [0.300767s] ... ok 2019-02-07 04:09:16.361 6477 INFO oslo_db.sqlalchemy.provision [req-0ecd030b-bc34-4362-afea-fec97fc55d00 - - - - -] CREATE BACKEND sqlite:// TOKEN hhioykvngz 2019-02-07 04:09:16.428 6477 INFO octavia.common.config [req-0ecd030b-bc34-4362-afea-fec97fc55d00 - - - - -] Logging enabled! 2019-02-07 04:09:16.428 6477 INFO octavia.common.config [req-0ecd030b-bc34-4362-afea-fec97fc55d00 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:16.449 6477 WARNING octavia.api.root_controller [req-0ecd030b-bc34-4362-afea-fec97fc55d00 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:16.467 6477 INFO oslo_db.sqlalchemy.provision [req-487ee6d2-174b-4e3a-ae52-1ed5d7bb7ecc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:16.468 6477 INFO oslo_db.sqlalchemy.provision [req-487ee6d2-174b-4e3a-ae52-1ed5d7bb7ecc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hhioykvngz 2019-02-07 04:09:16.469 6477 INFO oslo_db.sqlalchemy.provision [req-487ee6d2-174b-4e3a-ae52-1ed5d7bb7ecc - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_over_quota [0.110530s] ... ok 2019-02-07 04:09:16.471 6477 INFO oslo_db.sqlalchemy.provision [req-487ee6d2-174b-4e3a-ae52-1ed5d7bb7ecc - - - - -] CREATE BACKEND sqlite:// TOKEN turvkpmrmf 2019-02-07 04:09:16.474 6478 INFO octavia.api.v1.controllers.l7rule [req-7f804ac2-6712-44c2-9bf0-2286ca8e3341 - - - - -] Sending Creation of L7Rule bbd1bfe2-ae0e-4ced-8105-653e083b1a5c to handler 2019-02-07 04:09:16.547 6477 INFO octavia.common.config [req-487ee6d2-174b-4e3a-ae52-1ed5d7bb7ecc - - - - -] Logging enabled! 2019-02-07 04:09:16.547 6477 INFO octavia.common.config [req-487ee6d2-174b-4e3a-ae52-1ed5d7bb7ecc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:16.569 6477 WARNING octavia.api.root_controller [req-487ee6d2-174b-4e3a-ae52-1ed5d7bb7ecc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:16.580 6477 INFO octavia.api.v1.controllers.load_balancer [req-60350fc6-44a9-47b6-befc-cd059966f310 - - - - -] Sending created Load Balancer ee5e963f-6956-4d2f-9e5d-7cae0379feb2 to the handler 2019-02-07 04:09:16.597 6477 INFO oslo_db.sqlalchemy.provision [req-1e9297a1-4c22-4131-913f-fc43340d153c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:16.598 6477 INFO oslo_db.sqlalchemy.provision [req-1e9297a1-4c22-4131-913f-fc43340d153c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN turvkpmrmf 2019-02-07 04:09:16.599 6477 INFO oslo_db.sqlalchemy.provision [req-1e9297a1-4c22-4131-913f-fc43340d153c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_duplicate_id [0.129732s] ... ok 2019-02-07 04:09:16.601 6477 INFO oslo_db.sqlalchemy.provision [req-1e9297a1-4c22-4131-913f-fc43340d153c - - - - -] CREATE BACKEND sqlite:// TOKEN wpvicdxbjx 2019-02-07 04:09:16.647 6478 INFO octavia.api.v1.controllers.l7rule [req-32eb8b46-c3ad-419b-a07b-d8b0df7c3d41 - - - - -] Sending Creation of L7Rule 7f6d8c3f-f3f5-43cb-80d7-11cbcfa31049 to handler 2019-02-07 04:09:16.675 6477 INFO octavia.common.config [req-1e9297a1-4c22-4131-913f-fc43340d153c - - - - -] Logging enabled! 2019-02-07 04:09:16.675 6477 INFO octavia.common.config [req-1e9297a1-4c22-4131-913f-fc43340d153c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:16.698 6477 WARNING octavia.api.root_controller [req-1e9297a1-4c22-4131-913f-fc43340d153c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:16.714 6477 INFO oslo_db.sqlalchemy.provision [req-8a4d43b8-596e-4035-97ef-e016261ad000 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:16.716 6477 INFO oslo_db.sqlalchemy.provision [req-8a4d43b8-596e-4035-97ef-e016261ad000 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wpvicdxbjx 2019-02-07 04:09:16.717 6477 INFO oslo_db.sqlalchemy.provision [req-8a4d43b8-596e-4035-97ef-e016261ad000 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_empty_vip [0.117747s] ... ok 2019-02-07 04:09:16.719 6477 INFO oslo_db.sqlalchemy.provision [req-8a4d43b8-596e-4035-97ef-e016261ad000 - - - - -] CREATE BACKEND sqlite:// TOKEN cytrsxtwkx 2019-02-07 04:09:16.835 6478 INFO oslo_db.sqlalchemy.provision [req-c0410a51-a6b3-49d9-8447-e1de51245cf8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:16.836 6478 INFO oslo_db.sqlalchemy.provision [req-c0410a51-a6b3-49d9-8447-e1de51245cf8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN llefertzuo 2019-02-07 04:09:16.837 6478 INFO oslo_db.sqlalchemy.provision [req-c0410a51-a6b3-49d9-8447-e1de51245cf8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_too_many_rules [8.393726s] ... ok 2019-02-07 04:09:16.839 6478 INFO oslo_db.sqlalchemy.provision [req-c0410a51-a6b3-49d9-8447-e1de51245cf8 - - - - -] CREATE BACKEND sqlite:// TOKEN nbbcffqczz 2019-02-07 04:09:16.860 6477 INFO octavia.common.config [req-8a4d43b8-596e-4035-97ef-e016261ad000 - - - - -] Logging enabled! 2019-02-07 04:09:16.860 6477 INFO octavia.common.config [req-8a4d43b8-596e-4035-97ef-e016261ad000 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:16.882 6477 WARNING octavia.api.root_controller [req-8a4d43b8-596e-4035-97ef-e016261ad000 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:16.900 6477 INFO oslo_db.sqlalchemy.provision [req-a1afafd5-a0a5-4c54-889d-bf9153bdc3ce - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:16.902 6477 INFO oslo_db.sqlalchemy.provision [req-a1afafd5-a0a5-4c54-889d-bf9153bdc3ce - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cytrsxtwkx 2019-02-07 04:09:16.902 6477 INFO oslo_db.sqlalchemy.provision [req-a1afafd5-a0a5-4c54-889d-bf9153bdc3ce - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_invalid_vip_network_subnet [0.185206s] ... ok 2019-02-07 04:09:16.912 6478 INFO octavia.common.config [req-c0410a51-a6b3-49d9-8447-e1de51245cf8 - - - - -] Logging enabled! 2019-02-07 04:09:16.912 6478 INFO octavia.common.config [req-c0410a51-a6b3-49d9-8447-e1de51245cf8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:16.910 6477 INFO oslo_db.sqlalchemy.provision [req-a1afafd5-a0a5-4c54-889d-bf9153bdc3ce - - - - -] CREATE BACKEND sqlite:// TOKEN rgxhtqsvxx 2019-02-07 04:09:16.934 6478 WARNING octavia.api.root_controller [req-c0410a51-a6b3-49d9-8447-e1de51245cf8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:16.945 6478 INFO octavia.api.v1.controllers.load_balancer [req-8c8e3fbf-e0de-4b4c-a798-f887bf2ea062 - - - - -] Sending created Load Balancer 32f9f90a-728c-4739-b647-482b10d33e71 to the handler 2019-02-07 04:09:16.980 6477 INFO octavia.common.config [req-a1afafd5-a0a5-4c54-889d-bf9153bdc3ce - - - - -] Logging enabled! 2019-02-07 04:09:16.980 6477 INFO octavia.common.config [req-a1afafd5-a0a5-4c54-889d-bf9153bdc3ce - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:17.002 6477 WARNING octavia.api.root_controller [req-a1afafd5-a0a5-4c54-889d-bf9153bdc3ce - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:17.019 6477 INFO oslo_db.sqlalchemy.provision [req-b50ba8d9-98cb-4925-aec9-d19fefd1e1ca - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:17.021 6477 INFO oslo_db.sqlalchemy.provision [req-b50ba8d9-98cb-4925-aec9-d19fefd1e1ca - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rgxhtqsvxx 2019-02-07 04:09:17.021 6477 INFO oslo_db.sqlalchemy.provision [req-b50ba8d9-98cb-4925-aec9-d19fefd1e1ca - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_invalid_vip_subnet [0.119197s] ... ok 2019-02-07 04:09:17.024 6477 INFO oslo_db.sqlalchemy.provision [req-b50ba8d9-98cb-4925-aec9-d19fefd1e1ca - - - - -] CREATE BACKEND sqlite:// TOKEN depemferkh 2019-02-07 04:09:17.019 6478 INFO octavia.api.v1.controllers.listener [req-a7bcf0ed-5d7c-4a87-b336-71dab5e51b90 - - - - -] Sending Creation of Listener 751f7fcd-af99-4795-90a8-e38fff0c930d to handler 2019-02-07 04:09:17.100 6477 INFO octavia.common.config [req-b50ba8d9-98cb-4925-aec9-d19fefd1e1ca - - - - -] Logging enabled! 2019-02-07 04:09:17.100 6477 INFO octavia.common.config [req-b50ba8d9-98cb-4925-aec9-d19fefd1e1ca - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:17.122 6477 WARNING octavia.api.root_controller [req-b50ba8d9-98cb-4925-aec9-d19fefd1e1ca - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:17.140 6477 INFO oslo_db.sqlalchemy.provision [req-16d2f2d0-43cc-4b93-8ad8-e405fa38739e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:17.141 6477 INFO oslo_db.sqlalchemy.provision [req-16d2f2d0-43cc-4b93-8ad8-e405fa38739e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN depemferkh 2019-02-07 04:09:17.142 6477 INFO oslo_db.sqlalchemy.provision [req-16d2f2d0-43cc-4b93-8ad8-e405fa38739e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_long_name [0.120162s] ... ok 2019-02-07 04:09:17.144 6477 INFO oslo_db.sqlalchemy.provision [req-16d2f2d0-43cc-4b93-8ad8-e405fa38739e - - - - -] CREATE BACKEND sqlite:// TOKEN mpiahdlapd 2019-02-07 04:09:17.122 6478 INFO octavia.api.v1.controllers.l7policy [req-7101017a-e0a6-49c2-895f-0f41fd2eba2c - - - - -] Sending Creation of L7Policy f7a8ea8b-1eb4-4bad-8a29-a6de59bc92b8 to handler 2019-02-07 04:09:17.219 6477 INFO octavia.common.config [req-16d2f2d0-43cc-4b93-8ad8-e405fa38739e - - - - -] Logging enabled! 2019-02-07 04:09:17.220 6477 INFO octavia.common.config [req-16d2f2d0-43cc-4b93-8ad8-e405fa38739e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:17.225 6478 INFO octavia.api.v1.controllers.l7rule [req-1c899198-2662-431e-a391-f19dbae8cd07 - - - - -] Sending Creation of L7Rule 4696227f-0d27-4f4d-81ed-f300d7756a99 to handler 2019-02-07 04:09:17.242 6477 WARNING octavia.api.root_controller [req-16d2f2d0-43cc-4b93-8ad8-e405fa38739e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:17.251 6477 INFO octavia.api.v1.controllers.load_balancer [req-c8e454a7-5a53-4ef4-abaa-1c7b2b9ba355 - - - - -] Sending created Load Balancer 1abd47a2-22c8-4250-bea1-d1a8e6974ed6 to the handler 2019-02-07 04:09:17.310 6478 INFO octavia.api.v1.controllers.load_balancer [req-075b725d-570f-426d-ad00-1aa67c6084f4 - - - - -] Sending updated Load Balancer 32f9f90a-728c-4739-b647-482b10d33e71 to the handler 2019-02-07 04:09:17.334 6477 INFO oslo_db.sqlalchemy.provision [req-22b8f883-8c03-43e3-9ee9-f66d3fabf688 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:17.335 6477 INFO oslo_db.sqlalchemy.provision [req-22b8f883-8c03-43e3-9ee9-f66d3fabf688 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mpiahdlapd 2019-02-07 04:09:17.336 6477 INFO oslo_db.sqlalchemy.provision [req-22b8f883-8c03-43e3-9ee9-f66d3fabf688 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_vip_full [0.193858s] ... ok 2019-02-07 04:09:17.338 6477 INFO oslo_db.sqlalchemy.provision [req-22b8f883-8c03-43e3-9ee9-f66d3fabf688 - - - - -] CREATE BACKEND sqlite:// TOKEN gbxaucolwu 2019-02-07 04:09:17.344 6478 INFO octavia.api.v1.controllers.l7rule [req-b52d6d26-c73e-40c8-9f8c-aa7f8a31d8b3 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:17.365 6478 INFO oslo_db.sqlalchemy.provision [req-b52d6d26-c73e-40c8-9f8c-aa7f8a31d8b3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:17.367 6478 INFO oslo_db.sqlalchemy.provision [req-b52d6d26-c73e-40c8-9f8c-aa7f8a31d8b3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nbbcffqczz 2019-02-07 04:09:17.367 6478 INFO oslo_db.sqlalchemy.provision [req-b52d6d26-c73e-40c8-9f8c-aa7f8a31d8b3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_when_lb_pending_update [0.529932s] ... ok 2019-02-07 04:09:17.370 6478 INFO oslo_db.sqlalchemy.provision [req-b52d6d26-c73e-40c8-9f8c-aa7f8a31d8b3 - - - - -] CREATE BACKEND sqlite:// TOKEN pwildlyhwp 2019-02-07 04:09:17.413 6477 INFO octavia.common.config [req-22b8f883-8c03-43e3-9ee9-f66d3fabf688 - - - - -] Logging enabled! 2019-02-07 04:09:17.413 6477 INFO octavia.common.config [req-22b8f883-8c03-43e3-9ee9-f66d3fabf688 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:17.435 6477 WARNING octavia.api.root_controller [req-22b8f883-8c03-43e3-9ee9-f66d3fabf688 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:17.450 6477 INFO oslo_db.sqlalchemy.provision [req-edac2460-9dd1-41a2-8196-534d5ff7674f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:17.452 6477 INFO oslo_db.sqlalchemy.provision [req-edac2460-9dd1-41a2-8196-534d5ff7674f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gbxaucolwu 2019-02-07 04:09:17.452 6477 INFO oslo_db.sqlalchemy.provision [req-edac2460-9dd1-41a2-8196-534d5ff7674f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_has_no_subnet [0.116236s] ... ok 2019-02-07 04:09:17.463 6477 INFO oslo_db.sqlalchemy.provision [req-edac2460-9dd1-41a2-8196-534d5ff7674f - - - - -] CREATE BACKEND sqlite:// TOKEN pmnevtxbnj 2019-02-07 04:09:17.444 6478 INFO octavia.common.config [req-b52d6d26-c73e-40c8-9f8c-aa7f8a31d8b3 - - - - -] Logging enabled! 2019-02-07 04:09:17.444 6478 INFO octavia.common.config [req-b52d6d26-c73e-40c8-9f8c-aa7f8a31d8b3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:17.464 6478 WARNING octavia.api.root_controller [req-b52d6d26-c73e-40c8-9f8c-aa7f8a31d8b3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:17.477 6478 INFO octavia.api.v1.controllers.load_balancer [req-a68457cc-6778-43fa-bcd6-ca697adc0f2f - - - - -] Sending created Load Balancer 44820003-b112-49e1-9014-2fc64d43f792 to the handler 2019-02-07 04:09:17.533 6477 INFO octavia.common.config [req-edac2460-9dd1-41a2-8196-534d5ff7674f - - - - -] Logging enabled! 2019-02-07 04:09:17.534 6477 INFO octavia.common.config [req-edac2460-9dd1-41a2-8196-534d5ff7674f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:17.552 6478 INFO octavia.api.v1.controllers.listener [req-2e3153d9-4953-455b-857f-82dfaba4cc50 - - - - -] Sending Creation of Listener 25c07fa3-a821-47ac-a1a3-8bf20b3449f7 to handler 2019-02-07 04:09:17.556 6477 WARNING octavia.api.root_controller [req-edac2460-9dd1-41a2-8196-534d5ff7674f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:17.565 6477 INFO octavia.api.v1.controllers.load_balancer [req-2da78292-85f4-4ff7-b9cd-625ba466f0c0 - - - - -] Sending created Load Balancer 5b31d9cb-e6e5-48f9-856c-c986eb268772 to the handler 2019-02-07 04:09:17.643 6477 INFO oslo_db.sqlalchemy.provision [req-1f38bdf3-47f5-41fd-a454-f231a8cf3ac2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:17.644 6477 INFO oslo_db.sqlalchemy.provision [req-1f38bdf3-47f5-41fd-a454-f231a8cf3ac2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pmnevtxbnj 2019-02-07 04:09:17.644 6477 INFO oslo_db.sqlalchemy.provision [req-1f38bdf3-47f5-41fd-a454-f231a8cf3ac2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_picks_subnet_ipv4 [0.195072s] ... ok 2019-02-07 04:09:17.650 6477 INFO oslo_db.sqlalchemy.provision [req-1f38bdf3-47f5-41fd-a454-f231a8cf3ac2 - - - - -] CREATE BACKEND sqlite:// TOKEN cigqkiieqc 2019-02-07 04:09:17.655 6478 INFO octavia.api.v1.controllers.l7policy [req-deb46f9b-8a87-4d61-a9ff-d9a542167886 - - - - -] Sending Creation of L7Policy f4dad8dc-5f8a-4e73-907b-43645f92aeec to handler 2019-02-07 04:09:17.721 6477 INFO octavia.common.config [req-1f38bdf3-47f5-41fd-a454-f231a8cf3ac2 - - - - -] Logging enabled! 2019-02-07 04:09:17.721 6477 INFO octavia.common.config [req-1f38bdf3-47f5-41fd-a454-f231a8cf3ac2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:17.743 6477 WARNING octavia.api.root_controller [req-1f38bdf3-47f5-41fd-a454-f231a8cf3ac2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:17.755 6477 INFO octavia.api.v1.controllers.load_balancer [req-13d86e7d-d472-424e-b8bb-319c048d6bcf - - - - -] Sending created Load Balancer 72327577-54ce-47d8-b0b5-cc710f44276a to the handler 2019-02-07 04:09:17.821 6477 INFO octavia.api.v1.controllers.load_balancer [req-59b8cc00-2725-4b5c-85bf-8c1c834408a1 - - - - -] Sending deleted Load Balancer 72327577-54ce-47d8-b0b5-cc710f44276a to the handler 2019-02-07 04:09:17.832 6477 INFO octavia.api.v1.controllers.load_balancer [req-d3209932-6625-486d-9c10-e791e5fd6ba4 - - - - -] Load Balancer 72327577-54ce-47d8-b0b5-cc710f44276a is immutable. 2019-02-07 04:09:17.833 6478 INFO octavia.api.v1.controllers.l7rule [req-ebc8cd7a-9a91-4181-8c8f-66839907ab69 - - - - -] Sending Creation of L7Rule 3ff56453-55b2-43dc-a765-4d2a95e7d7e1 to handler 2019-02-07 04:09:17.852 6477 INFO oslo_db.sqlalchemy.provision [req-d3209932-6625-486d-9c10-e791e5fd6ba4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:17.854 6477 INFO oslo_db.sqlalchemy.provision [req-d3209932-6625-486d-9c10-e791e5fd6ba4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cigqkiieqc 2019-02-07 04:09:17.854 6477 INFO oslo_db.sqlalchemy.provision [req-d3209932-6625-486d-9c10-e791e5fd6ba4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_pending_delete [0.210645s] ... ok 2019-02-07 04:09:17.861 6477 INFO oslo_db.sqlalchemy.provision [req-d3209932-6625-486d-9c10-e791e5fd6ba4 - - - - -] CREATE BACKEND sqlite:// TOKEN qtnuwqhese 2019-02-07 04:09:17.897 6478 INFO oslo_db.sqlalchemy.provision [req-b5a08822-04a9-4625-8aa8-cde703350aac - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:17.898 6478 INFO oslo_db.sqlalchemy.provision [req-b5a08822-04a9-4625-8aa8-cde703350aac - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pwildlyhwp 2019-02-07 04:09:17.898 6478 INFO oslo_db.sqlalchemy.provision [req-b5a08822-04a9-4625-8aa8-cde703350aac - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_with_bad_handler [0.531387s] ... ok 2019-02-07 04:09:17.901 6478 INFO oslo_db.sqlalchemy.provision [req-b5a08822-04a9-4625-8aa8-cde703350aac - - - - -] CREATE BACKEND sqlite:// TOKEN hfvyryhosj 2019-02-07 04:09:17.938 6477 INFO octavia.common.config [req-d3209932-6625-486d-9c10-e791e5fd6ba4 - - - - -] Logging enabled! 2019-02-07 04:09:17.938 6477 INFO octavia.common.config [req-d3209932-6625-486d-9c10-e791e5fd6ba4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:17.961 6477 WARNING octavia.api.root_controller [req-d3209932-6625-486d-9c10-e791e5fd6ba4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:17.970 6477 INFO octavia.api.v1.controllers.load_balancer [req-da6a07d0-e6c8-4e9d-ad98-36117c00a13e - - - - -] Sending created Load Balancer ab632497-8069-46c5-baf6-4278f03ee6f8 to the handler 2019-02-07 04:09:17.985 6478 INFO octavia.common.config [req-b5a08822-04a9-4625-8aa8-cde703350aac - - - - -] Logging enabled! 2019-02-07 04:09:17.986 6478 INFO octavia.common.config [req-b5a08822-04a9-4625-8aa8-cde703350aac - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:18.014 6478 WARNING octavia.api.root_controller [req-b5a08822-04a9-4625-8aa8-cde703350aac - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:18.025 6478 INFO octavia.api.v1.controllers.load_balancer [req-ce2f2e57-579a-48fc-bfc4-b3467a970278 - - - - -] Sending created Load Balancer 3901eb45-9bb8-4a09-aa06-13fe7cc4eb4d to the handler 2019-02-07 04:09:18.046 6477 INFO octavia.api.v1.controllers.load_balancer [req-2cb91bc2-3453-49e3-a5a1-e111f016ed2c - - - - -] Sending updated Load Balancer ab632497-8069-46c5-baf6-4278f03ee6f8 to the handler 2019-02-07 04:09:18.063 6477 INFO octavia.api.v1.controllers.load_balancer [req-255df16f-c39a-4d55-adc9-50a0af63f8d7 - - - - -] Load Balancer ab632497-8069-46c5-baf6-4278f03ee6f8 is immutable. 2019-02-07 04:09:18.081 6477 INFO oslo_db.sqlalchemy.provision [req-255df16f-c39a-4d55-adc9-50a0af63f8d7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:18.083 6477 INFO oslo_db.sqlalchemy.provision [req-255df16f-c39a-4d55-adc9-50a0af63f8d7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qtnuwqhese 2019-02-07 04:09:18.083 6477 INFO oslo_db.sqlalchemy.provision [req-255df16f-c39a-4d55-adc9-50a0af63f8d7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_pending_update [0.224939s] ... ok 2019-02-07 04:09:18.091 6477 INFO oslo_db.sqlalchemy.provision [req-255df16f-c39a-4d55-adc9-50a0af63f8d7 - - - - -] CREATE BACKEND sqlite:// TOKEN sprjxymraw 2019-02-07 04:09:18.113 6478 INFO octavia.api.v1.controllers.listener [req-5f613149-44b2-43c2-a44a-f99cc455b677 - - - - -] Sending Creation of Listener 7b2dcedd-86cd-4767-8aaa-71374f10dfbe to handler 2019-02-07 04:09:18.162 6477 INFO octavia.common.config [req-255df16f-c39a-4d55-adc9-50a0af63f8d7 - - - - -] Logging enabled! 2019-02-07 04:09:18.162 6477 INFO octavia.common.config [req-255df16f-c39a-4d55-adc9-50a0af63f8d7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:18.184 6477 WARNING octavia.api.root_controller [req-255df16f-c39a-4d55-adc9-50a0af63f8d7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:18.196 6477 INFO octavia.api.v1.controllers.load_balancer [req-1ba15a99-1e88-4c94-9d2f-c4cb323dd0a8 - - - - -] Sending created Load Balancer 1a1f685f-525d-41ad-9519-43015be9ada7 to the handler 2019-02-07 04:09:18.250 6478 INFO octavia.api.v1.controllers.l7policy [req-b9d9295e-51e5-4941-bb30-88d348571426 - - - - -] Sending Creation of L7Policy c08b8e15-08f1-45c4-8cbb-f3be49250ee6 to handler 2019-02-07 04:09:18.268 6477 INFO octavia.api.v1.controllers.load_balancer [req-57b434fa-aa9c-4782-b670-e68658d1af1d - - - - -] Sending deleted Load Balancer 1a1f685f-525d-41ad-9519-43015be9ada7 to the handler 2019-02-07 04:09:18.282 6477 INFO oslo_db.sqlalchemy.provision [req-57b434fa-aa9c-4782-b670-e68658d1af1d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:18.283 6477 INFO oslo_db.sqlalchemy.provision [req-57b434fa-aa9c-4782-b670-e68658d1af1d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sprjxymraw 2019-02-07 04:09:18.284 6477 INFO oslo_db.sqlalchemy.provision [req-57b434fa-aa9c-4782-b670-e68658d1af1d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_with_error_status [0.200229s] ... ok 2019-02-07 04:09:18.367 6478 INFO octavia.api.v1.controllers.l7rule [req-6af7ae86-a3d1-404a-a26a-45335355fe93 - - - - -] Sending Creation of L7Rule ad842f86-5fb3-4cd4-8034-c1fbe2a45d10 to handler 2019-02-07 04:09:18.437 6477 INFO oslo_db.sqlalchemy.provision [req-57b434fa-aa9c-4782-b670-e68658d1af1d - - - - -] CREATE BACKEND sqlite:// TOKEN xcjtiamikx 2019-02-07 04:09:18.480 6478 INFO oslo_db.sqlalchemy.provision [req-41dfa410-1e1e-46c3-996f-83da5d9ff4c0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:18.481 6478 INFO oslo_db.sqlalchemy.provision [req-41dfa410-1e1e-46c3-996f-83da5d9ff4c0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hfvyryhosj 2019-02-07 04:09:18.482 6478 INFO oslo_db.sqlalchemy.provision [req-41dfa410-1e1e-46c3-996f-83da5d9ff4c0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_create_with_duplicate_id [0.583310s] ... ok 2019-02-07 04:09:18.485 6478 INFO oslo_db.sqlalchemy.provision [req-41dfa410-1e1e-46c3-996f-83da5d9ff4c0 - - - - -] CREATE BACKEND sqlite:// TOKEN epghilxgbl 2019-02-07 04:09:18.512 6477 INFO octavia.common.config [req-57b434fa-aa9c-4782-b670-e68658d1af1d - - - - -] Logging enabled! 2019-02-07 04:09:18.512 6477 INFO octavia.common.config [req-57b434fa-aa9c-4782-b670-e68658d1af1d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:18.535 6477 WARNING octavia.api.root_controller [req-57b434fa-aa9c-4782-b670-e68658d1af1d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:18.548 6477 INFO octavia.api.v1.controllers.load_balancer [req-597c6473-9452-4828-ad3a-af20dcdc60b0 - - - - -] Sending created Load Balancer fae3eba0-c372-425e-8d14-ae30e19213be to the handler 2019-02-07 04:09:18.551 6478 INFO octavia.common.config [req-41dfa410-1e1e-46c3-996f-83da5d9ff4c0 - - - - -] Logging enabled! 2019-02-07 04:09:18.551 6478 INFO octavia.common.config [req-41dfa410-1e1e-46c3-996f-83da5d9ff4c0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:18.573 6477 INFO oslo_db.sqlalchemy.provision [req-9004991f-c527-46b2-9225-40dd2691d1ea - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:18.575 6477 INFO oslo_db.sqlalchemy.provision [req-9004991f-c527-46b2-9225-40dd2691d1ea - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xcjtiamikx 2019-02-07 04:09:18.575 6477 INFO oslo_db.sqlalchemy.provision [req-9004991f-c527-46b2-9225-40dd2691d1ea - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-02-07 04:09:18.571 6478 WARNING octavia.api.root_controller [req-41dfa410-1e1e-46c3-996f-83da5d9ff4c0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:18.580 6478 INFO octavia.api.v1.controllers.load_balancer [req-3427df3a-0494-4d5f-ae36-c03e6a3dd8fe - - - - -] Sending created Load Balancer 70135717-6886-4120-94d1-6020ff97a3c3 to the handler {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_get [0.291041s] ... ok 2019-02-07 04:09:18.578 6477 INFO oslo_db.sqlalchemy.provision [req-9004991f-c527-46b2-9225-40dd2691d1ea - - - - -] CREATE BACKEND sqlite:// TOKEN msvbwsyxvc 2019-02-07 04:09:18.651 6477 INFO octavia.common.config [req-9004991f-c527-46b2-9225-40dd2691d1ea - - - - -] Logging enabled! 2019-02-07 04:09:18.651 6477 INFO octavia.common.config [req-9004991f-c527-46b2-9225-40dd2691d1ea - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:18.664 6478 INFO octavia.api.v1.controllers.listener [req-9250d73b-2f20-4d3c-8b51-090e33d23a0d - - - - -] Sending Creation of Listener 6b39b75e-9bf5-4600-98cc-e805d731c1ef to handler 2019-02-07 04:09:18.671 6477 WARNING octavia.api.root_controller [req-9004991f-c527-46b2-9225-40dd2691d1ea - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:18.682 6477 INFO octavia.api.v1.controllers.load_balancer [req-e0e193e2-8a2f-4ee8-a6d3-4d53c7e07796 - - - - -] Sending created Load Balancer a71ce4a5-dd0f-44ee-9492-2e6a65f9d1be to the handler 2019-02-07 04:09:18.690 6477 INFO octavia.api.v1.controllers.load_balancer [req-dbb7ae49-8702-4474-8e41-79ba3a8598ed - - - - -] Sending created Load Balancer bc74fbda-73b5-4982-8625-471653d1180c to the handler 2019-02-07 04:09:18.699 6477 INFO octavia.api.v1.controllers.load_balancer [req-83346344-afe3-4525-9da0-9b5e0db6bc2e - - - - -] Sending created Load Balancer ee1f1933-c602-4da4-be93-0e1d84ff1f7b to the handler 2019-02-07 04:09:18.778 6478 INFO octavia.api.v1.controllers.l7policy [req-99e28a01-85ae-45ee-9e70-e76b9c99f2dc - - - - -] Sending Creation of L7Policy b11e9aef-04c4-451c-ba0c-a0c87aa193bb to handler 2019-02-07 04:09:18.837 6477 INFO oslo_db.sqlalchemy.provision [req-3a524e39-eef3-4b62-aac9-797a6b26a7c6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:18.838 6477 INFO oslo_db.sqlalchemy.provision [req-3a524e39-eef3-4b62-aac9-797a6b26a7c6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN msvbwsyxvc 2019-02-07 04:09:18.838 6477 INFO oslo_db.sqlalchemy.provision [req-3a524e39-eef3-4b62-aac9-797a6b26a7c6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_get_all [0.263455s] ... ok 2019-02-07 04:09:18.841 6477 INFO oslo_db.sqlalchemy.provision [req-3a524e39-eef3-4b62-aac9-797a6b26a7c6 - - - - -] CREATE BACKEND sqlite:// TOKEN xuabmffzkm 2019-02-07 04:09:18.886 6478 INFO octavia.api.v1.controllers.l7rule [req-ce76d6ee-14e3-4332-9591-2b1e58294d09 - - - - -] Sending Creation of L7Rule f3abecf3-a95c-485a-9506-41da0c09899a to handler 2019-02-07 04:09:18.909 6477 INFO octavia.common.config [req-3a524e39-eef3-4b62-aac9-797a6b26a7c6 - - - - -] Logging enabled! 2019-02-07 04:09:18.909 6477 INFO octavia.common.config [req-3a524e39-eef3-4b62-aac9-797a6b26a7c6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:18.929 6477 WARNING octavia.api.root_controller [req-3a524e39-eef3-4b62-aac9-797a6b26a7c6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:18.934 6477 ERROR octavia.api.v1.controllers.base [req-54819603-64f6-49d1-a0dc-02f2f7233367 - - - - -] Load Balancer SEAN-CONNERY not found: None 2019-02-07 04:09:18.934 6477 ERROR octavia.api.v1.controllers.base None 2019-02-07 04:09:18.934 6477 ERROR octavia.api.v1.controllers.base 2019-02-07 04:09:18.945 6477 INFO oslo_db.sqlalchemy.provision [req-54819603-64f6-49d1-a0dc-02f2f7233367 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:18.946 6477 INFO oslo_db.sqlalchemy.provision [req-54819603-64f6-49d1-a0dc-02f2f7233367 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xuabmffzkm 2019-02-07 04:09:18.947 6477 INFO oslo_db.sqlalchemy.provision [req-54819603-64f6-49d1-a0dc-02f2f7233367 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_get_bad_lb_id [0.107952s] ... ok 2019-02-07 04:09:18.949 6477 INFO oslo_db.sqlalchemy.provision [req-54819603-64f6-49d1-a0dc-02f2f7233367 - - - - -] CREATE BACKEND sqlite:// TOKEN poybizbaoi 2019-02-07 04:09:18.980 6478 INFO octavia.api.v1.controllers.load_balancer [req-5a05283a-9417-4d1b-8bef-7363b30fc6ab - - - - -] Sending deleted Load Balancer 70135717-6886-4120-94d1-6020ff97a3c3 to the handler 2019-02-07 04:09:19.003 6478 INFO octavia.api.v1.controllers.l7rule [req-700c191c-ae24-49b9-bd3b-d3e09aebe56b - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:19.023 6478 INFO oslo_db.sqlalchemy.provision [req-700c191c-ae24-49b9-bd3b-d3e09aebe56b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:19.025 6478 INFO oslo_db.sqlalchemy.provision [req-700c191c-ae24-49b9-bd3b-d3e09aebe56b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN epghilxgbl 2019-02-07 04:09:19.025 6478 INFO oslo_db.sqlalchemy.provision [req-700c191c-ae24-49b9-bd3b-d3e09aebe56b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_delete_when_lb_pending_delete [0.542861s] ... ok 2019-02-07 04:09:19.028 6478 INFO oslo_db.sqlalchemy.provision [req-700c191c-ae24-49b9-bd3b-d3e09aebe56b - - - - -] CREATE BACKEND sqlite:// TOKEN pkyqcogbzw 2019-02-07 04:09:19.018 6477 INFO octavia.common.config [req-54819603-64f6-49d1-a0dc-02f2f7233367 - - - - -] Logging enabled! 2019-02-07 04:09:19.018 6477 INFO octavia.common.config [req-54819603-64f6-49d1-a0dc-02f2f7233367 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:19.038 6477 WARNING octavia.api.root_controller [req-54819603-64f6-49d1-a0dc-02f2f7233367 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:19.048 6477 INFO octavia.api.v1.controllers.load_balancer [req-46e92bc0-9283-4a4a-bf13-5e3e1f3ddad5 - - - - -] Sending created Load Balancer 08a9853a-8feb-4335-a7c0-648a6d6753fc to the handler 2019-02-07 04:09:19.107 6478 INFO octavia.common.config [req-700c191c-ae24-49b9-bd3b-d3e09aebe56b - - - - -] Logging enabled! 2019-02-07 04:09:19.107 6478 INFO octavia.common.config [req-700c191c-ae24-49b9-bd3b-d3e09aebe56b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:19.112 6477 INFO octavia.api.v1.controllers.load_balancer [req-df948261-bd15-4dfd-9e03-bb4aafd95c97 - - - - -] Sending deleted Load Balancer 08a9853a-8feb-4335-a7c0-648a6d6753fc to the handler 2019-02-07 04:09:19.123 6477 INFO octavia.api.v1.controllers.load_balancer [req-63a68bde-1521-4386-8f76-68e56894eed4 - - - - -] Load Balancer 08a9853a-8feb-4335-a7c0-648a6d6753fc is immutable. 2019-02-07 04:09:19.130 6478 WARNING octavia.api.root_controller [req-700c191c-ae24-49b9-bd3b-d3e09aebe56b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:19.139 6477 INFO oslo_db.sqlalchemy.provision [req-63a68bde-1521-4386-8f76-68e56894eed4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:19.141 6477 INFO oslo_db.sqlalchemy.provision [req-63a68bde-1521-4386-8f76-68e56894eed4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN poybizbaoi 2019-02-07 04:09:19.141 6477 INFO oslo_db.sqlalchemy.provision [req-63a68bde-1521-4386-8f76-68e56894eed4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update_pending_delete [0.194201s] ... ok 2019-02-07 04:09:19.143 6478 INFO octavia.api.v1.controllers.load_balancer [req-803c3646-835e-448f-bf70-748818cd11d8 - - - - -] Sending created Load Balancer fcf4c729-e853-4b87-9ab5-fcde71b7de64 to the handler 2019-02-07 04:09:19.144 6477 INFO oslo_db.sqlalchemy.provision [req-63a68bde-1521-4386-8f76-68e56894eed4 - - - - -] CREATE BACKEND sqlite:// TOKEN nfpipdhpvj 2019-02-07 04:09:19.212 6477 INFO octavia.common.config [req-63a68bde-1521-4386-8f76-68e56894eed4 - - - - -] Logging enabled! 2019-02-07 04:09:19.213 6477 INFO octavia.common.config [req-63a68bde-1521-4386-8f76-68e56894eed4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:19.235 6477 WARNING octavia.api.root_controller [req-63a68bde-1521-4386-8f76-68e56894eed4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:19.244 6477 INFO octavia.api.v1.controllers.load_balancer [req-e1ee425a-9ff3-4b81-a204-993261835c2d - - - - -] Sending created Load Balancer 0552b63d-a6ea-4cb6-aafd-83982a68c2e9 to the handler 2019-02-07 04:09:19.288 6478 INFO octavia.api.v1.controllers.listener [req-67ebb83a-c8f0-439e-8d04-541343ffb56b - - - - -] Sending Creation of Listener a4d4c707-db6e-4cbc-a183-dbcaf09463b7 to handler 2019-02-07 04:09:19.316 6477 INFO oslo_db.sqlalchemy.provision [req-e0be90bb-566f-42d4-8c08-96209bb1bd2c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:19.317 6477 INFO oslo_db.sqlalchemy.provision [req-e0be90bb-566f-42d4-8c08-96209bb1bd2c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nfpipdhpvj 2019-02-07 04:09:19.317 6477 INFO oslo_db.sqlalchemy.provision [req-e0be90bb-566f-42d4-8c08-96209bb1bd2c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update_with_vip [0.176444s] ... ok 2019-02-07 04:09:19.321 6477 INFO oslo_db.sqlalchemy.provision [req-e0be90bb-566f-42d4-8c08-96209bb1bd2c - - - - -] CREATE BACKEND sqlite:// TOKEN aiulnsuvov 2019-02-07 04:09:19.394 6478 INFO octavia.api.v1.controllers.l7policy [req-5ca489b6-4e19-4cba-bd28-510563333f72 - - - - -] Sending Creation of L7Policy 2eacd666-bd36-43a6-a2ab-1e86d69088da to handler 2019-02-07 04:09:19.394 6477 INFO octavia.common.config [req-e0be90bb-566f-42d4-8c08-96209bb1bd2c - - - - -] Logging enabled! 2019-02-07 04:09:19.395 6477 INFO octavia.common.config [req-e0be90bb-566f-42d4-8c08-96209bb1bd2c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:19.418 6477 WARNING octavia.api.root_controller [req-e0be90bb-566f-42d4-8c08-96209bb1bd2c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:19.423 6477 ERROR wsme.api [req-6355c17b-aaf7-49c0-9bca-2a5fa39c5995 - - - - -] 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.4/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.4/octavia/api/v1/controllers/load_balancer.py", line 173, in post load_balancer) File "/builddir/build/BUILD/octavia-2.0.4/octavia/api/v1/controllers/load_balancer.py", line 92, in _create_load_balancer_graph_db session, lock_session, prepped_lb) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1118, in _mock_call raise effect Exception: I am a DB Error : Exception: I am a DB Error 2019-02-07 04:09:19.449 6477 INFO oslo_db.sqlalchemy.provision [req-6355c17b-aaf7-49c0-9bca-2a5fa39c5995 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:19.451 6477 INFO oslo_db.sqlalchemy.provision [req-6355c17b-aaf7-49c0-9bca-2a5fa39c5995 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aiulnsuvov 2019-02-07 04:09:19.451 6477 INFO oslo_db.sqlalchemy.provision [req-6355c17b-aaf7-49c0-9bca-2a5fa39c5995 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_db_create_failure [0.133318s] ... ok 2019-02-07 04:09:19.454 6477 INFO oslo_db.sqlalchemy.provision [req-6355c17b-aaf7-49c0-9bca-2a5fa39c5995 - - - - -] CREATE BACKEND sqlite:// TOKEN vkgremkdhb 2019-02-07 04:09:19.527 6477 INFO octavia.common.config [req-6355c17b-aaf7-49c0-9bca-2a5fa39c5995 - - - - -] Logging enabled! 2019-02-07 04:09:19.528 6477 INFO octavia.common.config [req-6355c17b-aaf7-49c0-9bca-2a5fa39c5995 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:19.544 6478 INFO octavia.api.v1.controllers.l7rule [req-8aa7c23b-6edb-46db-9e94-0e60319196ce - - - - -] Sending Creation of L7Rule a4fc4bd6-cb42-44b1-b2f8-e590c51e7f1f to handler 2019-02-07 04:09:19.550 6477 WARNING octavia.api.root_controller [req-6355c17b-aaf7-49c0-9bca-2a5fa39c5995 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:19.629 6477 INFO octavia.api.v1.controllers.load_balancer [req-ea60d455-c4bb-4b36-836c-a16d11ea1328 - - - - -] Sending full load balancer configuration 2691e126-9850-4514-8d56-ac0bfa3b9269 to the handler 2019-02-07 04:09:19.641 6478 INFO octavia.api.v1.controllers.load_balancer [req-7875c409-cbe6-4ab7-b3fb-47020ec97213 - - - - -] Sending updated Load Balancer fcf4c729-e853-4b87-9ab5-fcde71b7de64 to the handler 2019-02-07 04:09:19.646 6477 INFO oslo_db.sqlalchemy.provision [req-ea60d455-c4bb-4b36-836c-a16d11ea1328 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:19.647 6477 INFO oslo_db.sqlalchemy.provision [req-ea60d455-c4bb-4b36-836c-a16d11ea1328 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vkgremkdhb 2019-02-07 04:09:19.647 6477 INFO oslo_db.sqlalchemy.provision [req-ea60d455-c4bb-4b36-836c-a16d11ea1328 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_l7policies_redirect_pools_no_rules [0.196174s] ... ok 2019-02-07 04:09:19.650 6477 INFO oslo_db.sqlalchemy.provision [req-ea60d455-c4bb-4b36-836c-a16d11ea1328 - - - - -] CREATE BACKEND sqlite:// TOKEN cmzuwgaoyg 2019-02-07 04:09:19.676 6478 INFO octavia.api.v1.controllers.l7rule [req-e1fb3fcc-b8ef-4aba-9122-b732a341216e - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:19.710 6478 INFO oslo_db.sqlalchemy.provision [req-e1fb3fcc-b8ef-4aba-9122-b732a341216e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:19.711 6478 INFO oslo_db.sqlalchemy.provision [req-e1fb3fcc-b8ef-4aba-9122-b732a341216e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pkyqcogbzw 2019-02-07 04:09:19.712 6478 INFO oslo_db.sqlalchemy.provision [req-e1fb3fcc-b8ef-4aba-9122-b732a341216e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_delete_when_lb_pending_update [0.686751s] ... ok 2019-02-07 04:09:19.714 6478 INFO oslo_db.sqlalchemy.provision [req-e1fb3fcc-b8ef-4aba-9122-b732a341216e - - - - -] CREATE BACKEND sqlite:// TOKEN edkpogymog 2019-02-07 04:09:19.724 6477 INFO octavia.common.config [req-ea60d455-c4bb-4b36-836c-a16d11ea1328 - - - - -] Logging enabled! 2019-02-07 04:09:19.725 6477 INFO octavia.common.config [req-ea60d455-c4bb-4b36-836c-a16d11ea1328 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:19.746 6477 WARNING octavia.api.root_controller [req-ea60d455-c4bb-4b36-836c-a16d11ea1328 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:19.765 6477 INFO oslo_db.sqlalchemy.provision [req-b6c2e430-57f3-4c09-bb10-b8d5f1833cc9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:19.766 6477 INFO oslo_db.sqlalchemy.provision [req-b6c2e430-57f3-4c09-bb10-b8d5f1833cc9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cmzuwgaoyg 2019-02-07 04:09:19.766 6477 INFO oslo_db.sqlalchemy.provision [req-b6c2e430-57f3-4c09-bb10-b8d5f1833cc9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_bad_rule [0.118888s] ... ok 2019-02-07 04:09:19.769 6477 INFO oslo_db.sqlalchemy.provision [req-b6c2e430-57f3-4c09-bb10-b8d5f1833cc9 - - - - -] CREATE BACKEND sqlite:// TOKEN bayhlnfztu 2019-02-07 04:09:19.807 6478 INFO octavia.common.config [req-e1fb3fcc-b8ef-4aba-9122-b732a341216e - - - - -] Logging enabled! 2019-02-07 04:09:19.813 6478 INFO octavia.common.config [req-e1fb3fcc-b8ef-4aba-9122-b732a341216e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:19.834 6478 WARNING octavia.api.root_controller [req-e1fb3fcc-b8ef-4aba-9122-b732a341216e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:19.851 6477 INFO octavia.common.config [req-b6c2e430-57f3-4c09-bb10-b8d5f1833cc9 - - - - -] Logging enabled! 2019-02-07 04:09:19.851 6477 INFO octavia.common.config [req-b6c2e430-57f3-4c09-bb10-b8d5f1833cc9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:19.845 6478 INFO octavia.api.v1.controllers.load_balancer [req-ca4f4814-af77-4d71-95a3-4a759a881fd6 - - - - -] Sending created Load Balancer fdd77457-88a7-4980-9aac-7a9e4c16fb63 to the handler 2019-02-07 04:09:19.879 6477 WARNING octavia.api.root_controller [req-b6c2e430-57f3-4c09-bb10-b8d5f1833cc9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:19.924 6478 INFO octavia.api.v1.controllers.listener [req-b8cc4078-d7b3-4a29-986c-8f65899b73a9 - - - - -] Sending Creation of Listener e74ddf07-1332-4fda-bb5c-c5640513a23a to handler 2019-02-07 04:09:19.946 6477 INFO octavia.api.v1.controllers.load_balancer [req-e3aeeeac-5785-474a-829a-0b4a6432a7bb - - - - -] Sending full load balancer configuration 4f7eb856-d636-462c-a5fd-2c4806f152e1 to the handler 2019-02-07 04:09:19.969 6477 INFO oslo_db.sqlalchemy.provision [req-e3aeeeac-5785-474a-829a-0b4a6432a7bb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:19.970 6477 INFO oslo_db.sqlalchemy.provision [req-e3aeeeac-5785-474a-829a-0b4a6432a7bb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bayhlnfztu 2019-02-07 04:09:19.971 6477 INFO oslo_db.sqlalchemy.provision [req-e3aeeeac-5785-474a-829a-0b4a6432a7bb - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_no_rule [0.203960s] ... ok 2019-02-07 04:09:19.973 6477 INFO oslo_db.sqlalchemy.provision [req-e3aeeeac-5785-474a-829a-0b4a6432a7bb - - - - -] CREATE BACKEND sqlite:// TOKEN ukakkpqloi 2019-02-07 04:09:20.041 6478 INFO octavia.api.v1.controllers.l7policy [req-d07a8ae0-d9be-4cbf-a8e1-0d2358bc0f30 - - - - -] Sending Creation of L7Policy 01a3e4c7-3166-420a-867e-43400038fa40 to handler 2019-02-07 04:09:20.062 6477 INFO octavia.common.config [req-e3aeeeac-5785-474a-829a-0b4a6432a7bb - - - - -] Logging enabled! 2019-02-07 04:09:20.063 6477 INFO octavia.common.config [req-e3aeeeac-5785-474a-829a-0b4a6432a7bb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:20.091 6477 WARNING octavia.api.root_controller [req-e3aeeeac-5785-474a-829a-0b4a6432a7bb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:20.151 6478 INFO octavia.api.v1.controllers.l7rule [req-aa7e0a7f-2b91-4b5f-8619-18c11674a585 - - - - -] Sending Creation of L7Rule dbe5d4a2-33ff-4b51-aff2-d37f6492ff27 to handler 2019-02-07 04:09:20.144 6477 INFO octavia.api.v1.controllers.load_balancer [req-966c8231-c67b-404b-b907-d187987677cd - - - - -] Sending full load balancer configuration a5287061-baa5-4241-9ee5-ceb116bb7808 to the handler 2019-02-07 04:09:20.159 6477 INFO oslo_db.sqlalchemy.provision [req-966c8231-c67b-404b-b907-d187987677cd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:20.161 6477 INFO oslo_db.sqlalchemy.provision [req-966c8231-c67b-404b-b907-d187987677cd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ukakkpqloi 2019-02-07 04:09:20.161 6477 INFO oslo_db.sqlalchemy.provision [req-966c8231-c67b-404b-b907-d187987677cd - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_member [0.190392s] ... ok 2019-02-07 04:09:20.164 6477 INFO oslo_db.sqlalchemy.provision [req-966c8231-c67b-404b-b907-d187987677cd - - - - -] CREATE BACKEND sqlite:// TOKEN kjdhxqnpyd 2019-02-07 04:09:20.236 6477 INFO octavia.common.config [req-966c8231-c67b-404b-b907-d187987677cd - - - - -] Logging enabled! 2019-02-07 04:09:20.237 6477 INFO octavia.common.config [req-966c8231-c67b-404b-b907-d187987677cd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:20.259 6477 WARNING octavia.api.root_controller [req-966c8231-c67b-404b-b907-d187987677cd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:20.296 6477 INFO octavia.api.v1.controllers.load_balancer [req-210d3660-bbb7-4781-8966-1300ad3ded37 - - - - -] Sending full load balancer configuration fe4134f9-cb2d-4f2d-af80-329798e07df9 to the handler 2019-02-07 04:09:20.311 6477 INFO oslo_db.sqlalchemy.provision [req-210d3660-bbb7-4781-8966-1300ad3ded37 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:20.312 6477 INFO oslo_db.sqlalchemy.provision [req-210d3660-bbb7-4781-8966-1300ad3ded37 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kjdhxqnpyd 2019-02-07 04:09:20.313 6477 INFO oslo_db.sqlalchemy.provision [req-210d3660-bbb7-4781-8966-1300ad3ded37 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_pool [0.151342s] ... ok 2019-02-07 04:09:20.313 6478 INFO octavia.api.v1.controllers.l7rule [req-b135d316-8109-4212-b222-5c5e7bc8dc07 - - - - -] Sending Deletion of L7Rule dbe5d4a2-33ff-4b51-aff2-d37f6492ff27 to handler 2019-02-07 04:09:20.320 6477 INFO oslo_db.sqlalchemy.provision [req-210d3660-bbb7-4781-8966-1300ad3ded37 - - - - -] CREATE BACKEND sqlite:// TOKEN pwhvodmjgg 2019-02-07 04:09:20.376 6478 INFO oslo_db.sqlalchemy.provision [req-649391f0-0738-4976-95ab-6eec8d5ae8ab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:20.378 6478 INFO oslo_db.sqlalchemy.provision [req-649391f0-0738-4976-95ab-6eec8d5ae8ab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN edkpogymog 2019-02-07 04:09:20.378 6478 INFO oslo_db.sqlalchemy.provision [req-649391f0-0738-4976-95ab-6eec8d5ae8ab - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_delete_with_bad_handler [0.666208s] ... ok 2019-02-07 04:09:20.381 6478 INFO oslo_db.sqlalchemy.provision [req-649391f0-0738-4976-95ab-6eec8d5ae8ab - - - - -] CREATE BACKEND sqlite:// TOKEN bfpeykxzaq 2019-02-07 04:09:20.389 6477 INFO octavia.common.config [req-210d3660-bbb7-4781-8966-1300ad3ded37 - - - - -] Logging enabled! 2019-02-07 04:09:20.389 6477 INFO octavia.common.config [req-210d3660-bbb7-4781-8966-1300ad3ded37 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:20.410 6477 WARNING octavia.api.root_controller [req-210d3660-bbb7-4781-8966-1300ad3ded37 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:20.438 6477 INFO octavia.api.v1.controllers.load_balancer [req-93ae06fd-6c89-4894-beb5-3639a21585a1 - - - - -] Sending full load balancer configuration d988c04f-73c1-40e4-bd1a-f970c934cd51 to the handler 2019-02-07 04:09:20.452 6477 INFO oslo_db.sqlalchemy.provision [req-93ae06fd-6c89-4894-beb5-3639a21585a1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:20.454 6477 INFO oslo_db.sqlalchemy.provision [req-93ae06fd-6c89-4894-beb5-3639a21585a1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pwhvodmjgg 2019-02-07 04:09:20.454 6477 INFO oslo_db.sqlalchemy.provision [req-93ae06fd-6c89-4894-beb5-3639a21585a1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_sni_containers [0.145475s] ... ok 2019-02-07 04:09:20.461 6477 INFO oslo_db.sqlalchemy.provision [req-93ae06fd-6c89-4894-beb5-3639a21585a1 - - - - -] CREATE BACKEND sqlite:// TOKEN xgjvigferl 2019-02-07 04:09:20.474 6478 INFO octavia.common.config [req-649391f0-0738-4976-95ab-6eec8d5ae8ab - - - - -] Logging enabled! 2019-02-07 04:09:20.485 6478 INFO octavia.common.config [req-649391f0-0738-4976-95ab-6eec8d5ae8ab - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:20.509 6478 WARNING octavia.api.root_controller [req-649391f0-0738-4976-95ab-6eec8d5ae8ab - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:20.518 6478 INFO octavia.api.v1.controllers.load_balancer [req-5a5963d8-3e34-419d-8a4c-9f041b194e06 - - - - -] Sending created Load Balancer 5eed08cc-d0cd-4af2-aefe-cfe2e8b8d984 to the handler 2019-02-07 04:09:20.530 6477 INFO octavia.common.config [req-93ae06fd-6c89-4894-beb5-3639a21585a1 - - - - -] Logging enabled! 2019-02-07 04:09:20.530 6477 INFO octavia.common.config [req-93ae06fd-6c89-4894-beb5-3639a21585a1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:20.553 6477 WARNING octavia.api.root_controller [req-93ae06fd-6c89-4894-beb5-3639a21585a1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:20.630 6477 INFO octavia.api.v1.controllers.load_balancer [req-7b26e7ff-d0eb-4262-a7c4-39ce0c7de435 - - - - -] Sending full load balancer configuration 1f613d5e-fd2d-4889-ab4c-795eec4e0034 to the handler 2019-02-07 04:09:20.648 6477 INFO oslo_db.sqlalchemy.provision [req-7b26e7ff-d0eb-4262-a7c4-39ce0c7de435 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:20.649 6477 INFO oslo_db.sqlalchemy.provision [req-7b26e7ff-d0eb-4262-a7c4-39ce0c7de435 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xgjvigferl 2019-02-07 04:09:20.650 6477 INFO oslo_db.sqlalchemy.provision [req-7b26e7ff-d0eb-4262-a7c4-39ce0c7de435 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_of_everything [0.191298s] ... ok 2019-02-07 04:09:20.653 6477 INFO oslo_db.sqlalchemy.provision [req-7b26e7ff-d0eb-4262-a7c4-39ce0c7de435 - - - - -] CREATE BACKEND sqlite:// TOKEN ivqufexreb 2019-02-07 04:09:20.694 6478 INFO octavia.api.v1.controllers.listener [req-262a27eb-c2e3-4a06-bd25-c806c4a3a739 - - - - -] Sending Creation of Listener 487d2dc5-61de-4df8-a7ed-80ff95af3504 to handler 2019-02-07 04:09:20.725 6477 INFO octavia.common.config [req-7b26e7ff-d0eb-4262-a7c4-39ce0c7de435 - - - - -] Logging enabled! 2019-02-07 04:09:20.726 6477 INFO octavia.common.config [req-7b26e7ff-d0eb-4262-a7c4-39ce0c7de435 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:20.747 6477 WARNING octavia.api.root_controller [req-7b26e7ff-d0eb-4262-a7c4-39ce0c7de435 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:20.758 6477 INFO octavia.api.v1.controllers.load_balancer [req-a8875cae-4e96-4690-9eee-45ef22314e2c - - - - -] Sending created Load Balancer 0027e932-5a4d-4e92-b7f9-f3fb04942967 to the handler 2019-02-07 04:09:20.832 6477 INFO octavia.api.v1.controllers.listener [req-c60dd322-fd12-4b4b-9d88-51518b3d5cf5 - - - - -] Sending Creation of Listener 62a4d7d5-0044-427b-bd55-602276eef6a3 to handler 2019-02-07 04:09:20.838 6478 INFO octavia.api.v1.controllers.l7policy [req-91bc8d96-bbc4-4b52-8521-ddb671d128a2 - - - - -] Sending Creation of L7Policy 3f657426-4f5b-48cd-99b0-a30848b5a637 to handler 2019-02-07 04:09:20.964 6478 INFO octavia.api.v1.controllers.l7rule [req-8b054a00-23f9-4418-b052-e0c78d3868ad - - - - -] Sending Creation of L7Rule eba3134f-0c04-4ad7-b17a-cd5b289113c0 to handler 2019-02-07 04:09:21.017 6477 INFO oslo_db.sqlalchemy.provision [req-3887c2d6-fcc3-4118-9cac-e74f14748810 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:21.018 6477 INFO oslo_db.sqlalchemy.provision [req-3887c2d6-fcc3-4118-9cac-e74f14748810 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ivqufexreb 2019-02-07 04:09:21.019 6477 INFO oslo_db.sqlalchemy.provision [req-3887c2d6-fcc3-4118-9cac-e74f14748810 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_load_balancer_statistics.TestLoadBlancerStatistics.test_get [0.368866s] ... ok 2019-02-07 04:09:21.022 6477 INFO oslo_db.sqlalchemy.provision [req-3887c2d6-fcc3-4118-9cac-e74f14748810 - - - - -] CREATE BACKEND sqlite:// TOKEN hyewfelceb 2019-02-07 04:09:21.095 6477 INFO octavia.common.config [req-3887c2d6-fcc3-4118-9cac-e74f14748810 - - - - -] Logging enabled! 2019-02-07 04:09:21.095 6477 INFO octavia.common.config [req-3887c2d6-fcc3-4118-9cac-e74f14748810 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:21.100 6478 INFO octavia.api.v1.controllers.l7rule [req-b7fd9df0-7a1b-4785-a2af-afa4b9cb6e64 - - - - -] Sending Update of L7Rule eba3134f-0c04-4ad7-b17a-cd5b289113c0 to handler 2019-02-07 04:09:21.117 6477 WARNING octavia.api.root_controller [req-3887c2d6-fcc3-4118-9cac-e74f14748810 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:21.127 6477 INFO octavia.api.v1.controllers.load_balancer [req-044729c3-2d2e-4b0c-a4cd-a3669bcf6df3 - - - - -] Sending created Load Balancer 59fef291-4c45-4d9e-9429-c02b54b9bd5a to the handler 2019-02-07 04:09:21.202 6477 INFO octavia.api.v1.controllers.listener [req-f8854c42-3fae-43c3-a7b8-55c2f1a63b23 - - - - -] Sending Creation of Listener f317e66a-700f-4a14-8a7c-f241c8938de8 to handler 2019-02-07 04:09:21.282 6478 INFO oslo_db.sqlalchemy.provision [req-fed72563-6fc4-48ef-bb45-be395e5a0f3e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:21.284 6478 INFO oslo_db.sqlalchemy.provision [req-fed72563-6fc4-48ef-bb45-be395e5a0f3e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bfpeykxzaq 2019-02-07 04:09:21.284 6478 INFO oslo_db.sqlalchemy.provision [req-fed72563-6fc4-48ef-bb45-be395e5a0f3e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_update [0.905657s] ... ok 2019-02-07 04:09:21.287 6478 INFO oslo_db.sqlalchemy.provision [req-fed72563-6fc4-48ef-bb45-be395e5a0f3e - - - - -] CREATE BACKEND sqlite:// TOKEN gkwasrrkzp 2019-02-07 04:09:21.294 6477 INFO octavia.api.v1.controllers.pool [req-3bff2442-af26-4b1b-90d4-2e686299ca64 - - - - -] Sending Creation of Pool 5b180b39-9aa5-4692-ac94-cbb1c809dad2 to handler 2019-02-07 04:09:21.382 6478 INFO octavia.common.config [req-fed72563-6fc4-48ef-bb45-be395e5a0f3e - - - - -] Logging enabled! 2019-02-07 04:09:21.382 6478 INFO octavia.common.config [req-fed72563-6fc4-48ef-bb45-be395e5a0f3e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:21.412 6478 WARNING octavia.api.root_controller [req-fed72563-6fc4-48ef-bb45-be395e5a0f3e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:21.421 6478 INFO octavia.api.v1.controllers.load_balancer [req-a837d233-df08-4c72-b071-ff7a887ee2da - - - - -] Sending created Load Balancer bf2d68c7-cf72-4e00-93c7-b22f0b5177d1 to the handler 2019-02-07 04:09:21.426 6477 INFO octavia.api.v1.controllers.pool [req-961f21a3-4cc0-406c-a5cc-784b9e549943 - - - - -] Sending Creation of Pool 06c4895c-23ef-4cca-ab11-ad7f80f58cff to handler 2019-02-07 04:09:21.520 6478 INFO octavia.api.v1.controllers.listener [req-e5895bd4-2f10-496b-901f-938cda2d76c3 - - - - -] Sending Creation of Listener 99c3adf9-bdf7-4ad0-b2d5-d66831dc7591 to handler 2019-02-07 04:09:21.535 6477 ERROR octavia.api.v1.controllers.base [req-bd60fc39-6736-4ab8-9f58-f8216296e24b - - - - -] Member 0f547de8-f510-4d90-8c2d-ca23649d5e36 not found: None 2019-02-07 04:09:21.535 6477 ERROR octavia.api.v1.controllers.base None 2019-02-07 04:09:21.535 6477 ERROR octavia.api.v1.controllers.base 2019-02-07 04:09:21.549 6477 INFO oslo_db.sqlalchemy.provision [req-bd60fc39-6736-4ab8-9f58-f8216296e24b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:21.551 6477 INFO oslo_db.sqlalchemy.provision [req-bd60fc39-6736-4ab8-9f58-f8216296e24b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hyewfelceb 2019-02-07 04:09:21.551 6477 INFO oslo_db.sqlalchemy.provision [req-bd60fc39-6736-4ab8-9f58-f8216296e24b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_bad_delete [0.532025s] ... ok 2019-02-07 04:09:21.554 6477 INFO oslo_db.sqlalchemy.provision [req-bd60fc39-6736-4ab8-9f58-f8216296e24b - - - - -] CREATE BACKEND sqlite:// TOKEN hrnybwgrdq 2019-02-07 04:09:21.628 6477 INFO octavia.common.config [req-bd60fc39-6736-4ab8-9f58-f8216296e24b - - - - -] Logging enabled! 2019-02-07 04:09:21.628 6477 INFO octavia.common.config [req-bd60fc39-6736-4ab8-9f58-f8216296e24b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:21.632 6478 INFO octavia.api.v1.controllers.l7policy [req-f9b67101-073d-4340-a400-aa6d08ef10b3 - - - - -] Sending Creation of L7Policy bd63b6eb-deba-4497-8080-fada5ce52c08 to handler 2019-02-07 04:09:21.650 6477 WARNING octavia.api.root_controller [req-bd60fc39-6736-4ab8-9f58-f8216296e24b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:21.662 6477 INFO octavia.api.v1.controllers.load_balancer [req-0ffc367b-6a63-4896-8684-aad301a03b8e - - - - -] Sending created Load Balancer 6edd7fa5-02b1-46b7-8c30-bd78ad1cd351 to the handler 2019-02-07 04:09:21.736 6478 INFO octavia.api.v1.controllers.l7rule [req-9e6d9031-657f-4d2e-a337-a5e0983a01fa - - - - -] Sending Creation of L7Rule 40933434-79a0-4c27-8462-8b764fe58f53 to handler 2019-02-07 04:09:21.740 6477 INFO octavia.api.v1.controllers.listener [req-9f6ee17a-6fca-45db-9d58-5273fb37be06 - - - - -] Sending Creation of Listener bfc54597-fd74-41e4-8778-af45fdfb1eb6 to handler 2019-02-07 04:09:21.822 6478 INFO octavia.api.v1.controllers.load_balancer [req-01ffb77d-510f-4a7e-86d4-6c9f3584b6e0 - - - - -] Sending updated Load Balancer bf2d68c7-cf72-4e00-93c7-b22f0b5177d1 to the handler 2019-02-07 04:09:21.831 6477 INFO octavia.api.v1.controllers.pool [req-f593114c-ef66-4dec-ad6d-64689ff7e070 - - - - -] Sending Creation of Pool bc3da604-4e53-480c-b8cf-dff1f4508dac to handler 2019-02-07 04:09:21.860 6478 INFO octavia.api.v1.controllers.l7rule [req-bcd1cdb6-3b53-4b77-83d2-ce21ad922701 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:21.882 6478 INFO oslo_db.sqlalchemy.provision [req-bcd1cdb6-3b53-4b77-83d2-ce21ad922701 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:21.883 6478 INFO oslo_db.sqlalchemy.provision [req-bcd1cdb6-3b53-4b77-83d2-ce21ad922701 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gkwasrrkzp 2019-02-07 04:09:21.883 6478 INFO oslo_db.sqlalchemy.provision [req-bcd1cdb6-3b53-4b77-83d2-ce21ad922701 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_l7rule.TestL7Rule.test_update_when_lb_pending_update [0.599327s] ... ok 2019-02-07 04:09:21.891 6478 INFO oslo_db.sqlalchemy.provision [req-bcd1cdb6-3b53-4b77-83d2-ce21ad922701 - - - - -] CREATE BACKEND sqlite:// TOKEN uwupbipekm 2019-02-07 04:09:21.960 6478 INFO octavia.common.config [req-bcd1cdb6-3b53-4b77-83d2-ce21ad922701 - - - - -] Logging enabled! 2019-02-07 04:09:21.960 6478 INFO octavia.common.config [req-bcd1cdb6-3b53-4b77-83d2-ce21ad922701 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:21.959 6477 INFO octavia.api.v1.controllers.pool [req-facf8f60-8388-43ef-bcb7-e86b4b739366 - - - - -] Sending Creation of Pool 460f08e9-66fd-4311-b659-57b1aa45a6dd to handler 2019-02-07 04:09:21.983 6478 WARNING octavia.api.root_controller [req-bcd1cdb6-3b53-4b77-83d2-ce21ad922701 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:21.992 6478 INFO octavia.api.v1.controllers.load_balancer [req-317b6dd7-55fa-46a8-811a-10414bea1dcc - - - - -] Sending created Load Balancer 178ce2eb-90f7-4f3a-9360-0e4713b6e166 to the handler 2019-02-07 04:09:22.069 6478 INFO octavia.api.v1.controllers.pool [req-4d9aed1f-ec65-4ad3-af08-8226427d1f2a - - - - -] Sending Creation of Pool d3485ca8-c1c7-463b-a193-8d7ad1eb0d4a to handler 2019-02-07 04:09:22.085 6477 INFO octavia.api.v1.controllers.member [req-443068ed-a981-47c7-9075-2b3139167e04 - - - - -] Sending Creation of Member 492eccb4-6dd4-49a3-a8aa-8bafd0f7b3d3 to handler 2019-02-07 04:09:22.120 6477 INFO oslo_db.sqlalchemy.provision [req-13e967c3-9f2f-47cb-9b77-a5f5c1c27236 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:22.121 6477 INFO oslo_db.sqlalchemy.provision [req-13e967c3-9f2f-47cb-9b77-a5f5c1c27236 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hrnybwgrdq 2019-02-07 04:09:22.122 6477 INFO oslo_db.sqlalchemy.provision [req-13e967c3-9f2f-47cb-9b77-a5f5c1c27236 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_bad_update [0.570354s] ... ok 2019-02-07 04:09:22.124 6477 INFO oslo_db.sqlalchemy.provision [req-13e967c3-9f2f-47cb-9b77-a5f5c1c27236 - - - - -] CREATE BACKEND sqlite:// TOKEN rqloacmuan 2019-02-07 04:09:22.198 6477 INFO octavia.common.config [req-13e967c3-9f2f-47cb-9b77-a5f5c1c27236 - - - - -] Logging enabled! 2019-02-07 04:09:22.198 6477 INFO octavia.common.config [req-13e967c3-9f2f-47cb-9b77-a5f5c1c27236 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:22.230 6478 INFO octavia.api.v1.controllers.listener [req-2cbb8c77-caca-45d3-9aa8-94fb6e6bf558 - - - - -] Sending Creation of Listener 23b8adae-8e22-479b-8024-bef3e5d56ade to handler 2019-02-07 04:09:22.219 6477 WARNING octavia.api.root_controller [req-13e967c3-9f2f-47cb-9b77-a5f5c1c27236 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:22.232 6477 INFO octavia.api.v1.controllers.load_balancer [req-05846076-5ee2-4dfe-b218-ae4235b46dfa - - - - -] Sending created Load Balancer 8e4b164e-ed48-4e33-bca4-ce68dc02f494 to the handler 2019-02-07 04:09:22.372 6477 INFO octavia.api.v1.controllers.listener [req-9ec9ecba-d6cf-4287-90a9-f6e792bda26f - - - - -] Sending Creation of Listener ee18b4ae-c2e4-44bc-96f5-893595539f5b to handler 2019-02-07 04:09:22.419 6478 INFO oslo_db.sqlalchemy.provision [req-4df6b645-18d7-4a22-9e5d-9e4ffa44788f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:22.421 6478 INFO oslo_db.sqlalchemy.provision [req-4df6b645-18d7-4a22-9e5d-9e4ffa44788f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uwupbipekm 2019-02-07 04:09:22.421 6478 INFO oslo_db.sqlalchemy.provision [req-4df6b645-18d7-4a22-9e5d-9e4ffa44788f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_create [0.537246s] ... ok 2019-02-07 04:09:22.424 6478 INFO oslo_db.sqlalchemy.provision [req-4df6b645-18d7-4a22-9e5d-9e4ffa44788f - - - - -] CREATE BACKEND sqlite:// TOKEN ksupmfafon 2019-02-07 04:09:22.460 6477 INFO octavia.api.v1.controllers.pool [req-1bf1f3ae-65e7-43ec-ad93-95763e1d3e15 - - - - -] Sending Creation of Pool 04391936-447b-4c27-a14b-6414163a8094 to handler 2019-02-07 04:09:22.497 6478 INFO octavia.common.config [req-4df6b645-18d7-4a22-9e5d-9e4ffa44788f - - - - -] Logging enabled! 2019-02-07 04:09:22.498 6478 INFO octavia.common.config [req-4df6b645-18d7-4a22-9e5d-9e4ffa44788f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:22.519 6478 WARNING octavia.api.root_controller [req-4df6b645-18d7-4a22-9e5d-9e4ffa44788f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:22.531 6478 INFO octavia.api.v1.controllers.load_balancer [req-ac115e7e-5c8e-4c7a-a537-96c4e3f95d37 - - - - -] Sending created Load Balancer 40fa6c2f-0be5-4602-9d80-0bf25bfd6ff5 to the handler 2019-02-07 04:09:22.578 6477 INFO octavia.api.v1.controllers.pool [req-ea2ef897-664d-4e9a-8df5-2c52fd36fa36 - - - - -] Sending Creation of Pool 5de19b97-7aaa-461f-8942-1ba29de358a3 to handler 2019-02-07 04:09:22.623 6478 INFO octavia.api.v1.controllers.pool [req-f32473b5-e96b-4249-ba62-42c806026427 - - - - -] Sending Creation of Pool cc5ed067-13f9-4472-a6b4-ae902abf718f to handler 2019-02-07 04:09:22.714 6477 INFO octavia.api.v1.controllers.member [req-ec24d5ea-3ca5-4897-a1e4-0e341d602bfd - - - - -] Sending Creation of Member 58820709-494e-4d1d-9310-1e337a817c7d to handler 2019-02-07 04:09:22.741 6478 INFO octavia.api.v1.controllers.listener [req-17bf283e-3f3d-4e49-9b36-2dce6c58849f - - - - -] Sending Creation of Listener d8bee7a3-f8ad-42a0-834a-4adabe2aabde to handler 2019-02-07 04:09:22.878 6477 INFO oslo_db.sqlalchemy.provision [req-0e25ddf0-0972-4365-9402-0f37dcab0429 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:22.879 6477 INFO oslo_db.sqlalchemy.provision [req-0e25ddf0-0972-4365-9402-0f37dcab0429 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rqloacmuan 2019-02-07 04:09:22.880 6477 INFO oslo_db.sqlalchemy.provision [req-0e25ddf0-0972-4365-9402-0f37dcab0429 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_create_sans_listener [0.758095s] ... ok 2019-02-07 04:09:22.883 6477 INFO oslo_db.sqlalchemy.provision [req-0e25ddf0-0972-4365-9402-0f37dcab0429 - - - - -] CREATE BACKEND sqlite:// TOKEN swtfdrqkaz 2019-02-07 04:09:22.942 6478 INFO oslo_db.sqlalchemy.provision [req-8fe6e41f-c826-4170-b6c9-e6da7976036d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:22.943 6478 INFO oslo_db.sqlalchemy.provision [req-8fe6e41f-c826-4170-b6c9-e6da7976036d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ksupmfafon 2019-02-07 04:09:22.944 6478 INFO oslo_db.sqlalchemy.provision [req-8fe6e41f-c826-4170-b6c9-e6da7976036d - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_defaults [0.522810s] ... ok 2019-02-07 04:09:22.947 6478 INFO oslo_db.sqlalchemy.provision [req-8fe6e41f-c826-4170-b6c9-e6da7976036d - - - - -] CREATE BACKEND sqlite:// TOKEN cxqmnipkja 2019-02-07 04:09:22.957 6477 INFO octavia.common.config [req-0e25ddf0-0972-4365-9402-0f37dcab0429 - - - - -] Logging enabled! 2019-02-07 04:09:22.957 6477 INFO octavia.common.config [req-0e25ddf0-0972-4365-9402-0f37dcab0429 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:22.980 6477 WARNING octavia.api.root_controller [req-0e25ddf0-0972-4365-9402-0f37dcab0429 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:22.991 6477 INFO octavia.api.v1.controllers.load_balancer [req-3481297c-6ea5-45ea-b8f2-d3d3711a8826 - - - - -] Sending created Load Balancer dc0211af-d0e1-4c42-9e7f-82687534eb7e to the handler 2019-02-07 04:09:23.047 6478 INFO octavia.common.config [req-8fe6e41f-c826-4170-b6c9-e6da7976036d - - - - -] Logging enabled! 2019-02-07 04:09:23.047 6478 INFO octavia.common.config [req-8fe6e41f-c826-4170-b6c9-e6da7976036d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:23.067 6477 INFO octavia.api.v1.controllers.listener [req-29e631d4-dcdf-421b-8e25-766677335e3e - - - - -] Sending Creation of Listener 9f7a3d64-602f-4a4f-9b65-197c1e5389ce to handler 2019-02-07 04:09:23.069 6478 WARNING octavia.api.root_controller [req-8fe6e41f-c826-4170-b6c9-e6da7976036d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:23.081 6478 INFO octavia.api.v1.controllers.load_balancer [req-7093872f-1f3d-4c21-9d44-810548ba5b11 - - - - -] Sending created Load Balancer bbdc3a4f-ebd4-428d-80f7-5b0256c6e12d to the handler 2019-02-07 04:09:23.155 6477 INFO octavia.api.v1.controllers.pool [req-c68107b9-360c-4b95-bc43-ed70302161a6 - - - - -] Sending Creation of Pool 56a35b63-ed20-4bc6-9cd7-1e48388822bc to handler 2019-02-07 04:09:23.175 6478 INFO octavia.api.v1.controllers.pool [req-7dc3b696-49f5-4fac-999d-c46ddeb3d0f8 - - - - -] Sending Creation of Pool 39629917-872a-45b9-bc97-b1e07fc0841d to handler 2019-02-07 04:09:23.277 6477 INFO octavia.api.v1.controllers.pool [req-d7a30857-834e-41ca-80ba-663aa10c903c - - - - -] Sending Creation of Pool e0a44f99-1553-425d-a13f-95ab79c67e63 to handler 2019-02-07 04:09:23.290 6478 INFO oslo_db.sqlalchemy.provision [req-99f84f28-cd10-45a2-b0e7-66be5513a0c3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:23.292 6478 INFO oslo_db.sqlalchemy.provision [req-99f84f28-cd10-45a2-b0e7-66be5513a0c3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cxqmnipkja 2019-02-07 04:09:23.292 6478 INFO oslo_db.sqlalchemy.provision [req-99f84f28-cd10-45a2-b0e7-66be5513a0c3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_over_quota [0.348158s] ... ok 2019-02-07 04:09:23.295 6478 INFO oslo_db.sqlalchemy.provision [req-99f84f28-cd10-45a2-b0e7-66be5513a0c3 - - - - -] CREATE BACKEND sqlite:// TOKEN jqbanogwrs 2019-02-07 04:09:23.383 6478 INFO octavia.common.config [req-99f84f28-cd10-45a2-b0e7-66be5513a0c3 - - - - -] Logging enabled! 2019-02-07 04:09:23.383 6478 INFO octavia.common.config [req-99f84f28-cd10-45a2-b0e7-66be5513a0c3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:23.406 6477 INFO octavia.api.v1.controllers.member [req-27bfa1ff-ef75-4e73-9760-50987a0b6d90 - - - - -] Sending Creation of Member b5296ca8-de76-46d6-933b-94119e996e48 to handler 2019-02-07 04:09:23.409 6478 WARNING octavia.api.root_controller [req-99f84f28-cd10-45a2-b0e7-66be5513a0c3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:23.417 6478 INFO octavia.api.v1.controllers.load_balancer [req-6e8dc827-0f92-47d6-b753-db5fee3cc8a5 - - - - -] Sending created Load Balancer dbea8140-adc9-4aa6-9d7d-9aaa450606ab to the handler 2019-02-07 04:09:23.522 6478 INFO octavia.api.v1.controllers.pool [req-1402b345-dbea-4538-9698-73134176a71d - - - - -] Sending Creation of Pool acec17ab-c343-46f1-81a9-70a353054448 to handler 2019-02-07 04:09:23.566 6477 INFO octavia.api.v1.controllers.load_balancer [req-32e3133e-720c-43c2-a209-5923ad6f9e83 - - - - -] Sending updated Load Balancer dc0211af-d0e1-4c42-9e7f-82687534eb7e to the handler 2019-02-07 04:09:23.619 6477 INFO octavia.api.v1.controllers.member [req-269db05a-9162-40ca-852f-9d2ede4a8be3 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:23.625 6478 INFO octavia.api.v1.controllers.listener [req-e78e836f-a047-425a-b6f9-d3adeb982641 - - - - -] Sending Creation of Listener 16d44825-1f8b-457a-87c5-702bd904d982 to handler 2019-02-07 04:09:23.635 6477 INFO oslo_db.sqlalchemy.provision [req-269db05a-9162-40ca-852f-9d2ede4a8be3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:23.637 6477 INFO oslo_db.sqlalchemy.provision [req-269db05a-9162-40ca-852f-9d2ede4a8be3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN swtfdrqkaz 2019-02-07 04:09:23.637 6477 INFO oslo_db.sqlalchemy.provision [req-269db05a-9162-40ca-852f-9d2ede4a8be3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_create_when_lb_pending_update [0.756804s] ... ok 2019-02-07 04:09:23.640 6477 INFO oslo_db.sqlalchemy.provision [req-269db05a-9162-40ca-852f-9d2ede4a8be3 - - - - -] CREATE BACKEND sqlite:// TOKEN ocyascixcg 2019-02-07 04:09:23.713 6477 INFO octavia.common.config [req-269db05a-9162-40ca-852f-9d2ede4a8be3 - - - - -] Logging enabled! 2019-02-07 04:09:23.715 6477 INFO octavia.common.config [req-269db05a-9162-40ca-852f-9d2ede4a8be3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:23.737 6477 WARNING octavia.api.root_controller [req-269db05a-9162-40ca-852f-9d2ede4a8be3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:23.748 6477 INFO octavia.api.v1.controllers.load_balancer [req-166f47ea-ab43-4069-b5a0-be92864594ad - - - - -] Sending created Load Balancer 4cf3b3b6-e5ca-4778-9e2b-4a3e9eea6447 to the handler 2019-02-07 04:09:23.758 6478 INFO oslo_db.sqlalchemy.provision [req-60d1e1e3-0af3-470c-8df6-2953ff599158 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:23.760 6478 INFO oslo_db.sqlalchemy.provision [req-60d1e1e3-0af3-470c-8df6-2953ff599158 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jqbanogwrs 2019-02-07 04:09:23.760 6478 INFO oslo_db.sqlalchemy.provision [req-60d1e1e3-0af3-470c-8df6-2953ff599158 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_duplicate_id [0.467930s] ... ok 2019-02-07 04:09:23.763 6478 INFO oslo_db.sqlalchemy.provision [req-60d1e1e3-0af3-470c-8df6-2953ff599158 - - - - -] CREATE BACKEND sqlite:// TOKEN jodhpvhmla 2019-02-07 04:09:23.824 6477 INFO octavia.api.v1.controllers.listener [req-b3ec5acc-95fb-49e6-91a5-cf19ea537fbf - - - - -] Sending Creation of Listener f43743d0-b1c0-4b62-ac35-2849994f7cac to handler 2019-02-07 04:09:23.851 6478 INFO octavia.common.config [req-60d1e1e3-0af3-470c-8df6-2953ff599158 - - - - -] Logging enabled! 2019-02-07 04:09:23.851 6478 INFO octavia.common.config [req-60d1e1e3-0af3-470c-8df6-2953ff599158 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:23.887 6478 WARNING octavia.api.root_controller [req-60d1e1e3-0af3-470c-8df6-2953ff599158 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:23.897 6478 INFO octavia.api.v1.controllers.load_balancer [req-438a0300-8e50-4f36-bca1-02ecb91724a7 - - - - -] Sending created Load Balancer 494f0a98-a98d-4a32-98b8-1e81f480e1d7 to the handler 2019-02-07 04:09:23.913 6477 INFO octavia.api.v1.controllers.pool [req-83b1c2f2-f949-4f2e-b9a7-76ced1c80c57 - - - - -] Sending Creation of Pool 23c02d24-6140-4cf0-848a-36bbd075c9d3 to handler 2019-02-07 04:09:24.033 6477 INFO octavia.api.v1.controllers.pool [req-2d8ac668-f31c-47a9-9b99-85b6e0d22f55 - - - - -] Sending Creation of Pool 9ae80213-053b-4a30-95ae-c18709af55ca to handler 2019-02-07 04:09:24.057 6478 INFO octavia.api.v1.controllers.pool [req-af55a4b2-77e5-4057-b8a9-283cdb08b27f - - - - -] Sending Creation of Pool 850003b5-f65f-4176-be92-2cdeae883de8 to handler 2019-02-07 04:09:24.154 6478 INFO octavia.api.v1.controllers.listener [req-3c6b377f-a4bd-4191-b96b-4ffc8a682c5c - - - - -] Sending Creation of Listener 6d8f6b6b-a4f2-43be-9c66-c4783b5f5899 to handler 2019-02-07 04:09:24.178 6477 INFO octavia.api.v1.controllers.member [req-7b5fb516-be84-4664-bd64-63e29f17b3b5 - - - - -] Sending Creation of Member c1756123-ad37-41f5-94a6-4358d50c922b to handler 2019-02-07 04:09:24.248 6477 INFO oslo_db.sqlalchemy.provision [req-8752cb05-47d7-4a3f-994b-7d04c847e6f3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:24.249 6477 INFO oslo_db.sqlalchemy.provision [req-8752cb05-47d7-4a3f-994b-7d04c847e6f3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ocyascixcg 2019-02-07 04:09:24.250 6477 INFO oslo_db.sqlalchemy.provision [req-8752cb05-47d7-4a3f-994b-7d04c847e6f3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_bad_handler [0.612634s] ... ok 2019-02-07 04:09:24.253 6477 INFO oslo_db.sqlalchemy.provision [req-8752cb05-47d7-4a3f-994b-7d04c847e6f3 - - - - -] CREATE BACKEND sqlite:// TOKEN xjohiqnvuq 2019-02-07 04:09:24.327 6477 INFO octavia.common.config [req-8752cb05-47d7-4a3f-994b-7d04c847e6f3 - - - - -] Logging enabled! 2019-02-07 04:09:24.327 6477 INFO octavia.common.config [req-8752cb05-47d7-4a3f-994b-7d04c847e6f3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:24.349 6477 WARNING octavia.api.root_controller [req-8752cb05-47d7-4a3f-994b-7d04c847e6f3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:24.361 6477 INFO octavia.api.v1.controllers.load_balancer [req-05f72885-ed1b-4e03-919b-10f10bb5f45e - - - - -] Sending created Load Balancer be42b975-4480-4269-a6c1-45583eeb290f to the handler 2019-02-07 04:09:24.348 6478 INFO oslo_db.sqlalchemy.provision [req-d65e584a-ce09-422f-977d-8181548a835e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:24.350 6478 INFO oslo_db.sqlalchemy.provision [req-d65e584a-ce09-422f-977d-8181548a835e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jodhpvhmla 2019-02-07 04:09:24.350 6478 INFO oslo_db.sqlalchemy.provision [req-d65e584a-ce09-422f-977d-8181548a835e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_id [0.589768s] ... ok 2019-02-07 04:09:24.353 6478 INFO oslo_db.sqlalchemy.provision [req-d65e584a-ce09-422f-977d-8181548a835e - - - - -] CREATE BACKEND sqlite:// TOKEN aqqmbktmyu 2019-02-07 04:09:24.438 6477 INFO octavia.api.v1.controllers.listener [req-45994976-60fa-4f4e-9fea-3196eb580719 - - - - -] Sending Creation of Listener ddfc4269-ce2a-4284-9ac4-b39f112d0674 to handler 2019-02-07 04:09:24.425 6478 INFO octavia.common.config [req-d65e584a-ce09-422f-977d-8181548a835e - - - - -] Logging enabled! 2019-02-07 04:09:24.425 6478 INFO octavia.common.config [req-d65e584a-ce09-422f-977d-8181548a835e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:24.447 6478 WARNING octavia.api.root_controller [req-d65e584a-ce09-422f-977d-8181548a835e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:24.456 6478 INFO octavia.api.v1.controllers.load_balancer [req-7d845d0b-21a5-45ba-97e2-d8ec15b0bd44 - - - - -] Sending created Load Balancer 0c92084d-684e-44d6-a116-90ae92134eb6 to the handler 2019-02-07 04:09:24.530 6477 INFO octavia.api.v1.controllers.pool [req-2c8d0c3b-c2cf-4cf4-a094-a74a2d523828 - - - - -] Sending Creation of Pool 0d4aa8c7-1c9d-405a-b8e9-901237481320 to handler 2019-02-07 04:09:24.531 6478 INFO octavia.api.v1.controllers.pool [req-cc075298-0079-49fc-a3ec-72a92969a173 - - - - -] Sending Creation of Pool b64004f4-b03a-4d77-bfbf-7a3bb517b812 to handler 2019-02-07 04:09:24.631 6478 INFO octavia.api.v1.controllers.listener [req-6a4d9ac8-f347-495d-9d1e-6631df3985e5 - - - - -] Sending Creation of Listener 159cb956-4eb9-4431-9fb6-68ffe0ab6f60 to handler 2019-02-07 04:09:24.662 6477 INFO octavia.api.v1.controllers.pool [req-df644151-899e-4899-819c-f7daf3a675c1 - - - - -] Sending Creation of Pool dc513771-f7ea-4c23-8d8c-271dbfdb0fdb to handler 2019-02-07 04:09:24.823 6478 INFO oslo_db.sqlalchemy.provision [req-42c68579-cda6-4c24-9075-80fdf40ea4f5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:24.828 6478 INFO oslo_db.sqlalchemy.provision [req-42c68579-cda6-4c24-9075-80fdf40ea4f5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aqqmbktmyu 2019-02-07 04:09:24.829 6478 INFO oslo_db.sqlalchemy.provision [req-42c68579-cda6-4c24-9075-80fdf40ea4f5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_project_id [0.478988s] ... ok 2019-02-07 04:09:24.814 6477 INFO octavia.api.v1.controllers.member [req-fba375ba-8c2c-4933-8aed-10203549498d - - - - -] Sending Creation of Member 448e1281-9c9c-4208-b9bd-fa54681f72a3 to handler 2019-02-07 04:09:24.827 6477 INFO oslo_db.sqlalchemy.provision [req-fba375ba-8c2c-4933-8aed-10203549498d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:24.829 6477 INFO oslo_db.sqlalchemy.provision [req-fba375ba-8c2c-4933-8aed-10203549498d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xjohiqnvuq 2019-02-07 04:09:24.829 6477 INFO oslo_db.sqlalchemy.provision [req-fba375ba-8c2c-4933-8aed-10203549498d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_valid_subnet [0.579191s] ... ok 2019-02-07 04:09:24.833 6478 INFO oslo_db.sqlalchemy.provision [req-42c68579-cda6-4c24-9075-80fdf40ea4f5 - - - - -] CREATE BACKEND sqlite:// TOKEN fzcoelxocx 2019-02-07 04:09:24.832 6477 INFO oslo_db.sqlalchemy.provision [req-fba375ba-8c2c-4933-8aed-10203549498d - - - - -] CREATE BACKEND sqlite:// TOKEN nhpykzzsme 2019-02-07 04:09:24.912 6477 INFO octavia.common.config [req-fba375ba-8c2c-4933-8aed-10203549498d - - - - -] Logging enabled! 2019-02-07 04:09:24.912 6477 INFO octavia.common.config [req-fba375ba-8c2c-4933-8aed-10203549498d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:24.915 6478 INFO octavia.common.config [req-42c68579-cda6-4c24-9075-80fdf40ea4f5 - - - - -] Logging enabled! 2019-02-07 04:09:24.915 6478 INFO octavia.common.config [req-42c68579-cda6-4c24-9075-80fdf40ea4f5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:24.935 6478 WARNING octavia.api.root_controller [req-42c68579-cda6-4c24-9075-80fdf40ea4f5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:24.945 6478 INFO octavia.api.v1.controllers.load_balancer [req-e9e5d527-a4b7-440b-b8a1-b2deedb8187e - - - - -] Sending created Load Balancer df394ca8-6007-4fb7-a183-fac1d6aaab37 to the handler 2019-02-07 04:09:25.010 6477 WARNING octavia.api.root_controller [req-fba375ba-8c2c-4933-8aed-10203549498d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:25.021 6477 INFO octavia.api.v1.controllers.load_balancer [req-638b28f4-9df8-4508-bc74-d3d0c7654548 - - - - -] Sending created Load Balancer a9d677ff-3bd8-47a5-888a-937ae465a7ff to the handler 2019-02-07 04:09:25.036 6478 INFO octavia.api.v1.controllers.pool [req-e373b88e-6bab-4c40-8d7f-392802a6e70d - - - - -] Sending Creation of Pool 705ecc1a-8486-46f5-b1dc-d8249e489526 to handler 2019-02-07 04:09:25.099 6477 INFO octavia.api.v1.controllers.listener [req-969fa3b4-1f21-4f63-bdd2-d38150616a36 - - - - -] Sending Creation of Listener 308f1300-0d29-42d9-98e4-879e959f63b2 to handler 2019-02-07 04:09:25.186 6477 INFO octavia.api.v1.controllers.pool [req-9301fbd4-46ae-4ff5-ac60-c27a891b9b2e - - - - -] Sending Creation of Pool 52fb05a4-862b-4652-8cb9-131a4795f7bd to handler 2019-02-07 04:09:25.193 6478 INFO octavia.api.v1.controllers.listener [req-b45e14a6-06cb-4f6d-8f4a-a8bdf3e7e707 - - - - -] Sending Creation of Listener 92bdc176-b82b-491e-974d-d98030a27e0c to handler 2019-02-07 04:09:25.307 6477 INFO octavia.api.v1.controllers.pool [req-8951e872-4d28-4620-8534-438c5289e71c - - - - -] Sending Creation of Pool 268db539-fdc0-4d7c-9e90-80053c4c7efd to handler 2019-02-07 04:09:25.373 6478 INFO octavia.api.v1.controllers.listener [req-0689f75c-1d63-4af4-825a-b66cf92297a6 - - - - -] Sending Creation of Listener 5cb71535-8900-447d-9bb2-931555fe0486 to handler 2019-02-07 04:09:25.411 6478 INFO oslo_db.sqlalchemy.provision [req-0689f75c-1d63-4af4-825a-b66cf92297a6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:25.412 6478 INFO oslo_db.sqlalchemy.provision [req-0689f75c-1d63-4af4-825a-b66cf92297a6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fzcoelxocx 2019-02-07 04:09:25.413 6478 INFO oslo_db.sqlalchemy.provision [req-0689f75c-1d63-4af4-825a-b66cf92297a6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_create_with_shared_default_pool_id [0.583160s] ... ok 2019-02-07 04:09:25.418 6478 INFO oslo_db.sqlalchemy.provision [req-0689f75c-1d63-4af4-825a-b66cf92297a6 - - - - -] CREATE BACKEND sqlite:// TOKEN txwztbhvko 2019-02-07 04:09:25.448 6477 INFO octavia.api.v1.controllers.member [req-d8179eab-9f58-4b2d-9824-92c2095c8089 - - - - -] Sending Creation of Member 2eadd5aa-8552-4311-be19-e0871d2607f5 to handler 2019-02-07 04:09:25.486 6478 INFO octavia.common.config [req-0689f75c-1d63-4af4-825a-b66cf92297a6 - - - - -] Logging enabled! 2019-02-07 04:09:25.486 6478 INFO octavia.common.config [req-0689f75c-1d63-4af4-825a-b66cf92297a6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:25.505 6478 WARNING octavia.api.root_controller [req-0689f75c-1d63-4af4-825a-b66cf92297a6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:25.514 6478 INFO octavia.api.v1.controllers.load_balancer [req-c4ff9163-29f6-4ab8-92cb-2ee97ee41a85 - - - - -] Sending created Load Balancer 182f953e-b302-435b-a5c7-bf277c0f069a to the handler 2019-02-07 04:09:25.582 6477 INFO octavia.api.v1.controllers.member [req-8f5c5239-aa16-45fe-b7e9-423debb8c9b4 - - - - -] Sending Deletion of Member 2eadd5aa-8552-4311-be19-e0871d2607f5 to handler 2019-02-07 04:09:25.665 6478 INFO octavia.api.v1.controllers.pool [req-38a21edd-2275-4627-be83-aa954f58926f - - - - -] Sending Creation of Pool 698766a9-2185-4cfa-9eee-7c3329f63704 to handler 2019-02-07 04:09:25.764 6477 INFO oslo_db.sqlalchemy.provision [req-ba553ea7-5447-4cba-adef-855e1e5af355 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:25.768 6477 INFO oslo_db.sqlalchemy.provision [req-ba553ea7-5447-4cba-adef-855e1e5af355 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nhpykzzsme 2019-02-07 04:09:25.769 6477 INFO oslo_db.sqlalchemy.provision [req-ba553ea7-5447-4cba-adef-855e1e5af355 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_delete [0.939447s] ... ok 2019-02-07 04:09:25.755 6478 INFO octavia.api.v1.controllers.listener [req-8137a3af-991f-4825-8b30-13746fd9f94b - - - - -] Sending Creation of Listener 103c09ff-d509-4447-b195-06d45c277f7b to handler 2019-02-07 04:09:25.771 6477 INFO oslo_db.sqlalchemy.provision [req-ba553ea7-5447-4cba-adef-855e1e5af355 - - - - -] CREATE BACKEND sqlite:// TOKEN oattvcmffy 2019-02-07 04:09:25.842 6478 INFO octavia.api.v1.controllers.listener [req-48bf7b7d-0573-4a69-80bb-24b3e0b57049 - - - - -] Sending Deletion of Listener 103c09ff-d509-4447-b195-06d45c277f7b to handler 2019-02-07 04:09:25.844 6477 INFO octavia.common.config [req-ba553ea7-5447-4cba-adef-855e1e5af355 - - - - -] Logging enabled! 2019-02-07 04:09:25.846 6477 INFO octavia.common.config [req-ba553ea7-5447-4cba-adef-855e1e5af355 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:25.869 6477 WARNING octavia.api.root_controller [req-ba553ea7-5447-4cba-adef-855e1e5af355 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:25.880 6477 INFO octavia.api.v1.controllers.load_balancer [req-f2cda1f9-8f86-49db-ad59-9d4ac15beaa1 - - - - -] Sending created Load Balancer 24c499d9-f411-4b1b-aee2-7885ae0d39bf to the handler 2019-02-07 04:09:25.958 6477 INFO octavia.api.v1.controllers.listener [req-f26de532-e7f5-4984-a113-0d63de0f69c9 - - - - -] Sending Creation of Listener d5d49432-6a82-40a7-8304-a59b67ed60f4 to handler 2019-02-07 04:09:26.045 6477 INFO octavia.api.v1.controllers.pool [req-44a9c109-6e73-442d-8548-e059f2a805ae - - - - -] Sending Creation of Pool f53a43a4-9be8-4b84-9a5d-bedf8059454e to handler 2019-02-07 04:09:26.063 6478 INFO oslo_db.sqlalchemy.provision [req-04aedffb-f532-4f14-b8ad-232c5a7f19e7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:26.066 6478 INFO oslo_db.sqlalchemy.provision [req-04aedffb-f532-4f14-b8ad-232c5a7f19e7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN txwztbhvko 2019-02-07 04:09:26.066 6478 INFO oslo_db.sqlalchemy.provision [req-04aedffb-f532-4f14-b8ad-232c5a7f19e7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_delete [0.653008s] ... ok 2019-02-07 04:09:26.069 6478 INFO oslo_db.sqlalchemy.provision [req-04aedffb-f532-4f14-b8ad-232c5a7f19e7 - - - - -] CREATE BACKEND sqlite:// TOKEN njuwxfjnri 2019-02-07 04:09:26.169 6477 INFO octavia.api.v1.controllers.pool [req-3517a710-5666-4be4-ada6-bc2a9f83bb0d - - - - -] Sending Creation of Pool 3623f6b9-f7aa-4b4d-9fc5-737f1c8d712d to handler 2019-02-07 04:09:26.140 6478 INFO octavia.common.config [req-04aedffb-f532-4f14-b8ad-232c5a7f19e7 - - - - -] Logging enabled! 2019-02-07 04:09:26.140 6478 INFO octavia.common.config [req-04aedffb-f532-4f14-b8ad-232c5a7f19e7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:26.163 6478 WARNING octavia.api.root_controller [req-04aedffb-f532-4f14-b8ad-232c5a7f19e7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:26.174 6478 INFO octavia.api.v1.controllers.load_balancer [req-218c6883-2f69-4ba8-83f8-7c5afb0f165b - - - - -] Sending created Load Balancer 17721e97-535d-4391-81fa-8d2e885480ed to the handler 2019-02-07 04:09:26.248 6478 INFO octavia.api.v1.controllers.pool [req-c6e8e390-ba12-462b-a89e-db5ef50b6293 - - - - -] Sending Creation of Pool 144b9b4d-4669-44c6-9d60-f036f48e3128 to handler 2019-02-07 04:09:26.323 6478 INFO octavia.api.v1.controllers.load_balancer [req-7c819caa-ee69-4f67-8148-5788516d04a7 - - - - -] Sending created Load Balancer 7414ac77-a295-4f04-926e-ec5d7345e4ab to the handler 2019-02-07 04:09:26.362 6477 INFO octavia.api.v1.controllers.member [req-6e6d09a9-6f20-4d2f-8d72-d2adbabdb38c - - - - -] Sending Creation of Member 3259d04e-dd4d-4566-b24b-90ec42978794 to handler 2019-02-07 04:09:26.426 6478 INFO octavia.api.v1.controllers.listener [req-cfd55751-3b55-43c8-89ea-500b18694620 - - - - -] Sending Creation of Listener a2ca9e0a-93f5-4305-a9bb-7cbc6b80e51d to handler 2019-02-07 04:09:26.459 6477 INFO octavia.api.v1.controllers.load_balancer [req-b6da155f-bb75-4ef6-88d0-d1ba7dcfb577 - - - - -] Sending deleted Load Balancer 24c499d9-f411-4b1b-aee2-7885ae0d39bf to the handler 2019-02-07 04:09:26.500 6477 INFO octavia.api.v1.controllers.member [req-001509fd-b622-4ff2-90e5-91452d48c23c - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:26.528 6477 INFO oslo_db.sqlalchemy.provision [req-001509fd-b622-4ff2-90e5-91452d48c23c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:26.530 6477 INFO oslo_db.sqlalchemy.provision [req-001509fd-b622-4ff2-90e5-91452d48c23c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oattvcmffy 2019-02-07 04:09:26.530 6477 INFO oslo_db.sqlalchemy.provision [req-001509fd-b622-4ff2-90e5-91452d48c23c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_delete_when_lb_pending_delete [0.761351s] ... ok 2019-02-07 04:09:26.533 6477 INFO oslo_db.sqlalchemy.provision [req-001509fd-b622-4ff2-90e5-91452d48c23c - - - - -] CREATE BACKEND sqlite:// TOKEN lxomsfamqo 2019-02-07 04:09:26.531 6478 INFO octavia.api.v1.controllers.load_balancer [req-be9e0565-9c7d-4644-8a5e-fb71974d9b6f - - - - -] Sending deleted Load Balancer 7414ac77-a295-4f04-926e-ec5d7345e4ab to the handler 2019-02-07 04:09:26.557 6478 INFO octavia.api.v1.controllers.listener [req-c675ed9c-dcb9-4755-ab26-ea4975199362 - - - - -] Load Balancer 7414ac77-a295-4f04-926e-ec5d7345e4ab is immutable. 2019-02-07 04:09:26.579 6478 INFO oslo_db.sqlalchemy.provision [req-c675ed9c-dcb9-4755-ab26-ea4975199362 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:26.580 6478 INFO oslo_db.sqlalchemy.provision [req-c675ed9c-dcb9-4755-ab26-ea4975199362 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN njuwxfjnri 2019-02-07 04:09:26.580 6478 INFO oslo_db.sqlalchemy.provision [req-c675ed9c-dcb9-4755-ab26-ea4975199362 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_delete_pending_delete [0.514385s] ... ok 2019-02-07 04:09:26.583 6478 INFO oslo_db.sqlalchemy.provision [req-c675ed9c-dcb9-4755-ab26-ea4975199362 - - - - -] CREATE BACKEND sqlite:// TOKEN apowfviyfj 2019-02-07 04:09:26.609 6477 INFO octavia.common.config [req-001509fd-b622-4ff2-90e5-91452d48c23c - - - - -] Logging enabled! 2019-02-07 04:09:26.610 6477 INFO octavia.common.config [req-001509fd-b622-4ff2-90e5-91452d48c23c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:26.632 6477 WARNING octavia.api.root_controller [req-001509fd-b622-4ff2-90e5-91452d48c23c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:26.643 6477 INFO octavia.api.v1.controllers.load_balancer [req-37807c81-35fe-4601-93a1-10feb6fa5c86 - - - - -] Sending created Load Balancer 46381b56-81b3-43e3-ae40-efac4d46359e to the handler 2019-02-07 04:09:26.671 6478 INFO octavia.common.config [req-c675ed9c-dcb9-4755-ab26-ea4975199362 - - - - -] Logging enabled! 2019-02-07 04:09:26.672 6478 INFO octavia.common.config [req-c675ed9c-dcb9-4755-ab26-ea4975199362 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:26.718 6477 INFO octavia.api.v1.controllers.listener [req-941c2f40-fddd-4b89-9756-d952e7939508 - - - - -] Sending Creation of Listener 8e6e542c-76fd-45c6-bb2d-ee5a4c6aff46 to handler 2019-02-07 04:09:26.697 6478 WARNING octavia.api.root_controller [req-c675ed9c-dcb9-4755-ab26-ea4975199362 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:26.706 6478 INFO octavia.api.v1.controllers.load_balancer [req-93c9e2de-6c1f-47c7-a479-91153bb5b394 - - - - -] Sending created Load Balancer e58fc69f-1d54-4afd-9ab6-c69f7a7ebc8c to the handler 2019-02-07 04:09:26.807 6477 INFO octavia.api.v1.controllers.pool [req-35b50389-03fb-4282-9909-980291bfdeaa - - - - -] Sending Creation of Pool 3b289876-d771-4f71-9abc-c9dd5f95b8ef to handler 2019-02-07 04:09:26.798 6478 INFO octavia.api.v1.controllers.pool [req-0eacf67b-9845-4d06-82f1-7922e71e7a14 - - - - -] Sending Creation of Pool e5f240aa-5813-4b56-8521-94c7633d9e14 to handler 2019-02-07 04:09:26.889 6478 INFO octavia.api.v1.controllers.load_balancer [req-2342943b-1cb8-4e84-b2af-1b23a894ad49 - - - - -] Sending created Load Balancer edd6e7f3-bcc0-46d1-8363-4f9daf553d8b to the handler 2019-02-07 04:09:26.926 6477 INFO octavia.api.v1.controllers.pool [req-4fef8c67-0a26-495a-b74c-ae5c5e0813e0 - - - - -] Sending Creation of Pool 56381f6f-0d1e-436b-8d9b-f07c051ddfe8 to handler 2019-02-07 04:09:26.981 6478 INFO octavia.api.v1.controllers.listener [req-c753e7f9-abff-4f64-b3c0-b72ee0602953 - - - - -] Sending Creation of Listener c2838e6f-2c0a-464f-aba9-3dfdb1cbd5c4 to handler 2019-02-07 04:09:27.020 6478 INFO octavia.api.v1.controllers.listener [req-ad546562-4b9b-4d40-ab04-0cba74e7bf3b - - - - -] Load Balancer edd6e7f3-bcc0-46d1-8363-4f9daf553d8b is immutable. 2019-02-07 04:09:27.039 6478 INFO oslo_db.sqlalchemy.provision [req-ad546562-4b9b-4d40-ab04-0cba74e7bf3b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:27.040 6478 INFO oslo_db.sqlalchemy.provision [req-ad546562-4b9b-4d40-ab04-0cba74e7bf3b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN apowfviyfj 2019-02-07 04:09:27.041 6478 INFO oslo_db.sqlalchemy.provision [req-ad546562-4b9b-4d40-ab04-0cba74e7bf3b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_delete_pending_update [0.459992s] ... ok 2019-02-07 04:09:27.043 6478 INFO oslo_db.sqlalchemy.provision [req-ad546562-4b9b-4d40-ab04-0cba74e7bf3b - - - - -] CREATE BACKEND sqlite:// TOKEN bsegjoltad 2019-02-07 04:09:27.062 6477 INFO octavia.api.v1.controllers.member [req-b0777151-a7b3-42a9-98f9-ef74f51d7238 - - - - -] Sending Creation of Member 8252f944-b303-4fdc-b1bf-1dc0162c8f6f to handler 2019-02-07 04:09:27.117 6478 INFO octavia.common.config [req-ad546562-4b9b-4d40-ab04-0cba74e7bf3b - - - - -] Logging enabled! 2019-02-07 04:09:27.117 6478 INFO octavia.common.config [req-ad546562-4b9b-4d40-ab04-0cba74e7bf3b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:27.140 6478 WARNING octavia.api.root_controller [req-ad546562-4b9b-4d40-ab04-0cba74e7bf3b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:27.151 6478 INFO octavia.api.v1.controllers.load_balancer [req-951c50f2-4c9a-4054-90f4-5bd5fca57262 - - - - -] Sending created Load Balancer d6398594-ce82-40d4-b510-667e44e86d32 to the handler 2019-02-07 04:09:27.229 6478 INFO octavia.api.v1.controllers.pool [req-530fdcfc-2975-4bff-ab78-55720e876976 - - - - -] Sending Creation of Pool f954d16a-c644-4bd3-97ed-2d1966d0ea74 to handler 2019-02-07 04:09:27.245 6477 INFO octavia.api.v1.controllers.member [req-843af39a-c4e9-4430-bac2-653fd441b508 - - - - -] Sending Deletion of Member 8252f944-b303-4fdc-b1bf-1dc0162c8f6f to handler 2019-02-07 04:09:27.316 6477 INFO oslo_db.sqlalchemy.provision [req-9f32cc3f-0aae-4ab7-9c99-63ec9e80765d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:27.317 6477 INFO oslo_db.sqlalchemy.provision [req-9f32cc3f-0aae-4ab7-9c99-63ec9e80765d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lxomsfamqo 2019-02-07 04:09:27.317 6477 INFO oslo_db.sqlalchemy.provision [req-9f32cc3f-0aae-4ab7-9c99-63ec9e80765d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_delete_with_bad_handler [0.787067s] ... ok 2019-02-07 04:09:27.339 6478 INFO octavia.api.v1.controllers.listener [req-aea0977f-1947-45c1-acbb-5e5287971423 - - - - -] Sending Creation of Listener 3d46958c-2ddc-41c2-bb7b-e0185f301a53 to handler 2019-02-07 04:09:27.320 6477 INFO oslo_db.sqlalchemy.provision [req-9f32cc3f-0aae-4ab7-9c99-63ec9e80765d - - - - -] CREATE BACKEND sqlite:// TOKEN txrnvcrfor 2019-02-07 04:09:27.393 6477 INFO octavia.common.config [req-9f32cc3f-0aae-4ab7-9c99-63ec9e80765d - - - - -] Logging enabled! 2019-02-07 04:09:27.393 6477 INFO octavia.common.config [req-9f32cc3f-0aae-4ab7-9c99-63ec9e80765d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:27.398 6478 INFO oslo_db.sqlalchemy.provision [req-daf123ee-a897-4e63-86e9-675d23009778 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:27.400 6478 INFO oslo_db.sqlalchemy.provision [req-daf123ee-a897-4e63-86e9-675d23009778 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bsegjoltad 2019-02-07 04:09:27.400 6478 INFO oslo_db.sqlalchemy.provision [req-daf123ee-a897-4e63-86e9-675d23009778 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_get [0.359313s] ... ok 2019-02-07 04:09:27.403 6478 INFO oslo_db.sqlalchemy.provision [req-daf123ee-a897-4e63-86e9-675d23009778 - - - - -] CREATE BACKEND sqlite:// TOKEN sihsskrpqn 2019-02-07 04:09:27.415 6477 WARNING octavia.api.root_controller [req-9f32cc3f-0aae-4ab7-9c99-63ec9e80765d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:27.424 6477 INFO octavia.api.v1.controllers.load_balancer [req-1f5c70b5-9e81-4ca8-aa65-8fd804530960 - - - - -] Sending created Load Balancer 5c77c54d-685b-44e7-9fdf-94c40d9d0331 to the handler 2019-02-07 04:09:27.500 6477 INFO octavia.api.v1.controllers.listener [req-1a03a763-0a70-490f-8500-7e6113b10613 - - - - -] Sending Creation of Listener 5f4cf48b-3b70-4fb3-b448-474e02fe0839 to handler 2019-02-07 04:09:27.585 6478 INFO octavia.common.config [req-daf123ee-a897-4e63-86e9-675d23009778 - - - - -] Logging enabled! 2019-02-07 04:09:27.586 6478 INFO octavia.common.config [req-daf123ee-a897-4e63-86e9-675d23009778 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:27.587 6477 INFO octavia.api.v1.controllers.pool [req-91ce4593-c094-4112-bb37-99f401233416 - - - - -] Sending Creation of Pool e9a43e84-da2c-4d71-9882-b4619ab004ad to handler 2019-02-07 04:09:27.610 6478 WARNING octavia.api.root_controller [req-daf123ee-a897-4e63-86e9-675d23009778 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:27.622 6478 INFO octavia.api.v1.controllers.load_balancer [req-f7f65059-5ec0-4718-b2e6-0d0db1a851bb - - - - -] Sending created Load Balancer 0779cf38-10da-4266-8c77-49e7c07d6ad5 to the handler 2019-02-07 04:09:27.717 6478 INFO octavia.api.v1.controllers.pool [req-cf29cbbe-3981-4195-8529-13fb10634bf9 - - - - -] Sending Creation of Pool 7f5281a8-a3d0-4a7c-9be2-873649413767 to handler 2019-02-07 04:09:27.773 6477 INFO octavia.api.v1.controllers.pool [req-2c92c6f7-d18f-40ec-b2fa-261e0333e3d4 - - - - -] Sending Creation of Pool 936bb864-009e-45f9-911c-36742a3253ef to handler 2019-02-07 04:09:27.799 6478 INFO octavia.api.v1.controllers.load_balancer [req-abb715a2-74fb-42b8-aa04-e091d87d9e8a - - - - -] Load Balancer SEAN-CONNERY was not found. 2019-02-07 04:09:27.801 6478 INFO octavia.api.v1.controllers.load_balancer [req-abb715a2-74fb-42b8-aa04-e091d87d9e8a - - - - -] Load Balancer SEAN-CONNERY was not found. 2019-02-07 04:09:27.812 6478 INFO oslo_db.sqlalchemy.provision [req-abb715a2-74fb-42b8-aa04-e091d87d9e8a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:27.814 6478 INFO oslo_db.sqlalchemy.provision [req-abb715a2-74fb-42b8-aa04-e091d87d9e8a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sihsskrpqn 2019-02-07 04:09:27.814 6478 INFO oslo_db.sqlalchemy.provision [req-abb715a2-74fb-42b8-aa04-e091d87d9e8a - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_get_all_bad_lb_id [0.430584s] ... ok 2019-02-07 04:09:27.834 6478 INFO oslo_db.sqlalchemy.provision [req-abb715a2-74fb-42b8-aa04-e091d87d9e8a - - - - -] CREATE BACKEND sqlite:// TOKEN jkpdxulcsj 2019-02-07 04:09:27.862 6477 INFO oslo_db.sqlalchemy.provision [req-d4bad0c1-ccf6-4d57-aaf6-b8095b15f7c3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:27.863 6477 INFO oslo_db.sqlalchemy.provision [req-d4bad0c1-ccf6-4d57-aaf6-b8095b15f7c3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN txrnvcrfor 2019-02-07 04:09:27.863 6477 INFO oslo_db.sqlalchemy.provision [req-d4bad0c1-ccf6-4d57-aaf6-b8095b15f7c3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_duplicate_update ... SKIPPED: This test should pass after a validation layer. 2019-02-07 04:09:27.871 6477 INFO oslo_db.sqlalchemy.provision [req-d4bad0c1-ccf6-4d57-aaf6-b8095b15f7c3 - - - - -] CREATE BACKEND sqlite:// TOKEN iqrsrusjbp 2019-02-07 04:09:27.922 6478 INFO octavia.common.config [req-abb715a2-74fb-42b8-aa04-e091d87d9e8a - - - - -] Logging enabled! 2019-02-07 04:09:27.922 6478 INFO octavia.common.config [req-abb715a2-74fb-42b8-aa04-e091d87d9e8a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:27.946 6478 WARNING octavia.api.root_controller [req-abb715a2-74fb-42b8-aa04-e091d87d9e8a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:27.955 6478 INFO octavia.api.v1.controllers.load_balancer [req-337c9c66-e7e0-457b-9016-9a4b38a47538 - - - - -] Sending created Load Balancer cf40a100-019e-4296-9c07-9097a7df4e76 to the handler 2019-02-07 04:09:27.939 6477 INFO octavia.common.config [req-d4bad0c1-ccf6-4d57-aaf6-b8095b15f7c3 - - - - -] Logging enabled! 2019-02-07 04:09:27.940 6477 INFO octavia.common.config [req-d4bad0c1-ccf6-4d57-aaf6-b8095b15f7c3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:27.961 6477 WARNING octavia.api.root_controller [req-d4bad0c1-ccf6-4d57-aaf6-b8095b15f7c3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:27.971 6477 INFO octavia.api.v1.controllers.load_balancer [req-1e338824-e62a-4838-a685-be73681e27f5 - - - - -] Sending created Load Balancer ca7100c1-c910-4f87-9a39-4a6ffc66e421 to the handler 2019-02-07 04:09:28.048 6477 INFO octavia.api.v1.controllers.listener [req-25823bf6-e006-4499-86d6-7ca776f10402 - - - - -] Sending Creation of Listener 035ae183-cef1-4d34-bc1f-adf99ec0ce6e to handler 2019-02-07 04:09:28.053 6478 INFO octavia.api.v1.controllers.pool [req-88dec3b2-db77-417c-b7fd-e03edd1de199 - - - - -] Sending Creation of Pool 98f4b012-4826-4829-954e-56c0bb323884 to handler 2019-02-07 04:09:28.140 6477 INFO octavia.api.v1.controllers.pool [req-2f652ddb-ab32-47ec-8eb7-473dd8b3bef1 - - - - -] Sending Creation of Pool ad760de8-7d44-43d8-87ee-16ac13141ab7 to handler 2019-02-07 04:09:28.169 6478 INFO octavia.api.v1.controllers.listener [req-ea4a68aa-b4a4-4852-af29-a652acc4c1f1 - - - - -] Sending Creation of Listener cf9dd2d1-f7d2-4e65-857e-1d1abb78e1e6 to handler 2019-02-07 04:09:28.261 6477 INFO octavia.api.v1.controllers.pool [req-84f7386a-e207-4666-abba-d23a533256c3 - - - - -] Sending Creation of Pool d1ec4029-7dc3-42a9-ac19-43e18da28773 to handler 2019-02-07 04:09:28.302 6478 INFO octavia.api.v1.controllers.listener [req-df28150e-296f-46fb-bcfe-aef216c96a2a - - - - -] Sending Update of Listener cf9dd2d1-f7d2-4e65-857e-1d1abb78e1e6 to handler 2019-02-07 04:09:28.379 6477 INFO octavia.api.v1.controllers.member [req-681bc23b-3fb1-4929-ad8a-e1aa488328e1 - - - - -] Sending Creation of Member 3a231634-ac60-4f49-838b-979e60b07cd9 to handler 2019-02-07 04:09:28.437 6478 INFO oslo_db.sqlalchemy.provision [req-f580f744-0dd3-4343-bbc9-806b8be0b9b2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:28.438 6478 INFO oslo_db.sqlalchemy.provision [req-f580f744-0dd3-4343-bbc9-806b8be0b9b2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jkpdxulcsj 2019-02-07 04:09:28.439 6478 INFO oslo_db.sqlalchemy.provision [req-f580f744-0dd3-4343-bbc9-806b8be0b9b2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_update [0.607713s] ... ok 2019-02-07 04:09:28.441 6478 INFO oslo_db.sqlalchemy.provision [req-f580f744-0dd3-4343-bbc9-806b8be0b9b2 - - - - -] CREATE BACKEND sqlite:// TOKEN ynqefbupvg 2019-02-07 04:09:28.493 6477 INFO octavia.api.v1.controllers.member [req-000be0ec-471d-4bd6-8979-9c144e0b6bd6 - - - - -] Sending Creation of Member 8d527ebe-3b94-4f88-ad4f-e3ea4b69f910 to handler 2019-02-07 04:09:28.516 6478 INFO octavia.common.config [req-f580f744-0dd3-4343-bbc9-806b8be0b9b2 - - - - -] Logging enabled! 2019-02-07 04:09:28.517 6478 INFO octavia.common.config [req-f580f744-0dd3-4343-bbc9-806b8be0b9b2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:28.538 6478 WARNING octavia.api.root_controller [req-f580f744-0dd3-4343-bbc9-806b8be0b9b2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:28.549 6478 INFO octavia.api.v1.controllers.load_balancer [req-81bb0794-8bf5-4d70-be57-25e32598c5b9 - - - - -] Sending created Load Balancer a265f4fd-9e1b-405e-a657-75fa9479d8a2 to the handler 2019-02-07 04:09:28.628 6478 INFO octavia.api.v1.controllers.pool [req-d8bb263b-e015-4843-872c-ac9c90cae426 - - - - -] Sending Creation of Pool d15cd97e-5400-4076-9090-c0c0ade902d0 to handler 2019-02-07 04:09:28.657 6477 INFO oslo_db.sqlalchemy.provision [req-c6fb49fe-03c4-40ba-8991-86bdb69d658f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:28.659 6477 INFO oslo_db.sqlalchemy.provision [req-c6fb49fe-03c4-40ba-8991-86bdb69d658f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iqrsrusjbp 2019-02-07 04:09:28.659 6477 INFO oslo_db.sqlalchemy.provision [req-c6fb49fe-03c4-40ba-8991-86bdb69d658f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_get_all [0.795447s] ... ok 2019-02-07 04:09:28.662 6477 INFO oslo_db.sqlalchemy.provision [req-c6fb49fe-03c4-40ba-8991-86bdb69d658f - - - - -] CREATE BACKEND sqlite:// TOKEN oujeqcoqlx 2019-02-07 04:09:28.711 6478 INFO octavia.api.v1.controllers.listener [req-49108719-e6e2-4883-b51a-056199749002 - - - - -] Listener SEAN-CONNERY not found. 2019-02-07 04:09:28.723 6478 INFO oslo_db.sqlalchemy.provision [req-49108719-e6e2-4883-b51a-056199749002 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:28.724 6478 INFO oslo_db.sqlalchemy.provision [req-49108719-e6e2-4883-b51a-056199749002 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ynqefbupvg 2019-02-07 04:09:28.726 6478 INFO oslo_db.sqlalchemy.provision [req-49108719-e6e2-4883-b51a-056199749002 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_bad_listener_id [0.287195s] ... ok 2019-02-07 04:09:28.729 6478 INFO oslo_db.sqlalchemy.provision [req-49108719-e6e2-4883-b51a-056199749002 - - - - -] CREATE BACKEND sqlite:// TOKEN fowndjidwc 2019-02-07 04:09:28.734 6477 INFO octavia.common.config [req-c6fb49fe-03c4-40ba-8991-86bdb69d658f - - - - -] Logging enabled! 2019-02-07 04:09:28.735 6477 INFO octavia.common.config [req-c6fb49fe-03c4-40ba-8991-86bdb69d658f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:28.754 6477 WARNING octavia.api.root_controller [req-c6fb49fe-03c4-40ba-8991-86bdb69d658f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:28.767 6477 INFO octavia.api.v1.controllers.load_balancer [req-5cb9cd79-260e-4450-bf73-d604a2f08f7b - - - - -] Sending created Load Balancer eb6c9f1b-b21d-44ec-bea0-32d72e82ae64 to the handler 2019-02-07 04:09:28.801 6478 INFO octavia.common.config [req-49108719-e6e2-4883-b51a-056199749002 - - - - -] Logging enabled! 2019-02-07 04:09:28.802 6478 INFO octavia.common.config [req-49108719-e6e2-4883-b51a-056199749002 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:28.823 6478 WARNING octavia.api.root_controller [req-49108719-e6e2-4883-b51a-056199749002 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:28.834 6478 INFO octavia.api.v1.controllers.load_balancer [req-df60031d-a610-44c8-9f32-789501c98718 - - - - -] Sending created Load Balancer 0cbc31ed-214f-421d-afd2-c4af71aa7bfd to the handler 2019-02-07 04:09:28.841 6477 INFO octavia.api.v1.controllers.listener [req-3bab43f8-75bc-423c-b730-a618c7ba20b4 - - - - -] Sending Creation of Listener 23f164a9-235b-44c2-9ac5-9b9e4775a7a5 to handler 2019-02-07 04:09:28.910 6478 INFO octavia.api.v1.controllers.pool [req-2dc23171-8221-4553-a667-d34f2f1ff2c0 - - - - -] Sending Creation of Pool 28b27575-1de7-47f4-ad4a-3223b7bf4c84 to handler 2019-02-07 04:09:28.928 6477 INFO octavia.api.v1.controllers.pool [req-c940e797-f184-44d0-a6b3-491b48a53eca - - - - -] Sending Creation of Pool 00fa077c-ef3f-4e44-b047-ec6495845582 to handler 2019-02-07 04:09:29.046 6478 INFO oslo_db.sqlalchemy.provision [req-c205fd43-6da6-483c-9ae5-aae5f212cbdb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:29.048 6478 INFO oslo_db.sqlalchemy.provision [req-c205fd43-6da6-483c-9ae5-aae5f212cbdb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fowndjidwc 2019-02-07 04:09:29.048 6478 INFO oslo_db.sqlalchemy.provision [req-c205fd43-6da6-483c-9ae5-aae5f212cbdb - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_listener_bad_protocol ... SKIPPED: This test should pass after a validation layer. 2019-02-07 04:09:29.051 6478 INFO oslo_db.sqlalchemy.provision [req-c205fd43-6da6-483c-9ae5-aae5f212cbdb - - - - -] CREATE BACKEND sqlite:// TOKEN onrmkitccr 2019-02-07 04:09:29.055 6477 INFO octavia.api.v1.controllers.pool [req-bda8c3c7-f012-4890-92c5-722b19389445 - - - - -] Sending Creation of Pool 03fcbabd-771c-44d1-9b7c-3a98755097c2 to handler 2019-02-07 04:09:29.119 6478 INFO octavia.common.config [req-c205fd43-6da6-483c-9ae5-aae5f212cbdb - - - - -] Logging enabled! 2019-02-07 04:09:29.119 6478 INFO octavia.common.config [req-c205fd43-6da6-483c-9ae5-aae5f212cbdb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:29.141 6478 WARNING octavia.api.root_controller [req-c205fd43-6da6-483c-9ae5-aae5f212cbdb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:29.152 6478 INFO octavia.api.v1.controllers.load_balancer [req-8bb1f32c-46ac-449a-8742-8889de2636c5 - - - - -] Sending created Load Balancer c8ea727e-1923-440b-afb2-93615ea656f6 to the handler 2019-02-07 04:09:29.192 6477 INFO octavia.api.v1.controllers.member [req-e531167e-1773-49f3-af34-1d5d692a9523 - - - - -] Sending Creation of Member b7c5abb2-a63e-4c4b-a54e-1d1963d70064 to handler 2019-02-07 04:09:29.227 6478 INFO octavia.api.v1.controllers.pool [req-78aafdb0-859a-436a-8c6e-04e0755cf84a - - - - -] Sending Creation of Pool 513c790f-9ab0-41e9-9102-88fcac06609c to handler 2019-02-07 04:09:29.303 6478 INFO octavia.api.v1.controllers.load_balancer [req-e83ecbd1-7cb2-43f0-bb09-25c8045d564d - - - - -] Sending created Load Balancer d308721b-ec1e-4358-a8ed-7db42e1e1f5c to the handler 2019-02-07 04:09:29.296 6477 INFO octavia.api.v1.controllers.member [req-50af9eb8-e446-4f2c-a3ce-3cf1adf54b79 - - - - -] Sending Update of Member b7c5abb2-a63e-4c4b-a54e-1d1963d70064 to handler 2019-02-07 04:09:29.380 6478 INFO octavia.api.v1.controllers.listener [req-56cde635-d82c-42b7-a617-ae1000d92e10 - - - - -] Sending Creation of Listener 89c1fad6-0115-4674-98a3-4964c3636134 to handler 2019-02-07 04:09:29.472 6477 INFO oslo_db.sqlalchemy.provision [req-05394c88-e420-42f9-b8e2-267a3dc89ca7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:29.474 6477 INFO oslo_db.sqlalchemy.provision [req-05394c88-e420-42f9-b8e2-267a3dc89ca7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oujeqcoqlx 2019-02-07 04:09:29.474 6477 INFO oslo_db.sqlalchemy.provision [req-05394c88-e420-42f9-b8e2-267a3dc89ca7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_update [0.818885s] ... ok 2019-02-07 04:09:29.481 6477 INFO oslo_db.sqlalchemy.provision [req-05394c88-e420-42f9-b8e2-267a3dc89ca7 - - - - -] CREATE BACKEND sqlite:// TOKEN ztvldnrueq 2019-02-07 04:09:29.477 6478 INFO octavia.api.v1.controllers.load_balancer [req-763cf338-cfd5-4635-a64a-a6a662953712 - - - - -] Sending deleted Load Balancer d308721b-ec1e-4358-a8ed-7db42e1e1f5c to the handler 2019-02-07 04:09:29.496 6478 INFO octavia.api.v1.controllers.listener [req-19bcd88d-9f25-41cc-8c99-1f15015edb9b - - - - -] Load Balancer d308721b-ec1e-4358-a8ed-7db42e1e1f5c is immutable. 2019-02-07 04:09:29.517 6478 INFO oslo_db.sqlalchemy.provision [req-19bcd88d-9f25-41cc-8c99-1f15015edb9b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:29.519 6478 INFO oslo_db.sqlalchemy.provision [req-19bcd88d-9f25-41cc-8c99-1f15015edb9b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN onrmkitccr 2019-02-07 04:09:29.519 6478 INFO oslo_db.sqlalchemy.provision [req-19bcd88d-9f25-41cc-8c99-1f15015edb9b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_pending_delete [0.470404s] ... ok 2019-02-07 04:09:29.522 6478 INFO oslo_db.sqlalchemy.provision [req-19bcd88d-9f25-41cc-8c99-1f15015edb9b - - - - -] CREATE BACKEND sqlite:// TOKEN cmyhhpactl 2019-02-07 04:09:29.551 6477 INFO octavia.common.config [req-05394c88-e420-42f9-b8e2-267a3dc89ca7 - - - - -] Logging enabled! 2019-02-07 04:09:29.551 6477 INFO octavia.common.config [req-05394c88-e420-42f9-b8e2-267a3dc89ca7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:29.573 6477 WARNING octavia.api.root_controller [req-05394c88-e420-42f9-b8e2-267a3dc89ca7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:29.584 6477 INFO octavia.api.v1.controllers.load_balancer [req-d4746617-54c7-4934-af9f-b03a4b35dadd - - - - -] Sending created Load Balancer 2f2ee6a8-70da-46eb-b942-0e79699ede50 to the handler 2019-02-07 04:09:29.595 6478 INFO octavia.common.config [req-19bcd88d-9f25-41cc-8c99-1f15015edb9b - - - - -] Logging enabled! 2019-02-07 04:09:29.596 6478 INFO octavia.common.config [req-19bcd88d-9f25-41cc-8c99-1f15015edb9b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:29.614 6478 WARNING octavia.api.root_controller [req-19bcd88d-9f25-41cc-8c99-1f15015edb9b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:29.624 6478 INFO octavia.api.v1.controllers.load_balancer [req-974a257c-6f2f-402d-b8fb-368d71c96493 - - - - -] Sending created Load Balancer 38925f0f-7f73-4a77-b5ad-82c3ee4e10c6 to the handler 2019-02-07 04:09:29.703 6478 INFO octavia.api.v1.controllers.pool [req-81250c3a-734b-4d10-b1a8-df7855bb44a9 - - - - -] Sending Creation of Pool 8f5cb5a7-9fdf-4195-a471-0ca60dafebe1 to handler 2019-02-07 04:09:29.729 6477 INFO octavia.api.v1.controllers.listener [req-975e9b8f-f108-4dcd-bd6f-b76d0670290b - - - - -] Sending Creation of Listener 815e592d-99a8-4a44-b930-15b30cec6d36 to handler 2019-02-07 04:09:29.779 6478 INFO octavia.api.v1.controllers.load_balancer [req-eb52ad98-fcdd-46fd-badd-6d8a36ae6d88 - - - - -] Sending created Load Balancer 56075f1b-846b-4316-9113-c146e9f92a90 to the handler 2019-02-07 04:09:29.822 6477 INFO octavia.api.v1.controllers.pool [req-734b9e42-e01b-4b4f-b030-da4bd6521737 - - - - -] Sending Creation of Pool daac1ab6-7998-46f8-bf16-bd3178e437db to handler 2019-02-07 04:09:29.857 6478 INFO octavia.api.v1.controllers.listener [req-e247ae01-4af5-41f1-8ee9-3134956e5a47 - - - - -] Sending Creation of Listener 6197807a-825d-4d9e-9643-d13b9f0e34fd to handler 2019-02-07 04:09:29.934 6478 INFO octavia.api.v1.controllers.load_balancer [req-8b22c5b9-029c-4f6c-b825-49b4de177068 - - - - -] Sending updated Load Balancer 56075f1b-846b-4316-9113-c146e9f92a90 to the handler 2019-02-07 04:09:29.940 6477 INFO octavia.api.v1.controllers.pool [req-7ca6aa79-83f3-46c0-984f-e82ccd9bde0a - - - - -] Sending Creation of Pool 933cd31c-0d09-4261-94ca-ff22fa93fc8d to handler 2019-02-07 04:09:29.963 6478 INFO octavia.api.v1.controllers.listener [req-4c17ec89-f922-4ae9-989b-4650d7d15d5b - - - - -] Load Balancer 56075f1b-846b-4316-9113-c146e9f92a90 is immutable. 2019-02-07 04:09:29.983 6478 INFO oslo_db.sqlalchemy.provision [req-4c17ec89-f922-4ae9-989b-4650d7d15d5b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:29.986 6478 INFO oslo_db.sqlalchemy.provision [req-4c17ec89-f922-4ae9-989b-4650d7d15d5b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cmyhhpactl 2019-02-07 04:09:29.986 6478 INFO oslo_db.sqlalchemy.provision [req-4c17ec89-f922-4ae9-989b-4650d7d15d5b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_listener.TestListener.test_update_pending_update [0.467167s] ... ok 2019-02-07 04:09:29.989 6478 INFO oslo_db.sqlalchemy.provision [req-4c17ec89-f922-4ae9-989b-4650d7d15d5b - - - - -] CREATE BACKEND sqlite:// TOKEN jvhghzutdj 2019-02-07 04:09:30.061 6478 INFO octavia.common.config [req-4c17ec89-f922-4ae9-989b-4650d7d15d5b - - - - -] Logging enabled! 2019-02-07 04:09:30.061 6478 INFO octavia.common.config [req-4c17ec89-f922-4ae9-989b-4650d7d15d5b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:30.066 6477 INFO octavia.api.v1.controllers.member [req-ca0b578b-2230-4bc2-9387-205625fa6ee0 - - - - -] Sending Creation of Member eb4c4f86-0879-4c95-954e-3b9f91ea2f64 to handler 2019-02-07 04:09:30.083 6478 WARNING octavia.api.root_controller [req-4c17ec89-f922-4ae9-989b-4650d7d15d5b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:30.095 6478 INFO octavia.api.v1.controllers.load_balancer [req-0b5e1b04-0c77-4fb1-a6a9-13e76a18529b - - - - -] Sending created Load Balancer 87bd491d-4276-432d-acfb-a65ba42454df to the handler 2019-02-07 04:09:30.162 6477 INFO octavia.api.v1.controllers.load_balancer [req-36db3fca-714c-410a-ab98-294133d1d103 - - - - -] Sending deleted Load Balancer 2f2ee6a8-70da-46eb-b942-0e79699ede50 to the handler 2019-02-07 04:09:30.168 6478 INFO oslo_db.sqlalchemy.provision [req-a293cb37-0687-4148-8499-421c8a6f3cfc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:30.170 6478 INFO oslo_db.sqlalchemy.provision [req-a293cb37-0687-4148-8499-421c8a6f3cfc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jvhghzutdj 2019-02-07 04:09:30.170 6478 INFO oslo_db.sqlalchemy.provision [req-a293cb37-0687-4148-8499-421c8a6f3cfc - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create [0.183609s] ... ok 2019-02-07 04:09:30.173 6478 INFO oslo_db.sqlalchemy.provision [req-a293cb37-0687-4148-8499-421c8a6f3cfc - - - - -] CREATE BACKEND sqlite:// TOKEN ywfxijvfmw 2019-02-07 04:09:30.190 6477 INFO octavia.api.v1.controllers.member [req-6f6bb01f-42a3-4ade-a966-e21eebadb7c6 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:30.218 6477 INFO oslo_db.sqlalchemy.provision [req-6f6bb01f-42a3-4ade-a966-e21eebadb7c6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:30.219 6477 INFO oslo_db.sqlalchemy.provision [req-6f6bb01f-42a3-4ade-a966-e21eebadb7c6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ztvldnrueq 2019-02-07 04:09:30.220 6477 INFO oslo_db.sqlalchemy.provision [req-6f6bb01f-42a3-4ade-a966-e21eebadb7c6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_update_when_lb_pending_delete [0.741483s] ... ok 2019-02-07 04:09:30.223 6477 INFO oslo_db.sqlalchemy.provision [req-6f6bb01f-42a3-4ade-a966-e21eebadb7c6 - - - - -] CREATE BACKEND sqlite:// TOKEN smzzoenmdf 2019-02-07 04:09:30.249 6478 INFO octavia.common.config [req-a293cb37-0687-4148-8499-421c8a6f3cfc - - - - -] Logging enabled! 2019-02-07 04:09:30.250 6478 INFO octavia.common.config [req-a293cb37-0687-4148-8499-421c8a6f3cfc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:30.271 6478 WARNING octavia.api.root_controller [req-a293cb37-0687-4148-8499-421c8a6f3cfc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:30.282 6478 INFO octavia.api.v1.controllers.load_balancer [req-1bc9df07-76f0-4a1f-b9e8-0f39c3cd4270 - - - - -] Sending created Load Balancer 35b8bfb9-2080-400c-9dde-aa4dfeb7d1e0 to the handler 2019-02-07 04:09:30.297 6477 INFO octavia.common.config [req-6f6bb01f-42a3-4ade-a966-e21eebadb7c6 - - - - -] Logging enabled! 2019-02-07 04:09:30.297 6477 INFO octavia.common.config [req-6f6bb01f-42a3-4ade-a966-e21eebadb7c6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:30.318 6477 WARNING octavia.api.root_controller [req-6f6bb01f-42a3-4ade-a966-e21eebadb7c6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:30.330 6477 INFO octavia.api.v1.controllers.load_balancer [req-5a30a68b-037a-4ea4-a4e0-139447c4c2a3 - - - - -] Sending created Load Balancer c2e4acc9-b827-419e-a351-025d30210bdc to the handler 2019-02-07 04:09:30.357 6478 INFO oslo_db.sqlalchemy.provision [req-7b81c8fd-8d2b-42e1-a8e8-fd2123750734 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:30.358 6478 INFO oslo_db.sqlalchemy.provision [req-7b81c8fd-8d2b-42e1-a8e8-fd2123750734 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ywfxijvfmw 2019-02-07 04:09:30.359 6478 INFO oslo_db.sqlalchemy.provision [req-7b81c8fd-8d2b-42e1-a8e8-fd2123750734 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_id [0.188310s] ... ok 2019-02-07 04:09:30.361 6478 INFO oslo_db.sqlalchemy.provision [req-7b81c8fd-8d2b-42e1-a8e8-fd2123750734 - - - - -] CREATE BACKEND sqlite:// TOKEN wfzwhwtfra 2019-02-07 04:09:30.408 6477 INFO octavia.api.v1.controllers.listener [req-dd07eed1-c31e-4489-964b-55ce19f1b7b3 - - - - -] Sending Creation of Listener 534b168f-0eba-4f7c-b33b-ca50b6c6e8dc to handler 2019-02-07 04:09:30.435 6478 INFO octavia.common.config [req-7b81c8fd-8d2b-42e1-a8e8-fd2123750734 - - - - -] Logging enabled! 2019-02-07 04:09:30.435 6478 INFO octavia.common.config [req-7b81c8fd-8d2b-42e1-a8e8-fd2123750734 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:30.457 6478 WARNING octavia.api.root_controller [req-7b81c8fd-8d2b-42e1-a8e8-fd2123750734 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:30.474 6478 INFO oslo_db.sqlalchemy.provision [req-b0e79af3-b173-44af-bb56-5eacf855fd8b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:30.476 6478 INFO oslo_db.sqlalchemy.provision [req-b0e79af3-b173-44af-bb56-5eacf855fd8b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wfzwhwtfra 2019-02-07 04:09:30.477 6478 INFO oslo_db.sqlalchemy.provision [req-b0e79af3-b173-44af-bb56-5eacf855fd8b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_long_description [0.117969s] ... ok 2019-02-07 04:09:30.479 6478 INFO oslo_db.sqlalchemy.provision [req-b0e79af3-b173-44af-bb56-5eacf855fd8b - - - - -] CREATE BACKEND sqlite:// TOKEN osfcvgqjrd 2019-02-07 04:09:30.500 6477 INFO octavia.api.v1.controllers.pool [req-34888fab-1f95-4a46-a9dd-ff5855ec042f - - - - -] Sending Creation of Pool 9175c9a7-0200-4c6a-a5ce-706cf19b6409 to handler 2019-02-07 04:09:30.578 6478 INFO octavia.common.config [req-b0e79af3-b173-44af-bb56-5eacf855fd8b - - - - -] Logging enabled! 2019-02-07 04:09:30.578 6478 INFO octavia.common.config [req-b0e79af3-b173-44af-bb56-5eacf855fd8b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:30.603 6478 WARNING octavia.api.root_controller [req-b0e79af3-b173-44af-bb56-5eacf855fd8b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:30.624 6478 INFO oslo_db.sqlalchemy.provision [req-bcf6f10d-3a72-4d13-8ab9-1d0ca94999cf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:30.627 6477 INFO octavia.api.v1.controllers.pool [req-3f6647f3-a373-41eb-be12-9524809291b4 - - - - -] Sending Creation of Pool f0305a1c-f4ee-445e-9bd4-a48d6644bf1b to handler 2019-02-07 04:09:30.636 6478 INFO oslo_db.sqlalchemy.provision [req-bcf6f10d-3a72-4d13-8ab9-1d0ca94999cf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN osfcvgqjrd 2019-02-07 04:09:30.636 6478 INFO oslo_db.sqlalchemy.provision [req-bcf6f10d-3a72-4d13-8ab9-1d0ca94999cf - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_nonuuid_vip_attributes [0.159298s] ... ok 2019-02-07 04:09:30.639 6478 INFO oslo_db.sqlalchemy.provision [req-bcf6f10d-3a72-4d13-8ab9-1d0ca94999cf - - - - -] CREATE BACKEND sqlite:// TOKEN ckyxohcvpk 2019-02-07 04:09:30.754 6477 INFO octavia.api.v1.controllers.member [req-a922806d-3728-4612-98f7-47c266956b2a - - - - -] Sending Creation of Member ea2e3eb0-1595-4048-b766-d3702128367d to handler 2019-02-07 04:09:30.797 6478 INFO octavia.common.config [req-bcf6f10d-3a72-4d13-8ab9-1d0ca94999cf - - - - -] Logging enabled! 2019-02-07 04:09:30.797 6478 INFO octavia.common.config [req-bcf6f10d-3a72-4d13-8ab9-1d0ca94999cf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:30.819 6478 WARNING octavia.api.root_controller [req-bcf6f10d-3a72-4d13-8ab9-1d0ca94999cf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:30.830 6478 INFO octavia.api.v1.controllers.load_balancer [req-593d65dc-6524-4164-bd4e-a927d4111186 - - - - -] Sending created Load Balancer f62829ab-4770-4ac7-9578-67aa7c35efc6 to the handler 2019-02-07 04:09:30.846 6477 INFO octavia.api.v1.controllers.load_balancer [req-3d0353fe-83f5-46d5-9d1f-0c61eef98b24 - - - - -] Sending updated Load Balancer c2e4acc9-b827-419e-a351-025d30210bdc to the handler 2019-02-07 04:09:30.889 6477 INFO octavia.api.v1.controllers.member [req-ae489510-7090-4003-a686-5b76efadee28 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:30.905 6478 INFO oslo_db.sqlalchemy.provision [req-fbcbb216-9e04-4caf-8095-0e535adf4b54 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:30.906 6478 INFO oslo_db.sqlalchemy.provision [req-fbcbb216-9e04-4caf-8095-0e535adf4b54 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ckyxohcvpk 2019-02-07 04:09:30.907 6478 INFO oslo_db.sqlalchemy.provision [req-fbcbb216-9e04-4caf-8095-0e535adf4b54 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_project_id [0.270294s] ... ok 2019-02-07 04:09:30.909 6478 INFO oslo_db.sqlalchemy.provision [req-fbcbb216-9e04-4caf-8095-0e535adf4b54 - - - - -] CREATE BACKEND sqlite:// TOKEN shrkxhiuwl 2019-02-07 04:09:30.917 6477 INFO oslo_db.sqlalchemy.provision [req-ae489510-7090-4003-a686-5b76efadee28 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:30.918 6477 INFO oslo_db.sqlalchemy.provision [req-ae489510-7090-4003-a686-5b76efadee28 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN smzzoenmdf 2019-02-07 04:09:30.918 6477 INFO oslo_db.sqlalchemy.provision [req-ae489510-7090-4003-a686-5b76efadee28 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_member.TestMember.test_update_when_lb_pending_update [0.698372s] ... ok 2019-02-07 04:09:30.921 6477 INFO oslo_db.sqlalchemy.provision [req-ae489510-7090-4003-a686-5b76efadee28 - - - - -] CREATE BACKEND sqlite:// TOKEN zwtjfpezhc 2019-02-07 04:09:30.994 6477 INFO octavia.common.config [req-ae489510-7090-4003-a686-5b76efadee28 - - - - -] Logging enabled! 2019-02-07 04:09:30.995 6477 INFO octavia.common.config [req-ae489510-7090-4003-a686-5b76efadee28 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:30.984 6478 INFO octavia.common.config [req-fbcbb216-9e04-4caf-8095-0e535adf4b54 - - - - -] Logging enabled! 2019-02-07 04:09:30.985 6478 INFO octavia.common.config [req-fbcbb216-9e04-4caf-8095-0e535adf4b54 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:31.006 6478 WARNING octavia.api.root_controller [req-fbcbb216-9e04-4caf-8095-0e535adf4b54 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:31.016 6478 INFO octavia.api.v1.controllers.load_balancer [req-2c0c8bf4-e895-4e6f-83ad-7e19d396a03b - - - - -] Sending created Load Balancer c2c44cf8-c143-4739-ba08-ac86b387afbf to the handler 2019-02-07 04:09:31.093 6478 INFO oslo_db.sqlalchemy.provision [req-862d9272-6e53-414f-b3f9-67bfa376abc4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:31.094 6478 INFO oslo_db.sqlalchemy.provision [req-862d9272-6e53-414f-b3f9-67bfa376abc4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN shrkxhiuwl 2019-02-07 04:09:31.096 6478 INFO oslo_db.sqlalchemy.provision [req-862d9272-6e53-414f-b3f9-67bfa376abc4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_picks_subnet_ipv6 [0.189507s] ... ok 2019-02-07 04:09:31.099 6478 INFO oslo_db.sqlalchemy.provision [req-862d9272-6e53-414f-b3f9-67bfa376abc4 - - - - -] CREATE BACKEND sqlite:// TOKEN rtsobtwrqh 2019-02-07 04:09:31.085 6477 WARNING octavia.api.root_controller [req-ae489510-7090-4003-a686-5b76efadee28 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:31.094 6477 INFO octavia.api.v1.controllers.load_balancer [req-fe2b0eab-135c-43c6-b48a-d5636c3a35c9 - - - - -] Sending created Load Balancer cb57a200-f1bb-4be0-844c-569a26ad790e to the handler 2019-02-07 04:09:31.171 6478 INFO octavia.common.config [req-862d9272-6e53-414f-b3f9-67bfa376abc4 - - - - -] Logging enabled! 2019-02-07 04:09:31.171 6478 INFO octavia.common.config [req-862d9272-6e53-414f-b3f9-67bfa376abc4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:31.171 6477 INFO octavia.api.v1.controllers.listener [req-49970ef4-412e-40d0-846a-0cc4eacbba61 - - - - -] Sending Creation of Listener 0e5e7159-55b8-4adb-921e-6cc1e16f2802 to handler 2019-02-07 04:09:31.194 6478 WARNING octavia.api.root_controller [req-862d9272-6e53-414f-b3f9-67bfa376abc4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:31.203 6478 INFO octavia.api.v1.controllers.load_balancer [req-c30e0577-0ec4-403b-ab63-860827714f99 - - - - -] Sending created Load Balancer b7f850f0-57ca-470b-b280-e411fb34186b to the handler 2019-02-07 04:09:31.263 6477 ERROR octavia.api.v1.controllers.base [req-b0b36f09-7713-47d7-aa27-0167bb54e030 - - - - -] Pool 310d0153-a3ae-42df-b6ee-c570d9c6d90e not found: None 2019-02-07 04:09:31.263 6477 ERROR octavia.api.v1.controllers.base None 2019-02-07 04:09:31.263 6477 ERROR octavia.api.v1.controllers.base 2019-02-07 04:09:31.278 6478 INFO oslo_db.sqlalchemy.provision [req-8780da01-0de6-4e84-a674-f5f51d5121ab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:31.280 6478 INFO oslo_db.sqlalchemy.provision [req-8780da01-0de6-4e84-a674-f5f51d5121ab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rtsobtwrqh 2019-02-07 04:09:31.280 6478 INFO oslo_db.sqlalchemy.provision [req-8780da01-0de6-4e84-a674-f5f51d5121ab - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_with_vip_subnet_fills_network [0.183796s] ... ok 2019-02-07 04:09:31.283 6478 INFO oslo_db.sqlalchemy.provision [req-8780da01-0de6-4e84-a674-f5f51d5121ab - - - - -] CREATE BACKEND sqlite:// TOKEN sxkyevtubu 2019-02-07 04:09:31.278 6477 INFO oslo_db.sqlalchemy.provision [req-b0b36f09-7713-47d7-aa27-0167bb54e030 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:31.279 6477 INFO oslo_db.sqlalchemy.provision [req-b0b36f09-7713-47d7-aa27-0167bb54e030 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zwtjfpezhc 2019-02-07 04:09:31.279 6477 INFO oslo_db.sqlalchemy.provision [req-b0b36f09-7713-47d7-aa27-0167bb54e030 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_bad_delete [0.360811s] ... ok 2019-02-07 04:09:31.282 6477 INFO oslo_db.sqlalchemy.provision [req-b0b36f09-7713-47d7-aa27-0167bb54e030 - - - - -] CREATE BACKEND sqlite:// TOKEN ekhmszgrdf 2019-02-07 04:09:31.355 6477 INFO octavia.common.config [req-b0b36f09-7713-47d7-aa27-0167bb54e030 - - - - -] Logging enabled! 2019-02-07 04:09:31.355 6477 INFO octavia.common.config [req-b0b36f09-7713-47d7-aa27-0167bb54e030 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:31.359 6478 INFO octavia.common.config [req-8780da01-0de6-4e84-a674-f5f51d5121ab - - - - -] Logging enabled! 2019-02-07 04:09:31.360 6478 INFO octavia.common.config [req-8780da01-0de6-4e84-a674-f5f51d5121ab - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:31.379 6478 WARNING octavia.api.root_controller [req-8780da01-0de6-4e84-a674-f5f51d5121ab - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:31.393 6478 INFO oslo_db.sqlalchemy.provision [req-b6466719-be11-4ce7-aff6-5d9572ecb2f5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:31.378 6477 WARNING octavia.api.root_controller [req-b0b36f09-7713-47d7-aa27-0167bb54e030 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:31.390 6477 INFO octavia.api.v1.controllers.load_balancer [req-01404fba-70b8-4edd-bcbc-f1f81ee92924 - - - - -] Sending created Load Balancer 42d11386-753c-44fb-bb5c-4d3ffefa45da to the handler 2019-02-07 04:09:31.394 6478 INFO oslo_db.sqlalchemy.provision [req-b6466719-be11-4ce7-aff6-5d9572ecb2f5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sxkyevtubu 2019-02-07 04:09:31.403 6478 INFO oslo_db.sqlalchemy.provision [req-b6466719-be11-4ce7-aff6-5d9572ecb2f5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_create_without_vip [0.122421s] ... ok 2019-02-07 04:09:31.405 6478 INFO oslo_db.sqlalchemy.provision [req-b6466719-be11-4ce7-aff6-5d9572ecb2f5 - - - - -] CREATE BACKEND sqlite:// TOKEN vitbfbjlgj 2019-02-07 04:09:31.464 6477 INFO octavia.api.v1.controllers.listener [req-c097795b-dbdd-4c03-8442-d8b6fb36ea1d - - - - -] Sending Creation of Listener 1a3b555e-fea5-4e59-bece-69ae9aaf990f to handler 2019-02-07 04:09:31.477 6478 INFO octavia.common.config [req-b6466719-be11-4ce7-aff6-5d9572ecb2f5 - - - - -] Logging enabled! 2019-02-07 04:09:31.478 6478 INFO octavia.common.config [req-b6466719-be11-4ce7-aff6-5d9572ecb2f5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:31.499 6478 WARNING octavia.api.root_controller [req-b6466719-be11-4ce7-aff6-5d9572ecb2f5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:31.511 6478 INFO octavia.api.v1.controllers.load_balancer [req-ffe78ca4-cf30-45a7-b2d7-1fd901b27d3c - - - - -] Sending created Load Balancer a60f951e-fc37-4e6f-8979-ac0495a7b84f to the handler 2019-02-07 04:09:31.576 6478 INFO octavia.api.v1.controllers.load_balancer [req-ca406141-114a-4cc1-846d-ded4d3a95d26 - - - - -] Sending deleted Load Balancer a60f951e-fc37-4e6f-8979-ac0495a7b84f to the handler 2019-02-07 04:09:31.577 6477 INFO octavia.api.v1.controllers.pool [req-185a494e-9c7d-4119-ac8f-8ebce899bf80 - - - - -] Sending Creation of Pool 04f0f9ba-6955-4330-84ba-824364014bf1 to handler 2019-02-07 04:09:31.657 6478 INFO oslo_db.sqlalchemy.provision [req-69c38c6b-8e96-429b-9c04-d88b7f2ff054 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:31.659 6478 INFO oslo_db.sqlalchemy.provision [req-69c38c6b-8e96-429b-9c04-d88b7f2ff054 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vitbfbjlgj 2019-02-07 04:09:31.659 6478 INFO oslo_db.sqlalchemy.provision [req-69c38c6b-8e96-429b-9c04-d88b7f2ff054 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete [0.255936s] ... ok 2019-02-07 04:09:31.661 6478 INFO oslo_db.sqlalchemy.provision [req-69c38c6b-8e96-429b-9c04-d88b7f2ff054 - - - - -] CREATE BACKEND sqlite:// TOKEN ehfcnjijeb 2019-02-07 04:09:31.711 6477 INFO oslo_db.sqlalchemy.provision [req-677c4354-87d4-48de-b34c-e4fd748302a1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:31.713 6477 INFO oslo_db.sqlalchemy.provision [req-677c4354-87d4-48de-b34c-e4fd748302a1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ekhmszgrdf 2019-02-07 04:09:31.713 6477 INFO oslo_db.sqlalchemy.provision [req-677c4354-87d4-48de-b34c-e4fd748302a1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_bad_update [0.433286s] ... ok 2019-02-07 04:09:31.720 6477 INFO oslo_db.sqlalchemy.provision [req-677c4354-87d4-48de-b34c-e4fd748302a1 - - - - -] CREATE BACKEND sqlite:// TOKEN pibyvmlyhr 2019-02-07 04:09:31.735 6478 INFO octavia.common.config [req-69c38c6b-8e96-429b-9c04-d88b7f2ff054 - - - - -] Logging enabled! 2019-02-07 04:09:31.736 6478 INFO octavia.common.config [req-69c38c6b-8e96-429b-9c04-d88b7f2ff054 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:31.757 6478 WARNING octavia.api.root_controller [req-69c38c6b-8e96-429b-9c04-d88b7f2ff054 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:31.763 6478 ERROR octavia.api.v1.controllers.base [req-b29fa86c-709e-4a37-808a-2771ae1ddb01 - - - - -] Load Balancer bad_uuid not found: None 2019-02-07 04:09:31.763 6478 ERROR octavia.api.v1.controllers.base None 2019-02-07 04:09:31.763 6478 ERROR octavia.api.v1.controllers.base 2019-02-07 04:09:31.788 6477 INFO octavia.common.config [req-677c4354-87d4-48de-b34c-e4fd748302a1 - - - - -] Logging enabled! 2019-02-07 04:09:31.789 6477 INFO octavia.common.config [req-677c4354-87d4-48de-b34c-e4fd748302a1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:31.791 6478 INFO oslo_db.sqlalchemy.provision [req-b29fa86c-709e-4a37-808a-2771ae1ddb01 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:31.792 6478 INFO oslo_db.sqlalchemy.provision [req-b29fa86c-709e-4a37-808a-2771ae1ddb01 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ehfcnjijeb 2019-02-07 04:09:31.793 6478 INFO oslo_db.sqlalchemy.provision [req-b29fa86c-709e-4a37-808a-2771ae1ddb01 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_bad_lb_id [0.133812s] ... ok 2019-02-07 04:09:31.795 6478 INFO oslo_db.sqlalchemy.provision [req-b29fa86c-709e-4a37-808a-2771ae1ddb01 - - - - -] CREATE BACKEND sqlite:// TOKEN ritogipkmk 2019-02-07 04:09:31.810 6477 WARNING octavia.api.root_controller [req-677c4354-87d4-48de-b34c-e4fd748302a1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:31.822 6477 INFO octavia.api.v1.controllers.load_balancer [req-e1f1ab68-badb-455b-b696-4fa389130dc1 - - - - -] Sending created Load Balancer d641c83d-93f3-4089-8b5c-ea0cbed9f2c6 to the handler 2019-02-07 04:09:31.888 6478 INFO octavia.common.config [req-b29fa86c-709e-4a37-808a-2771ae1ddb01 - - - - -] Logging enabled! 2019-02-07 04:09:31.888 6478 INFO octavia.common.config [req-b29fa86c-709e-4a37-808a-2771ae1ddb01 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:31.899 6477 INFO octavia.api.v1.controllers.listener [req-6ded6501-3d6d-47e8-8f77-e8e3dcbc29cf - - - - -] Sending Creation of Listener 5d1c414d-b713-43c2-b205-d5517c6d63c3 to handler 2019-02-07 04:09:31.922 6478 WARNING octavia.api.root_controller [req-b29fa86c-709e-4a37-808a-2771ae1ddb01 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:31.932 6478 INFO octavia.api.v1.controllers.load_balancer [req-7e387e34-69df-4e36-b65a-965f8b280ace - - - - -] Sending created Load Balancer 07920350-4510-4f72-b278-835edd4e1d39 to the handler 2019-02-07 04:09:31.949 6478 INFO octavia.api.v1.controllers.load_balancer [req-3486cff9-3513-44fe-8a99-f92adb0df5f6 - - - - -] Load Balancer 07920350-4510-4f72-b278-835edd4e1d39 is immutable. 2019-02-07 04:09:31.965 6478 INFO oslo_db.sqlalchemy.provision [req-3486cff9-3513-44fe-8a99-f92adb0df5f6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:31.966 6478 INFO oslo_db.sqlalchemy.provision [req-3486cff9-3513-44fe-8a99-f92adb0df5f6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ritogipkmk 2019-02-07 04:09:31.967 6478 INFO oslo_db.sqlalchemy.provision [req-3486cff9-3513-44fe-8a99-f92adb0df5f6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_pending_create [0.173758s] ... ok 2019-02-07 04:09:31.969 6478 INFO oslo_db.sqlalchemy.provision [req-3486cff9-3513-44fe-8a99-f92adb0df5f6 - - - - -] CREATE BACKEND sqlite:// TOKEN pfxbyagmci 2019-02-07 04:09:32.024 6477 INFO octavia.api.v1.controllers.pool [req-2b2e5c70-5cb3-403b-a638-5de2d49d1f31 - - - - -] Sending Creation of Pool d1cacefa-8e13-4557-815f-018ea4c4cf7d to handler 2019-02-07 04:09:32.056 6478 INFO octavia.common.config [req-3486cff9-3513-44fe-8a99-f92adb0df5f6 - - - - -] Logging enabled! 2019-02-07 04:09:32.057 6478 INFO octavia.common.config [req-3486cff9-3513-44fe-8a99-f92adb0df5f6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:32.088 6478 WARNING octavia.api.root_controller [req-3486cff9-3513-44fe-8a99-f92adb0df5f6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:32.097 6478 INFO octavia.api.v1.controllers.load_balancer [req-94bd2fe1-3c09-4cff-a23e-ab1476f5bf10 - - - - -] Sending created Load Balancer 29f932ed-7c81-4684-826a-be074a52a47c to the handler 2019-02-07 04:09:32.175 6477 INFO oslo_db.sqlalchemy.provision [req-9ebc7d4e-fb52-4b6a-a13c-ff2c11bf9899 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:32.177 6477 INFO oslo_db.sqlalchemy.provision [req-9ebc7d4e-fb52-4b6a-a13c-ff2c11bf9899 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pibyvmlyhr 2019-02-07 04:09:32.177 6477 INFO oslo_db.sqlalchemy.provision [req-9ebc7d4e-fb52-4b6a-a13c-ff2c11bf9899 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_create [0.463934s] ... ok 2019-02-07 04:09:32.180 6477 INFO oslo_db.sqlalchemy.provision [req-9ebc7d4e-fb52-4b6a-a13c-ff2c11bf9899 - - - - -] CREATE BACKEND sqlite:// TOKEN laqhrkibjz 2019-02-07 04:09:32.187 6478 INFO octavia.api.v1.controllers.listener [req-5db91ba4-311a-42f3-b566-045b0ae22e7c - - - - -] Sending Creation of Listener b2fecf42-523d-4005-8dbe-b68425ff2bf5 to handler 2019-02-07 04:09:32.252 6477 INFO octavia.common.config [req-9ebc7d4e-fb52-4b6a-a13c-ff2c11bf9899 - - - - -] Logging enabled! 2019-02-07 04:09:32.253 6477 INFO octavia.common.config [req-9ebc7d4e-fb52-4b6a-a13c-ff2c11bf9899 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:32.274 6477 WARNING octavia.api.root_controller [req-9ebc7d4e-fb52-4b6a-a13c-ff2c11bf9899 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:32.286 6477 INFO octavia.api.v1.controllers.load_balancer [req-60d1d639-2649-45f7-876b-b691ebbd3968 - - - - -] Sending created Load Balancer bc639351-b8ed-4679-acba-298e44f67353 to the handler 2019-02-07 04:09:32.293 6478 WARNING octavia.api.v1.controllers.load_balancer [req-00c6602b-d9fa-4314-856b-03c4c06f1a5d - - - - -] Cannot delete Load Balancer 29f932ed-7c81-4684-826a-be074a52a47c - it has children 2019-02-07 04:09:32.304 6478 INFO oslo_db.sqlalchemy.provision [req-00c6602b-d9fa-4314-856b-03c4c06f1a5d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:32.309 6478 INFO oslo_db.sqlalchemy.provision [req-00c6602b-d9fa-4314-856b-03c4c06f1a5d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pfxbyagmci 2019-02-07 04:09:32.309 6478 INFO oslo_db.sqlalchemy.provision [req-00c6602b-d9fa-4314-856b-03c4c06f1a5d - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_with_listener [0.342231s] ... ok 2019-02-07 04:09:32.312 6478 INFO oslo_db.sqlalchemy.provision [req-00c6602b-d9fa-4314-856b-03c4c06f1a5d - - - - -] CREATE BACKEND sqlite:// TOKEN ofdtswwdhk 2019-02-07 04:09:32.359 6477 INFO octavia.api.v1.controllers.listener [req-b680e217-23c0-4401-b541-33860c567120 - - - - -] Sending Creation of Listener 6c0ff0fb-c8f2-4f3b-84bd-ee9ccb269cc3 to handler 2019-02-07 04:09:32.418 6478 INFO octavia.common.config [req-00c6602b-d9fa-4314-856b-03c4c06f1a5d - - - - -] Logging enabled! 2019-02-07 04:09:32.418 6478 INFO octavia.common.config [req-00c6602b-d9fa-4314-856b-03c4c06f1a5d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:32.439 6478 WARNING octavia.api.root_controller [req-00c6602b-d9fa-4314-856b-03c4c06f1a5d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:32.455 6478 INFO octavia.api.v1.controllers.load_balancer [req-e392ffd2-2535-4c88-8782-39d36757264d - - - - -] Sending created Load Balancer b583f2f4-5691-4c36-a12b-8bdbde9e48e4 to the handler 2019-02-07 04:09:32.529 6477 INFO oslo_db.sqlalchemy.provision [req-21903160-dee8-4409-a56d-413f80474772 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:32.530 6477 INFO oslo_db.sqlalchemy.provision [req-21903160-dee8-4409-a56d-413f80474772 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN laqhrkibjz 2019-02-07 04:09:32.530 6477 INFO oslo_db.sqlalchemy.provision [req-21903160-dee8-4409-a56d-413f80474772 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_bad_protocol [0.353454s] ... ok 2019-02-07 04:09:32.533 6477 INFO oslo_db.sqlalchemy.provision [req-21903160-dee8-4409-a56d-413f80474772 - - - - -] CREATE BACKEND sqlite:// TOKEN figxtwdlnq 2019-02-07 04:09:32.558 6478 INFO octavia.api.v1.controllers.pool [req-06d2d372-b97a-46c8-bcac-1e99c2b33094 - - - - -] Sending Creation of Pool a9457d13-6aa0-4369-abdf-5b03e1f91c1d to handler 2019-02-07 04:09:32.608 6477 INFO octavia.common.config [req-21903160-dee8-4409-a56d-413f80474772 - - - - -] Logging enabled! 2019-02-07 04:09:32.608 6477 INFO octavia.common.config [req-21903160-dee8-4409-a56d-413f80474772 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:32.630 6477 WARNING octavia.api.root_controller [req-21903160-dee8-4409-a56d-413f80474772 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:32.642 6477 INFO octavia.api.v1.controllers.load_balancer [req-2b3c4a1a-56e4-4810-8750-b903770889f8 - - - - -] Sending created Load Balancer b4d47ac3-e138-4d10-940a-6ae789fd1612 to the handler 2019-02-07 04:09:32.717 6477 INFO octavia.api.v1.controllers.listener [req-461182b0-d0ea-4966-8406-5d55bd8d53e4 - - - - -] Sending Creation of Listener f778a6d5-4f5b-4c47-a203-30b7e683b269 to handler 2019-02-07 04:09:32.736 6478 WARNING octavia.api.v1.controllers.load_balancer [req-e1619f3c-b326-4209-b8fe-8338e661093c - - - - -] Cannot delete Load Balancer b583f2f4-5691-4c36-a12b-8bdbde9e48e4 - it has children 2019-02-07 04:09:32.749 6478 INFO oslo_db.sqlalchemy.provision [req-e1619f3c-b326-4209-b8fe-8338e661093c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:32.751 6478 INFO oslo_db.sqlalchemy.provision [req-e1619f3c-b326-4209-b8fe-8338e661093c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ofdtswwdhk 2019-02-07 04:09:32.751 6478 INFO oslo_db.sqlalchemy.provision [req-e1619f3c-b326-4209-b8fe-8338e661093c - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_delete_with_pool [0.441648s] ... ok 2019-02-07 04:09:32.753 6478 INFO oslo_db.sqlalchemy.provision [req-e1619f3c-b326-4209-b8fe-8338e661093c - - - - -] CREATE BACKEND sqlite:// TOKEN qwjmvvhtbd 2019-02-07 04:09:32.818 6477 INFO oslo_db.sqlalchemy.provision [req-3adacf0f-3368-47fa-bd9b-8f961aff72fa - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:32.820 6477 INFO oslo_db.sqlalchemy.provision [req-3adacf0f-3368-47fa-bd9b-8f961aff72fa - - - - -] DROP BACKEND Engine(sqlite://) TOKEN figxtwdlnq 2019-02-07 04:09:32.820 6477 INFO oslo_db.sqlalchemy.provision [req-3adacf0f-3368-47fa-bd9b-8f961aff72fa - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_over_quota [0.289282s] ... ok 2019-02-07 04:09:32.823 6477 INFO oslo_db.sqlalchemy.provision [req-3adacf0f-3368-47fa-bd9b-8f961aff72fa - - - - -] CREATE BACKEND sqlite:// TOKEN gzkxzrqnxp 2019-02-07 04:09:32.826 6478 INFO octavia.common.config [req-e1619f3c-b326-4209-b8fe-8338e661093c - - - - -] Logging enabled! 2019-02-07 04:09:32.826 6478 INFO octavia.common.config [req-e1619f3c-b326-4209-b8fe-8338e661093c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:32.848 6478 WARNING octavia.api.root_controller [req-e1619f3c-b326-4209-b8fe-8338e661093c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:32.899 6477 INFO octavia.common.config [req-3adacf0f-3368-47fa-bd9b-8f961aff72fa - - - - -] Logging enabled! 2019-02-07 04:09:32.899 6477 INFO octavia.common.config [req-3adacf0f-3368-47fa-bd9b-8f961aff72fa - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:32.915 6478 INFO oslo_db.sqlalchemy.provision [req-57880906-799f-4d51-b4cf-0d7c4bf6dd9c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:32.916 6478 INFO oslo_db.sqlalchemy.provision [req-57880906-799f-4d51-b4cf-0d7c4bf6dd9c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qwjmvvhtbd 2019-02-07 04:09:32.916 6478 INFO oslo_db.sqlalchemy.provision [req-57880906-799f-4d51-b4cf-0d7c4bf6dd9c - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_empty_list [0.165526s] ... ok 2019-02-07 04:09:32.921 6477 WARNING octavia.api.root_controller [req-3adacf0f-3368-47fa-bd9b-8f961aff72fa - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:32.933 6477 INFO octavia.api.v1.controllers.load_balancer [req-8bb9830f-1104-4161-b60d-fb098c134ea9 - - - - -] Sending created Load Balancer 43d09bac-5d05-4da1-9dc2-53b88de9cb9e to the handler 2019-02-07 04:09:32.919 6478 INFO oslo_db.sqlalchemy.provision [req-57880906-799f-4d51-b4cf-0d7c4bf6dd9c - - - - -] CREATE BACKEND sqlite:// TOKEN uqtaxlvsbl 2019-02-07 04:09:32.994 6478 INFO octavia.common.config [req-57880906-799f-4d51-b4cf-0d7c4bf6dd9c - - - - -] Logging enabled! 2019-02-07 04:09:32.994 6478 INFO octavia.common.config [req-57880906-799f-4d51-b4cf-0d7c4bf6dd9c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:33.012 6477 INFO octavia.api.v1.controllers.listener [req-95c1aae8-1b41-4843-8a79-d9836d42d8bc - - - - -] Sending Creation of Listener 451490c7-5107-4bd2-a4f9-514d7eec4445 to handler 2019-02-07 04:09:33.016 6478 WARNING octavia.api.root_controller [req-57880906-799f-4d51-b4cf-0d7c4bf6dd9c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:33.025 6478 INFO octavia.api.v1.controllers.load_balancer [req-dc4b5228-51ea-497b-ba11-9ee690d810ba - - - - -] Sending created Load Balancer fd558cc1-87a5-4d54-88c1-54397a633209 to the handler 2019-02-07 04:09:33.033 6478 INFO octavia.api.v1.controllers.load_balancer [req-c1140bde-9d42-4932-ad7f-7e63f2b60402 - - - - -] Sending created Load Balancer ec01e679-6d89-46c6-ad19-03f9fde38650 to the handler 2019-02-07 04:09:33.042 6478 INFO octavia.api.v1.controllers.load_balancer [req-b53e3532-b9e3-42ff-a2a7-f3cea6b6fe75 - - - - -] Sending created Load Balancer 2f12b827-8a58-4cb4-9189-3365ee807339 to the handler 2019-02-07 04:09:33.115 6477 INFO octavia.api.v1.controllers.pool [req-bec5a9e6-7ea6-4dc8-8ef3-930e65891204 - - - - -] Sending Creation of Pool 1de4cdbb-4dec-40d3-9d81-4a50e4e8e6cf to handler 2019-02-07 04:09:33.163 6477 INFO oslo_db.sqlalchemy.provision [req-497a6bdd-0593-4247-8444-0cb672695fda - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:33.164 6477 INFO oslo_db.sqlalchemy.provision [req-497a6bdd-0593-4247-8444-0cb672695fda - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gzkxzrqnxp 2019-02-07 04:09:33.166 6477 INFO oslo_db.sqlalchemy.provision [req-497a6bdd-0593-4247-8444-0cb672695fda - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_sans_listener [0.345870s] ... ok 2019-02-07 04:09:33.169 6477 INFO oslo_db.sqlalchemy.provision [req-497a6bdd-0593-4247-8444-0cb672695fda - - - - -] CREATE BACKEND sqlite:// TOKEN fsmcttihef 2019-02-07 04:09:33.168 6478 INFO oslo_db.sqlalchemy.provision [req-73d3f78a-ff59-43ca-a210-946c6b87d643 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:33.169 6478 INFO oslo_db.sqlalchemy.provision [req-73d3f78a-ff59-43ca-a210-946c6b87d643 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uqtaxlvsbl 2019-02-07 04:09:33.169 6478 INFO oslo_db.sqlalchemy.provision [req-73d3f78a-ff59-43ca-a210-946c6b87d643 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_get_all_by_project_id [0.252681s] ... ok 2019-02-07 04:09:33.172 6478 INFO oslo_db.sqlalchemy.provision [req-73d3f78a-ff59-43ca-a210-946c6b87d643 - - - - -] CREATE BACKEND sqlite:// TOKEN ahrwaacmug 2019-02-07 04:09:33.243 6477 INFO octavia.common.config [req-497a6bdd-0593-4247-8444-0cb672695fda - - - - -] Logging enabled! 2019-02-07 04:09:33.244 6477 INFO octavia.common.config [req-497a6bdd-0593-4247-8444-0cb672695fda - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:33.244 6478 INFO octavia.common.config [req-73d3f78a-ff59-43ca-a210-946c6b87d643 - - - - -] Logging enabled! 2019-02-07 04:09:33.244 6478 INFO octavia.common.config [req-73d3f78a-ff59-43ca-a210-946c6b87d643 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:33.266 6478 WARNING octavia.api.root_controller [req-73d3f78a-ff59-43ca-a210-946c6b87d643 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:33.278 6478 INFO octavia.api.v1.controllers.load_balancer [req-06f9cfd9-3b5e-4933-801a-360cd37f07d3 - - - - -] Sending created Load Balancer 88c142f7-8d4c-43b5-8009-2287a1cbb546 to the handler 2019-02-07 04:09:33.266 6477 WARNING octavia.api.root_controller [req-497a6bdd-0593-4247-8444-0cb672695fda - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:33.275 6477 INFO octavia.api.v1.controllers.load_balancer [req-c2ea7598-24fd-4a52-9975-8990be14c5ed - - - - -] Sending created Load Balancer 43c5f1cf-258a-44ca-a716-c9933a1cade5 to the handler 2019-02-07 04:09:33.343 6478 INFO octavia.api.v1.controllers.load_balancer [req-6f308f33-a91f-4d99-a335-a3e4735534ba - - - - -] Sending updated Load Balancer 88c142f7-8d4c-43b5-8009-2287a1cbb546 to the handler 2019-02-07 04:09:33.353 6477 INFO octavia.api.v1.controllers.listener [req-862c053d-411b-4df6-b2ed-0fa4c96682cf - - - - -] Sending Creation of Listener 1d2fecdf-3fe2-4c30-8b5f-c64b1b74f92b to handler 2019-02-07 04:09:33.421 6478 INFO oslo_db.sqlalchemy.provision [req-4c169ce2-d99f-4c6f-8eb4-fff3d2fe6a05 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:33.422 6478 INFO oslo_db.sqlalchemy.provision [req-4c169ce2-d99f-4c6f-8eb4-fff3d2fe6a05 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ahrwaacmug 2019-02-07 04:09:33.423 6478 INFO oslo_db.sqlalchemy.provision [req-4c169ce2-d99f-4c6f-8eb4-fff3d2fe6a05 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update [0.253195s] ... ok 2019-02-07 04:09:33.430 6478 INFO oslo_db.sqlalchemy.provision [req-4c169ce2-d99f-4c6f-8eb4-fff3d2fe6a05 - - - - -] CREATE BACKEND sqlite:// TOKEN qfbvmehujs 2019-02-07 04:09:33.442 6477 INFO octavia.api.v1.controllers.load_balancer [req-8d17160b-f968-43a3-ab17-ecf29981c7b5 - - - - -] Sending updated Load Balancer 43c5f1cf-258a-44ca-a716-c9933a1cade5 to the handler 2019-02-07 04:09:33.466 6477 INFO octavia.api.v1.controllers.pool [req-c9ddaaf9-25f8-4683-9b76-c239d4c5fe7c - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:33.484 6477 INFO oslo_db.sqlalchemy.provision [req-c9ddaaf9-25f8-4683-9b76-c239d4c5fe7c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:33.487 6477 INFO oslo_db.sqlalchemy.provision [req-c9ddaaf9-25f8-4683-9b76-c239d4c5fe7c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fsmcttihef 2019-02-07 04:09:33.487 6477 INFO oslo_db.sqlalchemy.provision [req-c9ddaaf9-25f8-4683-9b76-c239d4c5fe7c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_when_lb_pending_update [0.320604s] ... ok 2019-02-07 04:09:33.490 6477 INFO oslo_db.sqlalchemy.provision [req-c9ddaaf9-25f8-4683-9b76-c239d4c5fe7c - - - - -] CREATE BACKEND sqlite:// TOKEN kiqnppogux 2019-02-07 04:09:33.498 6478 INFO octavia.common.config [req-4c169ce2-d99f-4c6f-8eb4-fff3d2fe6a05 - - - - -] Logging enabled! 2019-02-07 04:09:33.498 6478 INFO octavia.common.config [req-4c169ce2-d99f-4c6f-8eb4-fff3d2fe6a05 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:33.519 6478 WARNING octavia.api.root_controller [req-4c169ce2-d99f-4c6f-8eb4-fff3d2fe6a05 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:33.524 6478 ERROR octavia.api.v1.controllers.base [req-cf0e167f-49a1-4733-a510-41ca36dcc3df - - - - -] Load Balancer SEAN-CONNERY not found: None 2019-02-07 04:09:33.524 6478 ERROR octavia.api.v1.controllers.base None 2019-02-07 04:09:33.524 6478 ERROR octavia.api.v1.controllers.base 2019-02-07 04:09:33.540 6478 INFO oslo_db.sqlalchemy.provision [req-cf0e167f-49a1-4733-a510-41ca36dcc3df - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:33.542 6478 INFO oslo_db.sqlalchemy.provision [req-cf0e167f-49a1-4733-a510-41ca36dcc3df - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qfbvmehujs 2019-02-07 04:09:33.542 6478 INFO oslo_db.sqlalchemy.provision [req-cf0e167f-49a1-4733-a510-41ca36dcc3df - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update_bad_lb_id [0.119259s] ... ok 2019-02-07 04:09:33.545 6478 INFO oslo_db.sqlalchemy.provision [req-cf0e167f-49a1-4733-a510-41ca36dcc3df - - - - -] CREATE BACKEND sqlite:// TOKEN ssjskxenzl 2019-02-07 04:09:33.564 6477 INFO octavia.common.config [req-c9ddaaf9-25f8-4683-9b76-c239d4c5fe7c - - - - -] Logging enabled! 2019-02-07 04:09:33.564 6477 INFO octavia.common.config [req-c9ddaaf9-25f8-4683-9b76-c239d4c5fe7c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:33.587 6477 WARNING octavia.api.root_controller [req-c9ddaaf9-25f8-4683-9b76-c239d4c5fe7c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:33.598 6477 INFO octavia.api.v1.controllers.load_balancer [req-b41f3446-d9ad-4abf-805b-aa7a7db1ce89 - - - - -] Sending created Load Balancer 1204c538-edad-43e4-abbc-9ec96162ed35 to the handler 2019-02-07 04:09:33.617 6478 INFO octavia.common.config [req-cf0e167f-49a1-4733-a510-41ca36dcc3df - - - - -] Logging enabled! 2019-02-07 04:09:33.618 6478 INFO octavia.common.config [req-cf0e167f-49a1-4733-a510-41ca36dcc3df - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:33.639 6478 WARNING octavia.api.root_controller [req-cf0e167f-49a1-4733-a510-41ca36dcc3df - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:33.651 6478 INFO octavia.api.v1.controllers.load_balancer [req-c04464a4-244c-4451-bfc7-1c9d5433d1bd - - - - -] Sending created Load Balancer 82a461e0-a965-404d-b2ca-439bc2d46c73 to the handler 2019-02-07 04:09:33.661 6478 INFO octavia.api.v1.controllers.load_balancer [req-b1a5bfbe-0cc0-43f5-8435-e1dd00d4cb36 - - - - -] Load Balancer 82a461e0-a965-404d-b2ca-439bc2d46c73 is immutable. 2019-02-07 04:09:33.680 6478 INFO oslo_db.sqlalchemy.provision [req-b1a5bfbe-0cc0-43f5-8435-e1dd00d4cb36 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:33.682 6478 INFO oslo_db.sqlalchemy.provision [req-b1a5bfbe-0cc0-43f5-8435-e1dd00d4cb36 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ssjskxenzl 2019-02-07 04:09:33.682 6478 INFO oslo_db.sqlalchemy.provision [req-b1a5bfbe-0cc0-43f5-8435-e1dd00d4cb36 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update_pending_create [0.139910s] ... ok 2019-02-07 04:09:33.677 6477 INFO octavia.api.v1.controllers.listener [req-27c29633-b7d2-4595-bfce-f89668f3778f - - - - -] Sending Creation of Listener cdb19051-2b8e-45e3-a920-b15c4a974a40 to handler 2019-02-07 04:09:33.690 6478 INFO oslo_db.sqlalchemy.provision [req-b1a5bfbe-0cc0-43f5-8435-e1dd00d4cb36 - - - - -] CREATE BACKEND sqlite:// TOKEN cpwllduyua 2019-02-07 04:09:33.768 6478 INFO octavia.common.config [req-b1a5bfbe-0cc0-43f5-8435-e1dd00d4cb36 - - - - -] Logging enabled! 2019-02-07 04:09:33.769 6478 INFO octavia.common.config [req-b1a5bfbe-0cc0-43f5-8435-e1dd00d4cb36 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:33.793 6478 WARNING octavia.api.root_controller [req-b1a5bfbe-0cc0-43f5-8435-e1dd00d4cb36 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:33.807 6478 INFO octavia.api.v1.controllers.load_balancer [req-6bd4da1c-e8d4-4c1a-a2c1-be8ee0a6ca00 - - - - -] Sending created Load Balancer 25f2bcca-8332-4668-aaf3-1e12e70ad06b to the handler 2019-02-07 04:09:33.870 6477 INFO octavia.api.v1.controllers.pool [req-35a28ec7-ba7b-4dfb-a28f-7df03238b7ef - - - - -] Sending Creation of Pool 73dbe154-ad1b-4e6e-b460-b9a78963b119 to handler 2019-02-07 04:09:33.894 6478 INFO octavia.api.v1.controllers.load_balancer [req-cec6429a-59a3-42b1-b237-ea7a8f297cad - - - - -] Sending updated Load Balancer 25f2bcca-8332-4668-aaf3-1e12e70ad06b to the handler 2019-02-07 04:09:33.917 6478 INFO octavia.api.v1.controllers.load_balancer [req-423dfe9a-8d83-4bf3-acc7-4a575bfaeaa8 - - - - -] Load Balancer 25f2bcca-8332-4668-aaf3-1e12e70ad06b is immutable. 2019-02-07 04:09:33.937 6478 INFO oslo_db.sqlalchemy.provision [req-423dfe9a-8d83-4bf3-acc7-4a575bfaeaa8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:33.938 6478 INFO oslo_db.sqlalchemy.provision [req-423dfe9a-8d83-4bf3-acc7-4a575bfaeaa8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cpwllduyua 2019-02-07 04:09:33.939 6478 INFO oslo_db.sqlalchemy.provision [req-423dfe9a-8d83-4bf3-acc7-4a575bfaeaa8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancer.test_update_pending_update [0.256266s] ... ok 2019-02-07 04:09:33.932 6477 INFO oslo_db.sqlalchemy.provision [req-26771639-b92f-4d52-8026-fc6340ef13d8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:33.933 6477 INFO oslo_db.sqlalchemy.provision [req-26771639-b92f-4d52-8026-fc6340ef13d8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kiqnppogux 2019-02-07 04:09:33.933 6477 INFO oslo_db.sqlalchemy.provision [req-26771639-b92f-4d52-8026-fc6340ef13d8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_bad_handler [0.446357s] ... ok 2019-02-07 04:09:33.936 6477 INFO oslo_db.sqlalchemy.provision [req-26771639-b92f-4d52-8026-fc6340ef13d8 - - - - -] CREATE BACKEND sqlite:// TOKEN hsufoaizzy 2019-02-07 04:09:33.942 6478 INFO oslo_db.sqlalchemy.provision [req-423dfe9a-8d83-4bf3-acc7-4a575bfaeaa8 - - - - -] CREATE BACKEND sqlite:// TOKEN vakeatczee 2019-02-07 04:09:34.020 6477 INFO octavia.common.config [req-26771639-b92f-4d52-8026-fc6340ef13d8 - - - - -] Logging enabled! 2019-02-07 04:09:34.020 6477 INFO octavia.common.config [req-26771639-b92f-4d52-8026-fc6340ef13d8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:34.020 6478 INFO octavia.common.config [req-423dfe9a-8d83-4bf3-acc7-4a575bfaeaa8 - - - - -] Logging enabled! 2019-02-07 04:09:34.021 6478 INFO octavia.common.config [req-423dfe9a-8d83-4bf3-acc7-4a575bfaeaa8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:34.045 6477 WARNING octavia.api.root_controller [req-26771639-b92f-4d52-8026-fc6340ef13d8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:34.051 6478 WARNING octavia.api.root_controller [req-423dfe9a-8d83-4bf3-acc7-4a575bfaeaa8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:34.061 6477 INFO octavia.api.v1.controllers.load_balancer [req-9d5a2543-22f9-4648-9998-363d709f4d26 - - - - -] Sending created Load Balancer 6e5bea03-5d28-4a99-b3a1-1467b7533eb7 to the handler 2019-02-07 04:09:34.131 6478 INFO octavia.api.v1.controllers.load_balancer [req-699ba7a2-80a4-4c06-9542-5349cfb939b6 - - - - -] Sending full load balancer configuration 807a0dab-577a-4ce5-abf7-3f0331a75a1d to the handler 2019-02-07 04:09:34.148 6478 INFO oslo_db.sqlalchemy.provision [req-699ba7a2-80a4-4c06-9542-5349cfb939b6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:34.150 6478 INFO oslo_db.sqlalchemy.provision [req-699ba7a2-80a4-4c06-9542-5349cfb939b6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vakeatczee 2019-02-07 04:09:34.150 6478 INFO oslo_db.sqlalchemy.provision [req-699ba7a2-80a4-4c06-9542-5349cfb939b6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_l7policies_one_redirect_pool_one_rule [0.211425s] ... ok 2019-02-07 04:09:34.137 6477 INFO octavia.api.v1.controllers.listener [req-f9a7842f-2938-4e82-80d3-ac23c9b72fb9 - - - - -] Sending Creation of Listener f17118e7-72c4-4a6c-94f4-7ee27b4d266b to handler 2019-02-07 04:09:34.153 6478 INFO oslo_db.sqlalchemy.provision [req-699ba7a2-80a4-4c06-9542-5349cfb939b6 - - - - -] CREATE BACKEND sqlite:// TOKEN bndwfkegci 2019-02-07 04:09:34.232 6478 INFO octavia.common.config [req-699ba7a2-80a4-4c06-9542-5349cfb939b6 - - - - -] Logging enabled! 2019-02-07 04:09:34.232 6478 INFO octavia.common.config [req-699ba7a2-80a4-4c06-9542-5349cfb939b6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:34.266 6477 INFO octavia.api.v1.controllers.pool [req-5fdda79e-de41-405f-90b8-bd084446b332 - - - - -] Sending Creation of Pool 5b6b9d51-92b1-4a1e-9b94-0d7ae1d7f2fe to handler 2019-02-07 04:09:34.316 6478 WARNING octavia.api.root_controller [req-699ba7a2-80a4-4c06-9542-5349cfb939b6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:34.372 6478 INFO octavia.api.v1.controllers.load_balancer [req-434b2ce7-33f7-433c-a702-fae2dc233452 - - - - -] Sending full load balancer configuration c541e55a-1950-4368-84dc-78398e40d1e6 to the handler 2019-02-07 04:09:34.375 6477 INFO oslo_db.sqlalchemy.provision [req-c7cd0ed9-ec26-4352-bd19-7ac165b2de79 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:34.377 6477 INFO oslo_db.sqlalchemy.provision [req-c7cd0ed9-ec26-4352-bd19-7ac165b2de79 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hsufoaizzy 2019-02-07 04:09:34.377 6477 INFO oslo_db.sqlalchemy.provision [req-c7cd0ed9-ec26-4352-bd19-7ac165b2de79 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_duplicate_id [0.443738s] ... ok 2019-02-07 04:09:34.388 6478 INFO oslo_db.sqlalchemy.provision [req-434b2ce7-33f7-433c-a702-fae2dc233452 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:34.390 6478 INFO oslo_db.sqlalchemy.provision [req-434b2ce7-33f7-433c-a702-fae2dc233452 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bndwfkegci 2019-02-07 04:09:34.390 6478 INFO oslo_db.sqlalchemy.provision [req-434b2ce7-33f7-433c-a702-fae2dc233452 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_one_rule [0.239654s] ... ok 2019-02-07 04:09:34.380 6477 INFO oslo_db.sqlalchemy.provision [req-c7cd0ed9-ec26-4352-bd19-7ac165b2de79 - - - - -] CREATE BACKEND sqlite:// TOKEN glxwtubzda 2019-02-07 04:09:34.393 6478 INFO oslo_db.sqlalchemy.provision [req-434b2ce7-33f7-433c-a702-fae2dc233452 - - - - -] CREATE BACKEND sqlite:// TOKEN qshqbazoqz 2019-02-07 04:09:34.456 6477 INFO octavia.common.config [req-c7cd0ed9-ec26-4352-bd19-7ac165b2de79 - - - - -] Logging enabled! 2019-02-07 04:09:34.457 6477 INFO octavia.common.config [req-c7cd0ed9-ec26-4352-bd19-7ac165b2de79 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:34.480 6477 WARNING octavia.api.root_controller [req-c7cd0ed9-ec26-4352-bd19-7ac165b2de79 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:34.491 6477 INFO octavia.api.v1.controllers.load_balancer [req-4d619650-121b-463a-9ee8-db1f7464ee41 - - - - -] Sending created Load Balancer a0107d3b-9195-4e78-97c9-38f58ba8a0ed to the handler 2019-02-07 04:09:34.469 6478 INFO octavia.common.config [req-434b2ce7-33f7-433c-a702-fae2dc233452 - - - - -] Logging enabled! 2019-02-07 04:09:34.469 6478 INFO octavia.common.config [req-434b2ce7-33f7-433c-a702-fae2dc233452 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:34.498 6478 WARNING octavia.api.root_controller [req-434b2ce7-33f7-433c-a702-fae2dc233452 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:34.529 6478 INFO octavia.api.v1.controllers.load_balancer [req-c2476c34-be33-4283-b34d-d1bc100a031e - - - - -] Sending full load balancer configuration c275f864-8458-4f41-93f9-4ec22b141214 to the handler 2019-02-07 04:09:34.546 6478 INFO oslo_db.sqlalchemy.provision [req-c2476c34-be33-4283-b34d-d1bc100a031e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:34.548 6478 INFO oslo_db.sqlalchemy.provision [req-c2476c34-be33-4283-b34d-d1bc100a031e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qshqbazoqz 2019-02-07 04:09:34.548 6478 INFO oslo_db.sqlalchemy.provision [req-c2476c34-be33-4283-b34d-d1bc100a031e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_many_listeners [0.158133s] ... ok 2019-02-07 04:09:34.565 6477 INFO octavia.api.v1.controllers.listener [req-bebf524b-5fb8-436b-b9bb-62f2b14b6209 - - - - -] Sending Creation of Listener f5862360-9c47-47f6-8132-9d1b756773f7 to handler 2019-02-07 04:09:34.551 6478 INFO oslo_db.sqlalchemy.provision [req-c2476c34-be33-4283-b34d-d1bc100a031e - - - - -] CREATE BACKEND sqlite:// TOKEN pbsvymoifg 2019-02-07 04:09:34.644 6478 INFO octavia.common.config [req-c2476c34-be33-4283-b34d-d1bc100a031e - - - - -] Logging enabled! 2019-02-07 04:09:34.654 6478 INFO octavia.common.config [req-c2476c34-be33-4283-b34d-d1bc100a031e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:34.680 6477 INFO octavia.api.v1.controllers.pool [req-56752ba7-29d2-4214-b54b-d08d598a9b4b - - - - -] Sending Creation of Pool 24dd7251-ec4a-488d-a49d-f7f7ecbedd2d to handler 2019-02-07 04:09:34.677 6478 WARNING octavia.api.root_controller [req-c2476c34-be33-4283-b34d-d1bc100a031e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:34.758 6478 INFO octavia.api.v1.controllers.load_balancer [req-cd3d9d78-5ae6-49e6-bdf8-a7467923433b - - - - -] Sending full load balancer configuration 6d2b249d-4306-4247-b5ac-c9640d377af6 to the handler 2019-02-07 04:09:34.772 6478 INFO oslo_db.sqlalchemy.provision [req-cd3d9d78-5ae6-49e6-bdf8-a7467923433b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:34.773 6478 INFO oslo_db.sqlalchemy.provision [req-cd3d9d78-5ae6-49e6-bdf8-a7467923433b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pbsvymoifg 2019-02-07 04:09:34.774 6478 INFO oslo_db.sqlalchemy.provision [req-cd3d9d78-5ae6-49e6-bdf8-a7467923433b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_many_listeners_one_pool [0.225328s] ... ok 2019-02-07 04:09:34.784 6478 INFO oslo_db.sqlalchemy.provision [req-cd3d9d78-5ae6-49e6-bdf8-a7467923433b - - - - -] CREATE BACKEND sqlite:// TOKEN gcmptnvkir 2019-02-07 04:09:34.824 6477 INFO oslo_db.sqlalchemy.provision [req-f9ab708d-7e40-4028-80e4-6f9ad6461346 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:34.826 6477 INFO oslo_db.sqlalchemy.provision [req-f9ab708d-7e40-4028-80e4-6f9ad6461346 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN glxwtubzda 2019-02-07 04:09:34.826 6477 INFO oslo_db.sqlalchemy.provision [req-f9ab708d-7e40-4028-80e4-6f9ad6461346 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_listener_id_in_pool_dict [0.448721s] ... ok 2019-02-07 04:09:34.829 6477 INFO oslo_db.sqlalchemy.provision [req-f9ab708d-7e40-4028-80e4-6f9ad6461346 - - - - -] CREATE BACKEND sqlite:// TOKEN abndqbcdab 2019-02-07 04:09:34.882 6478 INFO octavia.common.config [req-cd3d9d78-5ae6-49e6-bdf8-a7467923433b - - - - -] Logging enabled! 2019-02-07 04:09:34.882 6478 INFO octavia.common.config [req-cd3d9d78-5ae6-49e6-bdf8-a7467923433b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:34.903 6477 INFO octavia.common.config [req-f9ab708d-7e40-4028-80e4-6f9ad6461346 - - - - -] Logging enabled! 2019-02-07 04:09:34.903 6477 INFO octavia.common.config [req-f9ab708d-7e40-4028-80e4-6f9ad6461346 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:34.911 6478 WARNING octavia.api.root_controller [req-cd3d9d78-5ae6-49e6-bdf8-a7467923433b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:34.925 6477 WARNING octavia.api.root_controller [req-f9ab708d-7e40-4028-80e4-6f9ad6461346 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:34.934 6477 INFO octavia.api.v1.controllers.load_balancer [req-91e6c475-eebd-49a3-842d-4b7b40e93db6 - - - - -] Sending created Load Balancer a0888b3a-4277-4d50-93b1-7a4df0a03c1d to the handler 2019-02-07 04:09:34.943 6478 INFO octavia.api.v1.controllers.load_balancer [req-00526ae3-f3f8-4017-a920-c9c77cdd31aa - - - - -] Sending full load balancer configuration 7bb4b68b-a7bf-4ed9-88e2-5c8c2399150f to the handler 2019-02-07 04:09:34.961 6478 INFO oslo_db.sqlalchemy.provision [req-00526ae3-f3f8-4017-a920-c9c77cdd31aa - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:34.962 6478 INFO oslo_db.sqlalchemy.provision [req-00526ae3-f3f8-4017-a920-c9c77cdd31aa - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gcmptnvkir 2019-02-07 04:09:34.963 6478 INFO oslo_db.sqlalchemy.provision [req-00526ae3-f3f8-4017-a920-c9c77cdd31aa - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener [0.188956s] ... ok 2019-02-07 04:09:34.965 6478 INFO oslo_db.sqlalchemy.provision [req-00526ae3-f3f8-4017-a920-c9c77cdd31aa - - - - -] CREATE BACKEND sqlite:// TOKEN zlbziutjxx 2019-02-07 04:09:35.015 6477 INFO octavia.api.v1.controllers.listener [req-e130ddcf-90d9-4f9d-bfe9-c2364ffcd9e0 - - - - -] Sending Creation of Listener 345a98ff-66ab-4b96-a3a8-4d3d0cbc684f to handler 2019-02-07 04:09:35.058 6478 INFO octavia.common.config [req-00526ae3-f3f8-4017-a920-c9c77cdd31aa - - - - -] Logging enabled! 2019-02-07 04:09:35.058 6478 INFO octavia.common.config [req-00526ae3-f3f8-4017-a920-c9c77cdd31aa - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:35.086 6478 WARNING octavia.api.root_controller [req-00526ae3-f3f8-4017-a920-c9c77cdd31aa - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:35.138 6477 INFO octavia.api.v1.controllers.pool [req-8417675b-5c30-4e8f-8af3-4090e4ccc7d7 - - - - -] Sending Creation of Pool 41582767-a333-4a03-9e8e-cf1e33932e79 to handler 2019-02-07 04:09:35.144 6478 INFO octavia.api.v1.controllers.load_balancer [req-ecd181c4-aae4-4788-b2c0-a238d690e580 - - - - -] Sending full load balancer configuration 673b44fc-01eb-443a-9769-9c170f804356 to the handler 2019-02-07 04:09:35.160 6478 INFO oslo_db.sqlalchemy.provision [req-ecd181c4-aae4-4788-b2c0-a238d690e580 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:35.162 6478 INFO oslo_db.sqlalchemy.provision [req-ecd181c4-aae4-4788-b2c0-a238d690e580 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zlbziutjxx 2019-02-07 04:09:35.162 6478 INFO oslo_db.sqlalchemy.provision [req-ecd181c4-aae4-4788-b2c0-a238d690e580 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_hm [0.199057s] ... ok 2019-02-07 04:09:35.165 6478 INFO oslo_db.sqlalchemy.provision [req-ecd181c4-aae4-4788-b2c0-a238d690e580 - - - - -] CREATE BACKEND sqlite:// TOKEN itmpowvsfk 2019-02-07 04:09:35.253 6478 INFO octavia.common.config [req-ecd181c4-aae4-4788-b2c0-a238d690e580 - - - - -] Logging enabled! 2019-02-07 04:09:35.253 6478 INFO octavia.common.config [req-ecd181c4-aae4-4788-b2c0-a238d690e580 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:35.282 6478 WARNING octavia.api.root_controller [req-ecd181c4-aae4-4788-b2c0-a238d690e580 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:35.296 6478 INFO octavia.api.v1.controllers.load_balancer [req-5b49361a-5457-49ec-b9a5-5fd28dd4d69a - - - - -] Sending created Load Balancer 33928f00-3216-4167-bdbc-f7096b673197 to the handler 2019-02-07 04:09:35.324 6477 INFO oslo_db.sqlalchemy.provision [req-8c45fe12-be42-43ab-8d89-ac193176ba26 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:35.326 6477 INFO oslo_db.sqlalchemy.provision [req-8c45fe12-be42-43ab-8d89-ac193176ba26 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN abndqbcdab 2019-02-07 04:09:35.326 6477 INFO oslo_db.sqlalchemy.provision [req-8c45fe12-be42-43ab-8d89-ac193176ba26 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_listener_with_default_pool_id_set [0.499762s] ... ok 2019-02-07 04:09:35.329 6477 INFO oslo_db.sqlalchemy.provision [req-8c45fe12-be42-43ab-8d89-ac193176ba26 - - - - -] CREATE BACKEND sqlite:// TOKEN wbrwrdjdzk 2019-02-07 04:09:35.400 6478 INFO octavia.api.v1.controllers.listener [req-ea747ad1-5e31-4f68-9088-78bf63ce9f32 - - - - -] Sending Creation of Listener ae41b32f-23c4-4cd5-abe4-9ec97de91eb3 to handler 2019-02-07 04:09:35.402 6477 INFO octavia.common.config [req-8c45fe12-be42-43ab-8d89-ac193176ba26 - - - - -] Logging enabled! 2019-02-07 04:09:35.402 6477 INFO octavia.common.config [req-8c45fe12-be42-43ab-8d89-ac193176ba26 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:35.423 6477 WARNING octavia.api.root_controller [req-8c45fe12-be42-43ab-8d89-ac193176ba26 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:35.435 6477 INFO octavia.api.v1.controllers.load_balancer [req-0a1cf65b-1ed8-4ff4-9c99-e1cfe5790082 - - - - -] Sending created Load Balancer cc4a15af-f8e1-43de-9ead-d23536c5260a to the handler 2019-02-07 04:09:35.514 6478 INFO octavia.api.v1.controllers.pool [req-ffee07e4-fdd6-4869-91ae-97bf811028e5 - - - - -] Sending Creation of Pool 383c464a-e9fe-4984-8890-4e78718b3b68 to handler 2019-02-07 04:09:35.514 6477 INFO octavia.api.v1.controllers.listener [req-0b9f6a20-b638-4793-8292-1568fcffc44f - - - - -] Sending Creation of Listener 1ff8c68f-5e1e-498d-aec5-24ce45425760 to handler 2019-02-07 04:09:35.631 6477 INFO octavia.api.v1.controllers.pool [req-e794c79d-6db0-4cf4-b1ba-beb172f7009a - - - - -] Sending Creation of Pool f9cb4227-530c-4fe7-891f-57c9b416fe83 to handler 2019-02-07 04:09:35.656 6477 INFO oslo_db.sqlalchemy.provision [req-e794c79d-6db0-4cf4-b1ba-beb172f7009a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:35.658 6477 INFO oslo_db.sqlalchemy.provision [req-e794c79d-6db0-4cf4-b1ba-beb172f7009a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wbrwrdjdzk 2019-02-07 04:09:35.658 6477 INFO oslo_db.sqlalchemy.provision [req-e794c79d-6db0-4cf4-b1ba-beb172f7009a - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_project_id [0.331669s] ... ok 2019-02-07 04:09:35.672 6478 INFO octavia.api.v1.controllers.pool [req-6197aca4-22c6-4cae-9509-6947cc30faf7 - - - - -] Sending Creation of Pool 42db75a0-6615-405b-a975-f300b713c89e to handler 2019-02-07 04:09:35.661 6477 INFO oslo_db.sqlalchemy.provision [req-e794c79d-6db0-4cf4-b1ba-beb172f7009a - - - - -] CREATE BACKEND sqlite:// TOKEN scqgnasgfa 2019-02-07 04:09:35.733 6477 INFO octavia.common.config [req-e794c79d-6db0-4cf4-b1ba-beb172f7009a - - - - -] Logging enabled! 2019-02-07 04:09:35.734 6477 INFO octavia.common.config [req-e794c79d-6db0-4cf4-b1ba-beb172f7009a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:35.755 6477 WARNING octavia.api.root_controller [req-e794c79d-6db0-4cf4-b1ba-beb172f7009a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:35.764 6477 INFO octavia.api.v1.controllers.load_balancer [req-56b3b2fa-81ba-42ce-834e-455241ea2fac - - - - -] Sending created Load Balancer abc167fb-cf7e-42e8-b15e-afb517d82ce4 to the handler 2019-02-07 04:09:35.790 6478 INFO oslo_db.sqlalchemy.provision [req-ae6d5949-0d26-4f04-8566-b8c68f6dfeb0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:35.791 6478 INFO oslo_db.sqlalchemy.provision [req-ae6d5949-0d26-4f04-8566-b8c68f6dfeb0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN itmpowvsfk 2019-02-07 04:09:35.792 6478 INFO oslo_db.sqlalchemy.provision [req-ae6d5949-0d26-4f04-8566-b8c68f6dfeb0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_bad_create [0.629406s] ... ok 2019-02-07 04:09:35.794 6478 INFO oslo_db.sqlalchemy.provision [req-ae6d5949-0d26-4f04-8566-b8c68f6dfeb0 - - - - -] CREATE BACKEND sqlite:// TOKEN ncxypaipuo 2019-02-07 04:09:35.844 6477 INFO octavia.api.v1.controllers.listener [req-a4b7df08-edb2-4df1-ad52-bb12bd9173e6 - - - - -] Sending Creation of Listener 35594e56-bbe8-4165-ab1b-2bd5c9b3f3c1 to handler 2019-02-07 04:09:35.869 6478 INFO octavia.common.config [req-ae6d5949-0d26-4f04-8566-b8c68f6dfeb0 - - - - -] Logging enabled! 2019-02-07 04:09:35.870 6478 INFO octavia.common.config [req-ae6d5949-0d26-4f04-8566-b8c68f6dfeb0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:35.892 6478 WARNING octavia.api.root_controller [req-ae6d5949-0d26-4f04-8566-b8c68f6dfeb0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:35.903 6478 INFO octavia.api.v1.controllers.load_balancer [req-5b2f6a75-38b5-4a2c-8e46-ead454175eaa - - - - -] Sending created Load Balancer 1463fad0-c376-498e-8431-8035ce433e54 to the handler 2019-02-07 04:09:35.957 6477 INFO octavia.api.v1.controllers.pool [req-be4705d3-79d0-4cdb-899f-8b6a183e75a6 - - - - -] Sending Creation of Pool 0f37313e-b545-45da-9d8b-f1817da88a9f to handler 2019-02-07 04:09:35.977 6478 INFO octavia.api.v1.controllers.listener [req-5e696fad-f366-44cf-911c-bd97a290028f - - - - -] Sending Creation of Listener 203673af-12ae-4e10-aca7-a58443e511ef to handler 2019-02-07 04:09:36.068 6478 INFO octavia.api.v1.controllers.pool [req-3c4a1b74-a8bf-41ad-9804-6ccae3710d2b - - - - -] Sending Creation of Pool dcdaad79-1952-4b6a-858c-519b61d9db5b to handler 2019-02-07 04:09:36.110 6477 INFO oslo_db.sqlalchemy.provision [req-c473243f-7dca-4d14-87bc-8b62a94fbaff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:36.112 6477 INFO oslo_db.sqlalchemy.provision [req-c473243f-7dca-4d14-87bc-8b62a94fbaff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN scqgnasgfa 2019-02-07 04:09:36.112 6477 INFO oslo_db.sqlalchemy.provision [req-c473243f-7dca-4d14-87bc-8b62a94fbaff - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_proxy_protocol [0.453960s] ... ok 2019-02-07 04:09:36.119 6477 INFO oslo_db.sqlalchemy.provision [req-c473243f-7dca-4d14-87bc-8b62a94fbaff - - - - -] CREATE BACKEND sqlite:// TOKEN jrknpyziux 2019-02-07 04:09:36.189 6477 INFO octavia.common.config [req-c473243f-7dca-4d14-87bc-8b62a94fbaff - - - - -] Logging enabled! 2019-02-07 04:09:36.189 6477 INFO octavia.common.config [req-c473243f-7dca-4d14-87bc-8b62a94fbaff - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:36.212 6477 WARNING octavia.api.root_controller [req-c473243f-7dca-4d14-87bc-8b62a94fbaff - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:36.223 6477 INFO octavia.api.v1.controllers.load_balancer [req-b76a3888-05fc-4485-a939-d1ad9a536284 - - - - -] Sending created Load Balancer 7e2f3076-b760-4ce0-bfde-e4147a146572 to the handler 2019-02-07 04:09:36.263 6478 INFO octavia.api.v1.controllers.pool [req-6d817904-49d3-4f9f-b4fb-f90c09c540a9 - - - - -] Sending Creation of Pool 40e7ce99-aceb-45a0-a322-56a9142b1c63 to handler 2019-02-07 04:09:36.301 6477 INFO octavia.api.v1.controllers.listener [req-c5adf4a2-e688-4a05-bdc7-ff93c13715b3 - - - - -] Sending Creation of Listener 5c79043e-1d35-4917-9a69-214e8bcf74d9 to handler 2019-02-07 04:09:36.371 6478 ERROR octavia.api.v1.controllers.base [req-362edeba-2ee4-4554-8901-2cf699d02960 - - - - -] Member 8def17c0-afb8-4585-9f39-65d5c437c111 not found: None 2019-02-07 04:09:36.371 6478 ERROR octavia.api.v1.controllers.base None 2019-02-07 04:09:36.371 6478 ERROR octavia.api.v1.controllers.base 2019-02-07 04:09:36.385 6478 INFO oslo_db.sqlalchemy.provision [req-362edeba-2ee4-4554-8901-2cf699d02960 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:36.386 6478 INFO oslo_db.sqlalchemy.provision [req-362edeba-2ee4-4554-8901-2cf699d02960 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ncxypaipuo 2019-02-07 04:09:36.387 6478 INFO oslo_db.sqlalchemy.provision [req-362edeba-2ee4-4554-8901-2cf699d02960 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_bad_get [0.594845s] ... ok 2019-02-07 04:09:36.389 6478 INFO oslo_db.sqlalchemy.provision [req-362edeba-2ee4-4554-8901-2cf699d02960 - - - - -] CREATE BACKEND sqlite:// TOKEN qqzlwlijjs 2019-02-07 04:09:36.428 6477 INFO octavia.api.v1.controllers.pool [req-b4093500-5bc4-4a9b-9327-b21c8683bc02 - - - - -] Sending Creation of Pool b18f8870-0abb-4461-b8dc-4e34bb2ecebb to handler 2019-02-07 04:09:36.462 6478 INFO octavia.common.config [req-362edeba-2ee4-4554-8901-2cf699d02960 - - - - -] Logging enabled! 2019-02-07 04:09:36.462 6478 INFO octavia.common.config [req-362edeba-2ee4-4554-8901-2cf699d02960 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:36.484 6478 WARNING octavia.api.root_controller [req-362edeba-2ee4-4554-8901-2cf699d02960 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:36.493 6478 INFO octavia.api.v1.controllers.load_balancer [req-14a99aed-7e25-49a4-b74c-bc1e8585de7e - - - - -] Sending created Load Balancer 2a50dccd-ce66-4c4b-a64c-d85d6ddd888e to the handler 2019-02-07 04:09:36.573 6478 INFO octavia.api.v1.controllers.listener [req-27dbc4d9-f33a-4485-a96e-fb5578ec443b - - - - -] Sending Creation of Listener 01724ac9-f286-4600-89ad-bd12936f2df8 to handler 2019-02-07 04:09:36.606 6477 INFO oslo_db.sqlalchemy.provision [req-9df53bd3-3357-4400-895c-ea3568394765 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:36.607 6477 INFO oslo_db.sqlalchemy.provision [req-9df53bd3-3357-4400-895c-ea3568394765 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jrknpyziux 2019-02-07 04:09:36.607 6477 INFO oslo_db.sqlalchemy.provision [req-9df53bd3-3357-4400-895c-ea3568394765 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_session_persistence [0.495370s] ... ok 2019-02-07 04:09:36.610 6477 INFO oslo_db.sqlalchemy.provision [req-9df53bd3-3357-4400-895c-ea3568394765 - - - - -] CREATE BACKEND sqlite:// TOKEN zuexswrseo 2019-02-07 04:09:36.684 6477 INFO octavia.common.config [req-9df53bd3-3357-4400-895c-ea3568394765 - - - - -] Logging enabled! 2019-02-07 04:09:36.684 6477 INFO octavia.common.config [req-9df53bd3-3357-4400-895c-ea3568394765 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:36.667 6478 INFO octavia.api.v1.controllers.pool [req-0163eb3c-0718-4e77-a04a-c79551ce3361 - - - - -] Sending Creation of Pool 480f09f0-80a1-4ef9-a00a-7089806d1730 to handler 2019-02-07 04:09:36.775 6477 WARNING octavia.api.root_controller [req-9df53bd3-3357-4400-895c-ea3568394765 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:36.787 6477 INFO octavia.api.v1.controllers.load_balancer [req-dd2f8bd1-f24e-4fcc-b1e4-64151c77d22b - - - - -] Sending created Load Balancer 6534be40-d736-4bfb-84dc-e8593c15323b to the handler 2019-02-07 04:09:36.822 6478 INFO octavia.api.v1.controllers.pool [req-4bfba93b-d108-4b2a-8ad7-60feb51a3da1 - - - - -] Sending Creation of Pool 5254402a-7fad-498f-9293-3aa3d7b6794d to handler 2019-02-07 04:09:36.862 6477 INFO octavia.api.v1.controllers.listener [req-64d08ca6-5033-4472-b056-cfa67330a338 - - - - -] Sending Creation of Listener dddaa504-e711-491b-940c-08fe680c6719 to handler 2019-02-07 04:09:36.973 6478 INFO oslo_db.sqlalchemy.provision [req-1faf7f8e-376c-4629-b7e4-ab75be6ec142 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:36.975 6478 INFO oslo_db.sqlalchemy.provision [req-1faf7f8e-376c-4629-b7e4-ab75be6ec142 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qqzlwlijjs 2019-02-07 04:09:36.975 6478 INFO oslo_db.sqlalchemy.provision [req-1faf7f8e-376c-4629-b7e4-ab75be6ec142 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_create_over_quota [0.588191s] ... ok 2019-02-07 04:09:36.978 6478 INFO oslo_db.sqlalchemy.provision [req-1faf7f8e-376c-4629-b7e4-ab75be6ec142 - - - - -] CREATE BACKEND sqlite:// TOKEN yyslnageyn 2019-02-07 04:09:36.981 6477 INFO octavia.api.v1.controllers.pool [req-3b089774-edc0-48fd-8891-812d70aeea5f - - - - -] Sending Creation of Pool de80563d-cd23-4998-8624-29d8ccb00496 to handler 2019-02-07 04:09:37.067 6478 INFO octavia.common.config [req-1faf7f8e-376c-4629-b7e4-ab75be6ec142 - - - - -] Logging enabled! 2019-02-07 04:09:37.067 6478 INFO octavia.common.config [req-1faf7f8e-376c-4629-b7e4-ab75be6ec142 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:37.092 6478 WARNING octavia.api.root_controller [req-1faf7f8e-376c-4629-b7e4-ab75be6ec142 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:37.102 6478 INFO octavia.api.v1.controllers.load_balancer [req-c1af92fa-75ff-478a-8d0a-c77de077c1bb - - - - -] Sending created Load Balancer 0c6a154d-5385-464a-a627-e24960b80ef1 to the handler 2019-02-07 04:09:37.087 6477 INFO octavia.api.v1.controllers.pool [req-f26beeec-a4ff-4245-b944-2a9003c4114a - - - - -] Sending Update of Pool de80563d-cd23-4998-8624-29d8ccb00496 to handler 2019-02-07 04:09:37.144 6477 INFO oslo_db.sqlalchemy.provision [req-24866880-c63c-46d4-8bce-790d2ad583e7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:37.147 6477 INFO oslo_db.sqlalchemy.provision [req-24866880-c63c-46d4-8bce-790d2ad583e7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zuexswrseo 2019-02-07 04:09:37.147 6477 INFO oslo_db.sqlalchemy.provision [req-24866880-c63c-46d4-8bce-790d2ad583e7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_session_persistence [0.539504s] ... ok 2019-02-07 04:09:37.150 6477 INFO oslo_db.sqlalchemy.provision [req-24866880-c63c-46d4-8bce-790d2ad583e7 - - - - -] CREATE BACKEND sqlite:// TOKEN dzawkarvey 2019-02-07 04:09:37.208 6478 INFO octavia.api.v1.controllers.listener [req-f1fe01d8-240b-4256-9ddb-173559bcdb52 - - - - -] Sending Creation of Listener d4e024a4-be49-4e48-9a12-f7e8fc91b59b to handler 2019-02-07 04:09:37.223 6477 INFO octavia.common.config [req-24866880-c63c-46d4-8bce-790d2ad583e7 - - - - -] Logging enabled! 2019-02-07 04:09:37.225 6477 INFO octavia.common.config [req-24866880-c63c-46d4-8bce-790d2ad583e7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:37.244 6477 WARNING octavia.api.root_controller [req-24866880-c63c-46d4-8bce-790d2ad583e7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:37.258 6477 INFO octavia.api.v1.controllers.load_balancer [req-83d749ce-e208-4f46-a78c-7f9bb86ad756 - - - - -] Sending created Load Balancer 91ee83e8-d289-42ad-bde8-e203da41e7c4 to the handler 2019-02-07 04:09:37.302 6478 INFO octavia.api.v1.controllers.pool [req-23d487e8-ff5e-46d4-b120-872ddf11db65 - - - - -] Sending Creation of Pool d7df3c53-82f1-45b6-a660-728a1831b7b9 to handler 2019-02-07 04:09:37.333 6477 INFO octavia.api.v1.controllers.listener [req-2c054b75-1ec4-4037-be3d-089c1c5f3d59 - - - - -] Sending Creation of Listener df843416-06d1-493b-ab41-42b225e8d2e4 to handler 2019-02-07 04:09:37.420 6478 INFO octavia.api.v1.controllers.pool [req-f467c9d2-7a8e-4801-a89e-3784ebd8480d - - - - -] Sending Creation of Pool 26750674-df6c-480b-b991-1080e4f0950a to handler 2019-02-07 04:09:37.447 6477 INFO octavia.api.v1.controllers.pool [req-b1c3732f-d351-4a59-a645-89ea746f91d5 - - - - -] Sending Creation of Pool f6d2de30-4078-4798-960c-a3caf28956dc to handler 2019-02-07 04:09:37.537 6477 INFO octavia.api.v1.controllers.load_balancer [req-1b630233-a410-4fe7-864b-f1bbeed4ce10 - - - - -] Sending updated Load Balancer 91ee83e8-d289-42ad-bde8-e203da41e7c4 to the handler 2019-02-07 04:09:37.569 6477 INFO octavia.api.v1.controllers.pool [req-f5d837aa-750d-4224-8318-72ab3ca74d5b - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:37.545 6478 INFO octavia.api.v1.controllers.member [req-55d9612c-bd5d-4ac2-beb9-f847c15cb506 - - - - -] Sending Creation of Member 0772b6ec-4dbd-415c-8e07-177b26bcbe5d to handler 2019-02-07 04:09:37.593 6477 INFO oslo_db.sqlalchemy.provision [req-f5d837aa-750d-4224-8318-72ab3ca74d5b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:37.596 6477 INFO oslo_db.sqlalchemy.provision [req-f5d837aa-750d-4224-8318-72ab3ca74d5b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dzawkarvey 2019-02-07 04:09:37.597 6477 INFO oslo_db.sqlalchemy.provision [req-f5d837aa-750d-4224-8318-72ab3ca74d5b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_when_lb_pending_update [0.449239s] ... ok 2019-02-07 04:09:37.599 6477 INFO oslo_db.sqlalchemy.provision [req-f5d837aa-750d-4224-8318-72ab3ca74d5b - - - - -] CREATE BACKEND sqlite:// TOKEN zegyugecah 2019-02-07 04:09:37.672 6477 INFO octavia.common.config [req-f5d837aa-750d-4224-8318-72ab3ca74d5b - - - - -] Logging enabled! 2019-02-07 04:09:37.672 6477 INFO octavia.common.config [req-f5d837aa-750d-4224-8318-72ab3ca74d5b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:37.695 6477 WARNING octavia.api.root_controller [req-f5d837aa-750d-4224-8318-72ab3ca74d5b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:37.704 6477 INFO octavia.api.v1.controllers.load_balancer [req-c6b982fa-8e5a-4dcc-8665-7eb35b0c3320 - - - - -] Sending created Load Balancer d8515bae-a074-41c9-9a3d-7b5c5f09ffde to the handler 2019-02-07 04:09:37.704 6478 INFO octavia.api.v1.controllers.load_balancer [req-43169d9b-042e-4001-a7f1-768e6eeb5253 - - - - -] Sending deleted Load Balancer 0c6a154d-5385-464a-a627-e24960b80ef1 to the handler 2019-02-07 04:09:37.742 6478 INFO octavia.api.v1.controllers.member [req-973f9ed3-42db-4eda-af71-7a9ebded7226 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:37.764 6478 INFO oslo_db.sqlalchemy.provision [req-973f9ed3-42db-4eda-af71-7a9ebded7226 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:37.766 6478 INFO oslo_db.sqlalchemy.provision [req-973f9ed3-42db-4eda-af71-7a9ebded7226 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yyslnageyn 2019-02-07 04:09:37.766 6478 INFO oslo_db.sqlalchemy.provision [req-973f9ed3-42db-4eda-af71-7a9ebded7226 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_create_when_lb_pending_delete [0.791185s] ... ok 2019-02-07 04:09:37.782 6477 INFO octavia.api.v1.controllers.listener [req-4dc6a9de-116f-4622-b471-c8533c7184ab - - - - -] Sending Creation of Listener b4ffc1d0-43c7-442d-b466-3ccd2a571ffe to handler 2019-02-07 04:09:37.769 6478 INFO oslo_db.sqlalchemy.provision [req-973f9ed3-42db-4eda-af71-7a9ebded7226 - - - - -] CREATE BACKEND sqlite:// TOKEN ybnknpskwv 2019-02-07 04:09:37.842 6478 INFO octavia.common.config [req-973f9ed3-42db-4eda-af71-7a9ebded7226 - - - - -] Logging enabled! 2019-02-07 04:09:37.843 6478 INFO octavia.common.config [req-973f9ed3-42db-4eda-af71-7a9ebded7226 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:37.864 6478 WARNING octavia.api.root_controller [req-973f9ed3-42db-4eda-af71-7a9ebded7226 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:37.876 6478 INFO octavia.api.v1.controllers.load_balancer [req-85bdfa6e-8d2c-483b-b212-38fd334567ba - - - - -] Sending created Load Balancer d0cfc628-bfc4-42d7-90ac-b2d4d88988ec to the handler 2019-02-07 04:09:37.896 6477 INFO octavia.api.v1.controllers.pool [req-2ad8149c-0c2d-45c0-849c-d5ae5457892c - - - - -] Sending Creation of Pool 2e1d5476-9930-4a82-909e-4c964431439d to handler 2019-02-07 04:09:37.950 6478 INFO octavia.api.v1.controllers.listener [req-c4de53e4-6161-4c06-bdb3-01e9700fd455 - - - - -] Sending Creation of Listener 7a84536d-514d-4d14-a5c0-a14dae813c99 to handler 2019-02-07 04:09:38.021 6477 INFO octavia.api.v1.controllers.pool [req-eb08de03-1521-4dc8-a37e-a59fbb6b5083 - - - - -] Sending Deletion of Pool 2e1d5476-9930-4a82-909e-4c964431439d to handler 2019-02-07 04:09:38.036 6478 INFO octavia.api.v1.controllers.pool [req-75ef2ab9-478e-43a7-9cb7-39f8ee255c85 - - - - -] Sending Creation of Pool 44316cde-14fd-4bba-a5bd-5eef379554a7 to handler 2019-02-07 04:09:38.146 6477 INFO oslo_db.sqlalchemy.provision [req-6365f491-4f67-4cb5-adb0-338100dba237 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:38.147 6477 INFO oslo_db.sqlalchemy.provision [req-6365f491-4f67-4cb5-adb0-338100dba237 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zegyugecah 2019-02-07 04:09:38.148 6477 INFO oslo_db.sqlalchemy.provision [req-6365f491-4f67-4cb5-adb0-338100dba237 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_with_bad_handler [0.550844s] ... ok 2019-02-07 04:09:38.163 6478 INFO octavia.api.v1.controllers.pool [req-0cc69d17-ee3f-4f98-b7b7-2bd1c8b0da1a - - - - -] Sending Creation of Pool 254cbbc5-fda9-4111-8172-9911ab41bd01 to handler 2019-02-07 04:09:38.150 6477 INFO oslo_db.sqlalchemy.provision [req-6365f491-4f67-4cb5-adb0-338100dba237 - - - - -] CREATE BACKEND sqlite:// TOKEN vmuthgshra 2019-02-07 04:09:38.219 6477 INFO octavia.common.config [req-6365f491-4f67-4cb5-adb0-338100dba237 - - - - -] Logging enabled! 2019-02-07 04:09:38.219 6477 INFO octavia.common.config [req-6365f491-4f67-4cb5-adb0-338100dba237 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:38.238 6477 WARNING octavia.api.root_controller [req-6365f491-4f67-4cb5-adb0-338100dba237 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:38.248 6477 INFO octavia.api.v1.controllers.load_balancer [req-7de1294b-60e9-4080-8f11-3d92f09fed4e - - - - -] Sending created Load Balancer c94ba45e-09f3-4834-8728-d6cbda1d0d89 to the handler 2019-02-07 04:09:38.319 6478 INFO octavia.api.v1.controllers.member [req-06c44a26-74c1-4a7a-900b-390eda3102e7 - - - - -] Sending Creation of Member a119340d-b84f-4616-a673-45c478cc4b66 to handler 2019-02-07 04:09:38.321 6477 INFO octavia.api.v1.controllers.listener [req-dfe4ee05-be76-46d4-9dda-d25614d4556d - - - - -] Sending Creation of Listener 7a6b1b0f-1938-454b-84f4-9d828016842a to handler 2019-02-07 04:09:38.463 6477 INFO oslo_db.sqlalchemy.provision [req-fac9b2ff-92d2-4acc-a824-6b625d04b62d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:38.464 6477 INFO oslo_db.sqlalchemy.provision [req-fac9b2ff-92d2-4acc-a824-6b625d04b62d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vmuthgshra 2019-02-07 04:09:38.467 6477 INFO oslo_db.sqlalchemy.provision [req-fac9b2ff-92d2-4acc-a824-6b625d04b62d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_empty_get_all [0.319461s] ... ok 2019-02-07 04:09:38.470 6477 INFO oslo_db.sqlalchemy.provision [req-fac9b2ff-92d2-4acc-a824-6b625d04b62d - - - - -] CREATE BACKEND sqlite:// TOKEN hcaaayjtyh 2019-02-07 04:09:38.500 6478 INFO oslo_db.sqlalchemy.provision [req-bcb813ef-efb0-43fd-8301-7fe796f6b482 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:38.501 6478 INFO oslo_db.sqlalchemy.provision [req-bcb813ef-efb0-43fd-8301-7fe796f6b482 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ybnknpskwv 2019-02-07 04:09:38.501 6478 INFO oslo_db.sqlalchemy.provision [req-bcb813ef-efb0-43fd-8301-7fe796f6b482 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_attached_listener [0.735092s] ... ok 2019-02-07 04:09:38.504 6478 INFO oslo_db.sqlalchemy.provision [req-bcb813ef-efb0-43fd-8301-7fe796f6b482 - - - - -] CREATE BACKEND sqlite:// TOKEN kvgtttosht 2019-02-07 04:09:38.542 6477 INFO octavia.common.config [req-fac9b2ff-92d2-4acc-a824-6b625d04b62d - - - - -] Logging enabled! 2019-02-07 04:09:38.543 6477 INFO octavia.common.config [req-fac9b2ff-92d2-4acc-a824-6b625d04b62d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:38.564 6477 WARNING octavia.api.root_controller [req-fac9b2ff-92d2-4acc-a824-6b625d04b62d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:38.577 6477 INFO octavia.api.v1.controllers.load_balancer [req-d14bd8fc-e88e-4a2b-9c64-00351cee5183 - - - - -] Sending created Load Balancer 83b3554f-8f94-49c0-bfdd-35f933ed3e38 to the handler 2019-02-07 04:09:38.576 6478 INFO octavia.common.config [req-bcb813ef-efb0-43fd-8301-7fe796f6b482 - - - - -] Logging enabled! 2019-02-07 04:09:38.577 6478 INFO octavia.common.config [req-bcb813ef-efb0-43fd-8301-7fe796f6b482 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:38.598 6478 WARNING octavia.api.root_controller [req-bcb813ef-efb0-43fd-8301-7fe796f6b482 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:38.609 6478 INFO octavia.api.v1.controllers.load_balancer [req-60b2c3e9-6a99-4bed-a244-5d74af252499 - - - - -] Sending created Load Balancer 0f991b6f-22db-480e-b07e-57ba5a95c3d9 to the handler 2019-02-07 04:09:38.655 6477 INFO octavia.api.v1.controllers.listener [req-f946a8f5-f1fe-44cc-8b80-9e1c37e37cf7 - - - - -] Sending Creation of Listener 91bbe811-ce2c-4f5b-b96e-1b56cebeb6b7 to handler 2019-02-07 04:09:38.686 6478 INFO octavia.api.v1.controllers.listener [req-d0ce89b6-da2e-4d9d-a26a-4f031726ae7f - - - - -] Sending Creation of Listener 67e87afe-5b4b-4539-92d4-89dc7d985a62 to handler 2019-02-07 04:09:38.780 6477 INFO octavia.api.v1.controllers.pool [req-2038d965-9047-4d84-a818-52ea479008db - - - - -] Sending Creation of Pool 481fadbb-b9f7-4978-8139-bc706313e6aa to handler 2019-02-07 04:09:38.777 6478 INFO octavia.api.v1.controllers.pool [req-4d06254c-c010-4f86-b41e-5efd8737e846 - - - - -] Sending Creation of Pool ec9ba631-ca0f-4b4f-8175-aa9ca242d248 to handler 2019-02-07 04:09:38.887 6477 INFO oslo_db.sqlalchemy.provision [req-cf9fa761-96ec-42cc-8b9a-3a05c0b90bec - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:38.889 6477 INFO oslo_db.sqlalchemy.provision [req-cf9fa761-96ec-42cc-8b9a-3a05c0b90bec - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hcaaayjtyh 2019-02-07 04:09:38.889 6477 INFO oslo_db.sqlalchemy.provision [req-cf9fa761-96ec-42cc-8b9a-3a05c0b90bec - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_get_all_with_listener [0.421419s] ... ok 2019-02-07 04:09:38.892 6477 INFO oslo_db.sqlalchemy.provision [req-cf9fa761-96ec-42cc-8b9a-3a05c0b90bec - - - - -] CREATE BACKEND sqlite:// TOKEN odczseoslg 2019-02-07 04:09:38.895 6478 INFO octavia.api.v1.controllers.pool [req-947b9685-a769-4240-8232-833a8ca22c98 - - - - -] Sending Creation of Pool 992f3b5f-8034-4ad8-af37-9558924246ab to handler 2019-02-07 04:09:38.966 6477 INFO octavia.common.config [req-cf9fa761-96ec-42cc-8b9a-3a05c0b90bec - - - - -] Logging enabled! 2019-02-07 04:09:38.966 6477 INFO octavia.common.config [req-cf9fa761-96ec-42cc-8b9a-3a05c0b90bec - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:38.989 6477 WARNING octavia.api.root_controller [req-cf9fa761-96ec-42cc-8b9a-3a05c0b90bec - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:39.001 6477 INFO octavia.api.v1.controllers.load_balancer [req-b224bf0f-1fd7-4cf4-bd91-6255c41e1e76 - - - - -] Sending created Load Balancer 25fad400-f1f3-486c-80dc-9655c71e1285 to the handler 2019-02-07 04:09:39.070 6478 INFO oslo_db.sqlalchemy.provision [req-a3b6d132-9fa4-4646-a1b3-2ed3ba40ab6b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:39.071 6478 INFO oslo_db.sqlalchemy.provision [req-a3b6d132-9fa4-4646-a1b3-2ed3ba40ab6b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kvgtttosht 2019-02-07 04:09:39.072 6478 INFO oslo_db.sqlalchemy.provision [req-a3b6d132-9fa4-4646-a1b3-2ed3ba40ab6b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_bad_subnet [0.570113s] ... ok 2019-02-07 04:09:39.074 6477 INFO octavia.api.v1.controllers.listener [req-a279d5b3-5851-4e24-a14e-9af2774d6fe1 - - - - -] Sending Creation of Listener 6413ba8a-ffed-4f9f-93a0-fcfea8c96dee to handler 2019-02-07 04:09:39.074 6478 INFO oslo_db.sqlalchemy.provision [req-a3b6d132-9fa4-4646-a1b3-2ed3ba40ab6b - - - - -] CREATE BACKEND sqlite:// TOKEN tlbsphnnsb 2019-02-07 04:09:39.148 6478 INFO octavia.common.config [req-a3b6d132-9fa4-4646-a1b3-2ed3ba40ab6b - - - - -] Logging enabled! 2019-02-07 04:09:39.148 6478 INFO octavia.common.config [req-a3b6d132-9fa4-4646-a1b3-2ed3ba40ab6b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:39.169 6478 WARNING octavia.api.root_controller [req-a3b6d132-9fa4-4646-a1b3-2ed3ba40ab6b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:39.181 6478 INFO octavia.api.v1.controllers.load_balancer [req-2595595b-f72c-45c7-b791-6ccab31b6e9c - - - - -] Sending created Load Balancer 7e85c18c-e5d4-4e38-9ad8-890c70e1f544 to the handler 2019-02-07 04:09:39.194 6477 INFO octavia.api.v1.controllers.pool [req-e85b0f8c-956d-4c6b-8e0f-745314bc6f58 - - - - -] Sending Creation of Pool eff22e93-f0b5-4a2d-a2e1-2d02829b66a0 to handler 2019-02-07 04:09:39.255 6478 INFO octavia.api.v1.controllers.listener [req-c4cd4a58-afbc-44bd-b882-0a132c04630d - - - - -] Sending Creation of Listener dda29ca8-d989-4dee-b508-de6f08cf64a1 to handler 2019-02-07 04:09:39.295 6477 INFO octavia.api.v1.controllers.load_balancer [req-a9bfc98a-2f11-4de2-832a-428ee3688638 - - - - -] Sending deleted Load Balancer 25fad400-f1f3-486c-80dc-9655c71e1285 to the handler 2019-02-07 04:09:39.316 6477 INFO octavia.api.v1.controllers.pool [req-3327e9dc-d7ea-41fd-ba42-8b2030ef1eab - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:39.341 6477 INFO oslo_db.sqlalchemy.provision [req-3327e9dc-d7ea-41fd-ba42-8b2030ef1eab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:39.342 6477 INFO oslo_db.sqlalchemy.provision [req-3327e9dc-d7ea-41fd-ba42-8b2030ef1eab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN odczseoslg 2019-02-07 04:09:39.342 6477 INFO oslo_db.sqlalchemy.provision [req-3327e9dc-d7ea-41fd-ba42-8b2030ef1eab - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_when_lb_pending_delete [0.453318s] ... ok 2019-02-07 04:09:39.342 6478 INFO octavia.api.v1.controllers.pool [req-77dda47c-1984-4327-b1b7-ee6bbf61987b - - - - -] Sending Creation of Pool 01bcec7f-dc18-41e9-a5f0-c310fe5c4406 to handler 2019-02-07 04:09:39.351 6477 INFO oslo_db.sqlalchemy.provision [req-3327e9dc-d7ea-41fd-ba42-8b2030ef1eab - - - - -] CREATE BACKEND sqlite:// TOKEN xftnnrbvuc 2019-02-07 04:09:39.422 6477 INFO octavia.common.config [req-3327e9dc-d7ea-41fd-ba42-8b2030ef1eab - - - - -] Logging enabled! 2019-02-07 04:09:39.422 6477 INFO octavia.common.config [req-3327e9dc-d7ea-41fd-ba42-8b2030ef1eab - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:39.444 6477 WARNING octavia.api.root_controller [req-3327e9dc-d7ea-41fd-ba42-8b2030ef1eab - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:39.472 6478 INFO octavia.api.v1.controllers.pool [req-fc378761-4993-4f37-a330-5ccf56f9229f - - - - -] Sending Creation of Pool 7f781a7d-db11-47d6-b25c-f4aab02a62fa to handler 2019-02-07 04:09:39.483 6477 INFO oslo_db.sqlalchemy.provision [req-ce0d6a64-19db-41b9-a471-4d2e28d35a69 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:39.487 6477 INFO oslo_db.sqlalchemy.provision [req-ce0d6a64-19db-41b9-a471-4d2e28d35a69 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xftnnrbvuc 2019-02-07 04:09:39.487 6477 INFO oslo_db.sqlalchemy.provision [req-ce0d6a64-19db-41b9-a471-4d2e28d35a69 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_delete_custom_quotas [0.144383s] ... ok 2019-02-07 04:09:39.490 6477 INFO oslo_db.sqlalchemy.provision [req-ce0d6a64-19db-41b9-a471-4d2e28d35a69 - - - - -] CREATE BACKEND sqlite:// TOKEN avqfubbqcq 2019-02-07 04:09:39.562 6477 INFO octavia.common.config [req-ce0d6a64-19db-41b9-a471-4d2e28d35a69 - - - - -] Logging enabled! 2019-02-07 04:09:39.562 6477 INFO octavia.common.config [req-ce0d6a64-19db-41b9-a471-4d2e28d35a69 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:39.585 6477 WARNING octavia.api.root_controller [req-ce0d6a64-19db-41b9-a471-4d2e28d35a69 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:39.603 6477 INFO oslo_db.sqlalchemy.provision [req-7c78b756-1bca-4a41-aeda-1aa9cd24a0b6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:39.606 6477 INFO oslo_db.sqlalchemy.provision [req-7c78b756-1bca-4a41-aeda-1aa9cd24a0b6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN avqfubbqcq 2019-02-07 04:09:39.606 6477 INFO oslo_db.sqlalchemy.provision [req-7c78b756-1bca-4a41-aeda-1aa9cd24a0b6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_get_all_quotas_no_quotas [0.119332s] ... ok 2019-02-07 04:09:39.609 6477 INFO oslo_db.sqlalchemy.provision [req-7c78b756-1bca-4a41-aeda-1aa9cd24a0b6 - - - - -] CREATE BACKEND sqlite:// TOKEN dyntpkazpy 2019-02-07 04:09:39.632 6478 INFO octavia.api.v1.controllers.member [req-eafc1ff5-764b-409d-b080-23e3fb8be296 - - - - -] Sending Creation of Member cdbfd9b5-0b41-4a18-8516-4bb75e6bd026 to handler 2019-02-07 04:09:39.682 6477 INFO octavia.common.config [req-7c78b756-1bca-4a41-aeda-1aa9cd24a0b6 - - - - -] Logging enabled! 2019-02-07 04:09:39.682 6477 INFO octavia.common.config [req-7c78b756-1bca-4a41-aeda-1aa9cd24a0b6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:39.704 6477 WARNING octavia.api.root_controller [req-7c78b756-1bca-4a41-aeda-1aa9cd24a0b6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:39.723 6477 INFO oslo_db.sqlalchemy.provision [req-a1963721-5a65-46df-b370-6c7efa48228a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:39.724 6477 INFO oslo_db.sqlalchemy.provision [req-a1963721-5a65-46df-b370-6c7efa48228a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dyntpkazpy 2019-02-07 04:09:39.727 6477 INFO oslo_db.sqlalchemy.provision [req-a1963721-5a65-46df-b370-6c7efa48228a - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_get_default_quotas [0.120587s] ... ok 2019-02-07 04:09:39.730 6477 INFO oslo_db.sqlalchemy.provision [req-a1963721-5a65-46df-b370-6c7efa48228a - - - - -] CREATE BACKEND sqlite:// TOKEN tnmhcftkxt 2019-02-07 04:09:39.774 6478 ERROR wsme.api [req-e6e910d5-3624-4c7c-95f8-13dc7437194a - - - - -] Server-side error: "New instance with identity key (, (u'cdbfd9b5-0b41-4a18-8516-4bb75e6bd026',), 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.4/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.4/octavia/api/v1/controllers/member.py", line 122, in post **member_dict) File "/builddir/build/BUILD/octavia-2.0.4/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'cdbfd9b5-0b41-4a18-8516-4bb75e6bd026',), None) conflicts with persistent instance : FlushError: New instance with identity key (, (u'cdbfd9b5-0b41-4a18-8516-4bb75e6bd026',), None) conflicts with persistent instance 2019-02-07 04:09:39.789 6478 INFO oslo_db.sqlalchemy.provision [req-e6e910d5-3624-4c7c-95f8-13dc7437194a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:39.790 6478 INFO oslo_db.sqlalchemy.provision [req-e6e910d5-3624-4c7c-95f8-13dc7437194a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tlbsphnnsb 2019-02-07 04:09:39.790 6478 INFO oslo_db.sqlalchemy.provision [req-e6e910d5-3624-4c7c-95f8-13dc7437194a - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_duplicate_id [0.718542s] ... ok 2019-02-07 04:09:39.793 6478 INFO oslo_db.sqlalchemy.provision [req-e6e910d5-3624-4c7c-95f8-13dc7437194a - - - - -] CREATE BACKEND sqlite:// TOKEN bxfxoszjqe 2019-02-07 04:09:39.801 6477 INFO octavia.common.config [req-a1963721-5a65-46df-b370-6c7efa48228a - - - - -] Logging enabled! 2019-02-07 04:09:39.802 6477 INFO octavia.common.config [req-a1963721-5a65-46df-b370-6c7efa48228a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:39.822 6477 WARNING octavia.api.root_controller [req-a1963721-5a65-46df-b370-6c7efa48228a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:39.844 6477 INFO octavia.api.v2.controllers.load_balancer [req-1b555a69-f4c6-4744-9f06-fdd7f602ba07 - - - - -] Sending created Load Balancer 004e33e6-2136-4b1a-857e-bb9eee45130f to the handler 2019-02-07 04:09:39.921 6478 INFO octavia.common.config [req-e6e910d5-3624-4c7c-95f8-13dc7437194a - - - - -] Logging enabled! 2019-02-07 04:09:39.921 6478 INFO octavia.common.config [req-e6e910d5-3624-4c7c-95f8-13dc7437194a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:39.950 6478 WARNING octavia.api.root_controller [req-e6e910d5-3624-4c7c-95f8-13dc7437194a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:39.959 6478 INFO octavia.api.v1.controllers.load_balancer [req-bf812691-171e-4dc6-b8fc-c90f45c0ec35 - - - - -] Sending created Load Balancer 8dd25b03-799a-4667-90a2-d68a2dfa4a6d to the handler 2019-02-07 04:09:40.035 6477 INFO octavia.api.v2.controllers.amphora [req-a7c0f730-d1a2-4d43-9608-0edcf4359531 - - - - -] Sending failover request for amphora f921411c-f64d-4102-822c-fc977dfffea3 to the handler 2019-02-07 04:09:40.049 6477 INFO oslo_db.sqlalchemy.provision [req-a7c0f730-d1a2-4d43-9608-0edcf4359531 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:40.050 6477 INFO oslo_db.sqlalchemy.provision [req-a7c0f730-d1a2-4d43-9608-0edcf4359531 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tnmhcftkxt 2019-02-07 04:09:40.051 6477 INFO oslo_db.sqlalchemy.provision [req-a7c0f730-d1a2-4d43-9608-0edcf4359531 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_failover [0.323111s] ... ok 2019-02-07 04:09:40.053 6477 INFO oslo_db.sqlalchemy.provision [req-a7c0f730-d1a2-4d43-9608-0edcf4359531 - - - - -] CREATE BACKEND sqlite:// TOKEN zekfbofykk 2019-02-07 04:09:40.062 6478 INFO octavia.api.v1.controllers.listener [req-40244e56-354e-434c-8bd5-b144f68e94d8 - - - - -] Sending Creation of Listener 7e8f6291-8e68-4c45-8179-f77aecbdc766 to handler 2019-02-07 04:09:40.128 6477 INFO octavia.common.config [req-a7c0f730-d1a2-4d43-9608-0edcf4359531 - - - - -] Logging enabled! 2019-02-07 04:09:40.128 6477 INFO octavia.common.config [req-a7c0f730-d1a2-4d43-9608-0edcf4359531 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:40.151 6477 WARNING octavia.api.root_controller [req-a7c0f730-d1a2-4d43-9608-0edcf4359531 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:40.165 6477 INFO octavia.api.v2.controllers.load_balancer [req-ab517ec7-8d79-4b76-8a82-831c2a328192 - - - - -] Sending created Load Balancer 1b58321a-905f-4660-93db-1fdb16a210c4 to the handler 2019-02-07 04:09:40.172 6478 INFO octavia.api.v1.controllers.pool [req-df6672ad-32ce-4b62-8de5-a68972c97397 - - - - -] Sending Creation of Pool a0d991b4-3c52-4ea2-bb77-55badd93fae9 to handler 2019-02-07 04:09:40.328 6478 INFO octavia.api.v1.controllers.pool [req-c4607251-2e95-4bca-9226-cbb01de56649 - - - - -] Sending Creation of Pool afac427c-b692-460b-8ecd-b47bd98f1c16 to handler 2019-02-07 04:09:40.345 6477 INFO oslo_db.sqlalchemy.provision [req-71b6db51-a86b-4e98-9c11-faf377338547 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:40.346 6477 INFO oslo_db.sqlalchemy.provision [req-71b6db51-a86b-4e98-9c11-faf377338547 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zekfbofykk 2019-02-07 04:09:40.347 6477 INFO oslo_db.sqlalchemy.provision [req-71b6db51-a86b-4e98-9c11-faf377338547 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all [0.295913s] ... ok 2019-02-07 04:09:40.349 6477 INFO oslo_db.sqlalchemy.provision [req-71b6db51-a86b-4e98-9c11-faf377338547 - - - - -] CREATE BACKEND sqlite:// TOKEN skdfrhoagd 2019-02-07 04:09:40.424 6477 INFO octavia.common.config [req-71b6db51-a86b-4e98-9c11-faf377338547 - - - - -] Logging enabled! 2019-02-07 04:09:40.424 6477 INFO octavia.common.config [req-71b6db51-a86b-4e98-9c11-faf377338547 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:40.447 6477 WARNING octavia.api.root_controller [req-71b6db51-a86b-4e98-9c11-faf377338547 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:40.460 6477 INFO octavia.api.v2.controllers.load_balancer [req-0678bb22-1ebe-4b07-9360-07d8cf206c85 - - - - -] Sending created Load Balancer 298ed796-498e-4217-a2ae-d4532e94b4f4 to the handler 2019-02-07 04:09:40.461 6478 INFO octavia.api.v1.controllers.member [req-84bfe383-1c2e-45d5-b2a1-3f48f1b98be6 - - - - -] Sending Creation of Member 4d401c97-b44e-452f-a176-efc9d111a145 to handler 2019-02-07 04:09:40.475 6478 INFO oslo_db.sqlalchemy.provision [req-84bfe383-1c2e-45d5-b2a1-3f48f1b98be6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:40.476 6478 INFO oslo_db.sqlalchemy.provision [req-84bfe383-1c2e-45d5-b2a1-3f48f1b98be6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bxfxoszjqe 2019-02-07 04:09:40.476 6478 INFO oslo_db.sqlalchemy.provision [req-84bfe383-1c2e-45d5-b2a1-3f48f1b98be6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_id [0.685949s] ... ok 2019-02-07 04:09:40.479 6478 INFO oslo_db.sqlalchemy.provision [req-84bfe383-1c2e-45d5-b2a1-3f48f1b98be6 - - - - -] CREATE BACKEND sqlite:// TOKEN jondtnnjaf 2019-02-07 04:09:40.617 6478 INFO octavia.common.config [req-84bfe383-1c2e-45d5-b2a1-3f48f1b98be6 - - - - -] Logging enabled! 2019-02-07 04:09:40.618 6478 INFO octavia.common.config [req-84bfe383-1c2e-45d5-b2a1-3f48f1b98be6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:40.639 6478 WARNING octavia.api.root_controller [req-84bfe383-1c2e-45d5-b2a1-3f48f1b98be6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:40.651 6478 INFO octavia.api.v1.controllers.load_balancer [req-1ed3fa39-1ab0-4eca-83fd-87ec3af3d208 - - - - -] Sending created Load Balancer 12b3b48e-305b-47b6-96c4-f4682bafa770 to the handler 2019-02-07 04:09:40.638 6477 INFO oslo_db.sqlalchemy.provision [req-b6537ac4-c8e5-4bb3-81dd-347fc0cf94dc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:40.640 6477 INFO oslo_db.sqlalchemy.provision [req-b6537ac4-c8e5-4bb3-81dd-347fc0cf94dc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN skdfrhoagd 2019-02-07 04:09:40.640 6477 INFO oslo_db.sqlalchemy.provision [req-b6537ac4-c8e5-4bb3-81dd-347fc0cf94dc - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_authorized [0.293378s] ... ok 2019-02-07 04:09:40.643 6477 INFO oslo_db.sqlalchemy.provision [req-b6537ac4-c8e5-4bb3-81dd-347fc0cf94dc - - - - -] CREATE BACKEND sqlite:// TOKEN ntvduwqfwl 2019-02-07 04:09:40.718 6477 INFO octavia.common.config [req-b6537ac4-c8e5-4bb3-81dd-347fc0cf94dc - - - - -] Logging enabled! 2019-02-07 04:09:40.718 6477 INFO octavia.common.config [req-b6537ac4-c8e5-4bb3-81dd-347fc0cf94dc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:40.740 6477 WARNING octavia.api.root_controller [req-b6537ac4-c8e5-4bb3-81dd-347fc0cf94dc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:40.743 6478 INFO octavia.api.v1.controllers.listener [req-44ddc806-78cc-4294-a657-61436e1f365b - - - - -] Sending Creation of Listener 74f9a21e-e950-4e00-bcfc-c7d5fbf876a5 to handler 2019-02-07 04:09:40.754 6477 INFO octavia.api.v2.controllers.load_balancer [req-d9c28753-6807-408b-a33e-f5213d10ad63 - - - - -] Sending created Load Balancer 05e1e1ea-8f43-4215-b9d2-92bef5887413 to the handler 2019-02-07 04:09:40.867 6478 INFO octavia.api.v1.controllers.pool [req-3c4d17e1-9382-4be6-87f7-85050ab82c29 - - - - -] Sending Creation of Pool 25faa855-0555-4e1f-9462-36e29a82ca29 to handler 2019-02-07 04:09:40.934 6477 INFO oslo_db.sqlalchemy.provision [req-6ca8e06e-696b-4906-adbf-3b8b16b3ee7b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:40.937 6477 INFO oslo_db.sqlalchemy.provision [req-6ca8e06e-696b-4906-adbf-3b8b16b3ee7b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ntvduwqfwl 2019-02-07 04:09:40.937 6477 INFO oslo_db.sqlalchemy.provision [req-6ca8e06e-696b-4906-adbf-3b8b16b3ee7b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_filter [0.296599s] ... ok 2019-02-07 04:09:40.940 6477 INFO oslo_db.sqlalchemy.provision [req-6ca8e06e-696b-4906-adbf-3b8b16b3ee7b - - - - -] CREATE BACKEND sqlite:// TOKEN epspttbodz 2019-02-07 04:09:41.017 6477 INFO octavia.common.config [req-6ca8e06e-696b-4906-adbf-3b8b16b3ee7b - - - - -] Logging enabled! 2019-02-07 04:09:41.017 6477 INFO octavia.common.config [req-6ca8e06e-696b-4906-adbf-3b8b16b3ee7b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:41.040 6477 WARNING octavia.api.root_controller [req-6ca8e06e-696b-4906-adbf-3b8b16b3ee7b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:41.054 6477 INFO octavia.api.v2.controllers.load_balancer [req-de69bb6b-6196-4010-9b4a-ad4fb1d3059a - - - - -] Sending created Load Balancer 5f51f416-0172-466d-bd42-497d53d50c03 to the handler 2019-02-07 04:09:41.034 6478 INFO octavia.api.v1.controllers.pool [req-44788ab3-3a4b-4b1c-a183-eb9489e755ed - - - - -] Sending Creation of Pool fe78cea8-7ace-41da-8609-bd1be8922e33 to handler 2019-02-07 04:09:41.184 6478 INFO octavia.api.v1.controllers.member [req-7d593d49-ee1c-4e1f-bf16-d5984daaf1f0 - - - - -] Sending Creation of Member 242e970b-56a7-4dd0-ae11-2c0fd4f572a9 to handler 2019-02-07 04:09:41.377 6478 INFO oslo_db.sqlalchemy.provision [req-3452c0fd-78fe-4ff7-9a45-48ab419a5ee4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:41.379 6478 INFO oslo_db.sqlalchemy.provision [req-3452c0fd-78fe-4ff7-9a45-48ab419a5ee4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jondtnnjaf 2019-02-07 04:09:41.379 6478 INFO oslo_db.sqlalchemy.provision [req-3452c0fd-78fe-4ff7-9a45-48ab419a5ee4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_monitor_address_and_port [0.902508s] ... ok 2019-02-07 04:09:41.382 6478 INFO oslo_db.sqlalchemy.provision [req-3452c0fd-78fe-4ff7-9a45-48ab419a5ee4 - - - - -] CREATE BACKEND sqlite:// TOKEN jztrwhkowe 2019-02-07 04:09:41.427 6477 INFO oslo_db.sqlalchemy.provision [req-b5d6bc54-1a95-4d4b-b31c-4b221b661bcf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:41.429 6477 INFO oslo_db.sqlalchemy.provision [req-b5d6bc54-1a95-4d4b-b31c-4b221b661bcf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN epspttbodz 2019-02-07 04:09:41.429 6477 INFO oslo_db.sqlalchemy.provision [req-b5d6bc54-1a95-4d4b-b31c-4b221b661bcf - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_limited [0.491850s] ... ok 2019-02-07 04:09:41.432 6477 INFO oslo_db.sqlalchemy.provision [req-b5d6bc54-1a95-4d4b-b31c-4b221b661bcf - - - - -] CREATE BACKEND sqlite:// TOKEN bhvryaqvra 2019-02-07 04:09:41.456 6478 INFO octavia.common.config [req-3452c0fd-78fe-4ff7-9a45-48ab419a5ee4 - - - - -] Logging enabled! 2019-02-07 04:09:41.456 6478 INFO octavia.common.config [req-3452c0fd-78fe-4ff7-9a45-48ab419a5ee4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:41.506 6477 INFO octavia.common.config [req-b5d6bc54-1a95-4d4b-b31c-4b221b661bcf - - - - -] Logging enabled! 2019-02-07 04:09:41.506 6477 INFO octavia.common.config [req-b5d6bc54-1a95-4d4b-b31c-4b221b661bcf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:41.477 6478 WARNING octavia.api.root_controller [req-3452c0fd-78fe-4ff7-9a45-48ab419a5ee4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:41.486 6478 INFO octavia.api.v1.controllers.load_balancer [req-51753854-6728-4788-a0e6-05f3c13ee2f2 - - - - -] Sending created Load Balancer c9282c18-6388-4565-ba9f-bf456fbe0066 to the handler 2019-02-07 04:09:41.529 6477 WARNING octavia.api.root_controller [req-b5d6bc54-1a95-4d4b-b31c-4b221b661bcf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:41.543 6477 INFO octavia.api.v2.controllers.load_balancer [req-2c3079f9-0544-47ef-804e-e4dfe6a9e90f - - - - -] Sending created Load Balancer 7d0ec598-c0fe-4558-83d8-fe528062031a to the handler 2019-02-07 04:09:41.566 6478 INFO octavia.api.v1.controllers.listener [req-6a6066d4-55ce-4aeb-94cc-018f4136acf2 - - - - -] Sending Creation of Listener 0bbaa1ef-953e-42f8-9b8a-3f4e9db81050 to handler 2019-02-07 04:09:41.662 6478 INFO octavia.api.v1.controllers.pool [req-802f6237-a25f-4ab6-be67-454020eda09b - - - - -] Sending Creation of Pool 73e240f7-2f95-4d9a-8ef8-15f97027afe5 to handler 2019-02-07 04:09:41.779 6478 INFO octavia.api.v1.controllers.pool [req-4297229c-2a8a-4d8f-8d79-3614d642b3da - - - - -] Sending Creation of Pool 2ac59789-c171-4e44-b3cb-02be6828d02b to handler 2019-02-07 04:09:41.783 6477 INFO oslo_db.sqlalchemy.provision [req-68595c73-7d8f-4272-beb6-a751c4a043a8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:41.785 6477 INFO oslo_db.sqlalchemy.provision [req-68595c73-7d8f-4272-beb6-a751c4a043a8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bhvryaqvra 2019-02-07 04:09:41.785 6477 INFO oslo_db.sqlalchemy.provision [req-68595c73-7d8f-4272-beb6-a751c4a043a8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_sorted [0.355884s] ... ok 2019-02-07 04:09:41.788 6477 INFO oslo_db.sqlalchemy.provision [req-68595c73-7d8f-4272-beb6-a751c4a043a8 - - - - -] CREATE BACKEND sqlite:// TOKEN rgokcnihyl 2019-02-07 04:09:41.861 6477 INFO octavia.common.config [req-68595c73-7d8f-4272-beb6-a751c4a043a8 - - - - -] Logging enabled! 2019-02-07 04:09:41.861 6477 INFO octavia.common.config [req-68595c73-7d8f-4272-beb6-a751c4a043a8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:41.883 6477 WARNING octavia.api.root_controller [req-68595c73-7d8f-4272-beb6-a751c4a043a8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:41.897 6477 INFO octavia.api.v2.controllers.load_balancer [req-397f5f36-c1d2-474a-bc1c-25806da453e6 - - - - -] Sending created Load Balancer 47059f39-efe5-4cb1-92f4-266a2e5c30e4 to the handler 2019-02-07 04:09:41.907 6478 INFO octavia.api.v1.controllers.member [req-b53b3790-5329-4bb8-9119-1465d3c5fd85 - - - - -] Sending Creation of Member cfed7c5c-3812-49ec-bf38-c5330f9c9671 to handler 2019-02-07 04:09:41.919 6478 INFO oslo_db.sqlalchemy.provision [req-b53b3790-5329-4bb8-9119-1465d3c5fd85 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:41.920 6478 INFO oslo_db.sqlalchemy.provision [req-b53b3790-5329-4bb8-9119-1465d3c5fd85 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jztrwhkowe 2019-02-07 04:09:41.920 6478 INFO oslo_db.sqlalchemy.provision [req-b53b3790-5329-4bb8-9119-1465d3c5fd85 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_create_with_project_id [0.541134s] ... ok 2019-02-07 04:09:41.923 6478 INFO oslo_db.sqlalchemy.provision [req-b53b3790-5329-4bb8-9119-1465d3c5fd85 - - - - -] CREATE BACKEND sqlite:// TOKEN hooqmyeznc 2019-02-07 04:09:41.999 6478 INFO octavia.common.config [req-b53b3790-5329-4bb8-9119-1465d3c5fd85 - - - - -] Logging enabled! 2019-02-07 04:09:41.999 6478 INFO octavia.common.config [req-b53b3790-5329-4bb8-9119-1465d3c5fd85 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:42.021 6478 WARNING octavia.api.root_controller [req-b53b3790-5329-4bb8-9119-1465d3c5fd85 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:42.033 6478 INFO octavia.api.v1.controllers.load_balancer [req-04b94c3c-4aee-47d9-a9f0-a97694f58f64 - - - - -] Sending created Load Balancer 26d620fc-c149-496f-aa8b-b66634b4a067 to the handler 2019-02-07 04:09:42.171 6478 INFO octavia.api.v1.controllers.listener [req-c1c9eef9-5793-4199-a08a-d525b16e1197 - - - - -] Sending Creation of Listener 93acdfd4-3494-41ed-a9a1-9768bf640ee6 to handler 2019-02-07 04:09:42.199 6477 INFO oslo_db.sqlalchemy.provision [req-5a3f6e18-dbf4-4959-aaa0-5d8d6ea55b80 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:42.200 6477 INFO oslo_db.sqlalchemy.provision [req-5a3f6e18-dbf4-4959-aaa0-5d8d6ea55b80 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rgokcnihyl 2019-02-07 04:09:42.200 6477 INFO oslo_db.sqlalchemy.provision [req-5a3f6e18-dbf4-4959-aaa0-5d8d6ea55b80 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_by_loadbalancer_id [0.415301s] ... ok 2019-02-07 04:09:42.203 6477 INFO oslo_db.sqlalchemy.provision [req-5a3f6e18-dbf4-4959-aaa0-5d8d6ea55b80 - - - - -] CREATE BACKEND sqlite:// TOKEN ynvvgzvbkz 2019-02-07 04:09:42.259 6478 INFO octavia.api.v1.controllers.pool [req-b3fd4d54-de5b-4eb8-82d9-d0ab0d92dde9 - - - - -] Sending Creation of Pool ca740626-b9e9-4aeb-98c0-4733f63b135c to handler 2019-02-07 04:09:42.277 6477 INFO octavia.common.config [req-5a3f6e18-dbf4-4959-aaa0-5d8d6ea55b80 - - - - -] Logging enabled! 2019-02-07 04:09:42.277 6477 INFO octavia.common.config [req-5a3f6e18-dbf4-4959-aaa0-5d8d6ea55b80 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:42.299 6477 WARNING octavia.api.root_controller [req-5a3f6e18-dbf4-4959-aaa0-5d8d6ea55b80 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:42.313 6477 INFO octavia.api.v2.controllers.load_balancer [req-3d0d8f6c-1faf-4e66-b2ef-a27044ff8d0f - - - - -] Sending created Load Balancer 385f4c35-1682-491b-bf10-b6c7d4b6abe8 to the handler 2019-02-07 04:09:42.389 6478 INFO octavia.api.v1.controllers.pool [req-7157b977-de22-4c58-8ac0-5d87d51ab51e - - - - -] Sending Creation of Pool 8e88fbf7-5169-4cbe-bf49-deea9c492d31 to handler 2019-02-07 04:09:42.546 6477 INFO oslo_db.sqlalchemy.provision [req-37f36b24-47f7-4739-b29e-adce4f8b8121 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:42.547 6477 INFO oslo_db.sqlalchemy.provision [req-37f36b24-47f7-4739-b29e-adce4f8b8121 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ynvvgzvbkz 2019-02-07 04:09:42.548 6477 INFO oslo_db.sqlalchemy.provision [req-37f36b24-47f7-4739-b29e-adce4f8b8121 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_by_project_id [0.346882s] ... ok 2019-02-07 04:09:42.550 6477 INFO oslo_db.sqlalchemy.provision [req-37f36b24-47f7-4739-b29e-adce4f8b8121 - - - - -] CREATE BACKEND sqlite:// TOKEN imcvunwpew 2019-02-07 04:09:42.546 6478 INFO octavia.api.v1.controllers.member [req-f7bef122-b92c-4150-b1cd-8beadcb88df3 - - - - -] Sending Creation of Member 744f8b81-3ddb-46d1-a8fc-ba6331517a4c to handler 2019-02-07 04:09:42.624 6477 INFO octavia.common.config [req-37f36b24-47f7-4739-b29e-adce4f8b8121 - - - - -] Logging enabled! 2019-02-07 04:09:42.625 6477 INFO octavia.common.config [req-37f36b24-47f7-4739-b29e-adce4f8b8121 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:42.640 6478 INFO octavia.api.v1.controllers.load_balancer [req-83ebad72-97eb-4eb5-9286-0ce20330d446 - - - - -] Sending updated Load Balancer 26d620fc-c149-496f-aa8b-b66634b4a067 to the handler 2019-02-07 04:09:42.647 6477 WARNING octavia.api.root_controller [req-37f36b24-47f7-4739-b29e-adce4f8b8121 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:42.661 6477 INFO octavia.api.v2.controllers.load_balancer [req-656b4595-8fa8-4b76-9469-6b4c7308f885 - - - - -] Sending created Load Balancer a5e7cc12-fd3e-4146-8ceb-68928b43fbb5 to the handler 2019-02-07 04:09:42.683 6478 INFO octavia.api.v1.controllers.member [req-b4d81460-3b72-4d7f-a056-ec543cb7ab76 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:42.711 6478 INFO oslo_db.sqlalchemy.provision [req-b4d81460-3b72-4d7f-a056-ec543cb7ab76 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:42.713 6478 INFO oslo_db.sqlalchemy.provision [req-b4d81460-3b72-4d7f-a056-ec543cb7ab76 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hooqmyeznc 2019-02-07 04:09:42.713 6478 INFO oslo_db.sqlalchemy.provision [req-b4d81460-3b72-4d7f-a056-ec543cb7ab76 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_delete_when_lb_pending_update [0.792382s] ... ok 2019-02-07 04:09:42.721 6478 INFO oslo_db.sqlalchemy.provision [req-b4d81460-3b72-4d7f-a056-ec543cb7ab76 - - - - -] CREATE BACKEND sqlite:// TOKEN jciojqaaxh 2019-02-07 04:09:42.791 6478 INFO octavia.common.config [req-b4d81460-3b72-4d7f-a056-ec543cb7ab76 - - - - -] Logging enabled! 2019-02-07 04:09:42.791 6478 INFO octavia.common.config [req-b4d81460-3b72-4d7f-a056-ec543cb7ab76 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:42.788 6477 INFO oslo_db.sqlalchemy.provision [req-67257fd9-fe9f-4298-97e8-885ad703f80f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:42.789 6477 INFO oslo_db.sqlalchemy.provision [req-67257fd9-fe9f-4298-97e8-885ad703f80f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN imcvunwpew 2019-02-07 04:09:42.789 6477 INFO oslo_db.sqlalchemy.provision [req-67257fd9-fe9f-4298-97e8-885ad703f80f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_not_authorized [0.241711s] ... ok 2019-02-07 04:09:42.793 6477 INFO oslo_db.sqlalchemy.provision [req-67257fd9-fe9f-4298-97e8-885ad703f80f - - - - -] CREATE BACKEND sqlite:// TOKEN fnqdwmmrwb 2019-02-07 04:09:42.814 6478 WARNING octavia.api.root_controller [req-b4d81460-3b72-4d7f-a056-ec543cb7ab76 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:42.825 6478 INFO octavia.api.v1.controllers.load_balancer [req-d8c4b487-36e8-40b4-b4e3-1495faff915d - - - - -] Sending created Load Balancer dd6cc8fa-1efc-412e-ad49-e66a641038e3 to the handler 2019-02-07 04:09:42.866 6477 INFO octavia.common.config [req-67257fd9-fe9f-4298-97e8-885ad703f80f - - - - -] Logging enabled! 2019-02-07 04:09:42.867 6477 INFO octavia.common.config [req-67257fd9-fe9f-4298-97e8-885ad703f80f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:42.901 6478 INFO octavia.api.v1.controllers.listener [req-1f8a2e49-cd6c-4e80-b1b3-1c7a8b7a0666 - - - - -] Sending Creation of Listener 75b66790-92bc-414c-a39c-4dcf98aec186 to handler 2019-02-07 04:09:42.889 6477 WARNING octavia.api.root_controller [req-67257fd9-fe9f-4298-97e8-885ad703f80f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:42.900 6477 INFO octavia.api.v2.controllers.load_balancer [req-163a2e97-9048-4488-9f54-6d2e24e65bec - - - - -] Sending created Load Balancer ffada61b-2a2d-493d-b3a3-b283de4c8062 to the handler 2019-02-07 04:09:42.993 6478 INFO octavia.api.v1.controllers.pool [req-6f7a692c-f762-449b-b473-423c78bd0f8e - - - - -] Sending Creation of Pool 19d94504-833e-45a1-9f64-61f5ed6616bf to handler 2019-02-07 04:09:43.019 6477 INFO octavia.api.v2.controllers.listener [req-d0c52d6e-2591-4d52-b94f-9afe83d2ff93 - - - - -] Sending Creation of Listener 65415a6c-534d-4dfa-b91d-95bc2cc71acf to handler 2019-02-07 04:09:43.112 6478 INFO octavia.api.v1.controllers.pool [req-62e8f77d-afb3-4e7b-af44-2bc1db3bb735 - - - - -] Sending Creation of Pool 99f8cbb8-7466-45bb-9316-c3f6c0512569 to handler 2019-02-07 04:09:43.221 6477 INFO octavia.api.v2.controllers.pool [req-faf3a731-a881-4a94-9abb-4d7700c7334c - - - - -] Sending Creation of Pool b3b7adec-2abc-414e-a93f-5839e604e0f4 to handler 2019-02-07 04:09:43.237 6478 INFO octavia.api.v1.controllers.member [req-09a1a540-4b8b-49ad-bc6e-9bde6b288a36 - - - - -] Sending Creation of Member c47504c5-6ed0-43bd-a679-9bb3e84a0520 to handler 2019-02-07 04:09:43.380 6477 INFO octavia.api.v2.controllers.pool [req-9a6aae3f-d0bb-4340-bb24-a4b8940dfdd5 - - - - -] Sending Creation of Pool 055db47f-89d3-40ea-a583-189bb7e4386b to handler 2019-02-07 04:09:43.423 6478 INFO oslo_db.sqlalchemy.provision [req-9187d737-ad45-4f0c-b083-c1ebac9c27f2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:43.427 6478 INFO oslo_db.sqlalchemy.provision [req-9187d737-ad45-4f0c-b083-c1ebac9c27f2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jciojqaaxh 2019-02-07 04:09:43.427 6478 INFO oslo_db.sqlalchemy.provision [req-9187d737-ad45-4f0c-b083-c1ebac9c27f2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_duplicate_create [0.713800s] ... ok 2019-02-07 04:09:43.430 6478 INFO oslo_db.sqlalchemy.provision [req-9187d737-ad45-4f0c-b083-c1ebac9c27f2 - - - - -] CREATE BACKEND sqlite:// TOKEN dyzcnhjffp 2019-02-07 04:09:43.502 6478 INFO octavia.common.config [req-9187d737-ad45-4f0c-b083-c1ebac9c27f2 - - - - -] Logging enabled! 2019-02-07 04:09:43.503 6478 INFO octavia.common.config [req-9187d737-ad45-4f0c-b083-c1ebac9c27f2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:43.525 6478 WARNING octavia.api.root_controller [req-9187d737-ad45-4f0c-b083-c1ebac9c27f2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:43.534 6478 INFO octavia.api.v1.controllers.load_balancer [req-cf67bdb7-49c9-4976-b3bc-f04a3e87944b - - - - -] Sending created Load Balancer de5deb18-3f67-49e5-8858-0a8d38427eee to the handler 2019-02-07 04:09:43.585 6477 INFO oslo_db.sqlalchemy.provision [req-6ce00e31-0d36-4d06-a0e8-dcb7a2309e5f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:43.587 6477 INFO oslo_db.sqlalchemy.provision [req-6ce00e31-0d36-4d06-a0e8-dcb7a2309e5f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fnqdwmmrwb 2019-02-07 04:09:43.587 6477 INFO oslo_db.sqlalchemy.provision [req-6ce00e31-0d36-4d06-a0e8-dcb7a2309e5f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_bad_create [0.797298s] ... ok 2019-02-07 04:09:43.590 6477 INFO oslo_db.sqlalchemy.provision [req-6ce00e31-0d36-4d06-a0e8-dcb7a2309e5f - - - - -] CREATE BACKEND sqlite:// TOKEN jsiyytqgyn 2019-02-07 04:09:43.640 6478 INFO octavia.api.v1.controllers.listener [req-ee6f6bfc-fc6e-47ce-8807-3758aa6dfbc2 - - - - -] Sending Creation of Listener 8de28654-38ec-4849-bd98-ffd9a19d6de1 to handler 2019-02-07 04:09:43.663 6477 INFO octavia.common.config [req-6ce00e31-0d36-4d06-a0e8-dcb7a2309e5f - - - - -] Logging enabled! 2019-02-07 04:09:43.663 6477 INFO octavia.common.config [req-6ce00e31-0d36-4d06-a0e8-dcb7a2309e5f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:43.685 6477 WARNING octavia.api.root_controller [req-6ce00e31-0d36-4d06-a0e8-dcb7a2309e5f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:43.699 6477 INFO octavia.api.v2.controllers.load_balancer [req-a39720f4-1ad1-44ff-88e6-19a2baf5ca73 - - - - -] Sending created Load Balancer 6e3c2166-2bd5-4f98-90dd-020665130e8d to the handler 2019-02-07 04:09:43.764 6478 INFO octavia.api.v1.controllers.pool [req-809302d9-61e7-48c5-a195-6f8b06905618 - - - - -] Sending Creation of Pool 296b97d1-e4d4-4140-9797-86d7658dd7c3 to handler 2019-02-07 04:09:43.815 6477 INFO octavia.api.v2.controllers.listener [req-462d0091-2f71-4120-8ad0-90c4fc98f81a - - - - -] Sending Creation of Listener d80c286e-2891-44df-83fc-adf3a983d28a to handler 2019-02-07 04:09:43.920 6478 INFO octavia.api.v1.controllers.pool [req-6d1dfb5f-8143-4d24-b687-4fc19de9bb4e - - - - -] Sending Creation of Pool 0ca5a676-7385-4324-8913-451086e45026 to handler 2019-02-07 04:09:43.944 6477 INFO octavia.api.v2.controllers.pool [req-32041884-ac80-47a0-9049-ed64356d79f6 - - - - -] Sending Creation of Pool 6e8ad5f8-97a9-4257-a091-6a7bb67e74a0 to handler 2019-02-07 04:09:44.086 6478 INFO oslo_db.sqlalchemy.provision [req-c6c9f270-e2ee-4e3f-a6e1-38455f2dc3d1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:44.088 6478 INFO oslo_db.sqlalchemy.provision [req-c6c9f270-e2ee-4e3f-a6e1-38455f2dc3d1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dyzcnhjffp 2019-02-07 04:09:44.088 6478 INFO oslo_db.sqlalchemy.provision [req-c6c9f270-e2ee-4e3f-a6e1-38455f2dc3d1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_empty_get_all [0.660744s] ... ok 2019-02-07 04:09:44.091 6478 INFO oslo_db.sqlalchemy.provision [req-c6c9f270-e2ee-4e3f-a6e1-38455f2dc3d1 - - - - -] CREATE BACKEND sqlite:// TOKEN shtcltebpa 2019-02-07 04:09:44.097 6477 INFO octavia.api.v2.controllers.pool [req-a9dccaac-6580-4447-ab51-74f7859efc3c - - - - -] Sending Creation of Pool 3471c795-3b96-4cd5-b543-2b418e56d5fc to handler 2019-02-07 04:09:44.164 6478 INFO octavia.common.config [req-c6c9f270-e2ee-4e3f-a6e1-38455f2dc3d1 - - - - -] Logging enabled! 2019-02-07 04:09:44.166 6478 INFO octavia.common.config [req-c6c9f270-e2ee-4e3f-a6e1-38455f2dc3d1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:44.186 6478 WARNING octavia.api.root_controller [req-c6c9f270-e2ee-4e3f-a6e1-38455f2dc3d1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:44.197 6478 INFO octavia.api.v1.controllers.load_balancer [req-c5e779b0-2c79-4288-ac56-b0678d7b7565 - - - - -] Sending created Load Balancer 51b2375c-cbba-476f-924d-65f6cc7142b0 to the handler 2019-02-07 04:09:44.232 6477 INFO octavia.api.v2.controllers.health_monitor [req-d1a33d2c-6096-421c-a044-a25ef760cea5 - - - - -] Health Monitor b1443ed9-5330-4b1f-8570-02380d75bb8a was not found 2019-02-07 04:09:44.245 6477 INFO oslo_db.sqlalchemy.provision [req-d1a33d2c-6096-421c-a044-a25ef760cea5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:44.247 6477 INFO oslo_db.sqlalchemy.provision [req-d1a33d2c-6096-421c-a044-a25ef760cea5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jsiyytqgyn 2019-02-07 04:09:44.247 6477 INFO oslo_db.sqlalchemy.provision [req-d1a33d2c-6096-421c-a044-a25ef760cea5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_bad_get [0.659733s] ... ok 2019-02-07 04:09:44.271 6478 INFO octavia.api.v1.controllers.listener [req-4bff0b9f-dd8e-404d-80cc-c190b4f3234d - - - - -] Sending Creation of Listener db41071b-b997-4aea-aa5a-899e6a488718 to handler 2019-02-07 04:09:44.250 6477 INFO oslo_db.sqlalchemy.provision [req-d1a33d2c-6096-421c-a044-a25ef760cea5 - - - - -] CREATE BACKEND sqlite:// TOKEN xsjryvzsoc 2019-02-07 04:09:44.362 6478 INFO octavia.api.v1.controllers.pool [req-a028e7c8-1208-44d0-93af-c3ce27010a71 - - - - -] Sending Creation of Pool 0dde12af-ec64-433a-ae11-d9be79192709 to handler 2019-02-07 04:09:44.391 6477 INFO octavia.common.config [req-d1a33d2c-6096-421c-a044-a25ef760cea5 - - - - -] Logging enabled! 2019-02-07 04:09:44.392 6477 INFO octavia.common.config [req-d1a33d2c-6096-421c-a044-a25ef760cea5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:44.414 6477 WARNING octavia.api.root_controller [req-d1a33d2c-6096-421c-a044-a25ef760cea5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:44.428 6477 INFO octavia.api.v2.controllers.load_balancer [req-dc65ad68-2af4-409e-a5e9-c5b34cb2a91e - - - - -] Sending created Load Balancer 19473ef4-aadc-47b6-8fc7-a14aca7ec8c2 to the handler 2019-02-07 04:09:44.490 6478 INFO octavia.api.v1.controllers.pool [req-c16d61f4-8bb2-4b2c-b9d2-4e251a3b0571 - - - - -] Sending Creation of Pool 58dda5ba-014f-42ed-8fa5-7c16dfb29099 to handler 2019-02-07 04:09:44.544 6477 INFO octavia.api.v2.controllers.listener [req-7ceeee7f-7227-4eab-b120-87eeea867b4f - - - - -] Sending Creation of Listener 51f9dc08-4752-4214-a3d8-cad7c58f9989 to handler 2019-02-07 04:09:44.623 6478 INFO octavia.api.v1.controllers.member [req-e3793fb3-4b48-4e7e-b03f-3e7cfe29a3d6 - - - - -] Sending Creation of Member 933224da-7e89-4d24-8202-9764360086e9 to handler 2019-02-07 04:09:44.660 6478 INFO oslo_db.sqlalchemy.provision [req-4c889ec8-1323-49f1-ae83-5fe15a3dd661 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:44.662 6478 INFO oslo_db.sqlalchemy.provision [req-4c889ec8-1323-49f1-ae83-5fe15a3dd661 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN shtcltebpa 2019-02-07 04:09:44.662 6478 INFO oslo_db.sqlalchemy.provision [req-4c889ec8-1323-49f1-ae83-5fe15a3dd661 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_get [0.574110s] ... ok 2019-02-07 04:09:44.670 6478 INFO oslo_db.sqlalchemy.provision [req-4c889ec8-1323-49f1-ae83-5fe15a3dd661 - - - - -] CREATE BACKEND sqlite:// TOKEN hllzyrpbep 2019-02-07 04:09:44.682 6477 INFO octavia.api.v2.controllers.pool [req-72e21576-2820-415b-8488-d34b8d29b960 - - - - -] Sending Creation of Pool 4463733c-d073-4555-b63a-589dd5bcacd7 to handler 2019-02-07 04:09:44.806 6478 INFO octavia.common.config [req-4c889ec8-1323-49f1-ae83-5fe15a3dd661 - - - - -] Logging enabled! 2019-02-07 04:09:44.807 6478 INFO octavia.common.config [req-4c889ec8-1323-49f1-ae83-5fe15a3dd661 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:44.828 6478 WARNING octavia.api.root_controller [req-4c889ec8-1323-49f1-ae83-5fe15a3dd661 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:44.840 6478 INFO octavia.api.v1.controllers.load_balancer [req-7050ebb2-d802-48f2-b8d6-b67b6cd5015f - - - - -] Sending created Load Balancer 987db3e6-dc5f-4fbc-8429-554e9daafd85 to the handler 2019-02-07 04:09:44.836 6477 INFO octavia.api.v2.controllers.pool [req-e528c198-2272-4b7e-97c0-2254d0980578 - - - - -] Sending Creation of Pool 9885fccc-e907-4fc7-b35e-9dd08877535c to handler 2019-02-07 04:09:44.916 6478 INFO octavia.api.v1.controllers.listener [req-b5e8e1d2-2c76-4967-baed-19a21b256856 - - - - -] Sending Creation of Listener 06816da8-b360-40ee-85e4-0aa0959a51d9 to handler 2019-02-07 04:09:45.003 6477 INFO octavia.api.v2.controllers.health_monitor [req-7e953f59-83c7-4440-b1f7-aef5281761f6 - - - - -] Sending Creation of Health Monitor 7e342ef0-b93c-401d-9638-3ae9a8fbd85a to handler 2019-02-07 04:09:45.037 6478 INFO octavia.api.v1.controllers.pool [req-55af08db-d9d6-460d-9907-dd5f54277cbf - - - - -] Sending Creation of Pool f6d0ffb3-7edc-4c11-8092-1137f2a63cb3 to handler 2019-02-07 04:09:45.113 6477 INFO oslo_db.sqlalchemy.provision [req-43bf6a9f-7620-4882-ac33-719e6c163fae - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:45.116 6477 INFO oslo_db.sqlalchemy.provision [req-43bf6a9f-7620-4882-ac33-719e6c163fae - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xsjryvzsoc 2019-02-07 04:09:45.116 6477 INFO oslo_db.sqlalchemy.provision [req-43bf6a9f-7620-4882-ac33-719e6c163fae - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_http_monitor_with_relative_path [0.869196s] ... ok 2019-02-07 04:09:45.119 6477 INFO oslo_db.sqlalchemy.provision [req-43bf6a9f-7620-4882-ac33-719e6c163fae - - - - -] CREATE BACKEND sqlite:// TOKEN frrknibydb 2019-02-07 04:09:45.192 6477 INFO octavia.common.config [req-43bf6a9f-7620-4882-ac33-719e6c163fae - - - - -] Logging enabled! 2019-02-07 04:09:45.192 6477 INFO octavia.common.config [req-43bf6a9f-7620-4882-ac33-719e6c163fae - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:45.214 6477 WARNING octavia.api.root_controller [req-43bf6a9f-7620-4882-ac33-719e6c163fae - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:45.192 6478 INFO octavia.api.v1.controllers.pool [req-1c457f30-60ab-4c03-be92-4b286499cf68 - - - - -] Sending Creation of Pool 5331b944-c1be-4b79-91d0-588d852d45e2 to handler 2019-02-07 04:09:45.228 6477 INFO octavia.api.v2.controllers.load_balancer [req-325cdfe9-cbba-45ba-a09b-f284583eeb60 - - - - -] Sending created Load Balancer 47700b99-ceb8-43bc-aa0e-4f9fae448623 to the handler 2019-02-07 04:09:45.344 6477 INFO octavia.api.v2.controllers.listener [req-f48ad7cd-baff-4923-8ea3-b017d48bbe2a - - - - -] Sending Creation of Listener 3c71d9de-3227-4012-ac85-45032f847545 to handler 2019-02-07 04:09:45.366 6478 INFO octavia.api.v1.controllers.member [req-4a077e22-bd45-46b3-8e69-af364401596a - - - - -] Sending Creation of Member dc7f76ce-7f00-4e73-b952-0c346a877ca4 to handler 2019-02-07 04:09:45.490 6478 INFO octavia.api.v1.controllers.member [req-0e38d00d-bcea-4fd8-8820-63796e11e087 - - - - -] Sending Update of Member dc7f76ce-7f00-4e73-b952-0c346a877ca4 to handler 2019-02-07 04:09:45.543 6477 INFO octavia.api.v2.controllers.pool [req-d80a3d04-1302-4fc4-8314-7adc6fffc166 - - - - -] Sending Creation of Pool 3812da16-320d-4e76-8a18-6d9f25ae07b6 to handler 2019-02-07 04:09:45.559 6478 INFO oslo_db.sqlalchemy.provision [req-758fb96c-abb2-4ca9-97e0-ea1d1c0dee7d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:45.560 6478 INFO oslo_db.sqlalchemy.provision [req-758fb96c-abb2-4ca9-97e0-ea1d1c0dee7d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hllzyrpbep 2019-02-07 04:09:45.561 6478 INFO oslo_db.sqlalchemy.provision [req-758fb96c-abb2-4ca9-97e0-ea1d1c0dee7d - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_member.TestMember.test_update_with_bad_handler [0.898501s] ... ok 2019-02-07 04:09:45.564 6478 INFO oslo_db.sqlalchemy.provision [req-758fb96c-abb2-4ca9-97e0-ea1d1c0dee7d - - - - -] CREATE BACKEND sqlite:// TOKEN yaujfmlcyi 2019-02-07 04:09:45.639 6478 INFO octavia.common.config [req-758fb96c-abb2-4ca9-97e0-ea1d1c0dee7d - - - - -] Logging enabled! 2019-02-07 04:09:45.639 6478 INFO octavia.common.config [req-758fb96c-abb2-4ca9-97e0-ea1d1c0dee7d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:45.661 6478 WARNING octavia.api.root_controller [req-758fb96c-abb2-4ca9-97e0-ea1d1c0dee7d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:45.672 6478 INFO octavia.api.v1.controllers.load_balancer [req-e6d24c71-a4b8-4fed-b642-3026a4050f48 - - - - -] Sending created Load Balancer 9c72c519-f9c1-408c-accf-7295cf9896bf to the handler 2019-02-07 04:09:45.696 6477 INFO octavia.api.v2.controllers.pool [req-ad262ca4-6195-4a7c-b622-646a773dfaee - - - - -] Sending Creation of Pool 7655be89-67d6-4c24-9edf-f899157f832f to handler 2019-02-07 04:09:45.750 6478 INFO octavia.api.v1.controllers.listener [req-004f4ae9-4e6a-421e-9e8e-597d194a3d35 - - - - -] Sending Creation of Listener c3c9650d-3348-4a09-9504-ca99e6d0e4e1 to handler 2019-02-07 04:09:45.866 6478 INFO octavia.api.v1.controllers.pool [req-462f1323-f60f-4ca3-8260-7041723515e5 - - - - -] Sending Creation of Pool b7316e99-1f22-4107-8986-43cf84a110d0 to handler 2019-02-07 04:09:45.872 6477 INFO octavia.api.v2.controllers.health_monitor [req-5767e7f5-dae3-4156-b085-349f3595f96a - - - - -] Sending Creation of Health Monitor 7fefc700-3d84-4f6e-9f05-ec9f6fbce4f7 to handler 2019-02-07 04:09:45.960 6478 INFO octavia.api.v1.controllers.pool [req-20fe6fd8-0352-472e-8683-beb4f4eb0ce0 - - - - -] Sending Update of Pool b7316e99-1f22-4107-8986-43cf84a110d0 to handler 2019-02-07 04:09:45.969 6477 INFO oslo_db.sqlalchemy.provision [req-0b62e07f-5296-4853-85f9-f6aa06074d95 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:45.971 6477 INFO oslo_db.sqlalchemy.provision [req-0b62e07f-5296-4853-85f9-f6aa06074d95 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN frrknibydb 2019-02-07 04:09:45.971 6477 INFO oslo_db.sqlalchemy.provision [req-0b62e07f-5296-4853-85f9-f6aa06074d95 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_http_monitor_with_url_path [0.854595s] ... ok 2019-02-07 04:09:45.974 6477 INFO oslo_db.sqlalchemy.provision [req-0b62e07f-5296-4853-85f9-f6aa06074d95 - - - - -] CREATE BACKEND sqlite:// TOKEN unhutaeulj 2019-02-07 04:09:46.016 6478 INFO oslo_db.sqlalchemy.provision [req-3df09ce5-bd19-4eb0-a2a3-e1816fff74cc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:46.017 6478 INFO oslo_db.sqlalchemy.provision [req-3df09ce5-bd19-4eb0-a2a3-e1816fff74cc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yaujfmlcyi 2019-02-07 04:09:46.018 6478 INFO oslo_db.sqlalchemy.provision [req-3df09ce5-bd19-4eb0-a2a3-e1816fff74cc - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_add_session_persistence [0.456768s] ... ok 2019-02-07 04:09:46.021 6478 INFO oslo_db.sqlalchemy.provision [req-3df09ce5-bd19-4eb0-a2a3-e1816fff74cc - - - - -] CREATE BACKEND sqlite:// TOKEN rwbypcslnj 2019-02-07 04:09:46.047 6477 INFO octavia.common.config [req-0b62e07f-5296-4853-85f9-f6aa06074d95 - - - - -] Logging enabled! 2019-02-07 04:09:46.047 6477 INFO octavia.common.config [req-0b62e07f-5296-4853-85f9-f6aa06074d95 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:46.070 6477 WARNING octavia.api.root_controller [req-0b62e07f-5296-4853-85f9-f6aa06074d95 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:46.084 6477 INFO octavia.api.v2.controllers.load_balancer [req-9db3db63-ea6e-415e-8dfd-7280e5608894 - - - - -] Sending created Load Balancer cf25a0a9-d05b-48bd-b36d-178f210f852d to the handler 2019-02-07 04:09:46.094 6478 INFO octavia.common.config [req-3df09ce5-bd19-4eb0-a2a3-e1816fff74cc - - - - -] Logging enabled! 2019-02-07 04:09:46.094 6478 INFO octavia.common.config [req-3df09ce5-bd19-4eb0-a2a3-e1816fff74cc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:46.117 6478 WARNING octavia.api.root_controller [req-3df09ce5-bd19-4eb0-a2a3-e1816fff74cc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:46.126 6478 INFO octavia.api.v1.controllers.load_balancer [req-e1bfc3df-e6fd-4531-95aa-d278f428272b - - - - -] Sending created Load Balancer be7864f1-fd1c-4bd4-b8d6-4d6e33020297 to the handler 2019-02-07 04:09:46.200 6477 INFO octavia.api.v2.controllers.listener [req-31e83518-b288-4f71-9ed8-8ad898d2a827 - - - - -] Sending Creation of Listener 3c013f80-d1d4-48a9-90c6-1a8c9852a707 to handler 2019-02-07 04:09:46.266 6478 INFO octavia.api.v1.controllers.listener [req-5829b7fd-47ee-4238-81ac-9aad1022a54b - - - - -] Sending Creation of Listener e082b0c9-3b18-4e3e-8fb3-ec3c498aefa9 to handler 2019-02-07 04:09:46.329 6477 INFO octavia.api.v2.controllers.pool [req-14bf3db9-52bc-4518-8147-6e4e6285fd3e - - - - -] Sending Creation of Pool cf41fa36-e8ab-4f6c-9a08-b2f97348245d to handler 2019-02-07 04:09:46.388 6478 INFO oslo_db.sqlalchemy.provision [req-b2093729-0781-4010-9d03-6d8e9fb9b149 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:46.390 6478 INFO oslo_db.sqlalchemy.provision [req-b2093729-0781-4010-9d03-6d8e9fb9b149 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rwbypcslnj 2019-02-07 04:09:46.390 6478 INFO oslo_db.sqlalchemy.provision [req-b2093729-0781-4010-9d03-6d8e9fb9b149 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_bad_create [0.372271s] ... ok 2019-02-07 04:09:46.393 6478 INFO oslo_db.sqlalchemy.provision [req-b2093729-0781-4010-9d03-6d8e9fb9b149 - - - - -] CREATE BACKEND sqlite:// TOKEN eqwyxbkjii 2019-02-07 04:09:46.465 6478 INFO octavia.common.config [req-b2093729-0781-4010-9d03-6d8e9fb9b149 - - - - -] Logging enabled! 2019-02-07 04:09:46.465 6478 INFO octavia.common.config [req-b2093729-0781-4010-9d03-6d8e9fb9b149 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:46.487 6478 WARNING octavia.api.root_controller [req-b2093729-0781-4010-9d03-6d8e9fb9b149 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:46.496 6478 INFO octavia.api.v1.controllers.load_balancer [req-5bb66224-651b-44ff-946a-b2a62ac28fde - - - - -] Sending created Load Balancer 65136388-5a63-44e1-9881-0b88769239d7 to the handler 2019-02-07 04:09:46.488 6477 INFO octavia.api.v2.controllers.pool [req-ad1da8e2-a3a2-407f-a326-fd5e2ee25cdc - - - - -] Sending Creation of Pool 959e0e9a-1cc9-4c8b-b7a3-159d3f45f203 to handler 2019-02-07 04:09:46.590 6478 INFO octavia.api.v1.controllers.listener [req-f658d31d-6b61-41b7-9066-b8cf2031d644 - - - - -] Sending Creation of Listener 97405b6d-5298-4f5e-8ddb-2962a0d9fe7d to handler 2019-02-07 04:09:46.716 6477 INFO oslo_db.sqlalchemy.provision [req-ca69169a-824e-4de7-982f-b3825b0c60e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:46.717 6477 INFO oslo_db.sqlalchemy.provision [req-ca69169a-824e-4de7-982f-b3825b0c60e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN unhutaeulj 2019-02-07 04:09:46.718 6477 INFO oslo_db.sqlalchemy.provision [req-ca69169a-824e-4de7-982f-b3825b0c60e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_not_authorized [0.746530s] ... ok 2019-02-07 04:09:46.721 6477 INFO oslo_db.sqlalchemy.provision [req-ca69169a-824e-4de7-982f-b3825b0c60e2 - - - - -] CREATE BACKEND sqlite:// TOKEN fznizvxzyf 2019-02-07 04:09:46.702 6478 ERROR octavia.api.v1.controllers.base [req-90ad8688-c476-4714-a397-9b666a7ab71b - - - - -] Pool f765450b-3279-452a-b440-893ae2595380 not found: None 2019-02-07 04:09:46.702 6478 ERROR octavia.api.v1.controllers.base None 2019-02-07 04:09:46.702 6478 ERROR octavia.api.v1.controllers.base 2019-02-07 04:09:46.713 6478 INFO oslo_db.sqlalchemy.provision [req-90ad8688-c476-4714-a397-9b666a7ab71b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:46.714 6478 INFO oslo_db.sqlalchemy.provision [req-90ad8688-c476-4714-a397-9b666a7ab71b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eqwyxbkjii 2019-02-07 04:09:46.725 6478 INFO oslo_db.sqlalchemy.provision [req-90ad8688-c476-4714-a397-9b666a7ab71b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_bad_get [0.334357s] ... ok 2019-02-07 04:09:46.727 6478 INFO oslo_db.sqlalchemy.provision [req-90ad8688-c476-4714-a397-9b666a7ab71b - - - - -] CREATE BACKEND sqlite:// TOKEN nuukzjlhib 2019-02-07 04:09:46.798 6477 INFO octavia.common.config [req-ca69169a-824e-4de7-982f-b3825b0c60e2 - - - - -] Logging enabled! 2019-02-07 04:09:46.798 6477 INFO octavia.common.config [req-ca69169a-824e-4de7-982f-b3825b0c60e2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:46.820 6477 WARNING octavia.api.root_controller [req-ca69169a-824e-4de7-982f-b3825b0c60e2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:46.834 6477 INFO octavia.api.v2.controllers.load_balancer [req-80d69b75-e4e4-460a-a08b-7b946cd67889 - - - - -] Sending created Load Balancer 502157e0-45e4-4880-820e-06bcbaf61161 to the handler 2019-02-07 04:09:46.817 6478 INFO octavia.common.config [req-90ad8688-c476-4714-a397-9b666a7ab71b - - - - -] Logging enabled! 2019-02-07 04:09:46.817 6478 INFO octavia.common.config [req-90ad8688-c476-4714-a397-9b666a7ab71b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:46.838 6478 WARNING octavia.api.root_controller [req-90ad8688-c476-4714-a397-9b666a7ab71b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:46.853 6478 INFO octavia.api.v1.controllers.load_balancer [req-3a9c3f26-d665-45d9-81ce-9224289646f4 - - - - -] Sending created Load Balancer 52fd6cc6-65c1-42a0-9080-f2c7a6a68c40 to the handler 2019-02-07 04:09:46.942 6478 INFO octavia.api.v1.controllers.listener [req-9118f5c2-dccf-40ea-83f7-5e24b55104c8 - - - - -] Sending Creation of Listener e2997d89-a266-4bc4-b2a1-402a91821b29 to handler 2019-02-07 04:09:46.953 6477 INFO octavia.api.v2.controllers.listener [req-72848218-f5b5-4dee-976b-6b5f58bb4239 - - - - -] Sending Creation of Listener 2a3a3a83-8a2b-4bbc-b792-ff3f05233c5e to handler 2019-02-07 04:09:47.063 6478 INFO octavia.api.v1.controllers.load_balancer [req-7d08ce99-96f3-41df-b38f-de4ec6b0fce9 - - - - -] Sending deleted Load Balancer 52fd6cc6-65c1-42a0-9080-f2c7a6a68c40 to the handler 2019-02-07 04:09:47.082 6477 INFO octavia.api.v2.controllers.pool [req-dda569bf-fb31-418b-a02b-f9466af707ba - - - - -] Sending Creation of Pool 88cd1282-78d9-417f-8201-51a478b624c5 to handler 2019-02-07 04:09:47.079 6478 INFO octavia.api.v1.controllers.pool [req-83c399db-a997-48ca-8706-55afff25dec6 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:47.100 6478 INFO oslo_db.sqlalchemy.provision [req-83c399db-a997-48ca-8706-55afff25dec6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:47.102 6478 INFO oslo_db.sqlalchemy.provision [req-83c399db-a997-48ca-8706-55afff25dec6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nuukzjlhib 2019-02-07 04:09:47.102 6478 INFO oslo_db.sqlalchemy.provision [req-83c399db-a997-48ca-8706-55afff25dec6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_when_lb_pending_delete [0.377238s] ... ok 2019-02-07 04:09:47.105 6478 INFO oslo_db.sqlalchemy.provision [req-83c399db-a997-48ca-8706-55afff25dec6 - - - - -] CREATE BACKEND sqlite:// TOKEN wtzkpilfuz 2019-02-07 04:09:47.201 6478 INFO octavia.common.config [req-83c399db-a997-48ca-8706-55afff25dec6 - - - - -] Logging enabled! 2019-02-07 04:09:47.202 6478 INFO octavia.common.config [req-83c399db-a997-48ca-8706-55afff25dec6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:47.230 6478 WARNING octavia.api.root_controller [req-83c399db-a997-48ca-8706-55afff25dec6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:47.239 6478 INFO octavia.api.v1.controllers.load_balancer [req-3db5f0db-dd55-4d8e-96ac-a715ebcc20f7 - - - - -] Sending created Load Balancer 3e8cf5fa-61a5-46f6-b180-d444986168df to the handler 2019-02-07 04:09:47.238 6477 INFO octavia.api.v2.controllers.pool [req-cdf3dc72-d9a3-48d2-8a25-b54e6665c934 - - - - -] Sending Creation of Pool e93306dd-1c8e-46bb-b921-444c02eb21da to handler 2019-02-07 04:09:47.340 6478 INFO octavia.api.v1.controllers.listener [req-3dfb59a3-6800-4daa-81d9-7a72983afb58 - - - - -] Sending Creation of Listener 84fd6d7c-ff5a-46d9-b468-2870bdcd78f0 to handler 2019-02-07 04:09:47.400 6477 INFO oslo_db.sqlalchemy.provision [req-43ea68a9-495b-427a-8d97-cdfd1ec9b0b7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:47.402 6477 INFO oslo_db.sqlalchemy.provision [req-43ea68a9-495b-427a-8d97-cdfd1ec9b0b7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fznizvxzyf 2019-02-07 04:09:47.402 6477 INFO oslo_db.sqlalchemy.provision [req-43ea68a9-495b-427a-8d97-cdfd1ec9b0b7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_over_quota [0.684263s] ... ok 2019-02-07 04:09:47.405 6477 INFO oslo_db.sqlalchemy.provision [req-43ea68a9-495b-427a-8d97-cdfd1ec9b0b7 - - - - -] CREATE BACKEND sqlite:// TOKEN bibnltxxbo 2019-02-07 04:09:47.458 6478 INFO oslo_db.sqlalchemy.provision [req-d63896ce-e552-4564-aa16-b4f2c1ded1a9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:47.460 6478 INFO oslo_db.sqlalchemy.provision [req-d63896ce-e552-4564-aa16-b4f2c1ded1a9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wtzkpilfuz 2019-02-07 04:09:47.460 6478 INFO oslo_db.sqlalchemy.provision [req-d63896ce-e552-4564-aa16-b4f2c1ded1a9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_bad_session_persistence [0.358056s] ... ok 2019-02-07 04:09:47.481 6477 INFO octavia.common.config [req-43ea68a9-495b-427a-8d97-cdfd1ec9b0b7 - - - - -] Logging enabled! 2019-02-07 04:09:47.481 6477 INFO octavia.common.config [req-43ea68a9-495b-427a-8d97-cdfd1ec9b0b7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:47.463 6478 INFO oslo_db.sqlalchemy.provision [req-d63896ce-e552-4564-aa16-b4f2c1ded1a9 - - - - -] CREATE BACKEND sqlite:// TOKEN zohbtojvbn 2019-02-07 04:09:47.505 6477 WARNING octavia.api.root_controller [req-43ea68a9-495b-427a-8d97-cdfd1ec9b0b7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:47.518 6477 INFO octavia.api.v2.controllers.load_balancer [req-3d7f29f6-8210-4951-8930-55013d305e7a - - - - -] Sending created Load Balancer fb5630fb-bd98-4474-9756-4a67e9006d29 to the handler 2019-02-07 04:09:47.552 6478 INFO octavia.common.config [req-d63896ce-e552-4564-aa16-b4f2c1ded1a9 - - - - -] Logging enabled! 2019-02-07 04:09:47.552 6478 INFO octavia.common.config [req-d63896ce-e552-4564-aa16-b4f2c1ded1a9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:47.583 6478 WARNING octavia.api.root_controller [req-d63896ce-e552-4564-aa16-b4f2c1ded1a9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:47.592 6478 INFO octavia.api.v1.controllers.load_balancer [req-6f26510e-2db9-4f33-ab6a-33b573f661e4 - - - - -] Sending created Load Balancer fe51d808-d34a-476e-a4e5-28a205719b60 to the handler 2019-02-07 04:09:47.641 6477 INFO octavia.api.v2.controllers.listener [req-7124ccf4-5c1f-4d13-afb5-700b996e9e31 - - - - -] Sending Creation of Listener 1fdd001b-8301-494b-b581-c83daf690ba5 to handler 2019-02-07 04:09:47.667 6478 INFO octavia.api.v1.controllers.listener [req-0812a1d6-01d5-4ea5-9c52-ea28c49541e4 - - - - -] Sending Creation of Listener f1b5b1b3-07b8-4edb-8a19-95b833f898ae to handler 2019-02-07 04:09:47.838 6477 INFO octavia.api.v2.controllers.pool [req-a9318ed4-4c3c-498a-bbd7-99246304a139 - - - - -] Sending Creation of Pool c619e098-2077-47ef-854c-bf831b062907 to handler 2019-02-07 04:09:47.849 6478 INFO octavia.api.v1.controllers.pool [req-9bfe9613-29d5-4792-aa00-e48b4050d94f - - - - -] Sending Creation of Pool 511751f7-d708-449c-895a-c31d73e6dc5e to handler 2019-02-07 04:09:47.874 6478 INFO oslo_db.sqlalchemy.provision [req-9bfe9613-29d5-4792-aa00-e48b4050d94f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:47.876 6478 INFO oslo_db.sqlalchemy.provision [req-9bfe9613-29d5-4792-aa00-e48b4050d94f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zohbtojvbn 2019-02-07 04:09:47.877 6478 INFO oslo_db.sqlalchemy.provision [req-9bfe9613-29d5-4792-aa00-e48b4050d94f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_create_with_id [0.416206s] ... ok 2019-02-07 04:09:47.879 6478 INFO oslo_db.sqlalchemy.provision [req-9bfe9613-29d5-4792-aa00-e48b4050d94f - - - - -] CREATE BACKEND sqlite:// TOKEN sfrytgdqaz 2019-02-07 04:09:47.951 6478 INFO octavia.common.config [req-9bfe9613-29d5-4792-aa00-e48b4050d94f - - - - -] Logging enabled! 2019-02-07 04:09:47.951 6478 INFO octavia.common.config [req-9bfe9613-29d5-4792-aa00-e48b4050d94f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:47.972 6478 WARNING octavia.api.root_controller [req-9bfe9613-29d5-4792-aa00-e48b4050d94f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:47.984 6478 INFO octavia.api.v1.controllers.load_balancer [req-260243d6-bc22-46b8-a46c-7a52d5138534 - - - - -] Sending created Load Balancer 67e2a203-ee53-4927-90f2-151d248e53db to the handler 2019-02-07 04:09:47.992 6477 INFO octavia.api.v2.controllers.pool [req-8bdedadd-70e2-49d6-b6dd-f40347c22acd - - - - -] Sending Creation of Pool cc33472f-d2b9-46b2-b7cd-56130a7e1e36 to handler 2019-02-07 04:09:48.059 6478 INFO octavia.api.v1.controllers.listener [req-70851cd3-faf3-48db-bf7c-8fc1561fb385 - - - - -] Sending Creation of Listener ab9ab48f-2477-457f-b84b-4d667c80921e to handler 2019-02-07 04:09:48.145 6477 INFO octavia.api.v2.controllers.load_balancer [req-f0e5615f-0ba4-45b8-ab04-983caabe51ab - - - - -] Sending deleted Load Balancer fb5630fb-bd98-4474-9756-4a67e9006d29 to the handler 2019-02-07 04:09:48.177 6478 INFO octavia.api.v1.controllers.pool [req-38cb78f2-8840-4292-9a8a-44f679cb79dc - - - - -] Sending Creation of Pool 0f110ff5-f6a6-4af2-93c1-49a1a5d6314b to handler 2019-02-07 04:09:48.180 6477 INFO octavia.api.v2.controllers.health_monitor [req-4432af46-49b1-4ec3-9ccf-ce77700fce32 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:48.192 6477 INFO oslo_db.sqlalchemy.provision [req-4432af46-49b1-4ec3-9ccf-ce77700fce32 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:48.193 6477 INFO oslo_db.sqlalchemy.provision [req-4432af46-49b1-4ec3-9ccf-ce77700fce32 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bibnltxxbo 2019-02-07 04:09:48.193 6477 INFO oslo_db.sqlalchemy.provision [req-4432af46-49b1-4ec3-9ccf-ce77700fce32 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_when_lb_pending_delete [0.791153s] ... ok 2019-02-07 04:09:48.196 6477 INFO oslo_db.sqlalchemy.provision [req-4432af46-49b1-4ec3-9ccf-ce77700fce32 - - - - -] CREATE BACKEND sqlite:// TOKEN kfcmwgzkzl 2019-02-07 04:09:48.272 6477 INFO octavia.common.config [req-4432af46-49b1-4ec3-9ccf-ce77700fce32 - - - - -] Logging enabled! 2019-02-07 04:09:48.273 6477 INFO octavia.common.config [req-4432af46-49b1-4ec3-9ccf-ce77700fce32 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:48.302 6478 INFO octavia.api.v1.controllers.pool [req-8a4c4099-7291-40ef-b6c4-01a1c2b731d9 - - - - -] Sending Deletion of Pool 0f110ff5-f6a6-4af2-93c1-49a1a5d6314b to handler 2019-02-07 04:09:48.296 6477 WARNING octavia.api.root_controller [req-4432af46-49b1-4ec3-9ccf-ce77700fce32 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:48.307 6477 INFO octavia.api.v2.controllers.load_balancer [req-534ff23d-d099-4d71-be2f-8bbc48e8f249 - - - - -] Sending created Load Balancer 804557ce-6654-4087-a12d-231807628521 to the handler 2019-02-07 04:09:48.427 6477 INFO octavia.api.v2.controllers.listener [req-1910a707-5ef8-42ea-aa9d-205b02ded395 - - - - -] Sending Creation of Listener 35355174-535b-44bf-b742-df366552d049 to handler 2019-02-07 04:09:48.461 6478 INFO oslo_db.sqlalchemy.provision [req-0fa3f636-9fc4-4ccc-be41-fd908b8b5202 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:48.463 6478 INFO oslo_db.sqlalchemy.provision [req-0fa3f636-9fc4-4ccc-be41-fd908b8b5202 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sfrytgdqaz 2019-02-07 04:09:48.463 6478 INFO oslo_db.sqlalchemy.provision [req-0fa3f636-9fc4-4ccc-be41-fd908b8b5202 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete [0.586372s] ... ok 2019-02-07 04:09:48.470 6478 INFO oslo_db.sqlalchemy.provision [req-0fa3f636-9fc4-4ccc-be41-fd908b8b5202 - - - - -] CREATE BACKEND sqlite:// TOKEN qufmpzcwpy 2019-02-07 04:09:48.538 6478 INFO octavia.common.config [req-0fa3f636-9fc4-4ccc-be41-fd908b8b5202 - - - - -] Logging enabled! 2019-02-07 04:09:48.539 6478 INFO octavia.common.config [req-0fa3f636-9fc4-4ccc-be41-fd908b8b5202 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:48.560 6478 WARNING octavia.api.root_controller [req-0fa3f636-9fc4-4ccc-be41-fd908b8b5202 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:48.572 6478 INFO octavia.api.v1.controllers.load_balancer [req-50463d7c-6e38-4130-afe2-65f0aa6b42e1 - - - - -] Sending created Load Balancer 57fd844b-a617-430c-b258-4041cc4c52e2 to the handler 2019-02-07 04:09:48.561 6477 INFO octavia.api.v2.controllers.pool [req-5b8c51dd-c959-4d2f-b834-97f714c0c704 - - - - -] Sending Creation of Pool 0ab30d3f-d7c4-4387-a455-fdeb790b9382 to handler 2019-02-07 04:09:48.646 6478 INFO octavia.api.v1.controllers.listener [req-13d7bce9-11b2-4d89-b9ab-dc6c39001bd3 - - - - -] Sending Creation of Listener 3247d96c-55d3-4c11-8af0-7ae9911e8f04 to handler 2019-02-07 04:09:48.724 6477 INFO octavia.api.v2.controllers.pool [req-51d9ae16-3ee9-49d2-8079-b4fce5e8c6f3 - - - - -] Sending Creation of Pool 4d99f8da-6cf9-49e1-80b9-755baa3de9f6 to handler 2019-02-07 04:09:48.791 6478 INFO octavia.api.v1.controllers.pool [req-9914bb1a-a8f3-4471-8866-6469db3154d6 - - - - -] Sending Creation of Pool dae1c709-0747-463e-8038-692c5ccc3059 to handler 2019-02-07 04:09:48.894 6477 INFO octavia.api.v2.controllers.health_monitor [req-fe6bfb6c-ee98-41a0-bb8f-660729abda80 - - - - -] Sending Creation of Health Monitor b45e337c-878e-4003-96b9-15ae4f5cea05 to handler 2019-02-07 04:09:48.916 6478 INFO octavia.api.v1.controllers.load_balancer [req-415a0248-e7be-44c7-971d-694c646d27b0 - - - - -] Sending deleted Load Balancer 57fd844b-a617-430c-b258-4041cc4c52e2 to the handler 2019-02-07 04:09:48.940 6478 INFO octavia.api.v1.controllers.pool [req-a7984922-5793-4d50-ab2b-8d881248457f - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:48.976 6478 INFO oslo_db.sqlalchemy.provision [req-a7984922-5793-4d50-ab2b-8d881248457f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:48.978 6478 INFO oslo_db.sqlalchemy.provision [req-a7984922-5793-4d50-ab2b-8d881248457f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qufmpzcwpy 2019-02-07 04:09:48.978 6478 INFO oslo_db.sqlalchemy.provision [req-a7984922-5793-4d50-ab2b-8d881248457f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_when_lb_pending_delete [0.514668s] ... ok 2019-02-07 04:09:48.981 6478 INFO oslo_db.sqlalchemy.provision [req-a7984922-5793-4d50-ab2b-8d881248457f - - - - -] CREATE BACKEND sqlite:// TOKEN ypshfhbpgy 2019-02-07 04:09:49.006 6477 INFO oslo_db.sqlalchemy.provision [req-8c901fd6-b8b0-4765-b3e7-f17e1e9f5bca - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:49.008 6477 INFO oslo_db.sqlalchemy.provision [req-8c901fd6-b8b0-4765-b3e7-f17e1e9f5bca - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kfcmwgzkzl 2019-02-07 04:09:49.008 6477 INFO oslo_db.sqlalchemy.provision [req-8c901fd6-b8b0-4765-b3e7-f17e1e9f5bca - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_with_bad_handler [0.814617s] ... ok 2019-02-07 04:09:49.011 6477 INFO oslo_db.sqlalchemy.provision [req-8c901fd6-b8b0-4765-b3e7-f17e1e9f5bca - - - - -] CREATE BACKEND sqlite:// TOKEN iqpbzbhrbb 2019-02-07 04:09:49.084 6477 INFO octavia.common.config [req-8c901fd6-b8b0-4765-b3e7-f17e1e9f5bca - - - - -] Logging enabled! 2019-02-07 04:09:49.084 6477 INFO octavia.common.config [req-8c901fd6-b8b0-4765-b3e7-f17e1e9f5bca - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:49.070 6478 INFO octavia.common.config [req-a7984922-5793-4d50-ab2b-8d881248457f - - - - -] Logging enabled! 2019-02-07 04:09:49.071 6478 INFO octavia.common.config [req-a7984922-5793-4d50-ab2b-8d881248457f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:49.093 6478 WARNING octavia.api.root_controller [req-a7984922-5793-4d50-ab2b-8d881248457f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:49.107 6478 INFO octavia.api.v1.controllers.load_balancer [req-17cc9139-7189-4c7d-869e-95be49c25f9e - - - - -] Sending created Load Balancer b65deda9-38cf-4cdf-b2e5-10a737141ce5 to the handler 2019-02-07 04:09:49.173 6477 WARNING octavia.api.root_controller [req-8c901fd6-b8b0-4765-b3e7-f17e1e9f5bca - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:49.188 6477 INFO octavia.api.v2.controllers.load_balancer [req-13e5a945-3708-4eab-b60a-864005c00a5e - - - - -] Sending created Load Balancer 829b5cf7-94e0-4d82-b7f6-6ebd30e38adb to the handler 2019-02-07 04:09:49.200 6478 INFO octavia.api.v1.controllers.listener [req-2db99dc9-80a4-4166-bcd4-596ff23660bb - - - - -] Sending Creation of Listener 116b60af-b99c-4f2f-9c80-2ac54f444066 to handler 2019-02-07 04:09:49.305 6477 INFO octavia.api.v2.controllers.listener [req-ef69ceb2-495e-427d-bc7b-dfb333007522 - - - - -] Sending Creation of Listener e6b172bc-3c34-472f-aff0-4de46aa8f5ce to handler 2019-02-07 04:09:49.424 6478 INFO octavia.api.v1.controllers.pool [req-2ff85ea2-239b-44e9-b7c4-c0f7a9eb83d1 - - - - -] Sending Creation of Pool 34e9d871-1d8d-4a83-8be7-9e332e422595 to handler 2019-02-07 04:09:49.442 6477 INFO octavia.api.v2.controllers.pool [req-ea15bb63-2fb2-4e9b-ad54-955bb63b73ed - - - - -] Sending Creation of Pool ff1cd886-9b2b-47c8-a016-919ada1ff14d to handler 2019-02-07 04:09:49.554 6478 INFO octavia.api.v1.controllers.l7policy [req-9c818709-cfd5-46af-a646-1bdf96e0405c - - - - -] Sending Creation of L7Policy 358cd3e5-884a-41a4-8942-14dce0b4e670 to handler 2019-02-07 04:09:49.602 6477 INFO octavia.api.v2.controllers.pool [req-7eaf19da-27ba-4d2a-b2a6-3e151802f98e - - - - -] Sending Creation of Pool ffedbb02-cb69-4dff-bd58-99392f4c5f48 to handler 2019-02-07 04:09:49.657 6478 INFO oslo_db.sqlalchemy.provision [req-dcd6e20b-be24-4e78-b79d-2673f7506232 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:49.658 6478 INFO oslo_db.sqlalchemy.provision [req-dcd6e20b-be24-4e78-b79d-2673f7506232 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ypshfhbpgy 2019-02-07 04:09:49.658 6478 INFO oslo_db.sqlalchemy.provision [req-dcd6e20b-be24-4e78-b79d-2673f7506232 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_with_l7policy [0.680331s] ... ok 2019-02-07 04:09:49.661 6478 INFO oslo_db.sqlalchemy.provision [req-dcd6e20b-be24-4e78-b79d-2673f7506232 - - - - -] CREATE BACKEND sqlite:// TOKEN jtgkplnhci 2019-02-07 04:09:49.735 6478 INFO octavia.common.config [req-dcd6e20b-be24-4e78-b79d-2673f7506232 - - - - -] Logging enabled! 2019-02-07 04:09:49.735 6478 INFO octavia.common.config [req-dcd6e20b-be24-4e78-b79d-2673f7506232 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:49.771 6477 INFO octavia.api.v2.controllers.health_monitor [req-e05cda3e-a42b-42cb-8556-bcffd526767a - - - - -] Sending Creation of Health Monitor 93054639-4c4a-4318-ac17-61acb32e7aca to handler 2019-02-07 04:09:49.756 6478 WARNING octavia.api.root_controller [req-dcd6e20b-be24-4e78-b79d-2673f7506232 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:49.768 6478 INFO octavia.api.v1.controllers.load_balancer [req-3c9622ec-a15c-4b19-a6ee-ccd3fce8fa6c - - - - -] Sending created Load Balancer a3be813c-9c27-4d13-bc3b-69ff0c8e1a3b to the handler 2019-02-07 04:09:49.842 6478 INFO octavia.api.v1.controllers.listener [req-88182d52-08f3-4731-8799-a191bdb08b03 - - - - -] Sending Creation of Listener 847e8ad7-970e-4cb3-9f3d-9a1d491267e5 to handler 2019-02-07 04:09:49.957 6478 INFO octavia.api.v1.controllers.pool [req-ff286944-f28d-4ec9-859a-1bdb78043ed2 - - - - -] Sending Creation of Pool 944c996e-edf5-4cf3-8f07-78d7ce6220cb to handler 2019-02-07 04:09:49.998 6477 INFO oslo_db.sqlalchemy.provision [req-47b5ece0-3007-461d-b3bd-8c97bdbec202 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:50.000 6477 INFO oslo_db.sqlalchemy.provision [req-47b5ece0-3007-461d-b3bd-8c97bdbec202 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iqpbzbhrbb 2019-02-07 04:09:50.000 6477 INFO oslo_db.sqlalchemy.provision [req-47b5ece0-3007-461d-b3bd-8c97bdbec202 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_with_listener [0.991465s] ... ok 2019-02-07 04:09:50.003 6477 INFO oslo_db.sqlalchemy.provision [req-47b5ece0-3007-461d-b3bd-8c97bdbec202 - - - - -] CREATE BACKEND sqlite:// TOKEN gmeyyrsaro 2019-02-07 04:09:50.060 6478 INFO octavia.api.v1.controllers.pool [req-33e47224-ed78-4f78-bae4-621832d04f15 - - - - -] Sending Deletion of Pool 944c996e-edf5-4cf3-8f07-78d7ce6220cb to handler 2019-02-07 04:09:50.078 6477 INFO octavia.common.config [req-47b5ece0-3007-461d-b3bd-8c97bdbec202 - - - - -] Logging enabled! 2019-02-07 04:09:50.078 6477 INFO octavia.common.config [req-47b5ece0-3007-461d-b3bd-8c97bdbec202 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:50.101 6477 WARNING octavia.api.root_controller [req-47b5ece0-3007-461d-b3bd-8c97bdbec202 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:50.115 6477 INFO octavia.api.v2.controllers.load_balancer [req-159d6541-456d-41c8-9791-4b6b27826d46 - - - - -] Sending created Load Balancer f595678d-b217-4bd5-9c8b-eb375cc16ba4 to the handler 2019-02-07 04:09:50.208 6478 INFO oslo_db.sqlalchemy.provision [req-63b8ae4d-4068-4500-9b84-724f19d9e8e8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:50.210 6478 INFO oslo_db.sqlalchemy.provision [req-63b8ae4d-4068-4500-9b84-724f19d9e8e8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jtgkplnhci 2019-02-07 04:09:50.210 6478 INFO oslo_db.sqlalchemy.provision [req-63b8ae4d-4068-4500-9b84-724f19d9e8e8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_delete_with_session_persistence [0.551303s] ... ok 2019-02-07 04:09:50.213 6478 INFO oslo_db.sqlalchemy.provision [req-63b8ae4d-4068-4500-9b84-724f19d9e8e8 - - - - -] CREATE BACKEND sqlite:// TOKEN iyrioakhqk 2019-02-07 04:09:50.231 6477 INFO octavia.api.v2.controllers.listener [req-cdbc6d9b-9537-4943-8831-140ed63ed989 - - - - -] Sending Creation of Listener 19c234d2-eafd-4698-87ad-cccca2600a87 to handler 2019-02-07 04:09:50.285 6478 INFO octavia.common.config [req-63b8ae4d-4068-4500-9b84-724f19d9e8e8 - - - - -] Logging enabled! 2019-02-07 04:09:50.285 6478 INFO octavia.common.config [req-63b8ae4d-4068-4500-9b84-724f19d9e8e8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:50.307 6478 WARNING octavia.api.root_controller [req-63b8ae4d-4068-4500-9b84-724f19d9e8e8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:50.316 6478 INFO octavia.api.v1.controllers.load_balancer [req-549b15ac-706d-4362-808f-87f752d29a55 - - - - -] Sending created Load Balancer 0c72d7ca-3706-405c-9c65-020ee3493f06 to the handler 2019-02-07 04:09:50.392 6478 INFO octavia.api.v1.controllers.listener [req-dcdfc1ef-948b-41e2-a951-7bc8cb7537cb - - - - -] Sending Creation of Listener 27920e36-19f9-4d2a-bb17-c52910aa2e39 to handler 2019-02-07 04:09:50.431 6477 INFO octavia.api.v2.controllers.pool [req-b5bd422a-43f1-4ad1-ac57-457abf956605 - - - - -] Sending Creation of Pool c0756cd7-593a-409a-917d-3dd37cb4963b to handler 2019-02-07 04:09:50.513 6478 INFO octavia.api.v1.controllers.pool [req-3c2f6ebd-0895-4da3-8ef7-c92340d6329b - - - - -] Sending Creation of Pool 6b6b34b2-d7da-4cb2-be6b-35329a3ec42f to handler 2019-02-07 04:09:50.584 6477 INFO octavia.api.v2.controllers.pool [req-96ab0726-91b7-4990-a0e4-1d417eae8e05 - - - - -] Sending Creation of Pool e8508f07-1613-4b20-83a7-8e60e5c8d9da to handler 2019-02-07 04:09:50.720 6478 INFO oslo_db.sqlalchemy.provision [req-7006a3cd-6187-43b0-a90d-1be349477b8a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:50.721 6478 INFO oslo_db.sqlalchemy.provision [req-7006a3cd-6187-43b0-a90d-1be349477b8a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iyrioakhqk 2019-02-07 04:09:50.722 6478 INFO oslo_db.sqlalchemy.provision [req-7006a3cd-6187-43b0-a90d-1be349477b8a - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_get [0.511431s] ... ok 2019-02-07 04:09:50.724 6478 INFO oslo_db.sqlalchemy.provision [req-7006a3cd-6187-43b0-a90d-1be349477b8a - - - - -] CREATE BACKEND sqlite:// TOKEN znunjtstsx 2019-02-07 04:09:50.754 6477 INFO octavia.api.v2.controllers.health_monitor [req-9eac91a4-57a6-45bd-b290-5bd970d5ff14 - - - - -] Sending Creation of Health Monitor de3375c5-f483-4f66-95bb-d49b53ceba50 to handler 2019-02-07 04:09:50.797 6478 INFO octavia.common.config [req-7006a3cd-6187-43b0-a90d-1be349477b8a - - - - -] Logging enabled! 2019-02-07 04:09:50.797 6478 INFO octavia.common.config [req-7006a3cd-6187-43b0-a90d-1be349477b8a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:50.818 6478 WARNING octavia.api.root_controller [req-7006a3cd-6187-43b0-a90d-1be349477b8a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:50.830 6478 INFO octavia.api.v1.controllers.load_balancer [req-c11b86eb-f130-4a77-aa48-9ab361f65aab - - - - -] Sending created Load Balancer 0e4d0b3d-3384-4775-a3d9-29ec0836243c to the handler 2019-02-07 04:09:50.908 6478 INFO octavia.api.v1.controllers.listener [req-2ad93c10-1c7c-4688-a499-21c6023f4819 - - - - -] Sending Creation of Listener c13e78d5-9e11-4776-827e-1953198322a2 to handler 2019-02-07 04:09:50.930 6477 INFO octavia.api.v2.controllers.health_monitor [req-5fe1dae9-0bc2-4df7-9be4-1ae867d7ceac - - - - -] Sending Deletion of Health Monitor for Pool de3375c5-f483-4f66-95bb-d49b53ceba50 to handler 2019-02-07 04:09:51.011 6478 INFO octavia.api.v1.controllers.pool [req-8a02467a-940c-443b-956f-b003a4b5c9c8 - - - - -] Sending Creation of Pool c6124a4d-e971-4c3a-8835-6080384f5320 to handler 2019-02-07 04:09:51.023 6477 INFO oslo_db.sqlalchemy.provision [req-838e0bda-89f0-4483-a798-b0f2fc44eb59 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:51.026 6477 INFO oslo_db.sqlalchemy.provision [req-838e0bda-89f0-4483-a798-b0f2fc44eb59 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gmeyyrsaro 2019-02-07 04:09:51.026 6477 INFO oslo_db.sqlalchemy.provision [req-838e0bda-89f0-4483-a798-b0f2fc44eb59 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete [1.026351s] ... ok 2019-02-07 04:09:51.029 6477 INFO oslo_db.sqlalchemy.provision [req-838e0bda-89f0-4483-a798-b0f2fc44eb59 - - - - -] CREATE BACKEND sqlite:// TOKEN fhwepokmre 2019-02-07 04:09:51.103 6477 INFO octavia.common.config [req-838e0bda-89f0-4483-a798-b0f2fc44eb59 - - - - -] Logging enabled! 2019-02-07 04:09:51.103 6477 INFO octavia.common.config [req-838e0bda-89f0-4483-a798-b0f2fc44eb59 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:51.126 6477 WARNING octavia.api.root_controller [req-838e0bda-89f0-4483-a798-b0f2fc44eb59 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:51.139 6477 INFO octavia.api.v2.controllers.load_balancer [req-f5496b12-6474-476b-9349-e2f64ab88dac - - - - -] Sending created Load Balancer 53efd70d-8162-4064-9dcc-6b5e1e0e7a05 to the handler 2019-02-07 04:09:51.159 6478 INFO oslo_db.sqlalchemy.provision [req-35dcc458-be6a-4311-b60a-f392fae53c25 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:51.161 6478 INFO oslo_db.sqlalchemy.provision [req-35dcc458-be6a-4311-b60a-f392fae53c25 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN znunjtstsx 2019-02-07 04:09:51.161 6478 INFO oslo_db.sqlalchemy.provision [req-35dcc458-be6a-4311-b60a-f392fae53c25 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_get_all [0.439169s] ... ok 2019-02-07 04:09:51.164 6478 INFO oslo_db.sqlalchemy.provision [req-35dcc458-be6a-4311-b60a-f392fae53c25 - - - - -] CREATE BACKEND sqlite:// TOKEN uidnsrrgvl 2019-02-07 04:09:51.236 6478 INFO octavia.common.config [req-35dcc458-be6a-4311-b60a-f392fae53c25 - - - - -] Logging enabled! 2019-02-07 04:09:51.236 6478 INFO octavia.common.config [req-35dcc458-be6a-4311-b60a-f392fae53c25 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:51.256 6477 INFO octavia.api.v2.controllers.listener [req-2ffc1bf3-982e-4822-8d1a-a996b561b47e - - - - -] Sending Creation of Listener 5a4a1c41-f500-4013-9a5e-aee79e763135 to handler 2019-02-07 04:09:51.258 6478 WARNING octavia.api.root_controller [req-35dcc458-be6a-4311-b60a-f392fae53c25 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:51.267 6478 INFO octavia.api.v1.controllers.load_balancer [req-2df3b7cc-e15e-4507-891f-5a97cf9bf8a2 - - - - -] Sending created Load Balancer 2464b75b-d98f-42b9-91e3-b0bbf5f65123 to the handler 2019-02-07 04:09:51.342 6478 INFO octavia.api.v1.controllers.listener [req-b597e589-d454-4f59-a88d-a540f3fa8e13 - - - - -] Sending Creation of Listener eef0e550-e7d6-4124-b24c-2ac9d4e9565c to handler 2019-02-07 04:09:51.430 6478 ERROR octavia.api.v1.controllers.base [req-f756de10-534f-4ff2-ab1e-8b2412cd1b89 - - - - -] Listener bad_id not found: None 2019-02-07 04:09:51.430 6478 ERROR octavia.api.v1.controllers.base None 2019-02-07 04:09:51.430 6478 ERROR octavia.api.v1.controllers.base 2019-02-07 04:09:51.443 6478 INFO oslo_db.sqlalchemy.provision [req-f756de10-534f-4ff2-ab1e-8b2412cd1b89 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:51.446 6478 INFO oslo_db.sqlalchemy.provision [req-f756de10-534f-4ff2-ab1e-8b2412cd1b89 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uidnsrrgvl 2019-02-07 04:09:51.446 6478 INFO oslo_db.sqlalchemy.provision [req-f756de10-534f-4ff2-ab1e-8b2412cd1b89 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_get_all_with_bad_listener [0.285260s] ... ok 2019-02-07 04:09:51.449 6478 INFO oslo_db.sqlalchemy.provision [req-f756de10-534f-4ff2-ab1e-8b2412cd1b89 - - - - -] CREATE BACKEND sqlite:// TOKEN iqpxylzlcg 2019-02-07 04:09:51.456 6477 INFO octavia.api.v2.controllers.pool [req-cb27ab21-bb3d-4b29-b689-10819e457f85 - - - - -] Sending Creation of Pool 76ddf54d-191e-44ab-b15f-5f004ca0d40f to handler 2019-02-07 04:09:51.522 6478 INFO octavia.common.config [req-f756de10-534f-4ff2-ab1e-8b2412cd1b89 - - - - -] Logging enabled! 2019-02-07 04:09:51.523 6478 INFO octavia.common.config [req-f756de10-534f-4ff2-ab1e-8b2412cd1b89 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:51.544 6478 WARNING octavia.api.root_controller [req-f756de10-534f-4ff2-ab1e-8b2412cd1b89 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:51.557 6478 INFO octavia.api.v1.controllers.load_balancer [req-635a20e7-1dbe-4b65-a3b8-6d71fdef09a0 - - - - -] Sending created Load Balancer 39f0873b-81af-4ef1-ba9d-6c859be4eec5 to the handler 2019-02-07 04:09:51.617 6477 INFO octavia.api.v2.controllers.pool [req-3c3aab59-c1ed-427d-930e-d738c30e9c41 - - - - -] Sending Creation of Pool 812a4ba9-82e3-44ff-87a0-54514d3eda06 to handler 2019-02-07 04:09:51.629 6478 INFO octavia.api.v1.controllers.listener [req-39941d53-f2c7-482f-bf49-1ae0da5cf59f - - - - -] Sending Creation of Listener 8f73040d-f19b-46ea-9e86-f11c96bed9f9 to handler 2019-02-07 04:09:51.759 6478 INFO octavia.api.v1.controllers.pool [req-e790bc72-33aa-4107-a3c5-9bdd82b18267 - - - - -] Sending Creation of Pool 297ee575-7ac8-4700-89c9-333fea91e694 to handler 2019-02-07 04:09:51.777 6477 INFO octavia.api.v2.controllers.health_monitor [req-53dd44c1-377d-4c73-ae26-3da1aeee1a6f - - - - -] Sending Creation of Health Monitor c85fb944-f417-430d-80ac-9e91fa00935d to handler 2019-02-07 04:09:51.887 6478 INFO octavia.api.v1.controllers.pool [req-ec27d4be-16e2-4990-a491-5b914b6818dc - - - - -] Sending Update of Pool 297ee575-7ac8-4700-89c9-333fea91e694 to handler 2019-02-07 04:09:51.930 6477 INFO oslo_db.sqlalchemy.provision [req-133dda0b-a33b-4bec-acef-9592323e28ef - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:51.931 6477 INFO oslo_db.sqlalchemy.provision [req-133dda0b-a33b-4bec-acef-9592323e28ef - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fhwepokmre 2019-02-07 04:09:51.932 6477 INFO oslo_db.sqlalchemy.provision [req-133dda0b-a33b-4bec-acef-9592323e28ef - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_already_deleted [0.905174s] ... ok 2019-02-07 04:09:51.939 6477 INFO oslo_db.sqlalchemy.provision [req-133dda0b-a33b-4bec-acef-9592323e28ef - - - - -] CREATE BACKEND sqlite:// TOKEN jfinxnriqu 2019-02-07 04:09:52.008 6477 INFO octavia.common.config [req-133dda0b-a33b-4bec-acef-9592323e28ef - - - - -] Logging enabled! 2019-02-07 04:09:52.008 6477 INFO octavia.common.config [req-133dda0b-a33b-4bec-acef-9592323e28ef - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:52.031 6477 WARNING octavia.api.root_controller [req-133dda0b-a33b-4bec-acef-9592323e28ef - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:52.044 6477 INFO octavia.api.v2.controllers.load_balancer [req-65aee5cf-c0be-470d-b736-8cc3d02367aa - - - - -] Sending created Load Balancer 5e4435b0-9706-4471-9127-ce074d5a7880 to the handler 2019-02-07 04:09:52.161 6477 INFO octavia.api.v2.controllers.listener [req-f5e74847-966f-4bee-80a0-16f1ed48bb80 - - - - -] Sending Creation of Listener 34932b4a-3363-4097-9b28-c07a131f1d2d to handler 2019-02-07 04:09:52.188 6478 INFO oslo_db.sqlalchemy.provision [req-66d39483-7634-4c4b-8ed3-77b326e9d447 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:52.190 6478 INFO oslo_db.sqlalchemy.provision [req-66d39483-7634-4c4b-8ed3-77b326e9d447 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iqpxylzlcg 2019-02-07 04:09:52.190 6478 INFO oslo_db.sqlalchemy.provision [req-66d39483-7634-4c4b-8ed3-77b326e9d447 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_update [0.743458s] ... ok 2019-02-07 04:09:52.193 6478 INFO oslo_db.sqlalchemy.provision [req-66d39483-7634-4c4b-8ed3-77b326e9d447 - - - - -] CREATE BACKEND sqlite:// TOKEN wlywepcjvx 2019-02-07 04:09:52.294 6478 INFO octavia.common.config [req-66d39483-7634-4c4b-8ed3-77b326e9d447 - - - - -] Logging enabled! 2019-02-07 04:09:52.292 6477 INFO octavia.api.v2.controllers.pool [req-332438fa-4e94-42b4-9f11-8c7ebcad132a - - - - -] Sending Creation of Pool ef03335c-8f34-4a26-8233-9331c928c36c to handler 2019-02-07 04:09:52.294 6478 INFO octavia.common.config [req-66d39483-7634-4c4b-8ed3-77b326e9d447 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:52.323 6478 WARNING octavia.api.root_controller [req-66d39483-7634-4c4b-8ed3-77b326e9d447 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:52.343 6478 INFO octavia.api.v1.controllers.load_balancer [req-dfefa394-d6d6-43e2-b404-b947a1e63222 - - - - -] Sending created Load Balancer d79aa2c4-ff1b-45b7-9f6a-dc705efd4afb to the handler 2019-02-07 04:09:52.422 6478 INFO octavia.api.v1.controllers.listener [req-e20925ed-a69f-43d5-8f15-19488ff7f385 - - - - -] Sending Creation of Listener d1dfacc9-c2b8-42a3-9109-3d0a35959163 to handler 2019-02-07 04:09:52.511 6478 INFO oslo_db.sqlalchemy.provision [req-50e3ed7f-0f20-4f13-8b96-d1227098f8ae - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:52.514 6478 INFO oslo_db.sqlalchemy.provision [req-50e3ed7f-0f20-4f13-8b96-d1227098f8ae - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wlywepcjvx 2019-02-07 04:09:52.515 6478 INFO oslo_db.sqlalchemy.provision [req-50e3ed7f-0f20-4f13-8b96-d1227098f8ae - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_bad_session_persistence ... SKIPPED: This test should pass after a validation layer. 2019-02-07 04:09:52.518 6478 INFO oslo_db.sqlalchemy.provision [req-50e3ed7f-0f20-4f13-8b96-d1227098f8ae - - - - -] CREATE BACKEND sqlite:// TOKEN gyynykoayx 2019-02-07 04:09:52.590 6478 INFO octavia.common.config [req-50e3ed7f-0f20-4f13-8b96-d1227098f8ae - - - - -] Logging enabled! 2019-02-07 04:09:52.591 6478 INFO octavia.common.config [req-50e3ed7f-0f20-4f13-8b96-d1227098f8ae - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:52.573 6477 INFO octavia.api.v2.controllers.pool [req-f433addf-44f7-4838-8fd9-de9af3b71510 - - - - -] Sending Creation of Pool 16a78788-586b-4ad0-ae6b-a17715670597 to handler 2019-02-07 04:09:52.613 6478 WARNING octavia.api.root_controller [req-50e3ed7f-0f20-4f13-8b96-d1227098f8ae - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:52.624 6478 INFO octavia.api.v1.controllers.load_balancer [req-3693c18d-2b8a-42ac-b477-3a223b099525 - - - - -] Sending created Load Balancer 700f2acd-3ce7-4e09-a6eb-45bcdd0b9d59 to the handler 2019-02-07 04:09:52.699 6478 INFO octavia.api.v1.controllers.listener [req-25188c77-3880-4cc0-898a-16dc8a2bfa5b - - - - -] Sending Creation of Listener 3c461009-b138-45f3-bc40-9ccee7cad761 to handler 2019-02-07 04:09:52.774 6477 INFO octavia.api.v2.controllers.health_monitor [req-e59671ac-208c-48bf-9a5c-80ae3ab1493d - - - - -] Sending Creation of Health Monitor 5b553b50-7efc-46a6-86de-d186906ecbae to handler 2019-02-07 04:09:52.832 6478 INFO octavia.api.v1.controllers.pool [req-93a8c202-0301-4b1e-858e-a78cf907c891 - - - - -] Sending Creation of Pool 312a8087-b74b-47de-b2a0-2e768c71789e to handler 2019-02-07 04:09:52.932 6478 INFO octavia.api.v1.controllers.pool [req-9a155d8a-e6b9-4830-b5dd-5a4bf937f3d5 - - - - -] Sending Update of Pool 312a8087-b74b-47de-b2a0-2e768c71789e to handler 2019-02-07 04:09:52.970 6477 INFO octavia.api.v2.controllers.health_monitor [req-86e7d581-c41f-4f16-abe9-cdb9ec723b2f - faaa5b46-6fcc-45bb-82a7-d71fe3b45438 - - -] Sending Deletion of Health Monitor for Pool 5b553b50-7efc-46a6-86de-d186906ecbae to handler 2019-02-07 04:09:53.015 6478 INFO oslo_db.sqlalchemy.provision [req-7182fd37-a5f3-4777-9ca7-e3e36c123cac - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:53.016 6478 INFO oslo_db.sqlalchemy.provision [req-7182fd37-a5f3-4777-9ca7-e3e36c123cac - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gyynykoayx 2019-02-07 04:09:53.016 6478 INFO oslo_db.sqlalchemy.provision [req-7182fd37-a5f3-4777-9ca7-e3e36c123cac - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_preserve_session_persistence [0.501257s] ... ok 2019-02-07 04:09:53.019 6478 INFO oslo_db.sqlalchemy.provision [req-7182fd37-a5f3-4777-9ca7-e3e36c123cac - - - - -] CREATE BACKEND sqlite:// TOKEN enxfbhmpaw 2019-02-07 04:09:53.062 6477 INFO oslo_db.sqlalchemy.provision [req-e78feb47-5a5b-4505-8e84-bff39f81daaa - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:53.064 6477 INFO oslo_db.sqlalchemy.provision [req-e78feb47-5a5b-4505-8e84-bff39f81daaa - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jfinxnriqu 2019-02-07 04:09:53.064 6477 INFO oslo_db.sqlalchemy.provision [req-e78feb47-5a5b-4505-8e84-bff39f81daaa - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_authorized [1.136239s] ... ok 2019-02-07 04:09:53.071 6477 INFO oslo_db.sqlalchemy.provision [req-e78feb47-5a5b-4505-8e84-bff39f81daaa - - - - -] CREATE BACKEND sqlite:// TOKEN rhdsbvasjs 2019-02-07 04:09:53.092 6478 INFO octavia.common.config [req-7182fd37-a5f3-4777-9ca7-e3e36c123cac - - - - -] Logging enabled! 2019-02-07 04:09:53.093 6478 INFO octavia.common.config [req-7182fd37-a5f3-4777-9ca7-e3e36c123cac - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:53.140 6477 INFO octavia.common.config [req-e78feb47-5a5b-4505-8e84-bff39f81daaa - - - - -] Logging enabled! 2019-02-07 04:09:53.140 6477 INFO octavia.common.config [req-e78feb47-5a5b-4505-8e84-bff39f81daaa - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:53.115 6478 WARNING octavia.api.root_controller [req-7182fd37-a5f3-4777-9ca7-e3e36c123cac - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:53.124 6478 INFO octavia.api.v1.controllers.load_balancer [req-ad1be59c-3914-4537-958e-5ddb604e0879 - - - - -] Sending created Load Balancer 4c0c1ae9-50a9-4a58-bbf5-b7f45e6612a8 to the handler 2019-02-07 04:09:53.163 6477 WARNING octavia.api.root_controller [req-e78feb47-5a5b-4505-8e84-bff39f81daaa - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:53.177 6477 INFO octavia.api.v2.controllers.load_balancer [req-af1daa2b-48da-495d-b2e1-f315489930d0 - - - - -] Sending created Load Balancer 2b76abac-e526-477a-8c69-2c5e0b69c398 to the handler 2019-02-07 04:09:53.200 6478 INFO octavia.api.v1.controllers.listener [req-131ce7d7-0920-41b0-882e-031506e34f4f - - - - -] Sending Creation of Listener 6547d247-99f9-4ac0-a0d6-d4e7366af66b to handler 2019-02-07 04:09:53.293 6477 INFO octavia.api.v2.controllers.listener [req-8ee31446-66c1-4cf1-a29b-1deec16f097a - - - - -] Sending Creation of Listener 45777cba-eda3-4ad4-a8b9-20f6f06e5737 to handler 2019-02-07 04:09:53.319 6478 INFO octavia.api.v1.controllers.pool [req-4541d9b5-676e-468d-9ac9-d247ccc48ead - - - - -] Sending Creation of Pool 40ca1aa5-ec1d-49d1-9f17-3864aa32166b to handler 2019-02-07 04:09:53.425 6477 INFO octavia.api.v2.controllers.pool [req-9014fb26-f8a7-4208-84ce-50783866b140 - - - - -] Sending Creation of Pool a65fc5b2-9d3b-4fad-b9d5-3b389d3401aa to handler 2019-02-07 04:09:53.496 6478 INFO octavia.api.v1.controllers.pool [req-bd44849b-8639-4dd0-8d1c-ae059f204675 - - - - -] Sending Update of Pool 40ca1aa5-ec1d-49d1-9f17-3864aa32166b to handler 2019-02-07 04:09:53.579 6477 INFO octavia.api.v2.controllers.pool [req-d812b1cf-757a-49d5-b7a9-f2ecbedabaa9 - - - - -] Sending Creation of Pool 115acf2a-8303-4b92-90ee-8cdc1794d1e4 to handler 2019-02-07 04:09:53.648 6478 INFO oslo_db.sqlalchemy.provision [req-82724eb0-6596-4a21-97cf-1c4bb8230e2d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:53.650 6478 INFO oslo_db.sqlalchemy.provision [req-82724eb0-6596-4a21-97cf-1c4bb8230e2d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN enxfbhmpaw 2019-02-07 04:09:53.650 6478 INFO oslo_db.sqlalchemy.provision [req-82724eb0-6596-4a21-97cf-1c4bb8230e2d - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_session_persistence [0.633533s] ... ok 2019-02-07 04:09:53.653 6478 INFO oslo_db.sqlalchemy.provision [req-82724eb0-6596-4a21-97cf-1c4bb8230e2d - - - - -] CREATE BACKEND sqlite:// TOKEN gzemqsoqkx 2019-02-07 04:09:53.726 6478 INFO octavia.common.config [req-82724eb0-6596-4a21-97cf-1c4bb8230e2d - - - - -] Logging enabled! 2019-02-07 04:09:53.727 6478 INFO octavia.common.config [req-82724eb0-6596-4a21-97cf-1c4bb8230e2d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:53.749 6478 WARNING octavia.api.root_controller [req-82724eb0-6596-4a21-97cf-1c4bb8230e2d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:53.760 6478 INFO octavia.api.v1.controllers.load_balancer [req-056e3edc-cad9-4d8e-8309-e7982adbdac4 - - - - -] Sending created Load Balancer 4ec6fc8e-201e-44cf-8c1d-de724463fa61 to the handler 2019-02-07 04:09:53.813 6477 INFO octavia.api.v2.controllers.health_monitor [req-57c0d0dc-b5bb-40a5-8ed1-7c8ff77fb719 - - - - -] Sending Creation of Health Monitor 36d28621-da53-4f03-b521-07de608d6ebc to handler 2019-02-07 04:09:53.834 6478 INFO octavia.api.v1.controllers.listener [req-a14ddee9-ecc5-48bf-a3a6-f6a88a7f1fa2 - - - - -] Sending Creation of Listener 36fda3ee-cdf0-4c37-8681-529e53a009fb to handler 2019-02-07 04:09:53.960 6478 INFO octavia.api.v1.controllers.pool [req-3e89c030-6ed2-42cb-b658-e22b6561b87f - - - - -] Sending Creation of Pool 0a2e3df8-0d46-4a2f-a6b0-f33fabe5c2be to handler 2019-02-07 04:09:54.066 6477 INFO oslo_db.sqlalchemy.provision [req-7af26a57-988e-4c07-8fc3-a16601d3a87b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:54.067 6477 INFO oslo_db.sqlalchemy.provision [req-7af26a57-988e-4c07-8fc3-a16601d3a87b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rhdsbvasjs 2019-02-07 04:09:54.068 6477 INFO oslo_db.sqlalchemy.provision [req-7af26a57-988e-4c07-8fc3-a16601d3a87b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_not_authorized [0.999326s] ... ok 2019-02-07 04:09:54.068 6478 INFO octavia.api.v1.controllers.load_balancer [req-ea5779dc-fb78-4975-b51e-13f5734f3933 - - - - -] Sending updated Load Balancer 4ec6fc8e-201e-44cf-8c1d-de724463fa61 to the handler 2019-02-07 04:09:54.071 6477 INFO oslo_db.sqlalchemy.provision [req-7af26a57-988e-4c07-8fc3-a16601d3a87b - - - - -] CREATE BACKEND sqlite:// TOKEN vgleihrget 2019-02-07 04:09:54.103 6478 INFO octavia.api.v1.controllers.pool [req-12c9a968-3544-45f2-a527-8246a8dece0d - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:54.127 6478 INFO oslo_db.sqlalchemy.provision [req-12c9a968-3544-45f2-a527-8246a8dece0d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:54.129 6478 INFO oslo_db.sqlalchemy.provision [req-12c9a968-3544-45f2-a527-8246a8dece0d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gzemqsoqkx 2019-02-07 04:09:54.129 6478 INFO oslo_db.sqlalchemy.provision [req-12c9a968-3544-45f2-a527-8246a8dece0d - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_when_lb_pending_update [0.479116s] ... ok 2019-02-07 04:09:54.132 6478 INFO oslo_db.sqlalchemy.provision [req-12c9a968-3544-45f2-a527-8246a8dece0d - - - - -] CREATE BACKEND sqlite:// TOKEN hmygfntfuv 2019-02-07 04:09:54.145 6477 INFO octavia.common.config [req-7af26a57-988e-4c07-8fc3-a16601d3a87b - - - - -] Logging enabled! 2019-02-07 04:09:54.146 6477 INFO octavia.common.config [req-7af26a57-988e-4c07-8fc3-a16601d3a87b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:54.168 6477 WARNING octavia.api.root_controller [req-7af26a57-988e-4c07-8fc3-a16601d3a87b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:54.179 6477 INFO octavia.api.v2.controllers.load_balancer [req-331ae8be-1ae7-4911-a6f0-399a3df6e27f - - - - -] Sending created Load Balancer 2950fd49-4f14-447b-af9d-2a417f60f003 to the handler 2019-02-07 04:09:54.207 6478 INFO octavia.common.config [req-12c9a968-3544-45f2-a527-8246a8dece0d - - - - -] Logging enabled! 2019-02-07 04:09:54.207 6478 INFO octavia.common.config [req-12c9a968-3544-45f2-a527-8246a8dece0d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:54.229 6478 WARNING octavia.api.root_controller [req-12c9a968-3544-45f2-a527-8246a8dece0d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:54.241 6478 INFO octavia.api.v1.controllers.load_balancer [req-2ac1fef1-328c-49d9-8f59-bda7a1575c62 - - - - -] Sending created Load Balancer 1adcff1f-76f1-4ac1-b882-6ee12c3e9736 to the handler 2019-02-07 04:09:54.298 6477 INFO octavia.api.v2.controllers.listener [req-9b00f048-d850-4c0a-a6ee-96d91fd1d083 - - - - -] Sending Creation of Listener e1100d51-e93c-4a03-9749-b6f1e0ce3e42 to handler 2019-02-07 04:09:54.315 6478 INFO octavia.api.v1.controllers.listener [req-df03f4c8-3c83-4c69-9736-02fa200b4958 - - - - -] Sending Creation of Listener cd4a159a-9d0a-4b05-833b-9061d82b493f to handler 2019-02-07 04:09:54.427 6477 INFO octavia.api.v2.controllers.pool [req-c1f007f6-bd11-423a-a36c-9bab89a62f55 - - - - -] Sending Creation of Pool f9b9008a-5663-4b18-814a-6bbcee4812ae to handler 2019-02-07 04:09:54.432 6478 INFO octavia.api.v1.controllers.pool [req-1a780876-30a8-4aff-8164-b200e36a73e1 - - - - -] Sending Creation of Pool abec1e13-aa69-42d8-af91-0b7a505efe41 to handler 2019-02-07 04:09:54.536 6478 INFO octavia.api.v1.controllers.pool [req-b588c5b4-6edf-4ec2-83ca-7696e22c61e4 - - - - -] Sending Update of Pool abec1e13-aa69-42d8-af91-0b7a505efe41 to handler 2019-02-07 04:09:54.580 6477 INFO octavia.api.v2.controllers.pool [req-b5fc74dc-dc0f-4d7c-8bb5-cb282927e429 - - - - -] Sending Creation of Pool c1bcfcd1-f3f4-4c9c-a89e-83a78f6d29b5 to handler 2019-02-07 04:09:54.594 6478 INFO oslo_db.sqlalchemy.provision [req-56e4db61-f6be-496f-825a-ac5b9e5ef43f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:54.595 6478 INFO oslo_db.sqlalchemy.provision [req-56e4db61-f6be-496f-825a-ac5b9e5ef43f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hmygfntfuv 2019-02-07 04:09:54.595 6478 INFO oslo_db.sqlalchemy.provision [req-56e4db61-f6be-496f-825a-ac5b9e5ef43f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_pool.TestPool.test_update_with_bad_handler [0.466138s] ... ok 2019-02-07 04:09:54.598 6478 INFO oslo_db.sqlalchemy.provision [req-56e4db61-f6be-496f-825a-ac5b9e5ef43f - - - - -] CREATE BACKEND sqlite:// TOKEN eokpbsbxhr 2019-02-07 04:09:54.672 6478 INFO octavia.common.config [req-56e4db61-f6be-496f-825a-ac5b9e5ef43f - - - - -] Logging enabled! 2019-02-07 04:09:54.672 6478 INFO octavia.common.config [req-56e4db61-f6be-496f-825a-ac5b9e5ef43f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:54.694 6478 WARNING octavia.api.root_controller [req-56e4db61-f6be-496f-825a-ac5b9e5ef43f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:54.724 6478 INFO oslo_db.sqlalchemy.provision [req-79b786ef-b1e6-4d32-969e-8f5de2d92970 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:54.725 6478 INFO oslo_db.sqlalchemy.provision [req-79b786ef-b1e6-4d32-969e-8f5de2d92970 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eokpbsbxhr 2019-02-07 04:09:54.726 6478 INFO oslo_db.sqlalchemy.provision [req-79b786ef-b1e6-4d32-969e-8f5de2d92970 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_custom_missing_quotas [0.130054s] ... ok 2019-02-07 04:09:54.728 6478 INFO oslo_db.sqlalchemy.provision [req-79b786ef-b1e6-4d32-969e-8f5de2d92970 - - - - -] CREATE BACKEND sqlite:// TOKEN pqfxdekzfn 2019-02-07 04:09:54.748 6477 INFO octavia.api.v2.controllers.health_monitor [req-d83508e7-95da-426b-b416-a7e5e5658610 - - - - -] Sending Creation of Health Monitor 77bbaed0-3ffd-45ab-a059-7a00f2c3ea09 to handler 2019-02-07 04:09:54.803 6478 INFO octavia.common.config [req-79b786ef-b1e6-4d32-969e-8f5de2d92970 - - - - -] Logging enabled! 2019-02-07 04:09:54.803 6478 INFO octavia.common.config [req-79b786ef-b1e6-4d32-969e-8f5de2d92970 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:54.825 6478 WARNING octavia.api.root_controller [req-79b786ef-b1e6-4d32-969e-8f5de2d92970 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:54.851 6478 INFO oslo_db.sqlalchemy.provision [req-4d12366a-c565-409c-9388-299f45ea592e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:54.853 6478 INFO oslo_db.sqlalchemy.provision [req-4d12366a-c565-409c-9388-299f45ea592e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pqfxdekzfn 2019-02-07 04:09:54.853 6478 INFO oslo_db.sqlalchemy.provision [req-4d12366a-c565-409c-9388-299f45ea592e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_custom_partial_quotas [0.127148s] ... ok 2019-02-07 04:09:54.861 6478 INFO oslo_db.sqlalchemy.provision [req-4d12366a-c565-409c-9388-299f45ea592e - - - - -] CREATE BACKEND sqlite:// TOKEN azuwahlfka 2019-02-07 04:09:54.892 6477 INFO octavia.api.v2.controllers.load_balancer [req-f3248582-3c8c-469a-9ad0-981640ba4e43 - - - - -] Sending updated Load Balancer 2950fd49-4f14-447b-af9d-2a417f60f003 to the handler 2019-02-07 04:09:54.929 6478 INFO octavia.common.config [req-4d12366a-c565-409c-9388-299f45ea592e - - - - -] Logging enabled! 2019-02-07 04:09:54.930 6478 INFO octavia.common.config [req-4d12366a-c565-409c-9388-299f45ea592e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:54.936 6477 INFO octavia.api.v2.controllers.health_monitor [req-1d79d976-d79e-46db-a878-76cb63b58909 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:09:54.947 6477 INFO oslo_db.sqlalchemy.provision [req-1d79d976-d79e-46db-a878-76cb63b58909 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:54.949 6477 INFO oslo_db.sqlalchemy.provision [req-1d79d976-d79e-46db-a878-76cb63b58909 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vgleihrget 2019-02-07 04:09:54.949 6477 INFO oslo_db.sqlalchemy.provision [req-1d79d976-d79e-46db-a878-76cb63b58909 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_when_lb_pending_update [0.881404s] ... ok 2019-02-07 04:09:54.952 6477 INFO oslo_db.sqlalchemy.provision [req-1d79d976-d79e-46db-a878-76cb63b58909 - - - - -] CREATE BACKEND sqlite:// TOKEN jkdqxyzwbq 2019-02-07 04:09:55.027 6477 INFO octavia.common.config [req-1d79d976-d79e-46db-a878-76cb63b58909 - - - - -] Logging enabled! 2019-02-07 04:09:55.027 6477 INFO octavia.common.config [req-1d79d976-d79e-46db-a878-76cb63b58909 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:55.050 6477 WARNING octavia.api.root_controller [req-1d79d976-d79e-46db-a878-76cb63b58909 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:55.064 6477 INFO octavia.api.v2.controllers.load_balancer [req-f60a08f8-4062-4438-bc86-8b0978d08122 - - - - -] Sending created Load Balancer 7d34d5cb-3483-4d33-b699-c08aa85dae8a to the handler 2019-02-07 04:09:55.019 6478 WARNING octavia.api.root_controller [req-4d12366a-c565-409c-9388-299f45ea592e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:55.045 6478 INFO oslo_db.sqlalchemy.provision [req-a51791f7-5d59-43de-890b-50564c372adb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:55.047 6478 INFO oslo_db.sqlalchemy.provision [req-a51791f7-5d59-43de-890b-50564c372adb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN azuwahlfka 2019-02-07 04:09:55.047 6478 INFO oslo_db.sqlalchemy.provision [req-a51791f7-5d59-43de-890b-50564c372adb - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_custom_quotas [0.194003s] ... ok 2019-02-07 04:09:55.050 6478 INFO oslo_db.sqlalchemy.provision [req-a51791f7-5d59-43de-890b-50564c372adb - - - - -] CREATE BACKEND sqlite:// TOKEN zgbowszelc 2019-02-07 04:09:55.139 6478 INFO octavia.common.config [req-a51791f7-5d59-43de-890b-50564c372adb - - - - -] Logging enabled! 2019-02-07 04:09:55.140 6478 INFO octavia.common.config [req-a51791f7-5d59-43de-890b-50564c372adb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:55.174 6478 WARNING octavia.api.root_controller [req-a51791f7-5d59-43de-890b-50564c372adb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:55.199 6478 INFO oslo_db.sqlalchemy.provision [req-23774429-d3e7-48e8-9a6c-0a84bc05556a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:55.201 6478 INFO oslo_db.sqlalchemy.provision [req-23774429-d3e7-48e8-9a6c-0a84bc05556a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zgbowszelc 2019-02-07 04:09:55.201 6478 INFO oslo_db.sqlalchemy.provision [req-23774429-d3e7-48e8-9a6c-0a84bc05556a - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_delete_non_existent_custom_quotas [0.153508s] ... ok 2019-02-07 04:09:55.204 6478 INFO oslo_db.sqlalchemy.provision [req-23774429-d3e7-48e8-9a6c-0a84bc05556a - - - - -] CREATE BACKEND sqlite:// TOKEN edeyqlmugp 2019-02-07 04:09:55.247 6477 INFO octavia.api.v2.controllers.listener [req-682f7680-3281-4b53-a2a6-3d3b000ed1ae - - - - -] Sending Creation of Listener 1e7942b2-ae86-4663-8fba-38ce5f9ce094 to handler 2019-02-07 04:09:55.304 6478 INFO octavia.common.config [req-23774429-d3e7-48e8-9a6c-0a84bc05556a - - - - -] Logging enabled! 2019-02-07 04:09:55.304 6478 INFO octavia.common.config [req-23774429-d3e7-48e8-9a6c-0a84bc05556a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:55.327 6478 WARNING octavia.api.root_controller [req-23774429-d3e7-48e8-9a6c-0a84bc05556a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:55.380 6477 INFO octavia.api.v2.controllers.pool [req-5f3cbe68-d88d-4085-8d5a-d71758a393a8 - - - - -] Sending Creation of Pool 366d48df-dfbe-430b-8910-0567bcfb1ba6 to handler 2019-02-07 04:09:55.374 6478 INFO oslo_db.sqlalchemy.provision [req-5214e582-6761-432c-8dcb-847fd313edb1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:55.378 6478 INFO oslo_db.sqlalchemy.provision [req-5214e582-6761-432c-8dcb-847fd313edb1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN edeyqlmugp 2019-02-07 04:09:55.378 6478 INFO oslo_db.sqlalchemy.provision [req-5214e582-6761-432c-8dcb-847fd313edb1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v1.test_quotas.TestQuotas.test_get_all_quotas_with_quotas [0.177493s] ... ok 2019-02-07 04:09:55.382 6478 INFO oslo_db.sqlalchemy.provision [req-5214e582-6761-432c-8dcb-847fd313edb1 - - - - -] CREATE BACKEND sqlite:// TOKEN aeojonwkdn 2019-02-07 04:09:55.471 6478 INFO octavia.common.config [req-5214e582-6761-432c-8dcb-847fd313edb1 - - - - -] Logging enabled! 2019-02-07 04:09:55.471 6478 INFO octavia.common.config [req-5214e582-6761-432c-8dcb-847fd313edb1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:55.496 6478 WARNING octavia.api.root_controller [req-5214e582-6761-432c-8dcb-847fd313edb1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:55.512 6478 INFO octavia.api.v2.controllers.load_balancer [req-e798fce7-d80f-44fb-9756-8eee6994fc46 - - - - -] Sending created Load Balancer 17e3a05d-af00-46e2-b14a-5224a60d19df to the handler 2019-02-07 04:09:55.533 6477 INFO octavia.api.v2.controllers.pool [req-2c41d8f7-9061-4e4d-a9a5-3d60005944c9 - - - - -] Sending Creation of Pool 9f888933-bab7-4e73-bc62-41852c28aa9c to handler 2019-02-07 04:09:55.627 6478 ERROR octavia.api.v2.controllers.base [req-fdbb7d11-83e4-44db-9e58-9e9c85ecd43c - - - - -] Amphora 87502f37-4e89-4c26-81be-6d2c5ae25c08 not found: None 2019-02-07 04:09:55.627 6478 ERROR octavia.api.v2.controllers.base None 2019-02-07 04:09:55.627 6478 ERROR octavia.api.v2.controllers.base 2019-02-07 04:09:55.641 6478 INFO oslo_db.sqlalchemy.provision [req-fdbb7d11-83e4-44db-9e58-9e9c85ecd43c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:55.643 6478 INFO oslo_db.sqlalchemy.provision [req-fdbb7d11-83e4-44db-9e58-9e9c85ecd43c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aeojonwkdn 2019-02-07 04:09:55.643 6478 INFO oslo_db.sqlalchemy.provision [req-fdbb7d11-83e4-44db-9e58-9e9c85ecd43c - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_bad_get [0.264293s] ... ok 2019-02-07 04:09:55.651 6478 INFO oslo_db.sqlalchemy.provision [req-fdbb7d11-83e4-44db-9e58-9e9c85ecd43c - - - - -] CREATE BACKEND sqlite:// TOKEN xakrebubeb 2019-02-07 04:09:55.699 6477 INFO octavia.api.v2.controllers.pool [req-ca626901-6638-4a27-89c9-62365329cfd9 - - - - -] Sending Creation of Pool f539e729-c11d-4b7b-a59c-840b05c43f05 to handler 2019-02-07 04:09:55.719 6478 INFO octavia.common.config [req-fdbb7d11-83e4-44db-9e58-9e9c85ecd43c - - - - -] Logging enabled! 2019-02-07 04:09:55.720 6478 INFO octavia.common.config [req-fdbb7d11-83e4-44db-9e58-9e9c85ecd43c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:55.742 6478 WARNING octavia.api.root_controller [req-fdbb7d11-83e4-44db-9e58-9e9c85ecd43c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:55.756 6478 INFO octavia.api.v2.controllers.load_balancer [req-b9f03e38-b06a-4a88-a82f-e80489bfac1a - - - - -] Sending created Load Balancer a2fad319-cae3-4dbd-9db7-e3ba032b9ef7 to the handler 2019-02-07 04:09:55.869 6477 INFO octavia.api.v2.controllers.pool [req-e505dff4-f62e-45ab-9045-0464fb620c0f - - - - -] Sending Creation of Pool 36b75a24-34ad-4ddd-abe4-cc62b7064fd7 to handler 2019-02-07 04:09:55.934 6478 INFO oslo_db.sqlalchemy.provision [req-c1f51a13-fe22-4df5-b5f8-981e9e4bbb54 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:55.937 6478 INFO oslo_db.sqlalchemy.provision [req-c1f51a13-fe22-4df5-b5f8-981e9e4bbb54 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xakrebubeb 2019-02-07 04:09:55.937 6478 INFO oslo_db.sqlalchemy.provision [req-c1f51a13-fe22-4df5-b5f8-981e9e4bbb54 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_empty_get_all [0.293809s] ... ok 2019-02-07 04:09:55.940 6478 INFO oslo_db.sqlalchemy.provision [req-c1f51a13-fe22-4df5-b5f8-981e9e4bbb54 - - - - -] CREATE BACKEND sqlite:// TOKEN qkehzljeob 2019-02-07 04:09:56.012 6478 INFO octavia.common.config [req-c1f51a13-fe22-4df5-b5f8-981e9e4bbb54 - - - - -] Logging enabled! 2019-02-07 04:09:56.012 6478 INFO octavia.common.config [req-c1f51a13-fe22-4df5-b5f8-981e9e4bbb54 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:56.034 6478 WARNING octavia.api.root_controller [req-c1f51a13-fe22-4df5-b5f8-981e9e4bbb54 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:56.048 6478 INFO octavia.api.v2.controllers.load_balancer [req-4e9fe595-a236-4832-97e9-ddc676bdd31b - - - - -] Sending created Load Balancer a26343d5-fd03-4c3e-b8b0-d6858df22524 to the handler 2019-02-07 04:09:56.051 6477 INFO octavia.api.v2.controllers.pool [req-0e406e1d-c964-463f-966b-87cd735bd86a - - - - -] Sending Creation of Pool 619c087f-62d6-4a42-b9c0-11ad64621923 to handler 2019-02-07 04:09:56.160 6478 ERROR octavia.api.v2.controllers.base [req-49be043a-9811-4aba-b7ba-c020dfebaafa - - - - -] Amphora asdf not found: None 2019-02-07 04:09:56.160 6478 ERROR octavia.api.v2.controllers.base None 2019-02-07 04:09:56.160 6478 ERROR octavia.api.v2.controllers.base 2019-02-07 04:09:56.174 6478 INFO oslo_db.sqlalchemy.provision [req-49be043a-9811-4aba-b7ba-c020dfebaafa - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:56.175 6478 INFO oslo_db.sqlalchemy.provision [req-49be043a-9811-4aba-b7ba-c020dfebaafa - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qkehzljeob 2019-02-07 04:09:56.175 6478 INFO oslo_db.sqlalchemy.provision [req-49be043a-9811-4aba-b7ba-c020dfebaafa - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_failover_bad_amp_id [0.238451s] ... ok 2019-02-07 04:09:56.178 6478 INFO oslo_db.sqlalchemy.provision [req-49be043a-9811-4aba-b7ba-c020dfebaafa - - - - -] CREATE BACKEND sqlite:// TOKEN jquyucowzi 2019-02-07 04:09:56.253 6478 INFO octavia.common.config [req-49be043a-9811-4aba-b7ba-c020dfebaafa - - - - -] Logging enabled! 2019-02-07 04:09:56.253 6478 INFO octavia.common.config [req-49be043a-9811-4aba-b7ba-c020dfebaafa - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:56.256 6477 INFO octavia.api.v2.controllers.health_monitor [req-dd26d765-52e2-4a65-9860-6cf727c1d63b - - - - -] Sending Creation of Health Monitor ee34e67a-7f5b-4496-9367-82bfa8af14a9 to handler 2019-02-07 04:09:56.275 6478 WARNING octavia.api.root_controller [req-49be043a-9811-4aba-b7ba-c020dfebaafa - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:56.286 6478 INFO octavia.api.v2.controllers.load_balancer [req-3668b98d-53cd-4af8-bc00-6f02de44fe36 - - - - -] Sending created Load Balancer 0e321e62-9b61-4089-8660-d4959b3335c6 to the handler 2019-02-07 04:09:56.522 6477 INFO octavia.api.v2.controllers.health_monitor [req-fa0ff854-1673-4c66-843b-6c79db1aece9 - - - - -] Sending Creation of Health Monitor 25a81c09-2540-482b-a5a7-8a0367f95bfc to handler 2019-02-07 04:09:56.521 6478 INFO oslo_db.sqlalchemy.provision [req-7955b343-980b-45f4-bf6f-abf61e3db96e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:56.543 6478 INFO oslo_db.sqlalchemy.provision [req-7955b343-980b-45f4-bf6f-abf61e3db96e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jquyucowzi 2019-02-07 04:09:56.545 6478 INFO oslo_db.sqlalchemy.provision [req-7955b343-980b-45f4-bf6f-abf61e3db96e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get [0.371063s] ... ok 2019-02-07 04:09:56.550 6478 INFO oslo_db.sqlalchemy.provision [req-7955b343-980b-45f4-bf6f-abf61e3db96e - - - - -] CREATE BACKEND sqlite:// TOKEN dbbsgppoea 2019-02-07 04:09:56.657 6478 INFO octavia.common.config [req-7955b343-980b-45f4-bf6f-abf61e3db96e - - - - -] Logging enabled! 2019-02-07 04:09:56.662 6478 INFO octavia.common.config [req-7955b343-980b-45f4-bf6f-abf61e3db96e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:56.698 6478 WARNING octavia.api.root_controller [req-7955b343-980b-45f4-bf6f-abf61e3db96e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:56.709 6478 INFO octavia.api.v2.controllers.load_balancer [req-c951ffa5-c1ad-42ab-94de-83d9bb548975 - - - - -] Sending created Load Balancer ca1b5d5b-f1f5-439e-9ddd-e7f6eacfe2e7 to the handler 2019-02-07 04:09:56.732 6477 INFO octavia.api.v2.controllers.health_monitor [req-2af676dd-7b8f-464e-875f-521f22934ed3 - - - - -] Sending Creation of Health Monitor a11b5af5-046f-47c1-a66a-95dd26bd6046 to handler 2019-02-07 04:09:56.918 6478 INFO oslo_db.sqlalchemy.provision [req-1c49afef-0483-4c9c-b5b3-31fb56ecc031 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:56.919 6478 INFO oslo_db.sqlalchemy.provision [req-1c49afef-0483-4c9c-b5b3-31fb56ecc031 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dbbsgppoea 2019-02-07 04:09:56.919 6478 INFO oslo_db.sqlalchemy.provision [req-1c49afef-0483-4c9c-b5b3-31fb56ecc031 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_fields_filter [0.372133s] ... ok 2019-02-07 04:09:56.922 6478 INFO oslo_db.sqlalchemy.provision [req-1c49afef-0483-4c9c-b5b3-31fb56ecc031 - - - - -] CREATE BACKEND sqlite:// TOKEN jrrtbaxtqm 2019-02-07 04:09:56.977 6477 INFO oslo_db.sqlalchemy.provision [req-9c72a1ed-0d7f-4c15-a99f-38d33812761a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:56.979 6477 INFO oslo_db.sqlalchemy.provision [req-9c72a1ed-0d7f-4c15-a99f-38d33812761a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jkdqxyzwbq 2019-02-07 04:09:56.979 6477 INFO oslo_db.sqlalchemy.provision [req-9c72a1ed-0d7f-4c15-a99f-38d33812761a - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_fields_filter [2.029486s] ... ok 2019-02-07 04:09:56.990 6478 INFO octavia.common.config [req-1c49afef-0483-4c9c-b5b3-31fb56ecc031 - - - - -] Logging enabled! 2019-02-07 04:09:56.991 6478 INFO octavia.common.config [req-1c49afef-0483-4c9c-b5b3-31fb56ecc031 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:56.982 6477 INFO oslo_db.sqlalchemy.provision [req-9c72a1ed-0d7f-4c15-a99f-38d33812761a - - - - -] CREATE BACKEND sqlite:// TOKEN puowvsrpgp 2019-02-07 04:09:57.015 6478 WARNING octavia.api.root_controller [req-1c49afef-0483-4c9c-b5b3-31fb56ecc031 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:57.028 6478 INFO octavia.api.v2.controllers.load_balancer [req-1cd07f0a-8ad7-4d2d-8f8f-8396a7cf25b9 - - - - -] Sending created Load Balancer 47e4648f-4ac3-449a-982f-b697085aadfc to the handler 2019-02-07 04:09:57.055 6477 INFO octavia.common.config [req-9c72a1ed-0d7f-4c15-a99f-38d33812761a - - - - -] Logging enabled! 2019-02-07 04:09:57.055 6477 INFO octavia.common.config [req-9c72a1ed-0d7f-4c15-a99f-38d33812761a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:57.077 6477 WARNING octavia.api.root_controller [req-9c72a1ed-0d7f-4c15-a99f-38d33812761a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:57.089 6477 INFO octavia.api.v2.controllers.load_balancer [req-70d50d85-61ad-4832-9fd4-e6faaf3b6126 - - - - -] Sending created Load Balancer 2f757f7f-87c0-4304-b3c0-8da1defa6e8e to the handler 2019-02-07 04:09:57.154 6478 INFO oslo_db.sqlalchemy.provision [req-acd79d2a-e3b9-4691-8592-e9fd02e53c3b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:57.157 6478 INFO oslo_db.sqlalchemy.provision [req-acd79d2a-e3b9-4691-8592-e9fd02e53c3b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jrrtbaxtqm 2019-02-07 04:09:57.157 6478 INFO oslo_db.sqlalchemy.provision [req-acd79d2a-e3b9-4691-8592-e9fd02e53c3b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_all_not_authorized [0.237300s] ... ok 2019-02-07 04:09:57.160 6478 INFO oslo_db.sqlalchemy.provision [req-acd79d2a-e3b9-4691-8592-e9fd02e53c3b - - - - -] CREATE BACKEND sqlite:// TOKEN qiaoeqrbhc 2019-02-07 04:09:57.207 6477 INFO octavia.api.v2.controllers.listener [req-837dbe2d-328e-4a2c-b6fc-bf37d7511c63 - - - - -] Sending Creation of Listener aab4958d-693e-49d8-9110-3b7c595dd88d to handler 2019-02-07 04:09:57.232 6478 INFO octavia.common.config [req-acd79d2a-e3b9-4691-8592-e9fd02e53c3b - - - - -] Logging enabled! 2019-02-07 04:09:57.232 6478 INFO octavia.common.config [req-acd79d2a-e3b9-4691-8592-e9fd02e53c3b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:57.252 6478 WARNING octavia.api.root_controller [req-acd79d2a-e3b9-4691-8592-e9fd02e53c3b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:57.263 6478 INFO octavia.api.v2.controllers.load_balancer [req-1155d148-f580-4b06-b66d-833ce4d870b4 - - - - -] Sending created Load Balancer 4e29d298-c7e6-4c77-a398-cfd39436fb6b to the handler 2019-02-07 04:09:57.350 6477 INFO octavia.api.v2.controllers.pool [req-9af4e316-9b3e-4577-94ff-c6f83d5dbb53 - - - - -] Sending Creation of Pool c5510c0a-8218-47d1-b4c8-67cf8c9d1ad7 to handler 2019-02-07 04:09:57.388 6478 INFO oslo_db.sqlalchemy.provision [req-110f0f41-fba9-43a9-97b3-799472a2e689 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:57.390 6478 INFO oslo_db.sqlalchemy.provision [req-110f0f41-fba9-43a9-97b3-799472a2e689 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qiaoeqrbhc 2019-02-07 04:09:57.390 6478 INFO oslo_db.sqlalchemy.provision [req-110f0f41-fba9-43a9-97b3-799472a2e689 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_authorized [0.232795s] ... ok 2019-02-07 04:09:57.393 6478 INFO oslo_db.sqlalchemy.provision [req-110f0f41-fba9-43a9-97b3-799472a2e689 - - - - -] CREATE BACKEND sqlite:// TOKEN khrypbmyef 2019-02-07 04:09:57.460 6478 INFO octavia.common.config [req-110f0f41-fba9-43a9-97b3-799472a2e689 - - - - -] Logging enabled! 2019-02-07 04:09:57.460 6478 INFO octavia.common.config [req-110f0f41-fba9-43a9-97b3-799472a2e689 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:57.484 6478 WARNING octavia.api.root_controller [req-110f0f41-fba9-43a9-97b3-799472a2e689 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:57.498 6478 INFO octavia.api.v2.controllers.load_balancer [req-eb6509ad-fae8-4c91-a227-5a13c2e431eb - - - - -] Sending created Load Balancer 7d26d4f6-e27d-4c06-863b-900bfd0c7db6 to the handler 2019-02-07 04:09:57.589 6477 INFO octavia.api.v2.controllers.pool [req-da0e2e16-dce5-46bc-999f-0c30bbccd3e7 - - - - -] Sending Creation of Pool 4126e89d-1b61-4fd3-8780-6b91cf201e6b to handler 2019-02-07 04:09:57.750 6478 INFO oslo_db.sqlalchemy.provision [req-e4881255-52f4-4491-9c0e-1a5c852095dc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:57.752 6478 INFO oslo_db.sqlalchemy.provision [req-e4881255-52f4-4491-9c0e-1a5c852095dc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN khrypbmyef 2019-02-07 04:09:57.752 6478 INFO oslo_db.sqlalchemy.provision [req-e4881255-52f4-4491-9c0e-1a5c852095dc - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_hides_deleted [0.362206s] ... ok 2019-02-07 04:09:57.755 6478 INFO oslo_db.sqlalchemy.provision [req-e4881255-52f4-4491-9c0e-1a5c852095dc - - - - -] CREATE BACKEND sqlite:// TOKEN vporwnmusp 2019-02-07 04:09:57.762 6477 INFO octavia.api.v2.controllers.pool [req-7f45f83e-9e18-4c2f-9c61-0fc4f8d5ddbb - - - - -] Sending Creation of Pool d7286755-c496-4ac8-87b4-6933102a40db to handler 2019-02-07 04:09:57.890 6478 INFO octavia.common.config [req-e4881255-52f4-4491-9c0e-1a5c852095dc - - - - -] Logging enabled! 2019-02-07 04:09:57.891 6478 INFO octavia.common.config [req-e4881255-52f4-4491-9c0e-1a5c852095dc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:57.912 6478 WARNING octavia.api.root_controller [req-e4881255-52f4-4491-9c0e-1a5c852095dc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:57.926 6478 INFO octavia.api.v2.controllers.load_balancer [req-8494e7c1-9008-4aff-b4d3-00e97e9f1fdc - - - - -] Sending created Load Balancer 6d89a445-be49-4ff7-a21f-6460f251b899 to the handler 2019-02-07 04:09:57.932 6477 INFO octavia.api.v2.controllers.pool [req-f63f3171-ec8c-41c8-a3e5-efd244cb5d73 - - - - -] Sending Creation of Pool 8867ecae-46be-4a11-884c-714e748530f8 to handler 2019-02-07 04:09:58.053 6478 INFO oslo_db.sqlalchemy.provision [req-8c6b2b94-3358-4895-9581-342bfab8cc76 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:58.056 6478 INFO oslo_db.sqlalchemy.provision [req-8c6b2b94-3358-4895-9581-342bfab8cc76 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vporwnmusp 2019-02-07 04:09:58.056 6478 INFO oslo_db.sqlalchemy.provision [req-8c6b2b94-3358-4895-9581-342bfab8cc76 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_amphora.TestAmphora.test_get_one_fields_filter [0.303697s] ... ok 2019-02-07 04:09:58.059 6478 INFO oslo_db.sqlalchemy.provision [req-8c6b2b94-3358-4895-9581-342bfab8cc76 - - - - -] CREATE BACKEND sqlite:// TOKEN hqxudyigic 2019-02-07 04:09:58.115 6477 INFO octavia.api.v2.controllers.pool [req-c844ef55-feab-4c3a-819a-edc3a9029719 - - - - -] Sending Creation of Pool 252f6e7d-ec6f-4a2f-b6cc-1f97de23033b to handler 2019-02-07 04:09:58.131 6478 INFO octavia.common.config [req-8c6b2b94-3358-4895-9581-342bfab8cc76 - - - - -] Logging enabled! 2019-02-07 04:09:58.132 6478 INFO octavia.common.config [req-8c6b2b94-3358-4895-9581-342bfab8cc76 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:58.154 6478 WARNING octavia.api.root_controller [req-8c6b2b94-3358-4895-9581-342bfab8cc76 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:58.165 6478 INFO octavia.api.v2.controllers.load_balancer [req-b1038b1a-bc83-4eab-8604-63469c897e68 - - - - -] Sending created Load Balancer 7a36ff00-dc34-4d8d-831a-006e881ebfd9 to the handler 2019-02-07 04:09:58.283 6478 INFO octavia.api.v2.controllers.listener [req-1ccb7bdf-6759-4564-8d8f-26de512cd92e - - - - -] Sending Creation of Listener 3f9e5ec3-c751-4c2f-9e3e-ae11eb4cfcd5 to handler 2019-02-07 04:09:58.317 6477 INFO octavia.api.v2.controllers.health_monitor [req-6e4bd255-2b46-4ce4-b900-dfa02a4e7099 - - - - -] Sending Creation of Health Monitor 29797913-bd6f-463d-a595-b47eb5ade788 to handler 2019-02-07 04:09:58.416 6478 INFO octavia.api.v2.controllers.pool [req-fbe773d3-2be7-441f-9e76-56cb824fc1cf - - - - -] Sending Creation of Pool 1f8c76ce-269b-4950-91e5-1a203dae845e to handler 2019-02-07 04:09:58.520 6477 INFO octavia.api.v2.controllers.health_monitor [req-8f5284e9-4fa0-4467-9ce9-ed614973e503 - - - - -] Sending Creation of Health Monitor 704866ac-84be-4e66-8864-86ce9498bdd8 to handler 2019-02-07 04:09:58.572 6478 INFO octavia.api.v2.controllers.pool [req-3f1f494b-443f-40d3-88a9-18c011559628 - - - - -] Sending Creation of Pool e0dfae52-354c-4bc9-8a74-1c040f8f51aa to handler 2019-02-07 04:09:58.792 6477 INFO octavia.api.v2.controllers.health_monitor [req-e626bb81-28dd-42f2-9cf4-3266feae6af7 - - - - -] Sending Creation of Health Monitor a13cf035-5308-4892-8984-30e4a67afdaf to handler 2019-02-07 04:09:58.787 6478 INFO oslo_db.sqlalchemy.provision [req-5402cd34-75a9-4f1f-b072-74af94c8b780 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:58.789 6478 INFO oslo_db.sqlalchemy.provision [req-5402cd34-75a9-4f1f-b072-74af94c8b780 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hqxudyigic 2019-02-07 04:09:58.789 6478 INFO oslo_db.sqlalchemy.provision [req-5402cd34-75a9-4f1f-b072-74af94c8b780 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_bad_create_with_invalid_url_path [0.732877s] ... ok 2019-02-07 04:09:58.792 6478 INFO oslo_db.sqlalchemy.provision [req-5402cd34-75a9-4f1f-b072-74af94c8b780 - - - - -] CREATE BACKEND sqlite:// TOKEN sxhqihiwau 2019-02-07 04:09:58.882 6478 INFO octavia.common.config [req-5402cd34-75a9-4f1f-b072-74af94c8b780 - - - - -] Logging enabled! 2019-02-07 04:09:58.882 6478 INFO octavia.common.config [req-5402cd34-75a9-4f1f-b072-74af94c8b780 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:58.904 6478 WARNING octavia.api.root_controller [req-5402cd34-75a9-4f1f-b072-74af94c8b780 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:58.921 6478 INFO octavia.api.v2.controllers.load_balancer [req-584b5c2b-1853-40ca-b896-6f3b971cc2dc - - - - -] Sending created Load Balancer b7e3947c-463c-40f0-a47b-bad1b1ff37ab to the handler 2019-02-07 04:09:59.131 6478 INFO octavia.api.v2.controllers.listener [req-2bb09bfd-bd04-4261-b40f-440a533dfd06 - - - - -] Sending Creation of Listener a92f1e73-27f1-4206-8b54-9063a930759e to handler 2019-02-07 04:09:59.175 6477 INFO oslo_db.sqlalchemy.provision [req-39bc59b5-1270-431e-ba03-e17512c7505b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:59.177 6477 INFO oslo_db.sqlalchemy.provision [req-39bc59b5-1270-431e-ba03-e17512c7505b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN puowvsrpgp 2019-02-07 04:09:59.177 6477 INFO oslo_db.sqlalchemy.provision [req-39bc59b5-1270-431e-ba03-e17512c7505b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_limited [2.198017s] ... ok 2019-02-07 04:09:59.180 6477 INFO oslo_db.sqlalchemy.provision [req-39bc59b5-1270-431e-ba03-e17512c7505b - - - - -] CREATE BACKEND sqlite:// TOKEN dfixgzohtu 2019-02-07 04:09:59.253 6477 INFO octavia.common.config [req-39bc59b5-1270-431e-ba03-e17512c7505b - - - - -] Logging enabled! 2019-02-07 04:09:59.253 6477 INFO octavia.common.config [req-39bc59b5-1270-431e-ba03-e17512c7505b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:59.261 6478 INFO octavia.api.v2.controllers.pool [req-a562db79-21c9-4710-9a19-a8fd4c51ceda - - - - -] Sending Creation of Pool 9e9632d3-7bea-4dc2-b9a6-dab2b8f7b175 to handler 2019-02-07 04:09:59.276 6477 WARNING octavia.api.root_controller [req-39bc59b5-1270-431e-ba03-e17512c7505b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:59.287 6477 INFO octavia.api.v2.controllers.load_balancer [req-a079bdd6-07d2-4a8c-bb48-1e9699b31931 - - - - -] Sending created Load Balancer f84f8686-3d5d-4afb-b20a-ce4e621a4f82 to the handler 2019-02-07 04:09:59.405 6477 INFO octavia.api.v2.controllers.listener [req-6fd318e4-4e5a-4f8a-926b-64e938df0e2b - - - - -] Sending Creation of Listener 0f8b9559-74be-4783-bd6b-c76bda314917 to handler 2019-02-07 04:09:59.414 6478 INFO octavia.api.v2.controllers.pool [req-43f4a9c3-7f16-4abb-a43b-751da16cd867 - - - - -] Sending Creation of Pool e3acdd48-189a-4010-8382-5c59e405603f to handler 2019-02-07 04:09:59.535 6477 INFO octavia.api.v2.controllers.pool [req-71705e60-961a-4931-869e-9b89570f31d4 - - - - -] Sending Creation of Pool 9a9abf87-4e50-4634-858c-9595fb122e1f to handler 2019-02-07 04:09:59.549 6478 INFO octavia.api.v2.controllers.health_monitor [req-a15e9ccf-7bd5-4585-9ce2-c7829538861f - - - - -] Health Monitor a39e3c69-eb51-48ad-bbe0-7307ae5abeab was not found 2019-02-07 04:09:59.560 6478 INFO oslo_db.sqlalchemy.provision [req-a15e9ccf-7bd5-4585-9ce2-c7829538861f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:59.561 6478 INFO oslo_db.sqlalchemy.provision [req-a15e9ccf-7bd5-4585-9ce2-c7829538861f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sxhqihiwau 2019-02-07 04:09:59.562 6478 INFO oslo_db.sqlalchemy.provision [req-a15e9ccf-7bd5-4585-9ce2-c7829538861f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_bad_delete [0.772328s] ... ok 2019-02-07 04:09:59.564 6478 INFO oslo_db.sqlalchemy.provision [req-a15e9ccf-7bd5-4585-9ce2-c7829538861f - - - - -] CREATE BACKEND sqlite:// TOKEN porsnhzrlb 2019-02-07 04:09:59.640 6478 INFO octavia.common.config [req-a15e9ccf-7bd5-4585-9ce2-c7829538861f - - - - -] Logging enabled! 2019-02-07 04:09:59.640 6478 INFO octavia.common.config [req-a15e9ccf-7bd5-4585-9ce2-c7829538861f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:09:59.664 6478 WARNING octavia.api.root_controller [req-a15e9ccf-7bd5-4585-9ce2-c7829538861f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:09:59.678 6478 INFO octavia.api.v2.controllers.load_balancer [req-36e6f627-5287-4c99-93c9-b60822d6c6a4 - - - - -] Sending created Load Balancer c57f9c6a-03cc-4850-a0b0-ef28a2e44644 to the handler 2019-02-07 04:09:59.686 6477 INFO octavia.api.v2.controllers.pool [req-fae30343-3d13-4be9-8994-b43cbf0763f9 - - - - -] Sending Creation of Pool d7f253e1-cc9b-46e2-b395-3c06a3da7488 to handler 2019-02-07 04:09:59.793 6478 INFO octavia.api.v2.controllers.listener [req-56759d4c-215e-4fb1-a654-c81bacf02612 - - - - -] Sending Creation of Listener 39aa366d-2781-4585-8711-6a14b8128b3f to handler 2019-02-07 04:09:59.862 6477 INFO octavia.api.v2.controllers.health_monitor [req-14805856-f803-4c1f-872e-a09a7158ea0d - - - - -] Sending Creation of Health Monitor 887dab37-5edb-4fbe-ba64-600d0e89bb06 to handler 2019-02-07 04:09:59.923 6478 INFO octavia.api.v2.controllers.pool [req-ddacfb78-74ca-4095-99ab-11132d94df13 - - - - -] Sending Creation of Pool a29b2f34-8244-4425-bbc4-d9f7b17057de to handler 2019-02-07 04:09:59.997 6477 INFO oslo_db.sqlalchemy.provision [req-990fbda2-79d8-48c8-82bb-e65ed7bec6c6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:09:59.999 6477 INFO oslo_db.sqlalchemy.provision [req-990fbda2-79d8-48c8-82bb-e65ed7bec6c6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dfixgzohtu 2019-02-07 04:09:59.999 6477 INFO oslo_db.sqlalchemy.provision [req-990fbda2-79d8-48c8-82bb-e65ed7bec6c6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_not_authorized [0.821948s] ... ok 2019-02-07 04:10:00.002 6477 INFO oslo_db.sqlalchemy.provision [req-990fbda2-79d8-48c8-82bb-e65ed7bec6c6 - - - - -] CREATE BACKEND sqlite:// TOKEN vrcdozprhu 2019-02-07 04:10:00.093 6478 INFO octavia.api.v2.controllers.pool [req-4156c7e7-3591-43e6-8685-bbe04b062875 - - - - -] Sending Creation of Pool dd428162-7b7b-40d1-b550-873b0589c8e5 to handler 2019-02-07 04:10:00.075 6477 INFO octavia.common.config [req-990fbda2-79d8-48c8-82bb-e65ed7bec6c6 - - - - -] Logging enabled! 2019-02-07 04:10:00.075 6477 INFO octavia.common.config [req-990fbda2-79d8-48c8-82bb-e65ed7bec6c6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:00.098 6477 WARNING octavia.api.root_controller [req-990fbda2-79d8-48c8-82bb-e65ed7bec6c6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:00.112 6477 INFO octavia.api.v2.controllers.load_balancer [req-a43fc09c-84e5-48c6-b14b-64f340a2d13d - - - - -] Sending created Load Balancer d873dfea-c34e-4dbc-adac-095ae68cbb2d to the handler 2019-02-07 04:10:00.299 6478 INFO octavia.api.v2.controllers.health_monitor [req-05c6f007-6d1f-4cf6-bbba-f15b72bdb823 - - - - -] Sending Creation of Health Monitor 4acc68ee-e1de-4d35-947a-781926f4eeb2 to handler 2019-02-07 04:10:00.296 6477 INFO octavia.api.v2.controllers.listener [req-5f4a47ca-e808-49d6-85f6-b2a619e38f5a - - - - -] Sending Creation of Listener bba60ecf-e102-44fc-b875-1e8303b35273 to handler 2019-02-07 04:10:00.426 6477 INFO octavia.api.v2.controllers.pool [req-79f0b634-a364-4fab-9d23-888fc5463517 - - - - -] Sending Creation of Pool a2dcca38-4335-42fa-b20d-64174ef51077 to handler 2019-02-07 04:10:00.435 6478 INFO oslo_db.sqlalchemy.provision [req-22cd80b4-9aaf-4a17-a964-90b04ba6975e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:00.436 6478 INFO oslo_db.sqlalchemy.provision [req-22cd80b4-9aaf-4a17-a964-90b04ba6975e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN porsnhzrlb 2019-02-07 04:10:00.436 6478 INFO oslo_db.sqlalchemy.provision [req-22cd80b4-9aaf-4a17-a964-90b04ba6975e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_bad_update [0.874625s] ... ok 2019-02-07 04:10:00.439 6478 INFO oslo_db.sqlalchemy.provision [req-22cd80b4-9aaf-4a17-a964-90b04ba6975e - - - - -] CREATE BACKEND sqlite:// TOKEN tufoafmqxi 2019-02-07 04:10:00.513 6478 INFO octavia.common.config [req-22cd80b4-9aaf-4a17-a964-90b04ba6975e - - - - -] Logging enabled! 2019-02-07 04:10:00.513 6478 INFO octavia.common.config [req-22cd80b4-9aaf-4a17-a964-90b04ba6975e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:00.537 6478 WARNING octavia.api.root_controller [req-22cd80b4-9aaf-4a17-a964-90b04ba6975e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:00.550 6478 INFO octavia.api.v2.controllers.load_balancer [req-b843d6c0-cc7c-4dcb-ae24-9e82dd62c678 - - - - -] Sending created Load Balancer 2706a62c-9d68-422f-a0c9-2ae8221e7d08 to the handler 2019-02-07 04:10:00.579 6477 INFO octavia.api.v2.controllers.pool [req-b33e1794-866b-4b79-bb2a-6762e7496d7d - - - - -] Sending Creation of Pool d17d2df5-3217-4a2a-8348-68927ebf448c to handler 2019-02-07 04:10:00.665 6478 INFO octavia.api.v2.controllers.listener [req-84e6cd35-ae2d-4f1a-8605-cec4e0924bf2 - - - - -] Sending Creation of Listener 1742d753-e0c2-4393-a0e5-b0e896b16aa0 to handler 2019-02-07 04:10:00.745 6477 INFO octavia.api.v2.controllers.pool [req-83b71330-f7c8-4658-b305-afe3542c8615 - - - - -] Sending Creation of Pool 9695770b-4823-4d72-a91f-ef2178a07275 to handler 2019-02-07 04:10:00.793 6478 INFO octavia.api.v2.controllers.pool [req-4c815b37-7258-483e-b289-f91a448d6cf7 - - - - -] Sending Creation of Pool 0f680cdb-80d0-4c0d-a11e-0533cad1237e to handler 2019-02-07 04:10:00.916 6477 INFO octavia.api.v2.controllers.pool [req-20fe46a9-5262-4d77-8a5c-515d6fb8a6d6 - - - - -] Sending Creation of Pool c4205b24-184e-470d-9f77-50797d6664d4 to handler 2019-02-07 04:10:00.950 6478 INFO octavia.api.v2.controllers.pool [req-800f9f69-2b0e-4cc2-988c-7fedff566d2d - - - - -] Sending Creation of Pool a9d0c2de-474e-4269-845c-b1e0e38b590d to handler 2019-02-07 04:10:01.099 6477 INFO octavia.api.v2.controllers.pool [req-9b2f4772-df2d-4645-adf3-10de43c9c8a1 - - - - -] Sending Creation of Pool 81e1e9b3-6fde-4b11-bf67-ce4d1d820c4f to handler 2019-02-07 04:10:01.201 6478 INFO octavia.api.v2.controllers.health_monitor [req-485b19a8-e9e1-49b0-a92d-30ac39c11b93 - a167b82b-ad18-4d18-9b70-1d306320cef3 - - -] Sending Creation of Health Monitor 1d208d89-bc49-46b3-adaf-d78579ed7370 to handler 2019-02-07 04:10:01.331 6477 INFO octavia.api.v2.controllers.health_monitor [req-423d6803-87ac-4603-bb70-a855897e0684 - - - - -] Sending Creation of Health Monitor c0ddfb9b-f022-4395-9027-97e32c9eeb99 to handler 2019-02-07 04:10:01.515 6478 INFO oslo_db.sqlalchemy.provision [req-f03812a2-fcb9-4835-8bcf-527329b6f1f0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:01.517 6478 INFO oslo_db.sqlalchemy.provision [req-f03812a2-fcb9-4835-8bcf-527329b6f1f0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tufoafmqxi 2019-02-07 04:10:01.517 6478 INFO oslo_db.sqlalchemy.provision [req-f03812a2-fcb9-4835-8bcf-527329b6f1f0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_authorized [1.080524s] ... ok 2019-02-07 04:10:01.520 6478 INFO oslo_db.sqlalchemy.provision [req-f03812a2-fcb9-4835-8bcf-527329b6f1f0 - - - - -] CREATE BACKEND sqlite:// TOKEN dehdzhefng 2019-02-07 04:10:01.548 6477 INFO octavia.api.v2.controllers.health_monitor [req-758a87ac-cc49-45cb-91ca-a7f06556afa6 - - - - -] Sending Creation of Health Monitor fd635048-77fe-4cc1-8c1f-a732c4182236 to handler 2019-02-07 04:10:01.593 6478 INFO octavia.common.config [req-f03812a2-fcb9-4835-8bcf-527329b6f1f0 - - - - -] Logging enabled! 2019-02-07 04:10:01.593 6478 INFO octavia.common.config [req-f03812a2-fcb9-4835-8bcf-527329b6f1f0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:01.615 6478 WARNING octavia.api.root_controller [req-f03812a2-fcb9-4835-8bcf-527329b6f1f0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:01.630 6478 INFO octavia.api.v2.controllers.load_balancer [req-5c272d6f-2182-4502-9130-cce96da8bf73 - - - - -] Sending created Load Balancer 70cfcf7c-dd3d-4227-ade3-ed4d7c067918 to the handler 2019-02-07 04:10:01.745 6478 INFO octavia.api.v2.controllers.listener [req-33f01830-3eed-4d6f-8140-59e31a65664d - - - - -] Sending Creation of Listener 28e34c43-30e9-4b3a-abcb-9b7992dd1961 to handler 2019-02-07 04:10:01.825 6477 INFO octavia.api.v2.controllers.health_monitor [req-8aa8e9bc-e425-4ae1-9fa8-f06f0664b2fe - - - - -] Sending Creation of Health Monitor 64da3c80-22fc-4ab2-81d7-6db3158e97db to handler 2019-02-07 04:10:01.874 6478 INFO octavia.api.v2.controllers.pool [req-464d41b0-c9ce-44de-b752-43286130530b - - - - -] Sending Creation of Pool b369c6c4-cb6c-40bf-b08f-0d98cd583b85 to handler 2019-02-07 04:10:02.025 6478 INFO octavia.api.v2.controllers.pool [req-2ca4b550-8788-4ef8-817f-b7f46103d5e8 - - - - -] Sending Creation of Pool 82248268-53de-4004-a5d7-225c74dfaad1 to handler 2019-02-07 04:10:02.131 6477 INFO oslo_db.sqlalchemy.provision [req-5ea07db1-f69a-4f5b-a523-8d054a7bab96 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:02.132 6477 INFO oslo_db.sqlalchemy.provision [req-5ea07db1-f69a-4f5b-a523-8d054a7bab96 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vrcdozprhu 2019-02-07 04:10:02.133 6477 INFO oslo_db.sqlalchemy.provision [req-5ea07db1-f69a-4f5b-a523-8d054a7bab96 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_sorted [2.133109s] ... ok 2019-02-07 04:10:02.141 6477 INFO oslo_db.sqlalchemy.provision [req-5ea07db1-f69a-4f5b-a523-8d054a7bab96 - - - - -] CREATE BACKEND sqlite:// TOKEN nzycxfruxw 2019-02-07 04:10:02.192 6478 INFO octavia.api.v2.controllers.health_monitor [req-5fd203b4-0c39-4d10-a44b-83b48c027beb - - - - -] Sending Creation of Health Monitor 08acf376-baa1-4b6b-b3ad-d7ac8ec48345 to handler 2019-02-07 04:10:02.210 6477 INFO octavia.common.config [req-5ea07db1-f69a-4f5b-a523-8d054a7bab96 - - - - -] Logging enabled! 2019-02-07 04:10:02.210 6477 INFO octavia.common.config [req-5ea07db1-f69a-4f5b-a523-8d054a7bab96 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:02.233 6477 WARNING octavia.api.root_controller [req-5ea07db1-f69a-4f5b-a523-8d054a7bab96 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:02.247 6477 INFO octavia.api.v2.controllers.load_balancer [req-369440d9-1472-48c6-be42-0c566df70852 - - - - -] Sending created Load Balancer bac061f2-fdc2-4738-ae7c-1ee72284ca2e to the handler 2019-02-07 04:10:02.364 6477 INFO octavia.api.v2.controllers.listener [req-c895488c-b6ca-48de-a9a3-2f2d72bb4fb6 - - - - -] Sending Creation of Listener f43c12ed-1ac2-437b-a402-b95d27ee9ce5 to handler 2019-02-07 04:10:02.505 6478 INFO oslo_db.sqlalchemy.provision [req-fb8336a1-0011-4f06-a5f0-a6ce39f73b28 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:02.506 6478 INFO oslo_db.sqlalchemy.provision [req-fb8336a1-0011-4f06-a5f0-a6ce39f73b28 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dehdzhefng 2019-02-07 04:10:02.507 6478 INFO oslo_db.sqlalchemy.provision [req-fb8336a1-0011-4f06-a5f0-a6ce39f73b28 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_sans_listener [0.989482s] ... ok 2019-02-07 04:10:02.493 6477 INFO octavia.api.v2.controllers.pool [req-86e466ea-1d2d-4c18-be02-3e78a5918a77 - - - - -] Sending Creation of Pool edc00d4a-6bb9-4549-af6e-c8cf4d83b2b4 to handler 2019-02-07 04:10:02.510 6478 INFO oslo_db.sqlalchemy.provision [req-fb8336a1-0011-4f06-a5f0-a6ce39f73b28 - - - - -] CREATE BACKEND sqlite:// TOKEN kmwevaztpd 2019-02-07 04:10:02.583 6478 INFO octavia.common.config [req-fb8336a1-0011-4f06-a5f0-a6ce39f73b28 - - - - -] Logging enabled! 2019-02-07 04:10:02.585 6478 INFO octavia.common.config [req-fb8336a1-0011-4f06-a5f0-a6ce39f73b28 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:02.605 6478 WARNING octavia.api.root_controller [req-fb8336a1-0011-4f06-a5f0-a6ce39f73b28 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:02.616 6478 INFO octavia.api.v2.controllers.load_balancer [req-0eafd218-1961-4631-8d33-3761db505ae7 - - - - -] Sending created Load Balancer 0dadd4ad-f4b5-4196-b8ec-53cce40a9f32 to the handler 2019-02-07 04:10:02.651 6477 INFO octavia.api.v2.controllers.pool [req-f1616e17-e1cb-4f12-ad56-3ca7a88c95b4 - - - - -] Sending Creation of Pool 23e82b0d-6d59-4aba-a612-310da1d718f3 to handler 2019-02-07 04:10:02.734 6478 INFO octavia.api.v2.controllers.listener [req-43d9209b-65b4-4cfb-8d9c-48307e16de8e - - - - -] Sending Creation of Listener c72629cc-d9f6-4a39-927a-0d01d98c3d78 to handler 2019-02-07 04:10:02.812 6477 INFO octavia.api.v2.controllers.health_monitor [req-c3acd882-a3fe-47cf-a65b-26478e1407b9 - - - - -] Sending Creation of Health Monitor 4bd7e64f-1aa6-410a-b1ce-8b8ecbcec1ef to handler 2019-02-07 04:10:02.870 6478 INFO octavia.api.v2.controllers.pool [req-0de311d7-acb7-4988-9064-2d3a984142ce - - - - -] Sending Creation of Pool 5ea95cd8-1ac5-407d-9b90-23955a920156 to handler 2019-02-07 04:10:03.022 6478 INFO octavia.api.v2.controllers.pool [req-8a0d0fb6-adde-4826-aae4-f56118484ae1 - - - - -] Sending Creation of Pool c1e88624-5c8a-4e00-b58c-a96f8967bd43 to handler 2019-02-07 04:10:03.049 6477 INFO octavia.api.v2.controllers.health_monitor [req-2a62f177-1435-4e44-acde-1c064f832130 - d1f300d5-8028-4d90-8f49-1db2501a019f - - -] Sending Update of Health Monitor for Pool 4bd7e64f-1aa6-410a-b1ce-8b8ecbcec1ef to handler 2019-02-07 04:10:03.159 6477 INFO oslo_db.sqlalchemy.provision [req-2560fd9f-7caf-419c-a1e7-eef748faa0a4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:03.160 6477 INFO oslo_db.sqlalchemy.provision [req-2560fd9f-7caf-419c-a1e7-eef748faa0a4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nzycxfruxw 2019-02-07 04:10:03.160 6477 INFO oslo_db.sqlalchemy.provision [req-2560fd9f-7caf-419c-a1e7-eef748faa0a4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update_authorized [1.027664s] ... ok 2019-02-07 04:10:03.163 6477 INFO oslo_db.sqlalchemy.provision [req-2560fd9f-7caf-419c-a1e7-eef748faa0a4 - - - - -] CREATE BACKEND sqlite:// TOKEN uxbahbdfuc 2019-02-07 04:10:03.173 6478 INFO octavia.api.v2.controllers.load_balancer [req-b0398fdd-4a76-40c2-8c36-dd608d698edc - - - - -] Sending updated Load Balancer 0dadd4ad-f4b5-4196-b8ec-53cce40a9f32 to the handler 2019-02-07 04:10:03.222 6478 INFO octavia.api.v2.controllers.health_monitor [req-b05c3a7d-ca5f-42ee-9e8f-2db396c28b02 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:10:03.239 6477 INFO octavia.common.config [req-2560fd9f-7caf-419c-a1e7-eef748faa0a4 - - - - -] Logging enabled! 2019-02-07 04:10:03.239 6477 INFO octavia.common.config [req-2560fd9f-7caf-419c-a1e7-eef748faa0a4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:03.235 6478 INFO oslo_db.sqlalchemy.provision [req-b05c3a7d-ca5f-42ee-9e8f-2db396c28b02 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:03.236 6478 INFO oslo_db.sqlalchemy.provision [req-b05c3a7d-ca5f-42ee-9e8f-2db396c28b02 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kmwevaztpd 2019-02-07 04:10:03.237 6478 INFO oslo_db.sqlalchemy.provision [req-b05c3a7d-ca5f-42ee-9e8f-2db396c28b02 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_when_lb_pending_update [0.729694s] ... ok 2019-02-07 04:10:03.262 6477 WARNING octavia.api.root_controller [req-2560fd9f-7caf-419c-a1e7-eef748faa0a4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:03.239 6478 INFO oslo_db.sqlalchemy.provision [req-b05c3a7d-ca5f-42ee-9e8f-2db396c28b02 - - - - -] CREATE BACKEND sqlite:// TOKEN vwothhabow 2019-02-07 04:10:03.277 6477 INFO octavia.api.v2.controllers.load_balancer [req-acdd475f-376f-4dc4-8d15-c45405d769b0 - - - - -] Sending created Load Balancer 447ded4c-966e-4bbe-8323-e2ddefc7fefc to the handler 2019-02-07 04:10:03.312 6478 INFO octavia.common.config [req-b05c3a7d-ca5f-42ee-9e8f-2db396c28b02 - - - - -] Logging enabled! 2019-02-07 04:10:03.312 6478 INFO octavia.common.config [req-b05c3a7d-ca5f-42ee-9e8f-2db396c28b02 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:03.334 6478 WARNING octavia.api.root_controller [req-b05c3a7d-ca5f-42ee-9e8f-2db396c28b02 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:03.348 6478 INFO octavia.api.v2.controllers.load_balancer [req-312c255c-0b33-462b-a514-7197a605e687 - - - - -] Sending created Load Balancer a576a3c3-ed3c-41dc-ac0c-52edf161a152 to the handler 2019-02-07 04:10:03.396 6477 INFO octavia.api.v2.controllers.listener [req-614ddb35-1582-40df-b1df-6026dd53dfd3 - - - - -] Sending Creation of Listener b9f34039-7b37-4f56-b4dc-40d277711438 to handler 2019-02-07 04:10:03.463 6478 INFO octavia.api.v2.controllers.listener [req-b0e50289-0c23-47af-be53-11a233d4319f - - - - -] Sending Creation of Listener 7da3f862-d4ec-4106-8631-a89d8b7ed51d to handler 2019-02-07 04:10:03.528 6477 INFO octavia.api.v2.controllers.pool [req-15cf85ba-42b6-4931-9621-a72dc1034959 - - - - -] Sending Creation of Pool 44f14377-f92a-4151-b3a0-71a5c332e74c to handler 2019-02-07 04:10:03.681 6477 INFO octavia.api.v2.controllers.pool [req-613e68dc-2b38-4b73-b17c-f185ed1d6a1e - - - - -] Sending Creation of Pool 25ec8341-a7c3-43be-b59d-d8a738a43e36 to handler 2019-02-07 04:10:03.804 6478 INFO octavia.api.v2.controllers.pool [req-86e537a4-6688-44f1-a7c9-0d1f71e2bcb0 - - - - -] Sending Creation of Pool 0b1443fc-be28-4107-834b-715b1c313d9c to handler 2019-02-07 04:10:03.857 6477 INFO octavia.api.v2.controllers.health_monitor [req-4cc7f4e1-ac85-41dc-a77e-5d33874cab62 - - - - -] Sending Creation of Health Monitor 714bfc13-3acd-4e0d-a9d2-29815e22998e to handler 2019-02-07 04:10:04.071 6478 INFO octavia.api.v2.controllers.pool [req-7f0a7813-d1f6-4dcc-86ac-fe09ee76ce47 - - - - -] Sending Creation of Pool f7783d62-9481-49e3-96e6-a2713ca77297 to handler 2019-02-07 04:10:04.067 6477 INFO octavia.api.v2.controllers.load_balancer [req-7cc56e7c-3387-4f7a-83a3-becd15b5c4aa - - - - -] Sending deleted Load Balancer 447ded4c-966e-4bbe-8323-e2ddefc7fefc to the handler 2019-02-07 04:10:04.109 6477 INFO octavia.api.v2.controllers.health_monitor [req-35d1412e-4d05-4910-a4cf-e741fcb2ae3f - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:10:04.123 6477 INFO oslo_db.sqlalchemy.provision [req-35d1412e-4d05-4910-a4cf-e741fcb2ae3f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:04.124 6477 INFO oslo_db.sqlalchemy.provision [req-35d1412e-4d05-4910-a4cf-e741fcb2ae3f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uxbahbdfuc 2019-02-07 04:10:04.124 6477 INFO oslo_db.sqlalchemy.provision [req-35d1412e-4d05-4910-a4cf-e741fcb2ae3f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update_when_lb_pending_delete [0.966472s] ... ok 2019-02-07 04:10:04.130 6477 INFO oslo_db.sqlalchemy.provision [req-35d1412e-4d05-4910-a4cf-e741fcb2ae3f - - - - -] CREATE BACKEND sqlite:// TOKEN nrxxepbflb 2019-02-07 04:10:04.202 6477 INFO octavia.common.config [req-35d1412e-4d05-4910-a4cf-e741fcb2ae3f - - - - -] Logging enabled! 2019-02-07 04:10:04.202 6477 INFO octavia.common.config [req-35d1412e-4d05-4910-a4cf-e741fcb2ae3f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:04.225 6477 WARNING octavia.api.root_controller [req-35d1412e-4d05-4910-a4cf-e741fcb2ae3f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:04.238 6477 INFO octavia.api.v2.controllers.load_balancer [req-4e96043b-7917-4130-9936-e4b9b769918d - - - - -] Sending created Load Balancer 47ab3de0-3eb5-4a19-b3af-784179716143 to the handler 2019-02-07 04:10:04.336 6478 INFO octavia.api.v2.controllers.health_monitor [req-4f289444-9eaf-45b8-af7e-5fb1b7dc13ef - - - - -] Sending Creation of Health Monitor 46f1c0e0-6c40-4fa6-888c-724202bda2e9 to handler 2019-02-07 04:10:04.356 6477 INFO octavia.api.v2.controllers.listener [req-01f8e4b1-0644-4825-8e46-2354b3ce9d4b - - - - -] Sending Creation of Listener f94399fa-61ee-4064-87dd-71ee03206176 to handler 2019-02-07 04:10:04.356 6478 INFO oslo_db.sqlalchemy.provision [req-4f289444-9eaf-45b8-af7e-5fb1b7dc13ef - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:04.358 6478 INFO oslo_db.sqlalchemy.provision [req-4f289444-9eaf-45b8-af7e-5fb1b7dc13ef - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vwothhabow 2019-02-07 04:10:04.358 6478 INFO oslo_db.sqlalchemy.provision [req-4f289444-9eaf-45b8-af7e-5fb1b7dc13ef - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_create_with_project_id_is_ignored [1.121541s] ... ok 2019-02-07 04:10:04.361 6478 INFO oslo_db.sqlalchemy.provision [req-4f289444-9eaf-45b8-af7e-5fb1b7dc13ef - - - - -] CREATE BACKEND sqlite:// TOKEN owjbiposzp 2019-02-07 04:10:04.466 6478 INFO octavia.common.config [req-4f289444-9eaf-45b8-af7e-5fb1b7dc13ef - - - - -] Logging enabled! 2019-02-07 04:10:04.467 6478 INFO octavia.common.config [req-4f289444-9eaf-45b8-af7e-5fb1b7dc13ef - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:04.489 6477 INFO octavia.api.v2.controllers.pool [req-cb752ddf-b005-4eb6-944d-df97c5ddd42e - - - - -] Sending Creation of Pool 0988c587-c7dc-4247-bc16-8bdee533522f to handler 2019-02-07 04:10:04.497 6478 WARNING octavia.api.root_controller [req-4f289444-9eaf-45b8-af7e-5fb1b7dc13ef - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:04.516 6478 INFO octavia.api.v2.controllers.load_balancer [req-65bacdc6-73d6-4d3b-9850-5da2d56e2016 - - - - -] Sending created Load Balancer 94776698-ac7a-4ab8-aef1-f4edbcac9444 to the handler 2019-02-07 04:10:04.643 6477 INFO octavia.api.v2.controllers.pool [req-810a33f1-d885-44cc-8994-054d9c08f0f7 - - - - -] Sending Creation of Pool 0c799fe7-3c53-4dda-9995-4ee4c9dc91a6 to handler 2019-02-07 04:10:04.694 6478 INFO octavia.api.v2.controllers.listener [req-d7c76471-30a2-414b-83be-bf43d532d8d3 - - - - -] Sending Creation of Listener 2d13aa91-0a13-4ad3-8a8d-53cb2f05987e to handler 2019-02-07 04:10:04.813 6477 INFO octavia.api.v2.controllers.health_monitor [req-623d2975-0c30-4792-ae4d-a2519d44c96d - - - - -] Sending Creation of Health Monitor f5ffe4b4-809c-408b-9470-d03264b5058e to handler 2019-02-07 04:10:04.884 6478 INFO octavia.api.v2.controllers.pool [req-c9dd64b1-bf87-469f-8518-243d90c6b183 - - - - -] Sending Creation of Pool af39fc6c-ebdd-4cca-bf90-87d3f0763144 to handler 2019-02-07 04:10:04.958 6477 INFO octavia.api.v2.controllers.load_balancer [req-e58782b5-c1c3-4066-abfe-5e0230f4dae8 - - - - -] Sending updated Load Balancer 47ab3de0-3eb5-4a19-b3af-784179716143 to the handler 2019-02-07 04:10:05.004 6477 INFO octavia.api.v2.controllers.health_monitor [req-54f210b1-0ddf-4c35-bac3-f54b5ccba53b - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:10:05.017 6477 INFO oslo_db.sqlalchemy.provision [req-54f210b1-0ddf-4c35-bac3-f54b5ccba53b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:05.019 6477 INFO oslo_db.sqlalchemy.provision [req-54f210b1-0ddf-4c35-bac3-f54b5ccba53b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nrxxepbflb 2019-02-07 04:10:05.019 6477 INFO oslo_db.sqlalchemy.provision [req-54f210b1-0ddf-4c35-bac3-f54b5ccba53b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update_when_lb_pending_update [0.891896s] ... ok 2019-02-07 04:10:05.022 6477 INFO oslo_db.sqlalchemy.provision [req-54f210b1-0ddf-4c35-bac3-f54b5ccba53b - - - - -] CREATE BACKEND sqlite:// TOKEN odmddonlxt 2019-02-07 04:10:05.076 6478 INFO octavia.api.v2.controllers.pool [req-f11f56fe-42b5-436a-99ec-53dace406c5a - - - - -] Sending Creation of Pool da84d5fe-0528-43e5-a212-bcdb66ab03c7 to handler 2019-02-07 04:10:05.096 6477 INFO octavia.common.config [req-54f210b1-0ddf-4c35-bac3-f54b5ccba53b - - - - -] Logging enabled! 2019-02-07 04:10:05.097 6477 INFO octavia.common.config [req-54f210b1-0ddf-4c35-bac3-f54b5ccba53b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:05.119 6477 WARNING octavia.api.root_controller [req-54f210b1-0ddf-4c35-bac3-f54b5ccba53b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:05.133 6477 INFO octavia.api.v2.controllers.load_balancer [req-8aa088b6-ed55-4a08-8ad0-711887a6ecee - - - - -] Sending created Load Balancer cbf957fb-802e-4e73-a6c0-966803946b49 to the handler 2019-02-07 04:10:05.277 6478 INFO octavia.api.v2.controllers.health_monitor [req-f52792cb-30cf-4442-8ad2-b7030a23bb03 - - - - -] Sending Creation of Health Monitor 09b62cd6-7f13-43f6-9304-0ad915d3c992 to handler 2019-02-07 04:10:05.319 6477 INFO octavia.api.v2.controllers.listener [req-5fb88656-0f2e-44cf-8f4a-b51bf4fd0bde - - - - -] Sending Creation of Listener 019219b0-fc84-499b-9766-f9435e68fdbb to handler 2019-02-07 04:10:05.433 6478 INFO octavia.api.v2.controllers.load_balancer [req-35d156f6-4967-4d53-8b40-3b66f5e4b38b - - - - -] Sending deleted Load Balancer 94776698-ac7a-4ab8-aef1-f4edbcac9444 to the handler 2019-02-07 04:10:05.449 6477 INFO octavia.api.v2.controllers.pool [req-033abfde-0aa9-4964-8c7b-8e130dad2df7 - - - - -] Sending Creation of Pool 0158b485-a115-4a72-91a7-5b5c60f10717 to handler 2019-02-07 04:10:05.463 6478 INFO octavia.api.v2.controllers.health_monitor [req-3a685953-bb0b-42bc-8acd-a557a47015d2 - - - - -] Health Monitor cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:10:05.477 6478 INFO oslo_db.sqlalchemy.provision [req-3a685953-bb0b-42bc-8acd-a557a47015d2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:05.479 6478 INFO oslo_db.sqlalchemy.provision [req-3a685953-bb0b-42bc-8acd-a557a47015d2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN owjbiposzp 2019-02-07 04:10:05.479 6478 INFO oslo_db.sqlalchemy.provision [req-3a685953-bb0b-42bc-8acd-a557a47015d2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_when_lb_pending_delete [1.120404s] ... ok 2019-02-07 04:10:05.482 6478 INFO oslo_db.sqlalchemy.provision [req-3a685953-bb0b-42bc-8acd-a557a47015d2 - - - - -] CREATE BACKEND sqlite:// TOKEN iepzcupdds 2019-02-07 04:10:05.559 6478 INFO octavia.common.config [req-3a685953-bb0b-42bc-8acd-a557a47015d2 - - - - -] Logging enabled! 2019-02-07 04:10:05.559 6478 INFO octavia.common.config [req-3a685953-bb0b-42bc-8acd-a557a47015d2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:05.582 6478 WARNING octavia.api.root_controller [req-3a685953-bb0b-42bc-8acd-a557a47015d2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:05.596 6478 INFO octavia.api.v2.controllers.load_balancer [req-ad6d6a1d-a93d-40e6-9608-caa108f672bb - - - - -] Sending created Load Balancer 90fa137d-e943-47f5-9689-f5e35b0ce548 to the handler 2019-02-07 04:10:05.606 6477 INFO octavia.api.v2.controllers.pool [req-7613512a-8484-4b9d-92f5-938655f5c35d - - - - -] Sending Creation of Pool be8c0ab1-6ad3-4405-945b-ddb401c438c2 to handler 2019-02-07 04:10:05.777 6477 INFO octavia.api.v2.controllers.health_monitor [req-0729e15d-283c-4898-abc3-2b0d2c8e06fe - - - - -] Sending Creation of Health Monitor 7587d134-4a33-4c8a-a052-4a42b5709740 to handler 2019-02-07 04:10:05.805 6478 INFO octavia.api.v2.controllers.listener [req-0766ab15-a8d2-4604-9790-4c3c40ae8fcd - - - - -] Sending Creation of Listener a45b6d15-271d-47e0-8d18-bbac1e56e4bb to handler 2019-02-07 04:10:05.935 6477 INFO octavia.api.v2.controllers.health_monitor [req-025b413c-6d76-44e4-a0ff-c67d22c3ad83 - - - - -] Sending Update of Health Monitor for Pool 7587d134-4a33-4c8a-a052-4a42b5709740 to handler 2019-02-07 04:10:05.985 6478 INFO octavia.api.v2.controllers.pool [req-81781135-6b6f-4c7d-9d74-cdfcc83ed28d - - - - -] Sending Creation of Pool ca61815d-fb84-47ce-916c-b487e660c79e to handler 2019-02-07 04:10:06.061 6477 INFO oslo_db.sqlalchemy.provision [req-42a69dab-c46b-4a84-86ed-34abb267c2a2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:06.063 6477 INFO oslo_db.sqlalchemy.provision [req-42a69dab-c46b-4a84-86ed-34abb267c2a2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN odmddonlxt 2019-02-07 04:10:06.063 6477 INFO oslo_db.sqlalchemy.provision [req-42a69dab-c46b-4a84-86ed-34abb267c2a2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update_with_bad_handler [1.043646s] ... ok 2019-02-07 04:10:06.072 6477 INFO oslo_db.sqlalchemy.provision [req-42a69dab-c46b-4a84-86ed-34abb267c2a2 - - - - -] CREATE BACKEND sqlite:// TOKEN mvyrzoycqs 2019-02-07 04:10:06.141 6477 INFO octavia.common.config [req-42a69dab-c46b-4a84-86ed-34abb267c2a2 - - - - -] Logging enabled! 2019-02-07 04:10:06.141 6477 INFO octavia.common.config [req-42a69dab-c46b-4a84-86ed-34abb267c2a2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:06.165 6477 WARNING octavia.api.root_controller [req-42a69dab-c46b-4a84-86ed-34abb267c2a2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:06.179 6477 INFO octavia.api.v2.controllers.load_balancer [req-8c1c137e-a170-4594-b1af-afa511bbb85e - - - - -] Sending created Load Balancer aab11b40-7b78-4b03-bfce-6229ebdc0562 to the handler 2019-02-07 04:10:06.183 6478 INFO octavia.api.v2.controllers.pool [req-bafbee00-b7fd-406c-bba9-7b92ae457386 - - - - -] Sending Creation of Pool c3a6b401-ee3c-48b5-8f0e-6a0938b33a1e to handler 2019-02-07 04:10:06.295 6477 INFO octavia.api.v2.controllers.listener [req-0f9dcb9f-b791-436c-9375-ecd034d5dda5 - - - - -] Sending Creation of Listener 3694f173-c6e7-473a-9e87-0b8851de1609 to handler 2019-02-07 04:10:06.494 6477 INFO octavia.api.v2.controllers.pool [req-e43e116f-b274-4123-85a6-8f86c85cec25 - - - - -] Sending Creation of Pool 05fe8ab6-e4d1-4192-981d-1aea64493cbf to handler 2019-02-07 04:10:06.518 6478 INFO octavia.api.v2.controllers.health_monitor [req-61e62c38-e3c5-431b-8f4b-c4dd1f0c9ca9 - - - - -] Sending Creation of Health Monitor fdbe7bd7-5d32-47d2-9a85-807c4936d151 to handler 2019-02-07 04:10:06.621 6477 ERROR octavia.api.v2.controllers.base [req-79cb2611-8afb-4bf2-933a-ccd45aa97a2c - - - - -] Pool 838dc8b5-5cdf-4c3d-9271-32ed70292278 not found: None 2019-02-07 04:10:06.621 6477 ERROR octavia.api.v2.controllers.base None 2019-02-07 04:10:06.621 6477 ERROR octavia.api.v2.controllers.base 2019-02-07 04:10:06.635 6477 INFO oslo_db.sqlalchemy.provision [req-79cb2611-8afb-4bf2-933a-ccd45aa97a2c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:06.637 6477 INFO oslo_db.sqlalchemy.provision [req-79cb2611-8afb-4bf2-933a-ccd45aa97a2c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mvyrzoycqs 2019-02-07 04:10:06.637 6477 INFO oslo_db.sqlalchemy.provision [req-79cb2611-8afb-4bf2-933a-ccd45aa97a2c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_create_redirect_to_pool [0.573866s] ... ok 2019-02-07 04:10:06.640 6477 INFO oslo_db.sqlalchemy.provision [req-79cb2611-8afb-4bf2-933a-ccd45aa97a2c - - - - -] CREATE BACKEND sqlite:// TOKEN nacibsfhpp 2019-02-07 04:10:06.714 6477 INFO octavia.common.config [req-79cb2611-8afb-4bf2-933a-ccd45aa97a2c - - - - -] Logging enabled! 2019-02-07 04:10:06.714 6477 INFO octavia.common.config [req-79cb2611-8afb-4bf2-933a-ccd45aa97a2c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:06.737 6477 WARNING octavia.api.root_controller [req-79cb2611-8afb-4bf2-933a-ccd45aa97a2c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:06.751 6477 INFO octavia.api.v2.controllers.load_balancer [req-08141603-f239-4df5-8ba9-1d143b0da610 - - - - -] Sending created Load Balancer 2399d160-134c-4651-99c3-ea369c60585a to the handler 2019-02-07 04:10:06.827 6478 INFO octavia.api.v2.controllers.health_monitor [req-f91af118-57ce-48cf-bb15-8a3997c3f4ae - - - - -] Sending Deletion of Health Monitor for Pool fdbe7bd7-5d32-47d2-9a85-807c4936d151 to handler 2019-02-07 04:10:06.868 6477 INFO octavia.api.v2.controllers.listener [req-7480a5b1-1978-4fba-9368-18a2b21d5788 - - - - -] Sending Creation of Listener 6975c1bc-837f-4684-a1ce-dc011adca13e to handler 2019-02-07 04:10:06.998 6477 INFO octavia.api.v2.controllers.pool [req-18db1ae6-6b5a-46e0-b23c-1549def99a3f - - - - -] Sending Creation of Pool d5651945-77a8-478e-b91e-82845e9f71ec to handler 2019-02-07 04:10:06.991 6478 INFO oslo_db.sqlalchemy.provision [req-33238a24-28f6-49eb-af34-98ec321280c0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:06.993 6478 INFO oslo_db.sqlalchemy.provision [req-33238a24-28f6-49eb-af34-98ec321280c0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iepzcupdds 2019-02-07 04:10:06.994 6478 INFO oslo_db.sqlalchemy.provision [req-33238a24-28f6-49eb-af34-98ec321280c0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_delete_with_bad_handler [1.520878s] ... ok 2019-02-07 04:10:07.004 6478 INFO oslo_db.sqlalchemy.provision [req-33238a24-28f6-49eb-af34-98ec321280c0 - - - - -] CREATE BACKEND sqlite:// TOKEN kjkbxyqtrv 2019-02-07 04:10:07.101 6478 INFO octavia.common.config [req-33238a24-28f6-49eb-af34-98ec321280c0 - - - - -] Logging enabled! 2019-02-07 04:10:07.101 6478 INFO octavia.common.config [req-33238a24-28f6-49eb-af34-98ec321280c0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:07.119 6477 ERROR octavia.api.v2.controllers.base [req-df22fb70-bbf6-4c26-b2d6-9f41001707c2 - - - - -] L7 Policy f7f7a685-563a-4c34-abb1-374db27bac57 not found: None 2019-02-07 04:10:07.119 6477 ERROR octavia.api.v2.controllers.base None 2019-02-07 04:10:07.119 6477 ERROR octavia.api.v2.controllers.base 2019-02-07 04:10:07.134 6477 INFO oslo_db.sqlalchemy.provision [req-df22fb70-bbf6-4c26-b2d6-9f41001707c2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:07.135 6477 INFO oslo_db.sqlalchemy.provision [req-df22fb70-bbf6-4c26-b2d6-9f41001707c2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nacibsfhpp 2019-02-07 04:10:07.135 6477 INFO oslo_db.sqlalchemy.provision [req-df22fb70-bbf6-4c26-b2d6-9f41001707c2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_delete [0.498185s] ... ok 2019-02-07 04:10:07.138 6477 INFO oslo_db.sqlalchemy.provision [req-df22fb70-bbf6-4c26-b2d6-9f41001707c2 - - - - -] CREATE BACKEND sqlite:// TOKEN orfpdvinfe 2019-02-07 04:10:07.132 6478 WARNING octavia.api.root_controller [req-33238a24-28f6-49eb-af34-98ec321280c0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:07.151 6478 INFO octavia.api.v2.controllers.load_balancer [req-f15a628f-1b4e-4c5a-ac39-d11ba866abf1 - - - - -] Sending created Load Balancer fa7deda9-525d-4cae-9c76-da19cc6621b6 to the handler 2019-02-07 04:10:07.214 6477 INFO octavia.common.config [req-df22fb70-bbf6-4c26-b2d6-9f41001707c2 - - - - -] Logging enabled! 2019-02-07 04:10:07.216 6477 INFO octavia.common.config [req-df22fb70-bbf6-4c26-b2d6-9f41001707c2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:07.236 6477 WARNING octavia.api.root_controller [req-df22fb70-bbf6-4c26-b2d6-9f41001707c2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:07.250 6477 INFO octavia.api.v2.controllers.load_balancer [req-91cc6a34-907b-4bbc-8cdb-4d2cfbb89051 - - - - -] Sending created Load Balancer 5f57ccfd-0b67-420f-9bf3-87b4a2039454 to the handler 2019-02-07 04:10:07.308 6478 INFO octavia.api.v2.controllers.listener [req-6dc0000f-5c66-4df1-8afe-7fca4699db01 - - - - -] Sending Creation of Listener da93fab2-31fa-4679-bf67-9ebb610a8cfa to handler 2019-02-07 04:10:07.367 6477 INFO octavia.api.v2.controllers.listener [req-166bd585-d1f0-4993-8d2c-32b7232cad6b - - - - -] Sending Creation of Listener 71a77016-d2a5-4697-b75b-c358bdbcec96 to handler 2019-02-07 04:10:07.496 6477 INFO octavia.api.v2.controllers.pool [req-2f524e52-e4ce-4035-a6f1-7f48007abfa8 - - - - -] Sending Creation of Pool b6ef4537-faa3-4190-8226-778d6d13ed0d to handler 2019-02-07 04:10:07.604 6478 INFO octavia.api.v2.controllers.pool [req-4bbee0b7-8331-4955-b58e-8b1181a2f229 - - - - -] Sending Creation of Pool 4043023a-187d-424f-8dde-73e7eca03430 to handler 2019-02-07 04:10:07.650 6477 INFO octavia.api.v2.controllers.l7policy [req-aeb16c9a-9961-4e82-b341-68fb8db3dcc2 - - - - -] Sending Creation of L7Policy 8e6a1971-4490-43a5-85b4-6685e79796f6 to handler 2019-02-07 04:10:07.680 6477 INFO oslo_db.sqlalchemy.provision [req-d0e3b417-928a-435b-9e6a-714023cc2f0b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:07.681 6477 INFO oslo_db.sqlalchemy.provision [req-d0e3b417-928a-435b-9e6a-714023cc2f0b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN orfpdvinfe 2019-02-07 04:10:07.681 6477 INFO oslo_db.sqlalchemy.provision [req-d0e3b417-928a-435b-9e6a-714023cc2f0b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_update [0.545730s] ... ok 2019-02-07 04:10:07.684 6477 INFO oslo_db.sqlalchemy.provision [req-d0e3b417-928a-435b-9e6a-714023cc2f0b - - - - -] CREATE BACKEND sqlite:// TOKEN dcnjpijuof 2019-02-07 04:10:07.758 6477 INFO octavia.common.config [req-d0e3b417-928a-435b-9e6a-714023cc2f0b - - - - -] Logging enabled! 2019-02-07 04:10:07.759 6477 INFO octavia.common.config [req-d0e3b417-928a-435b-9e6a-714023cc2f0b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:07.780 6478 INFO octavia.api.v2.controllers.pool [req-025c2719-2537-4ad0-b648-1d790483678b - - - - -] Sending Creation of Pool 2882e3ba-2027-4dec-95a4-d208f3a73f8c to handler 2019-02-07 04:10:07.781 6477 WARNING octavia.api.root_controller [req-d0e3b417-928a-435b-9e6a-714023cc2f0b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:07.796 6477 INFO octavia.api.v2.controllers.load_balancer [req-3578e735-10b1-4d34-9ca0-0156870143ab - - - - -] Sending created Load Balancer c2a2bc9f-ea82-4a26-b8dc-3d46951ac3c7 to the handler 2019-02-07 04:10:07.968 6478 INFO octavia.api.v2.controllers.health_monitor [req-be8b5b79-1db0-4144-b1e8-59b47ad37f05 - - - - -] Sending Creation of Health Monitor 2b7ffc9f-6821-4864-bf1f-a7d9a92084cc to handler 2019-02-07 04:10:07.984 6477 INFO octavia.api.v2.controllers.listener [req-ae36fde6-9e11-43b1-92be-84357a03b8bd - - - - -] Sending Creation of Listener d6b481dd-5426-4383-b67c-8dae093c29d4 to handler 2019-02-07 04:10:08.114 6477 INFO octavia.api.v2.controllers.pool [req-ea0d1f53-a351-4659-8991-af9081f40ba1 - - - - -] Sending Creation of Pool f11407ab-222f-4f72-a8b0-4f905bf9fa7c to handler 2019-02-07 04:10:08.147 6478 INFO oslo_db.sqlalchemy.provision [req-aeed0a95-0eb0-426f-8e58-8377792117cf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:08.148 6478 INFO oslo_db.sqlalchemy.provision [req-aeed0a95-0eb0-426f-8e58-8377792117cf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kjkbxyqtrv 2019-02-07 04:10:08.149 6478 INFO oslo_db.sqlalchemy.provision [req-aeed0a95-0eb0-426f-8e58-8377792117cf - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_duplicate_create [1.148348s] ... ok 2019-02-07 04:10:08.152 6478 INFO oslo_db.sqlalchemy.provision [req-aeed0a95-0eb0-426f-8e58-8377792117cf - - - - -] CREATE BACKEND sqlite:// TOKEN zapwfeaxqo 2019-02-07 04:10:08.227 6478 INFO octavia.common.config [req-aeed0a95-0eb0-426f-8e58-8377792117cf - - - - -] Logging enabled! 2019-02-07 04:10:08.227 6478 INFO octavia.common.config [req-aeed0a95-0eb0-426f-8e58-8377792117cf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:08.249 6478 WARNING octavia.api.root_controller [req-aeed0a95-0eb0-426f-8e58-8377792117cf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:08.264 6478 INFO octavia.api.v2.controllers.load_balancer [req-9d603e71-7238-4603-b6fd-1f2756aa742e - - - - -] Sending created Load Balancer 65defd3d-de36-41d1-b8d6-7ec6ed4ea6d5 to the handler 2019-02-07 04:10:08.263 6477 INFO octavia.api.v2.controllers.l7policy [req-1b14b22a-c621-4020-a895-d5647b59ccf0 - - - - -] Sending Creation of L7Policy 3ef3e005-052c-4a83-99b6-ce19d23e4139 to handler 2019-02-07 04:10:08.293 6477 INFO oslo_db.sqlalchemy.provision [req-6c16ca48-ffdc-4a45-93bc-c63fb0053d45 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:08.297 6477 INFO oslo_db.sqlalchemy.provision [req-6c16ca48-ffdc-4a45-93bc-c63fb0053d45 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dcnjpijuof 2019-02-07 04:10:08.297 6477 INFO oslo_db.sqlalchemy.provision [req-6c16ca48-ffdc-4a45-93bc-c63fb0053d45 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_update_redirect_to_url [0.615583s] ... ok 2019-02-07 04:10:08.300 6477 INFO oslo_db.sqlalchemy.provision [req-6c16ca48-ffdc-4a45-93bc-c63fb0053d45 - - - - -] CREATE BACKEND sqlite:// TOKEN tqovkhnvev 2019-02-07 04:10:08.373 6477 INFO octavia.common.config [req-6c16ca48-ffdc-4a45-93bc-c63fb0053d45 - - - - -] Logging enabled! 2019-02-07 04:10:08.375 6477 INFO octavia.common.config [req-6c16ca48-ffdc-4a45-93bc-c63fb0053d45 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:08.383 6478 INFO octavia.api.v2.controllers.listener [req-9a90db98-8064-43c7-968d-d23d12c061e5 - - - - -] Sending Creation of Listener 216f3818-a6c0-4a88-958c-a5d3275d1d3f to handler 2019-02-07 04:10:08.396 6477 WARNING octavia.api.root_controller [req-6c16ca48-ffdc-4a45-93bc-c63fb0053d45 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:08.409 6477 INFO octavia.api.v2.controllers.load_balancer [req-df727825-86f4-4164-b1e7-7fd678864d18 - - - - -] Sending created Load Balancer 827c9638-7b44-4a68-8c37-f8e921bb5eb3 to the handler 2019-02-07 04:10:08.513 6478 INFO octavia.api.v2.controllers.pool [req-93ad1adb-8df8-4442-875a-0247e297a651 - - - - -] Sending Creation of Pool 141db776-8747-4fca-8510-ca6cc9116b6c to handler 2019-02-07 04:10:08.527 6477 INFO octavia.api.v2.controllers.listener [req-a1081ca1-b6f9-4d36-98f7-f7cbbb09b881 - - - - -] Sending Creation of Listener c9c7935e-556f-4a39-87b8-a56885552d73 to handler 2019-02-07 04:10:08.657 6477 INFO octavia.api.v2.controllers.pool [req-658f4025-5811-443c-a152-96a9e48a5193 - - - - -] Sending Creation of Pool ba835f33-1442-4ca5-8c87-e690d3b48d58 to handler 2019-02-07 04:10:08.786 6478 INFO octavia.api.v2.controllers.pool [req-b698c7a7-0263-47e0-9c52-217062bd8eae - - - - -] Sending Creation of Pool 066f3665-fabf-45fa-b059-b1f2f7e01c0f to handler 2019-02-07 04:10:08.810 6477 INFO octavia.api.v2.controllers.l7policy [req-aa0c5566-4113-41fe-b0b2-69e8f2a55378 - 61c28cbb-5fe5-453a-ac5e-60aff5de7a4d - - -] Sending Creation of L7Policy 6b376a17-35e0-4579-ab3b-c220cd4745c3 to handler 2019-02-07 04:10:08.887 6477 INFO oslo_db.sqlalchemy.provision [req-838f4d12-e6fb-4431-b4a6-2fad0c03090b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:08.888 6477 INFO oslo_db.sqlalchemy.provision [req-838f4d12-e6fb-4431-b4a6-2fad0c03090b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tqovkhnvev 2019-02-07 04:10:08.888 6477 INFO oslo_db.sqlalchemy.provision [req-838f4d12-e6fb-4431-b4a6-2fad0c03090b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_policy_authorized [0.591265s] ... ok 2019-02-07 04:10:08.891 6477 INFO oslo_db.sqlalchemy.provision [req-838f4d12-e6fb-4431-b4a6-2fad0c03090b - - - - -] CREATE BACKEND sqlite:// TOKEN chwdlmfwbd 2019-02-07 04:10:08.988 6478 INFO oslo_db.sqlalchemy.provision [req-eb54e4e5-6c7b-4023-ad07-f683d1ac27e5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:08.989 6478 INFO oslo_db.sqlalchemy.provision [req-eb54e4e5-6c7b-4023-ad07-f683d1ac27e5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zapwfeaxqo 2019-02-07 04:10:08.990 6478 INFO oslo_db.sqlalchemy.provision [req-eb54e4e5-6c7b-4023-ad07-f683d1ac27e5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_empty_get_all [0.840989s] ... ok 2019-02-07 04:10:08.993 6478 INFO oslo_db.sqlalchemy.provision [req-eb54e4e5-6c7b-4023-ad07-f683d1ac27e5 - - - - -] CREATE BACKEND sqlite:// TOKEN ildnlplpsc 2019-02-07 04:10:09.032 6477 INFO octavia.common.config [req-838f4d12-e6fb-4431-b4a6-2fad0c03090b - - - - -] Logging enabled! 2019-02-07 04:10:09.032 6477 INFO octavia.common.config [req-838f4d12-e6fb-4431-b4a6-2fad0c03090b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:09.068 6478 INFO octavia.common.config [req-eb54e4e5-6c7b-4023-ad07-f683d1ac27e5 - - - - -] Logging enabled! 2019-02-07 04:10:09.068 6478 INFO octavia.common.config [req-eb54e4e5-6c7b-4023-ad07-f683d1ac27e5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:09.055 6477 WARNING octavia.api.root_controller [req-838f4d12-e6fb-4431-b4a6-2fad0c03090b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:09.068 6477 INFO octavia.api.v2.controllers.load_balancer [req-b719cadf-d39a-471b-ad6e-aced551e9b7f - - - - -] Sending created Load Balancer db4257ad-8955-4c72-ba24-877db0b8776b to the handler 2019-02-07 04:10:09.091 6478 WARNING octavia.api.root_controller [req-eb54e4e5-6c7b-4023-ad07-f683d1ac27e5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:09.105 6478 INFO octavia.api.v2.controllers.load_balancer [req-29e86113-2a37-48c5-986e-d91481d6feef - - - - -] Sending created Load Balancer 952e6380-84c5-45dd-a196-ab3e73efaf8a to the handler 2019-02-07 04:10:09.186 6477 INFO octavia.api.v2.controllers.listener [req-4c8a3df1-cdb8-464e-b7b4-2a1ea70f111b - - - - -] Sending Creation of Listener 84a60d83-8df6-4247-a234-fb70f685a4b2 to handler 2019-02-07 04:10:09.223 6478 INFO octavia.api.v2.controllers.listener [req-872b1bad-d09b-4010-b283-cdc3d633cb5d - - - - -] Sending Creation of Listener 7da15fd6-78c0-4993-9c8e-7e4a6d82411f to handler 2019-02-07 04:10:09.317 6477 INFO octavia.api.v2.controllers.pool [req-9fa0cd7c-a6c7-433d-9b76-ee627f3ee942 - - - - -] Sending Creation of Pool 8ad910f4-b042-4664-9f55-d218c8bc5650 to handler 2019-02-07 04:10:09.361 6478 INFO octavia.api.v2.controllers.pool [req-4f287af0-0a28-4016-9557-5acacd5e44b0 - - - - -] Sending Creation of Pool 6899fb79-5b4b-49a6-88b8-c34156746dd1 to handler 2019-02-07 04:10:09.464 6477 INFO octavia.api.v2.controllers.l7policy [req-70f1b0d0-709a-42e5-820c-d3606512c7a5 - - - - -] Sending Creation of L7Policy 249400ea-c67e-4875-9161-68604bd9e205 to handler 2019-02-07 04:10:09.521 6478 INFO octavia.api.v2.controllers.pool [req-6e7c2798-0338-417c-b89a-1aff118fd0a4 - - - - -] Sending Creation of Pool a80cc5a9-473e-4b79-a3ca-d69a5c266e41 to handler 2019-02-07 04:10:09.542 6477 INFO oslo_db.sqlalchemy.provision [req-db75fbae-20c5-4977-8df9-9f8b3f3e32be - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:09.543 6477 INFO oslo_db.sqlalchemy.provision [req-db75fbae-20c5-4977-8df9-9f8b3f3e32be - - - - -] DROP BACKEND Engine(sqlite://) TOKEN chwdlmfwbd 2019-02-07 04:10:09.544 6477 INFO oslo_db.sqlalchemy.provision [req-db75fbae-20c5-4977-8df9-9f8b3f3e32be - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_redirect_to_url [0.654859s] ... ok 2019-02-07 04:10:09.546 6477 INFO oslo_db.sqlalchemy.provision [req-db75fbae-20c5-4977-8df9-9f8b3f3e32be - - - - -] CREATE BACKEND sqlite:// TOKEN oaimzgadgc 2019-02-07 04:10:09.621 6477 INFO octavia.common.config [req-db75fbae-20c5-4977-8df9-9f8b3f3e32be - - - - -] Logging enabled! 2019-02-07 04:10:09.621 6477 INFO octavia.common.config [req-db75fbae-20c5-4977-8df9-9f8b3f3e32be - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:09.643 6477 WARNING octavia.api.root_controller [req-db75fbae-20c5-4977-8df9-9f8b3f3e32be - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:09.657 6477 INFO octavia.api.v2.controllers.load_balancer [req-d66df813-07fc-4980-9894-e9911585050f - - - - -] Sending created Load Balancer e09d83ed-254e-4802-9a23-2f01533ca8c3 to the handler 2019-02-07 04:10:09.689 6478 INFO octavia.api.v2.controllers.health_monitor [req-262bdcc1-d17a-4619-80ab-c9384680b1ca - - - - -] Sending Creation of Health Monitor e88213a1-2d35-40b3-bbba-9c7994c6b0a2 to handler 2019-02-07 04:10:09.775 6477 INFO octavia.api.v2.controllers.listener [req-67fcf24c-a1ff-4de7-887a-ed4eb52b8dc7 - - - - -] Sending Creation of Listener acb15443-062a-4d2a-a483-62f6257703e2 to handler 2019-02-07 04:10:09.902 6477 INFO octavia.api.v2.controllers.pool [req-262e52dd-b6ec-486f-9b86-caa4c047c9a8 - - - - -] Sending Creation of Pool 01f6d4fb-5d2f-40a8-bd52-c8c0f50fbf03 to handler 2019-02-07 04:10:09.958 6478 INFO oslo_db.sqlalchemy.provision [req-78092e79-b3fb-4b27-9030-b000dbc83b82 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:09.960 6478 INFO oslo_db.sqlalchemy.provision [req-78092e79-b3fb-4b27-9030-b000dbc83b82 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ildnlplpsc 2019-02-07 04:10:09.960 6478 INFO oslo_db.sqlalchemy.provision [req-78092e79-b3fb-4b27-9030-b000dbc83b82 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get [0.970232s] ... ok 2019-02-07 04:10:09.963 6478 INFO oslo_db.sqlalchemy.provision [req-78092e79-b3fb-4b27-9030-b000dbc83b82 - - - - -] CREATE BACKEND sqlite:// TOKEN hahbhyhjiv 2019-02-07 04:10:10.037 6478 INFO octavia.common.config [req-78092e79-b3fb-4b27-9030-b000dbc83b82 - - - - -] Logging enabled! 2019-02-07 04:10:10.037 6478 INFO octavia.common.config [req-78092e79-b3fb-4b27-9030-b000dbc83b82 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:10.059 6478 WARNING octavia.api.root_controller [req-78092e79-b3fb-4b27-9030-b000dbc83b82 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:10.073 6478 INFO octavia.api.v2.controllers.load_balancer [req-adc79adf-cca4-466f-b643-7e663b8a500f - - - - -] Sending created Load Balancer d2972a4c-d070-40ad-822f-64eb41fb65ff to the handler 2019-02-07 04:10:10.102 6477 INFO octavia.api.v2.controllers.load_balancer [req-2318bc79-c587-495d-a0ff-d352e8cf2cc0 - - - - -] Sending deleted Load Balancer e09d83ed-254e-4802-9a23-2f01533ca8c3 to the handler 2019-02-07 04:10:10.121 6477 INFO octavia.api.v2.controllers.l7policy [req-d126f32f-adfb-4afc-a9aa-20eae16ddabd - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:10:10.135 6477 INFO oslo_db.sqlalchemy.provision [req-d126f32f-adfb-4afc-a9aa-20eae16ddabd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:10.137 6477 INFO oslo_db.sqlalchemy.provision [req-d126f32f-adfb-4afc-a9aa-20eae16ddabd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oaimzgadgc 2019-02-07 04:10:10.137 6477 INFO oslo_db.sqlalchemy.provision [req-d126f32f-adfb-4afc-a9aa-20eae16ddabd - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_when_lb_pending_delete [0.593150s] ... ok 2019-02-07 04:10:10.140 6477 INFO oslo_db.sqlalchemy.provision [req-d126f32f-adfb-4afc-a9aa-20eae16ddabd - - - - -] CREATE BACKEND sqlite:// TOKEN mivckwtfdq 2019-02-07 04:10:10.192 6478 INFO octavia.api.v2.controllers.listener [req-4bb01595-5070-4865-ae7f-7d1b1eec02c9 - - - - -] Sending Creation of Listener fcb6de8d-ba6e-4cba-ac59-0a875fd634d6 to handler 2019-02-07 04:10:10.214 6477 INFO octavia.common.config [req-d126f32f-adfb-4afc-a9aa-20eae16ddabd - - - - -] Logging enabled! 2019-02-07 04:10:10.215 6477 INFO octavia.common.config [req-d126f32f-adfb-4afc-a9aa-20eae16ddabd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:10.237 6477 WARNING octavia.api.root_controller [req-d126f32f-adfb-4afc-a9aa-20eae16ddabd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:10.251 6477 INFO octavia.api.v2.controllers.load_balancer [req-d5a703f6-1d72-465f-9080-fcc8538227fe - - - - -] Sending created Load Balancer 57b2f004-963e-441e-a99c-cda657bc1a55 to the handler 2019-02-07 04:10:10.322 6478 INFO octavia.api.v2.controllers.pool [req-cc400e04-7ce6-49c9-a9dd-1dead44e3a82 - - - - -] Sending Creation of Pool 74654ab2-00c3-4bd4-819c-5f80b99a8be0 to handler 2019-02-07 04:10:10.368 6477 INFO octavia.api.v2.controllers.listener [req-379cf9ad-8ff9-4ad4-a6c1-034b4ee22513 - - - - -] Sending Creation of Listener 0a2d5614-bd52-4e8e-a65d-3ac2bc6db183 to handler 2019-02-07 04:10:10.477 6478 INFO octavia.api.v2.controllers.pool [req-4aa277a3-56a4-4aa8-ad6a-027449b34240 - - - - -] Sending Creation of Pool bf3bbce6-a946-4234-9718-0ba959fe4a18 to handler 2019-02-07 04:10:10.501 6477 INFO octavia.api.v2.controllers.pool [req-a0db8799-0944-4aab-8068-05369f45f1f1 - - - - -] Sending Creation of Pool 32befa35-0ca7-4743-9a7f-44d35f5449ec to handler 2019-02-07 04:10:10.639 6478 INFO octavia.api.v2.controllers.health_monitor [req-7add3ba5-9f7b-47d2-8945-780e020f1f3d - - - - -] Sending Creation of Health Monitor 3625d76b-a0c7-4756-9a3a-144771d7fd6d to handler 2019-02-07 04:10:10.646 6477 INFO octavia.api.v2.controllers.l7policy [req-e8aa39a5-077a-453f-992b-876071ad24c8 - - - - -] Sending Creation of L7Policy 755fa852-39f4-43df-b044-e184e6008cf1 to handler 2019-02-07 04:10:10.833 6478 INFO oslo_db.sqlalchemy.provision [req-68c9ddf4-af1f-45be-860f-31fd8b068d90 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:10.834 6478 INFO oslo_db.sqlalchemy.provision [req-68c9ddf4-af1f-45be-860f-31fd8b068d90 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hahbhyhjiv 2019-02-07 04:10:10.834 6478 INFO oslo_db.sqlalchemy.provision [req-68c9ddf4-af1f-45be-860f-31fd8b068d90 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all [0.876835s] ... ok 2019-02-07 04:10:10.840 6478 INFO oslo_db.sqlalchemy.provision [req-68c9ddf4-af1f-45be-860f-31fd8b068d90 - - - - -] CREATE BACKEND sqlite:// TOKEN qgccowsklb 2019-02-07 04:10:10.861 6477 INFO octavia.api.v2.controllers.load_balancer [req-dd7d89be-2ebd-4577-84ff-9070668ac16c - - - - -] Sending updated Load Balancer 57b2f004-963e-441e-a99c-cda657bc1a55 to the handler 2019-02-07 04:10:10.893 6477 INFO octavia.api.v2.controllers.l7policy [req-6fceace5-f2dc-4192-b359-5d9a83fba0df - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:10:10.911 6478 INFO octavia.common.config [req-68c9ddf4-af1f-45be-860f-31fd8b068d90 - - - - -] Logging enabled! 2019-02-07 04:10:10.914 6478 INFO octavia.common.config [req-68c9ddf4-af1f-45be-860f-31fd8b068d90 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:10.907 6477 INFO oslo_db.sqlalchemy.provision [req-6fceace5-f2dc-4192-b359-5d9a83fba0df - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:10.908 6477 INFO oslo_db.sqlalchemy.provision [req-6fceace5-f2dc-4192-b359-5d9a83fba0df - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mivckwtfdq 2019-02-07 04:10:10.909 6477 INFO oslo_db.sqlalchemy.provision [req-6fceace5-f2dc-4192-b359-5d9a83fba0df - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_when_lb_pending_update [0.771625s] ... ok 2019-02-07 04:10:10.912 6477 INFO oslo_db.sqlalchemy.provision [req-6fceace5-f2dc-4192-b359-5d9a83fba0df - - - - -] CREATE BACKEND sqlite:// TOKEN gwjeuialzr 2019-02-07 04:10:10.947 6478 WARNING octavia.api.root_controller [req-68c9ddf4-af1f-45be-860f-31fd8b068d90 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:10.958 6478 INFO octavia.api.v2.controllers.load_balancer [req-47b3aad4-60e7-4f3c-94e1-730881b403d0 - - - - -] Sending created Load Balancer b791b8e6-c03b-4b45-bb6b-fdd63ba895c0 to the handler 2019-02-07 04:10:10.986 6477 INFO octavia.common.config [req-6fceace5-f2dc-4192-b359-5d9a83fba0df - - - - -] Logging enabled! 2019-02-07 04:10:10.987 6477 INFO octavia.common.config [req-6fceace5-f2dc-4192-b359-5d9a83fba0df - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:11.009 6477 WARNING octavia.api.root_controller [req-6fceace5-f2dc-4192-b359-5d9a83fba0df - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:11.024 6477 INFO octavia.api.v2.controllers.load_balancer [req-c0a11a80-4e86-4f50-bdca-c7915e4092e4 - - - - -] Sending created Load Balancer 733aed75-5ab2-47b3-b9a7-e15b49c3b268 to the handler 2019-02-07 04:10:11.139 6477 INFO octavia.api.v2.controllers.listener [req-170490c4-e2f2-4eec-982d-e7ffa34e725a - - - - -] Sending Creation of Listener 613aa666-e293-42bd-8de2-37789f1beb52 to handler 2019-02-07 04:10:11.194 6478 INFO octavia.api.v2.controllers.listener [req-2f6a59fc-30e9-423c-8a15-a6edab05184b - - - - -] Sending Creation of Listener 50c30554-6848-4117-a131-7b1525537185 to handler 2019-02-07 04:10:11.269 6477 INFO octavia.api.v2.controllers.pool [req-617c15da-ce49-4139-9a25-6f9472d08686 - - - - -] Sending Creation of Pool a3bd405d-1a13-4437-8d90-f03964fbe9b6 to handler 2019-02-07 04:10:11.329 6478 INFO octavia.api.v2.controllers.pool [req-0243de5e-fc84-4b63-a5c5-364687fe794f - - - - -] Sending Creation of Pool 347f92af-af42-4299-b68e-4e19aa3560fa to handler 2019-02-07 04:10:11.486 6478 INFO octavia.api.v2.controllers.pool [req-4f030d66-827c-4966-807f-f1a23b7b62e7 - - - - -] Sending Creation of Pool 659222ee-16bf-4865-8699-7ecd0bc7d975 to handler 2019-02-07 04:10:11.485 6477 INFO octavia.api.v2.controllers.l7policy [req-5670729a-6070-4090-9252-55b79d8e837d - - - - -] Sending Creation of L7Policy e22f7337-1b53-4137-aa58-366d4bcd8226 to handler 2019-02-07 04:10:11.565 6477 INFO oslo_db.sqlalchemy.provision [req-95e4161e-0979-47b1-a2c2-3b4daddb332b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:11.567 6477 INFO oslo_db.sqlalchemy.provision [req-95e4161e-0979-47b1-a2c2-3b4daddb332b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gwjeuialzr 2019-02-07 04:10:11.567 6477 INFO oslo_db.sqlalchemy.provision [req-95e4161e-0979-47b1-a2c2-3b4daddb332b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_with_bad_handler [0.657943s] ... ok 2019-02-07 04:10:11.570 6477 INFO oslo_db.sqlalchemy.provision [req-95e4161e-0979-47b1-a2c2-3b4daddb332b - - - - -] CREATE BACKEND sqlite:// TOKEN ldwvaludql 2019-02-07 04:10:11.644 6477 INFO octavia.common.config [req-95e4161e-0979-47b1-a2c2-3b4daddb332b - - - - -] Logging enabled! 2019-02-07 04:10:11.644 6477 INFO octavia.common.config [req-95e4161e-0979-47b1-a2c2-3b4daddb332b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:11.628 6478 INFO octavia.api.v2.controllers.load_balancer [req-cc34883f-2126-45bd-8742-a899ad5a9ef6 - - - - -] Sending created Load Balancer e5d20bd4-0071-48ef-b912-d282e88f5b23 to the handler 2019-02-07 04:10:11.667 6477 WARNING octavia.api.root_controller [req-95e4161e-0979-47b1-a2c2-3b4daddb332b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:11.682 6477 INFO octavia.api.v2.controllers.load_balancer [req-7044cd98-4039-4554-bb57-0e01045d259e - - - - -] Sending created Load Balancer 94243e79-e19f-4009-b8ea-a7d5e6aa766c to the handler 2019-02-07 04:10:11.745 6478 INFO octavia.api.v2.controllers.pool [req-83b90e48-6d96-4f45-8dc4-54ee134f8fd4 - - - - -] Sending Creation of Pool ea76d4ed-8d45-4fe9-879e-21a4576f8112 to handler 2019-02-07 04:10:11.799 6477 INFO octavia.api.v2.controllers.listener [req-1acef159-bd31-4ec7-ad19-686d63f028fc - - - - -] Sending Creation of Listener 25440788-0808-4a52-b964-098fa7aade94 to handler 2019-02-07 04:10:11.877 6478 INFO octavia.api.v2.controllers.pool [req-fc579222-37b0-4141-8e18-64caa2ed2e62 - - - - -] Sending Creation of Pool 31891c4b-5065-466e-8f1a-561d2afe337d to handler 2019-02-07 04:10:11.928 6477 INFO octavia.api.v2.controllers.pool [req-04735cb0-64b4-4085-94d4-af1e81e8e496 - - - - -] Sending Creation of Pool 20f48980-017c-411c-ae75-7f07ec141518 to handler 2019-02-07 04:10:12.026 6478 INFO octavia.api.v2.controllers.pool [req-a45ae3fd-9812-4177-913e-5ebe2c532530 - - - - -] Sending Creation of Pool c6197fd8-e6b0-48e4-a8da-91e3569281d2 to handler 2019-02-07 04:10:12.076 6477 INFO octavia.api.v2.controllers.l7policy [req-982bc51d-1e96-4e82-9d20-1f86c42bd950 - - - - -] Sending Creation of L7Policy 3b7d7f8d-5fc5-4b78-a83a-501357e43cdd to handler 2019-02-07 04:10:12.292 6478 INFO octavia.api.v2.controllers.health_monitor [req-eafb0a23-ea25-4bbb-8a27-bbca12146567 - - - - -] Sending Creation of Health Monitor 9cc74e9e-3889-4a0b-845e-41547568b0f7 to handler 2019-02-07 04:10:12.298 6477 INFO oslo_db.sqlalchemy.provision [req-0d4fff02-e28c-4feb-be57-9ca4486d3dee - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:12.300 6477 INFO oslo_db.sqlalchemy.provision [req-0d4fff02-e28c-4feb-be57-9ca4486d3dee - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ldwvaludql 2019-02-07 04:10:12.300 6477 INFO oslo_db.sqlalchemy.provision [req-0d4fff02-e28c-4feb-be57-9ca4486d3dee - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_already_deleted [0.732861s] ... ok 2019-02-07 04:10:12.303 6477 INFO oslo_db.sqlalchemy.provision [req-0d4fff02-e28c-4feb-be57-9ca4486d3dee - - - - -] CREATE BACKEND sqlite:// TOKEN eudprgvflb 2019-02-07 04:10:12.377 6477 INFO octavia.common.config [req-0d4fff02-e28c-4feb-be57-9ca4486d3dee - - - - -] Logging enabled! 2019-02-07 04:10:12.378 6477 INFO octavia.common.config [req-0d4fff02-e28c-4feb-be57-9ca4486d3dee - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:12.400 6477 WARNING octavia.api.root_controller [req-0d4fff02-e28c-4feb-be57-9ca4486d3dee - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:12.412 6477 INFO octavia.api.v2.controllers.load_balancer [req-d65f1ad6-9f5f-4b60-87ce-8f5d8be6f757 - - - - -] Sending created Load Balancer 13a8c283-be1f-48f8-81ad-91340c21dfdb to the handler 2019-02-07 04:10:12.493 6478 INFO octavia.api.v2.controllers.health_monitor [req-6a8a6a65-a3a9-422f-ba0d-b727e0cfb0ff - - - - -] Sending Creation of Health Monitor 4d3b2a00-08c4-44d2-bd92-1471b0813969 to handler 2019-02-07 04:10:12.599 6477 INFO octavia.api.v2.controllers.listener [req-718b2955-b9b7-4c78-bc4c-ce93807ec5e9 - - - - -] Sending Creation of Listener 6dfb8e26-1be1-47a7-89be-d9f74393b870 to handler 2019-02-07 04:10:12.708 6478 INFO octavia.api.v2.controllers.health_monitor [req-d172bfd4-f9b0-4da5-8962-ec9c8da2d95e - - - - -] Sending Creation of Health Monitor ff7afa85-52fe-44ac-ad2e-a63bd8b27469 to handler 2019-02-07 04:10:12.729 6477 INFO octavia.api.v2.controllers.pool [req-86bf855c-e9f6-4eab-bcfb-b22a4ce40b99 - - - - -] Sending Creation of Pool 668725d3-4af0-47f5-815b-5f0bb4443563 to handler 2019-02-07 04:10:12.876 6477 INFO octavia.api.v2.controllers.l7policy [req-671ec09a-87cb-47fe-bb68-56bf24be1302 - - - - -] Sending Creation of L7Policy c44d0883-4723-46a4-8deb-aeabd4ae1913 to handler 2019-02-07 04:10:12.910 6478 INFO oslo_db.sqlalchemy.provision [req-7f01c84e-a7cf-471d-902e-c44dd015f906 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:12.911 6478 INFO oslo_db.sqlalchemy.provision [req-7f01c84e-a7cf-471d-902e-c44dd015f906 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qgccowsklb 2019-02-07 04:10:12.912 6478 INFO oslo_db.sqlalchemy.provision [req-7f01c84e-a7cf-471d-902e-c44dd015f906 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_admin [2.074325s] ... ok 2019-02-07 04:10:12.915 6478 INFO oslo_db.sqlalchemy.provision [req-7f01c84e-a7cf-471d-902e-c44dd015f906 - - - - -] CREATE BACKEND sqlite:// TOKEN gjjiiyejzk 2019-02-07 04:10:13.015 6478 INFO octavia.common.config [req-7f01c84e-a7cf-471d-902e-c44dd015f906 - - - - -] Logging enabled! 2019-02-07 04:10:13.015 6478 INFO octavia.common.config [req-7f01c84e-a7cf-471d-902e-c44dd015f906 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:13.039 6478 WARNING octavia.api.root_controller [req-7f01c84e-a7cf-471d-902e-c44dd015f906 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:13.050 6478 INFO octavia.api.v2.controllers.load_balancer [req-4cd450fb-3c6f-4b36-ac20-8ca79c4312e1 - - - - -] Sending created Load Balancer f63b8927-79f5-4607-bb8e-b328a439f814 to the handler 2019-02-07 04:10:13.093 6477 INFO octavia.api.v2.controllers.load_balancer [req-04d2251e-18ea-4a2a-88a8-fdd9dc512d04 - - - - -] Sending deleted Load Balancer 13a8c283-be1f-48f8-81ad-91340c21dfdb to the handler 2019-02-07 04:10:13.112 6477 INFO octavia.api.v2.controllers.l7policy [req-a3386b51-14af-4e1b-a8d3-2703e598d13f - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:10:13.126 6477 INFO oslo_db.sqlalchemy.provision [req-a3386b51-14af-4e1b-a8d3-2703e598d13f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:13.127 6477 INFO oslo_db.sqlalchemy.provision [req-a3386b51-14af-4e1b-a8d3-2703e598d13f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eudprgvflb 2019-02-07 04:10:13.127 6477 INFO oslo_db.sqlalchemy.provision [req-a3386b51-14af-4e1b-a8d3-2703e598d13f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_when_lb_pending_delete [0.827370s] ... ok 2019-02-07 04:10:13.130 6477 INFO oslo_db.sqlalchemy.provision [req-a3386b51-14af-4e1b-a8d3-2703e598d13f - - - - -] CREATE BACKEND sqlite:// TOKEN icjzbeoghh 2019-02-07 04:10:13.172 6478 INFO octavia.api.v2.controllers.listener [req-bcaa695d-344d-4559-b8f4-1239fe3bc209 - - - - -] Sending Creation of Listener 1034d9b5-5556-404c-839e-34f907b6db6a to handler 2019-02-07 04:10:13.204 6477 INFO octavia.common.config [req-a3386b51-14af-4e1b-a8d3-2703e598d13f - - - - -] Logging enabled! 2019-02-07 04:10:13.205 6477 INFO octavia.common.config [req-a3386b51-14af-4e1b-a8d3-2703e598d13f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:13.227 6477 WARNING octavia.api.root_controller [req-a3386b51-14af-4e1b-a8d3-2703e598d13f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:13.239 6477 INFO octavia.api.v2.controllers.load_balancer [req-02f9eafa-d266-4542-a6ce-620a32abc5de - - - - -] Sending created Load Balancer a337aba0-a789-47d6-9033-5d379a9fe6a0 to the handler 2019-02-07 04:10:13.320 6478 INFO octavia.api.v2.controllers.pool [req-7cce68c2-7277-41b8-8f59-a7c7f8d9814f - - - - -] Sending Creation of Pool 6ddee2b4-2507-4e06-b401-934d237ddec7 to handler 2019-02-07 04:10:13.357 6477 INFO octavia.api.v2.controllers.listener [req-f9d052ea-aeb4-447b-8c54-ebe5d191d3ec - - - - -] Sending Creation of Listener 06677a95-3149-486c-a4a9-a008c86beace to handler 2019-02-07 04:10:13.485 6477 INFO octavia.api.v2.controllers.pool [req-784f3b67-f2c9-422b-9b43-37882007b317 - - - - -] Sending Creation of Pool f587ef6a-7231-472d-889e-a42f3bf94df0 to handler 2019-02-07 04:10:13.512 6478 INFO octavia.api.v2.controllers.pool [req-11a2bf70-62a7-4174-85ba-c920b95f4fdc - - - - -] Sending Creation of Pool d76258a7-7f61-42af-b316-0c03766a6498 to handler 2019-02-07 04:10:13.700 6477 INFO octavia.api.v2.controllers.l7policy [req-f53a85cc-683d-4cd4-92f1-c6ba12667474 - - - - -] Sending Creation of L7Policy 1abd4b9a-b692-4151-9827-432ca5b890b3 to handler 2019-02-07 04:10:13.780 6478 INFO octavia.api.v2.controllers.pool [req-c085b12b-9a0a-41ac-b325-f5fafc6c5bb5 - - - - -] Sending Creation of Pool 39c69721-a161-4486-86d8-bab03866bb4b to handler 2019-02-07 04:10:13.948 6477 INFO octavia.api.v2.controllers.l7policy [req-c0d30668-2a3b-40e3-9921-fa679465ad92 - - - - -] Sending Deletion of L7Policy 1abd4b9a-b692-4151-9827-432ca5b890b3 to handler 2019-02-07 04:10:13.995 6478 INFO octavia.api.v2.controllers.pool [req-42571028-bfce-47d5-b559-0d8ab71fa7cc - - - - -] Sending Creation of Pool 2b3e418e-4403-412e-92f6-baa86773d7f1 to handler 2019-02-07 04:10:14.024 6477 INFO oslo_db.sqlalchemy.provision [req-f01fbf2b-23eb-49cc-ba52-309bd4e642d2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:14.026 6477 INFO oslo_db.sqlalchemy.provision [req-f01fbf2b-23eb-49cc-ba52-309bd4e642d2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN icjzbeoghh 2019-02-07 04:10:14.026 6477 INFO oslo_db.sqlalchemy.provision [req-f01fbf2b-23eb-49cc-ba52-309bd4e642d2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_with_bad_handler [0.898551s] ... ok 2019-02-07 04:10:14.029 6477 INFO oslo_db.sqlalchemy.provision [req-f01fbf2b-23eb-49cc-ba52-309bd4e642d2 - - - - -] CREATE BACKEND sqlite:// TOKEN vnayvfzxay 2019-02-07 04:10:14.102 6477 INFO octavia.common.config [req-f01fbf2b-23eb-49cc-ba52-309bd4e642d2 - - - - -] Logging enabled! 2019-02-07 04:10:14.103 6477 INFO octavia.common.config [req-f01fbf2b-23eb-49cc-ba52-309bd4e642d2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:14.126 6477 WARNING octavia.api.root_controller [req-f01fbf2b-23eb-49cc-ba52-309bd4e642d2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:14.139 6477 INFO octavia.api.v2.controllers.load_balancer [req-92e18a90-046c-4066-a44c-e8aa3467ebe2 - - - - -] Sending created Load Balancer 749455ac-6b1b-4a37-8d8b-fabf93dd41a0 to the handler 2019-02-07 04:10:14.213 6478 INFO octavia.api.v2.controllers.pool [req-f9556770-fdde-4e84-88b5-5eaeef04c6c5 - - - - -] Sending Creation of Pool 1585ec90-1790-4336-a427-2001238e15e6 to handler 2019-02-07 04:10:14.255 6477 INFO octavia.api.v2.controllers.listener [req-c0cf95ab-0628-48fa-82f4-6867706dc3f8 - - - - -] Sending Creation of Listener 83b60222-5190-47b6-a902-78e056cdce57 to handler 2019-02-07 04:10:14.385 6477 INFO octavia.api.v2.controllers.pool [req-55c8a97e-2fcd-4e68-a5e4-9355dbcc215a - - - - -] Sending Creation of Pool 0f21549a-f31d-4fca-94ae-25154b039996 to handler 2019-02-07 04:10:14.413 6478 INFO octavia.api.v2.controllers.health_monitor [req-8c40f8c0-9a2d-49dd-92a5-c5f5d042d365 - - - - -] Sending Creation of Health Monitor 4f234c1b-c493-4541-99af-b7414504d91b to handler 2019-02-07 04:10:14.514 6477 INFO oslo_db.sqlalchemy.provision [req-8a744c5b-e798-455b-ac3d-a1f267ed8b5f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:14.517 6477 INFO oslo_db.sqlalchemy.provision [req-8a744c5b-e798-455b-ac3d-a1f267ed8b5f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vnayvfzxay 2019-02-07 04:10:14.517 6477 INFO oslo_db.sqlalchemy.provision [req-8a744c5b-e798-455b-ac3d-a1f267ed8b5f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_empty_get_all [0.490861s] ... ok 2019-02-07 04:10:14.520 6477 INFO oslo_db.sqlalchemy.provision [req-8a744c5b-e798-455b-ac3d-a1f267ed8b5f - - - - -] CREATE BACKEND sqlite:// TOKEN upmgslugwg 2019-02-07 04:10:14.593 6477 INFO octavia.common.config [req-8a744c5b-e798-455b-ac3d-a1f267ed8b5f - - - - -] Logging enabled! 2019-02-07 04:10:14.593 6477 INFO octavia.common.config [req-8a744c5b-e798-455b-ac3d-a1f267ed8b5f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:14.615 6477 WARNING octavia.api.root_controller [req-8a744c5b-e798-455b-ac3d-a1f267ed8b5f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:14.629 6477 INFO octavia.api.v2.controllers.load_balancer [req-c312fdb8-e3ab-4eae-bb7d-dd57d6de65d3 - - - - -] Sending created Load Balancer 5c0c02f2-d092-45fc-bc60-f881db77f086 to the handler 2019-02-07 04:10:14.635 6478 INFO octavia.api.v2.controllers.health_monitor [req-1a6564db-efa0-4a3a-bbf5-124d8c08f59a - - - - -] Sending Creation of Health Monitor 9909ddcb-cb07-4d0b-a8dc-330b8009be23 to handler 2019-02-07 04:10:14.744 6477 INFO octavia.api.v2.controllers.listener [req-d5cce7e3-7d41-4896-8b9a-c7b2211700da - - - - -] Sending Creation of Listener edf4f87a-a959-42bc-bd2b-c5e16f3088ef to handler 2019-02-07 04:10:14.879 6478 INFO octavia.api.v2.controllers.health_monitor [req-677f9001-8b42-44fd-92b3-66dc92e8e6c0 - - - - -] Sending Creation of Health Monitor 67f334c1-bbf4-442a-bff2-6cd9e6020cc9 to handler 2019-02-07 04:10:14.945 6477 INFO octavia.api.v2.controllers.pool [req-df9e2c91-beb3-4a57-b20f-86ff4d8d5200 - - - - -] Sending Creation of Pool 99f25efa-b66b-429c-bd0c-f476edc794cb to handler 2019-02-07 04:10:15.091 6477 INFO octavia.api.v2.controllers.l7policy [req-627cc628-53e8-4445-b5d5-dc2dd5f9fe9c - - - - -] Sending Creation of L7Policy dc399917-dc24-4e2a-91dc-068d3672982e to handler 2019-02-07 04:10:15.196 6478 INFO oslo_db.sqlalchemy.provision [req-a29bba88-506d-44d2-92ea-b2921bbc6674 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:15.198 6478 INFO oslo_db.sqlalchemy.provision [req-a29bba88-506d-44d2-92ea-b2921bbc6674 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gjjiiyejzk 2019-02-07 04:10:15.198 6478 INFO oslo_db.sqlalchemy.provision [req-a29bba88-506d-44d2-92ea-b2921bbc6674 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_filter [2.286220s] ... ok 2019-02-07 04:10:15.201 6478 INFO oslo_db.sqlalchemy.provision [req-a29bba88-506d-44d2-92ea-b2921bbc6674 - - - - -] CREATE BACKEND sqlite:// TOKEN ropfbffsfi 2019-02-07 04:10:15.275 6478 INFO octavia.common.config [req-a29bba88-506d-44d2-92ea-b2921bbc6674 - - - - -] Logging enabled! 2019-02-07 04:10:15.276 6478 INFO octavia.common.config [req-a29bba88-506d-44d2-92ea-b2921bbc6674 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:15.298 6478 WARNING octavia.api.root_controller [req-a29bba88-506d-44d2-92ea-b2921bbc6674 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:15.312 6478 INFO octavia.api.v2.controllers.load_balancer [req-c3792a5f-1c24-49a4-ac88-8909123d3b22 - - - - -] Sending created Load Balancer 8f29943d-c07d-4ff1-8159-b107af1ff9da to the handler 2019-02-07 04:10:15.315 6477 INFO oslo_db.sqlalchemy.provision [req-69fc1417-c487-4519-9f5f-defc1d7462fb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:15.316 6477 INFO oslo_db.sqlalchemy.provision [req-69fc1417-c487-4519-9f5f-defc1d7462fb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN upmgslugwg 2019-02-07 04:10:15.317 6477 INFO oslo_db.sqlalchemy.provision [req-69fc1417-c487-4519-9f5f-defc1d7462fb - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all [0.799212s] ... ok 2019-02-07 04:10:15.319 6477 INFO oslo_db.sqlalchemy.provision [req-69fc1417-c487-4519-9f5f-defc1d7462fb - - - - -] CREATE BACKEND sqlite:// TOKEN mutwbrhivh 2019-02-07 04:10:15.393 6477 INFO octavia.common.config [req-69fc1417-c487-4519-9f5f-defc1d7462fb - - - - -] Logging enabled! 2019-02-07 04:10:15.393 6477 INFO octavia.common.config [req-69fc1417-c487-4519-9f5f-defc1d7462fb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:15.415 6477 WARNING octavia.api.root_controller [req-69fc1417-c487-4519-9f5f-defc1d7462fb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:15.429 6477 INFO octavia.api.v2.controllers.load_balancer [req-2e76485a-0aec-4e1f-93f9-f9012556904f - - - - -] Sending created Load Balancer 7b10d6bb-2884-4297-a682-cfd8a10c1c8c to the handler 2019-02-07 04:10:15.433 6478 INFO octavia.api.v2.controllers.listener [req-55152514-2b4b-4ea4-b9ac-5d4c4e18e8dd - - - - -] Sending Creation of Listener d4fed18a-6ddc-4fe2-8731-ae3b96ef4119 to handler 2019-02-07 04:10:15.545 6477 INFO octavia.api.v2.controllers.listener [req-90210ee4-7180-4053-824c-8c3d880bee94 - - - - -] Sending Creation of Listener cd926383-c30d-4d2e-96f1-a0be0649a6de to handler 2019-02-07 04:10:15.564 6478 INFO octavia.api.v2.controllers.pool [req-0d81a89a-575f-4a21-9b91-6778e0965b75 - - - - -] Sending Creation of Pool 11d726ad-574f-446b-9db6-59bdc75139f6 to handler 2019-02-07 04:10:15.674 6477 INFO octavia.api.v2.controllers.pool [req-f3a73f5f-7f38-4806-b12a-9c8e153625b8 - - - - -] Sending Creation of Pool 45717e46-2be5-4b41-b366-6e729e654008 to handler 2019-02-07 04:10:15.719 6478 INFO octavia.api.v2.controllers.pool [req-9447826d-aa25-46fe-8e64-4b3250978539 - - - - -] Sending Creation of Pool 9d6c504f-e5d8-4e26-b832-372c1c77fb36 to handler 2019-02-07 04:10:15.853 6478 INFO octavia.api.v2.controllers.load_balancer [req-478caa25-243f-41e1-b3c6-7620ba57e9fb - - - - -] Sending created Load Balancer dd8029fb-767c-472d-a8df-9f7707e398ad to the handler 2019-02-07 04:10:15.865 6477 INFO octavia.api.v2.controllers.load_balancer [req-163a5c85-9b23-43a7-be60-62620718a920 - - - - -] Sending created Load Balancer bacdafb7-5d8a-4872-ae61-3a90dab0a533 to the handler 2019-02-07 04:10:15.981 6477 INFO octavia.api.v2.controllers.listener [req-80fd247d-7554-49b2-8946-37044c898db3 - - - - -] Sending Creation of Listener 11c583fc-ac6f-4ce2-8aa1-f670425ec847 to handler 2019-02-07 04:10:16.002 6478 INFO octavia.api.v2.controllers.pool [req-022c9324-2c1d-44c0-b410-515056cc0231 - - - - -] Sending Creation of Pool a56224fe-de40-4803-a1e7-6c6f169d2e9a to handler 2019-02-07 04:10:16.110 6477 INFO octavia.api.v2.controllers.pool [req-c3a52173-dff5-4474-8340-06d2568244ad - - - - -] Sending Creation of Pool b87a62fc-8bc7-482d-aedb-f6d9fb0175d8 to handler 2019-02-07 04:10:16.220 6478 INFO octavia.api.v2.controllers.pool [req-f7ec3750-0908-483a-b291-cbffb0efac09 - - - - -] Sending Creation of Pool c88d82ff-f0e7-4c04-b181-ccbc11e408f8 to handler 2019-02-07 04:10:16.257 6477 INFO octavia.api.v2.controllers.l7policy [req-279ee690-9794-42ef-a4af-8c0001474287 - - - - -] Sending Creation of L7Policy b76cc267-0f53-4c1f-908b-34dd3de66aa9 to handler 2019-02-07 04:10:16.373 6478 INFO octavia.api.v2.controllers.health_monitor [req-a1af01e8-1396-488c-9a0b-bbf650879241 - - - - -] Sending Creation of Health Monitor 43f3beed-23ca-40b0-bdc8-82c99c5438fd to handler 2019-02-07 04:10:16.505 6477 INFO octavia.api.v2.controllers.l7policy [req-dcd58461-c1c3-48c9-8062-18d171719468 - - - - -] Sending Creation of L7Policy a2d5c965-ad47-42f2-9e41-47f7b95982da to handler 2019-02-07 04:10:16.517 6478 INFO octavia.api.v2.controllers.health_monitor [req-02dfd60a-d247-48a7-b0ce-cb22f9c8f787 - - - - -] Sending Creation of Health Monitor 7295ae26-f35d-428e-ba48-a5e3a5753682 to handler 2019-02-07 04:10:16.667 6478 INFO octavia.api.v2.controllers.health_monitor [req-1fb41512-608b-4b10-8a4b-7550d82bf910 - - - - -] Sending Creation of Health Monitor 7da9d45d-d810-4573-922d-bce120cbff08 to handler 2019-02-07 04:10:16.877 6478 INFO oslo_db.sqlalchemy.provision [req-7571b257-f448-411d-8bf9-fb06c52fbb67 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:16.879 6478 INFO oslo_db.sqlalchemy.provision [req-7571b257-f448-411d-8bf9-fb06c52fbb67 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ropfbffsfi 2019-02-07 04:10:16.879 6478 INFO oslo_db.sqlalchemy.provision [req-7571b257-f448-411d-8bf9-fb06c52fbb67 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_non_admin [1.680953s] ... ok 2019-02-07 04:10:16.882 6478 INFO oslo_db.sqlalchemy.provision [req-7571b257-f448-411d-8bf9-fb06c52fbb67 - - - - -] CREATE BACKEND sqlite:// TOKEN cqdfjsmngh 2019-02-07 04:10:16.876 6477 INFO octavia.api.v2.controllers.l7policy [req-e4fcd246-37ca-4c8d-9bf0-354a45df50f7 - - - - -] Sending Creation of L7Policy 6ac803fa-94c0-47f8-a495-c7754158dba1 to handler 2019-02-07 04:10:16.958 6478 INFO octavia.common.config [req-7571b257-f448-411d-8bf9-fb06c52fbb67 - - - - -] Logging enabled! 2019-02-07 04:10:16.959 6478 INFO octavia.common.config [req-7571b257-f448-411d-8bf9-fb06c52fbb67 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:16.981 6478 WARNING octavia.api.root_controller [req-7571b257-f448-411d-8bf9-fb06c52fbb67 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:16.996 6478 INFO octavia.api.v2.controllers.load_balancer [req-147b189f-8266-48fc-9fdc-b77fdec72054 - - - - -] Sending created Load Balancer 86bbbd49-1bf4-4885-b17a-3dcc26626eff to the handler 2019-02-07 04:10:17.144 6478 INFO octavia.api.v2.controllers.listener [req-d000cc18-ac8f-4326-bb27-1b41798819fb - - - - -] Sending Creation of Listener 1509c2d1-78f7-46fc-8e2a-3285169154d0 to handler 2019-02-07 04:10:17.246 6477 INFO oslo_db.sqlalchemy.provision [req-6044dce4-cc13-49da-a818-571d85ac6799 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:17.248 6477 INFO oslo_db.sqlalchemy.provision [req-6044dce4-cc13-49da-a818-571d85ac6799 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mutwbrhivh 2019-02-07 04:10:17.248 6477 INFO oslo_db.sqlalchemy.provision [req-6044dce4-cc13-49da-a818-571d85ac6799 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_admin [1.931055s] ... ok 2019-02-07 04:10:17.251 6477 INFO oslo_db.sqlalchemy.provision [req-6044dce4-cc13-49da-a818-571d85ac6799 - - - - -] CREATE BACKEND sqlite:// TOKEN xbvfmpzaom 2019-02-07 04:10:17.324 6477 INFO octavia.common.config [req-6044dce4-cc13-49da-a818-571d85ac6799 - - - - -] Logging enabled! 2019-02-07 04:10:17.325 6477 INFO octavia.common.config [req-6044dce4-cc13-49da-a818-571d85ac6799 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:17.358 6478 INFO octavia.api.v2.controllers.pool [req-4fdadfff-3d61-44eb-8956-d5504ddd1867 - - - - -] Sending Creation of Pool 2dcdeee2-94f4-4b43-9a81-7186b84ae59a to handler 2019-02-07 04:10:17.347 6477 WARNING octavia.api.root_controller [req-6044dce4-cc13-49da-a818-571d85ac6799 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:17.358 6477 INFO octavia.api.v2.controllers.load_balancer [req-fe664699-f082-4316-8a70-2a64774be3b8 - - - - -] Sending created Load Balancer caf15629-7c05-4c5b-81ad-f40aa7c8e474 to the handler 2019-02-07 04:10:17.477 6477 INFO octavia.api.v2.controllers.listener [req-778166bc-f2b0-4ee9-bbbd-b58ed7817608 - - - - -] Sending Creation of Listener 3f5e62a4-8600-4b88-9b31-6b24f7baadf2 to handler 2019-02-07 04:10:17.518 6478 INFO octavia.api.v2.controllers.pool [req-def60483-cf12-494d-af5e-07dfa875c16c - - - - -] Sending Creation of Pool a4093b00-bbf9-42a8-9a6e-d0fa4d0062a6 to handler 2019-02-07 04:10:17.605 6477 INFO octavia.api.v2.controllers.pool [req-2210439b-74fa-477a-8922-f4ec2e2d5ee8 - - - - -] Sending Creation of Pool 03a4ac4d-dca8-42be-aca0-3a24f09a5ce9 to handler 2019-02-07 04:10:17.662 6478 INFO octavia.api.v2.controllers.load_balancer [req-e0e10f68-6f5a-4eba-b9fe-0e2471820ae4 - - - - -] Sending created Load Balancer bdb1d98e-40c8-40f4-a9bd-4298612f4f25 to the handler 2019-02-07 04:10:17.779 6478 INFO octavia.api.v2.controllers.pool [req-f8743024-7c37-47c5-9033-2813caf04a5a - - - - -] Sending Creation of Pool ab57cd78-e68f-44b0-aa31-b3805b9bae5c to handler 2019-02-07 04:10:17.821 6477 INFO octavia.api.v2.controllers.l7policy [req-438cfd25-98bb-4432-984e-70e58e0a07fb - - - - -] Sending Creation of L7Policy f006c4f5-2a7f-4a11-a00c-2250864ae868 to handler 2019-02-07 04:10:17.911 6478 INFO octavia.api.v2.controllers.pool [req-107893e5-2141-4814-8e4b-02d2e2f1a70e - - - - -] Sending Creation of Pool f28926ab-da38-4c80-9dfd-8fde90d4c916 to handler 2019-02-07 04:10:18.059 6477 INFO octavia.api.v2.controllers.l7policy [req-ac4b6298-3366-403a-b9d7-deb712e02fbe - - - - -] Sending Creation of L7Policy ee3e3f47-6eeb-4f07-ab44-b41883403aa9 to handler 2019-02-07 04:10:18.056 6478 INFO octavia.api.v2.controllers.pool [req-214f5836-a928-481a-a0bc-26e3d0d3e5ca - - - - -] Sending Creation of Pool 431aa277-35fc-4620-ba1a-7e1d2b9fe987 to handler 2019-02-07 04:10:18.235 6478 INFO octavia.api.v2.controllers.health_monitor [req-3988c9ce-fc8e-4cc3-85ed-a59dc3bc2a8a - - - - -] Sending Creation of Health Monitor 163a1ad0-f6a9-4510-8c35-7f1d825f82b8 to handler 2019-02-07 04:10:18.363 6477 INFO octavia.api.v2.controllers.l7policy [req-9fe6450e-95da-445d-8afc-fea83eaf7060 - - - - -] Sending Creation of L7Policy 408bd4b7-86cf-468f-9bce-d205b24e18dc to handler 2019-02-07 04:10:18.482 6478 INFO octavia.api.v2.controllers.health_monitor [req-4fb1e67f-5491-48d7-b5f5-5462b88240a8 - - - - -] Sending Creation of Health Monitor f4a41db2-4996-45e5-90d2-3a70c5a1bc25 to handler 2019-02-07 04:10:18.642 6478 INFO octavia.api.v2.controllers.health_monitor [req-72dfa9cd-f58a-4523-9e99-0870187c6ce2 - - - - -] Sending Creation of Health Monitor 83b03526-582a-421f-a649-58e627af66ce to handler 2019-02-07 04:10:18.718 6477 INFO oslo_db.sqlalchemy.provision [req-b8106997-3570-4753-9c47-0501b4456467 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:18.719 6477 INFO oslo_db.sqlalchemy.provision [req-b8106997-3570-4753-9c47-0501b4456467 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xbvfmpzaom 2019-02-07 04:10:18.719 6477 INFO oslo_db.sqlalchemy.provision [req-b8106997-3570-4753-9c47-0501b4456467 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_filter [1.471523s] ... ok 2019-02-07 04:10:18.722 6477 INFO oslo_db.sqlalchemy.provision [req-b8106997-3570-4753-9c47-0501b4456467 - - - - -] CREATE BACKEND sqlite:// TOKEN ktzzeiirlj 2019-02-07 04:10:18.795 6477 INFO octavia.common.config [req-b8106997-3570-4753-9c47-0501b4456467 - - - - -] Logging enabled! 2019-02-07 04:10:18.796 6477 INFO octavia.common.config [req-b8106997-3570-4753-9c47-0501b4456467 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:18.840 6478 INFO oslo_db.sqlalchemy.provision [req-5b30713b-3072-482e-82a6-46c51460a912 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:18.841 6478 INFO oslo_db.sqlalchemy.provision [req-5b30713b-3072-482e-82a6-46c51460a912 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cqdfjsmngh 2019-02-07 04:10:18.841 6478 INFO oslo_db.sqlalchemy.provision [req-5b30713b-3072-482e-82a6-46c51460a912 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_all_non_admin_global_observer [1.962022s] ... ok 2019-02-07 04:10:18.818 6477 WARNING octavia.api.root_controller [req-b8106997-3570-4753-9c47-0501b4456467 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:18.829 6477 INFO octavia.api.v2.controllers.load_balancer [req-96d625e9-db18-40db-88ab-e1f76d1474c6 - - - - -] Sending created Load Balancer 7f0c0ea6-950f-41d9-9862-8cf65028d746 to the handler 2019-02-07 04:10:18.844 6478 INFO oslo_db.sqlalchemy.provision [req-5b30713b-3072-482e-82a6-46c51460a912 - - - - -] CREATE BACKEND sqlite:// TOKEN fyvbzztnft 2019-02-07 04:10:18.919 6478 INFO octavia.common.config [req-5b30713b-3072-482e-82a6-46c51460a912 - - - - -] Logging enabled! 2019-02-07 04:10:18.919 6478 INFO octavia.common.config [req-5b30713b-3072-482e-82a6-46c51460a912 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:18.943 6478 WARNING octavia.api.root_controller [req-5b30713b-3072-482e-82a6-46c51460a912 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:18.957 6478 INFO octavia.api.v2.controllers.load_balancer [req-ba5ac4c7-eec8-4597-8ec1-ed5126849b0f - - - - -] Sending created Load Balancer 421abed7-b4f0-4bda-a965-23b8a4d24be7 to the handler 2019-02-07 04:10:19.017 6477 INFO octavia.api.v2.controllers.listener [req-bc92d83b-1f5d-44f7-b47e-23a1bee1b187 - - - - -] Sending Creation of Listener a14f257b-aa99-48c8-9a12-cf1edf81ff24 to handler 2019-02-07 04:10:19.075 6478 INFO octavia.api.v2.controllers.listener [req-f21dfdf0-a45d-4f30-86fe-19abd75779af - - - - -] Sending Creation of Listener 44d01a30-f896-491b-96e6-bbc77aebe9fe to handler 2019-02-07 04:10:19.151 6477 INFO octavia.api.v2.controllers.pool [req-657eeab4-c2a1-43cf-a4a7-20cc3b9465a6 - - - - -] Sending Creation of Pool 349c0fd0-0719-43e3-8981-a08a6bed1e74 to handler 2019-02-07 04:10:19.214 6478 INFO octavia.api.v2.controllers.pool [req-2e834ed4-0e15-449b-b2b2-8b3c9ce283b6 - - - - -] Sending Creation of Pool a4a66e67-a129-43bb-b50a-9784c1922cb9 to handler 2019-02-07 04:10:19.298 6477 INFO octavia.api.v2.controllers.l7policy [req-bc497bf1-ee7d-4a9b-bac1-12abf0b6773f - - - - -] Sending Creation of L7Policy 73ec1987-26b0-4af8-822f-fb6ccb8a59d4 to handler 2019-02-07 04:10:19.404 6478 INFO octavia.api.v2.controllers.pool [req-85e4916a-6095-4394-8491-2b237d336550 - - - - -] Sending Creation of Pool ad903b02-0a0d-4c75-a9c5-3a082feb0b00 to handler 2019-02-07 04:10:19.548 6477 INFO octavia.api.v2.controllers.l7policy [req-15140c65-c790-4d04-b502-d6565141afc9 - - - - -] Sending Creation of L7Policy 1ebee7b2-8721-4dc3-8fdf-84c0ad18dfe0 to handler 2019-02-07 04:10:19.657 6478 INFO octavia.api.v2.controllers.health_monitor [req-ff557c66-ce99-4d8a-baea-972b0b7a4453 - - - - -] Sending Creation of Health Monitor b1bc474d-16d2-4cb9-8f4b-0a7adc49ab3e to handler 2019-02-07 04:10:19.813 6478 INFO oslo_db.sqlalchemy.provision [req-cc4b44ef-0569-4f3d-af58-0449af075739 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:19.814 6478 INFO oslo_db.sqlalchemy.provision [req-cc4b44ef-0569-4f3d-af58-0449af075739 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fyvbzztnft 2019-02-07 04:10:19.814 6478 INFO oslo_db.sqlalchemy.provision [req-cc4b44ef-0569-4f3d-af58-0449af075739 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_authorized [0.975597s] ... ok 2019-02-07 04:10:19.820 6478 INFO oslo_db.sqlalchemy.provision [req-cc4b44ef-0569-4f3d-af58-0449af075739 - - - - -] CREATE BACKEND sqlite:// TOKEN caoudzpycd 2019-02-07 04:10:19.891 6478 INFO octavia.common.config [req-cc4b44ef-0569-4f3d-af58-0449af075739 - - - - -] Logging enabled! 2019-02-07 04:10:19.891 6478 INFO octavia.common.config [req-cc4b44ef-0569-4f3d-af58-0449af075739 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:19.913 6478 WARNING octavia.api.root_controller [req-cc4b44ef-0569-4f3d-af58-0449af075739 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:19.919 6477 INFO octavia.api.v2.controllers.l7policy [req-8c48fc0b-d3be-47c5-ada0-e0716eddcb7b - - - - -] Sending Creation of L7Policy a278e0d2-e013-49ba-b20c-6b6f816be0e5 to handler 2019-02-07 04:10:19.928 6478 INFO octavia.api.v2.controllers.load_balancer [req-09272e8a-ee2c-4043-b0b0-d05a7db44ff0 - - - - -] Sending created Load Balancer 2a42841a-34dd-4e8c-8c47-cf1d4025abf4 to the handler 2019-02-07 04:10:20.046 6478 INFO octavia.api.v2.controllers.listener [req-ecddc968-69ab-4b5b-9c35-a31baf342deb - - - - -] Sending Creation of Listener 3606f196-0e8f-43fb-9e89-5e3436a345a9 to handler 2019-02-07 04:10:20.176 6478 INFO octavia.api.v2.controllers.pool [req-ccd63175-ba2f-48fb-8af6-6d350c1be332 - - - - -] Sending Creation of Pool d1aab35e-ba21-414e-bc22-c267362d0aaa to handler 2019-02-07 04:10:20.317 6477 INFO oslo_db.sqlalchemy.provision [req-5f5867c3-ceb2-434c-a449-abffa679b406 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:20.319 6477 INFO oslo_db.sqlalchemy.provision [req-5f5867c3-ceb2-434c-a449-abffa679b406 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ktzzeiirlj 2019-02-07 04:10:20.319 6477 INFO oslo_db.sqlalchemy.provision [req-5f5867c3-ceb2-434c-a449-abffa679b406 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_limited [1.599490s] ... ok 2019-02-07 04:10:20.330 6478 INFO octavia.api.v2.controllers.pool [req-98030609-faaa-474f-8f18-f88565ee318b - - - - -] Sending Creation of Pool 94619059-c5e5-4d60-b621-0b5c513b47c0 to handler 2019-02-07 04:10:20.322 6477 INFO oslo_db.sqlalchemy.provision [req-5f5867c3-ceb2-434c-a449-abffa679b406 - - - - -] CREATE BACKEND sqlite:// TOKEN bzjuhpfmcq 2019-02-07 04:10:20.396 6477 INFO octavia.common.config [req-5f5867c3-ceb2-434c-a449-abffa679b406 - - - - -] Logging enabled! 2019-02-07 04:10:20.396 6477 INFO octavia.common.config [req-5f5867c3-ceb2-434c-a449-abffa679b406 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:20.418 6477 WARNING octavia.api.root_controller [req-5f5867c3-ceb2-434c-a449-abffa679b406 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:20.430 6477 INFO octavia.api.v2.controllers.load_balancer [req-15d7c513-3158-4bd9-add0-78e7314271bf - - - - -] Sending created Load Balancer 645e26a7-ac44-4bfc-8116-2c4d122e9330 to the handler 2019-02-07 04:10:20.492 6478 INFO octavia.api.v2.controllers.load_balancer [req-773ef9aa-ab27-4e24-ab8c-3fe5455568e7 - - - - -] Sending created Load Balancer ebb430bd-446b-44f0-9038-4a906d1e6708 to the handler 2019-02-07 04:10:20.548 6477 INFO octavia.api.v2.controllers.listener [req-fd4b9e1a-ac31-470c-9404-eee2354adcce - - - - -] Sending Creation of Listener 105c3023-b045-478d-a0a5-339f9f2f1e27 to handler 2019-02-07 04:10:20.677 6477 INFO octavia.api.v2.controllers.pool [req-00dcccc3-2c1a-4b83-b57a-d1e782210d2c - - - - -] Sending Creation of Pool eda2d0b2-8640-446e-b050-23804827a149 to handler 2019-02-07 04:10:20.729 6478 INFO octavia.api.v2.controllers.load_balancer [req-c8dbca8d-95b7-46b7-81c1-849837a1bc82 - - - - -] Sending created Load Balancer d31ffa4f-74a1-4ed0-9025-0d1e07241dc1 to the handler 2019-02-07 04:10:20.801 6477 INFO octavia.api.v2.controllers.load_balancer [req-d3f20984-9982-4f7a-9af9-4c9155f246c2 - - - - -] Sending created Load Balancer 37efd6a7-7f5c-4db5-bfce-e092878d4bd4 to the handler 2019-02-07 04:10:20.848 6478 INFO octavia.api.v2.controllers.pool [req-361440ee-4b87-47a7-919e-a1c76fddce28 - - - - -] Sending Creation of Pool 6c3108a8-690d-4565-9aa6-0ee3afed40bc to handler 2019-02-07 04:10:20.984 6478 INFO octavia.api.v2.controllers.pool [req-c7e51015-f975-4ddb-bc22-f47e3ba42656 - - - - -] Sending Creation of Pool ad96b756-6048-40aa-87ea-97db0d1ad658 to handler 2019-02-07 04:10:20.984 6477 INFO octavia.api.v2.controllers.listener [req-4ac6aaac-0067-455d-87c1-c6a0eb867525 - - - - -] Sending Creation of Listener ee973d10-c428-45a4-a80a-aedd4f578735 to handler 2019-02-07 04:10:21.115 6477 INFO octavia.api.v2.controllers.pool [req-4aa740ea-f5f6-406f-abb6-358310cd9f31 - - - - -] Sending Creation of Pool feb53035-b4f3-4040-ac4d-8afb70197478 to handler 2019-02-07 04:10:21.123 6478 INFO octavia.api.v2.controllers.pool [req-20b53eb8-4cf6-4042-849f-b581cdd50c06 - - - - -] Sending Creation of Pool 5cd5d46d-02a5-409d-a853-0a1718c1049c to handler 2019-02-07 04:10:21.263 6477 INFO octavia.api.v2.controllers.l7policy [req-35573e86-84e4-485a-94c7-d3d6f361da15 - - - - -] Sending Creation of L7Policy 89813e00-86b7-4bca-ad88-02f64cb0aa11 to handler 2019-02-07 04:10:21.271 6478 INFO octavia.api.v2.controllers.health_monitor [req-2a5b420a-9ef1-404a-a7fe-5e9d04cdb97d - - - - -] Sending Creation of Health Monitor 6b550975-32fb-4cdf-89bf-640159603db6 to handler 2019-02-07 04:10:21.428 6478 INFO octavia.api.v2.controllers.health_monitor [req-db4358de-90f4-467d-836c-0ce6c5e9298a - - - - -] Sending Creation of Health Monitor 64c0bb9b-d05f-4b1f-a718-1521aa865633 to handler 2019-02-07 04:10:21.511 6477 INFO octavia.api.v2.controllers.l7policy [req-ceadf7b2-3f6c-4593-9d3d-b939690c3c16 - - - - -] Sending Creation of L7Policy 59e72e7c-8f95-44c5-9e39-7ae91d43e531 to handler 2019-02-07 04:10:21.569 6478 INFO octavia.api.v2.controllers.health_monitor [req-e08ae679-d329-4e6d-abe1-7c8d3c83becd - - - - -] Sending Creation of Health Monitor 115128d6-a494-4354-9e7d-e27dbb2eec54 to handler 2019-02-07 04:10:21.877 6477 INFO octavia.api.v2.controllers.l7policy [req-eef7354a-7af6-4b61-9663-899163351ca3 - - - - -] Sending Creation of L7Policy e4ba7a07-253a-407e-b49b-010c3ac02a9c to handler 2019-02-07 04:10:21.903 6478 INFO oslo_db.sqlalchemy.provision [req-f94fa61d-6b01-452a-826c-9ced5e267b32 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:21.907 6478 INFO oslo_db.sqlalchemy.provision [req-f94fa61d-6b01-452a-826c-9ced5e267b32 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN caoudzpycd 2019-02-07 04:10:21.907 6478 INFO oslo_db.sqlalchemy.provision [req-f94fa61d-6b01-452a-826c-9ced5e267b32 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_by_project_id [2.089599s] ... ok 2019-02-07 04:10:21.910 6478 INFO oslo_db.sqlalchemy.provision [req-f94fa61d-6b01-452a-826c-9ced5e267b32 - - - - -] CREATE BACKEND sqlite:// TOKEN pnvhvoeeiz 2019-02-07 04:10:21.983 6478 INFO octavia.common.config [req-f94fa61d-6b01-452a-826c-9ced5e267b32 - - - - -] Logging enabled! 2019-02-07 04:10:21.984 6478 INFO octavia.common.config [req-f94fa61d-6b01-452a-826c-9ced5e267b32 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:22.006 6478 WARNING octavia.api.root_controller [req-f94fa61d-6b01-452a-826c-9ced5e267b32 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:22.020 6478 INFO octavia.api.v2.controllers.load_balancer [req-defbfb00-4fc3-4ce1-9f3b-96d23e2e1dac - - - - -] Sending created Load Balancer e76a8c82-37af-47cf-b2d7-385223deafac to the handler 2019-02-07 04:10:22.138 6478 INFO octavia.api.v2.controllers.listener [req-e402d44a-1fc7-40a9-8696-c4201fae3f97 - - - - -] Sending Creation of Listener 6c8e79a0-9c98-477b-9aae-c47073e76c2c to handler 2019-02-07 04:10:22.183 6477 INFO oslo_db.sqlalchemy.provision [req-fe4e41bf-0454-42f9-9ef9-76de33e61226 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:22.184 6477 INFO oslo_db.sqlalchemy.provision [req-fe4e41bf-0454-42f9-9ef9-76de33e61226 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bzjuhpfmcq 2019-02-07 04:10:22.186 6477 INFO oslo_db.sqlalchemy.provision [req-fe4e41bf-0454-42f9-9ef9-76de33e61226 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_non_admin_global_observer [1.866609s] ... ok 2019-02-07 04:10:22.189 6477 INFO oslo_db.sqlalchemy.provision [req-fe4e41bf-0454-42f9-9ef9-76de33e61226 - - - - -] CREATE BACKEND sqlite:// TOKEN xapsicqmbx 2019-02-07 04:10:22.261 6477 INFO octavia.common.config [req-fe4e41bf-0454-42f9-9ef9-76de33e61226 - - - - -] Logging enabled! 2019-02-07 04:10:22.261 6477 INFO octavia.common.config [req-fe4e41bf-0454-42f9-9ef9-76de33e61226 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:22.271 6478 INFO octavia.api.v2.controllers.pool [req-16321527-4d0a-4346-86c9-34d17651e139 - - - - -] Sending Creation of Pool 6a825e0d-75fc-4197-ab10-50708cbc11de to handler 2019-02-07 04:10:22.283 6477 WARNING octavia.api.root_controller [req-fe4e41bf-0454-42f9-9ef9-76de33e61226 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:22.298 6477 INFO octavia.api.v2.controllers.load_balancer [req-fc0e666f-1021-492b-98ad-599832913e9e - - - - -] Sending created Load Balancer 275bf3ea-f91f-4e5d-a301-f105358c706d to the handler 2019-02-07 04:10:22.413 6477 INFO octavia.api.v2.controllers.listener [req-cacb1e7c-d015-4340-aba4-0039ddbd5b14 - - - - -] Sending Creation of Listener 40dbc984-5ff7-4f87-9ec1-114f01505e90 to handler 2019-02-07 04:10:22.426 6478 INFO octavia.api.v2.controllers.pool [req-91406f24-e774-433b-9681-bdf258c1ff6d - - - - -] Sending Creation of Pool 89ced7e6-a96d-4d3a-98b6-8b1a0bb05862 to handler 2019-02-07 04:10:22.543 6477 INFO octavia.api.v2.controllers.pool [req-97ff28a3-15a1-4845-8279-a64eedd03fb9 - - - - -] Sending Creation of Pool 6f3ea444-1f2c-41e8-8c99-af86d07e5637 to handler 2019-02-07 04:10:22.595 6478 INFO octavia.api.v2.controllers.health_monitor [req-4ed39325-3634-4d8b-b53b-315e613a4249 - - - - -] Sending Creation of Health Monitor d16bf030-a6a4-4dae-9414-0f1360c877f7 to handler 2019-02-07 04:10:22.688 6477 INFO octavia.api.v2.controllers.l7policy [req-e858668a-a386-49da-a0d1-480012d2a3d0 - - - - -] Sending Creation of L7Policy 9b0b8b3c-d6ee-4df8-9509-3b6762efbada to handler 2019-02-07 04:10:22.726 6478 INFO oslo_db.sqlalchemy.provision [req-45f15d9d-0bd7-436b-8e24-aeb8dc4877e3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:22.728 6478 INFO oslo_db.sqlalchemy.provision [req-45f15d9d-0bd7-436b-8e24-aeb8dc4877e3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pnvhvoeeiz 2019-02-07 04:10:22.728 6478 INFO oslo_db.sqlalchemy.provision [req-45f15d9d-0bd7-436b-8e24-aeb8dc4877e3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_hides_deleted [0.820652s] ... ok 2019-02-07 04:10:22.731 6478 INFO oslo_db.sqlalchemy.provision [req-45f15d9d-0bd7-436b-8e24-aeb8dc4877e3 - - - - -] CREATE BACKEND sqlite:// TOKEN kjbnxrzfnc 2019-02-07 04:10:22.819 6478 INFO octavia.common.config [req-45f15d9d-0bd7-436b-8e24-aeb8dc4877e3 - - - - -] Logging enabled! 2019-02-07 04:10:22.819 6478 INFO octavia.common.config [req-45f15d9d-0bd7-436b-8e24-aeb8dc4877e3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:22.843 6478 WARNING octavia.api.root_controller [req-45f15d9d-0bd7-436b-8e24-aeb8dc4877e3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:22.860 6478 INFO octavia.api.v2.controllers.load_balancer [req-fe3eacf2-3d56-4928-83fc-46aceaa48d9c - - - - -] Sending created Load Balancer a926b071-765c-4241-a44d-67c936bc49a6 to the handler 2019-02-07 04:10:22.964 6477 INFO oslo_db.sqlalchemy.provision [req-dc44d33f-0ff6-4748-b93b-bb2f580353e4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:22.967 6477 INFO oslo_db.sqlalchemy.provision [req-dc44d33f-0ff6-4748-b93b-bb2f580353e4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xapsicqmbx 2019-02-07 04:10:22.967 6477 INFO oslo_db.sqlalchemy.provision [req-dc44d33f-0ff6-4748-b93b-bb2f580353e4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_not_authorized [0.781114s] ... ok 2019-02-07 04:10:22.970 6477 INFO oslo_db.sqlalchemy.provision [req-dc44d33f-0ff6-4748-b93b-bb2f580353e4 - - - - -] CREATE BACKEND sqlite:// TOKEN mfuupjzlix 2019-02-07 04:10:22.977 6478 INFO octavia.api.v2.controllers.listener [req-e9b0e0cd-e314-4f47-86d0-fbdc8455856f - - - - -] Sending Creation of Listener 5197f640-6ff5-4b80-9ffc-2bbe0c711f48 to handler 2019-02-07 04:10:23.043 6477 INFO octavia.common.config [req-dc44d33f-0ff6-4748-b93b-bb2f580353e4 - - - - -] Logging enabled! 2019-02-07 04:10:23.044 6477 INFO octavia.common.config [req-dc44d33f-0ff6-4748-b93b-bb2f580353e4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:23.066 6477 WARNING octavia.api.root_controller [req-dc44d33f-0ff6-4748-b93b-bb2f580353e4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:23.080 6477 INFO octavia.api.v2.controllers.load_balancer [req-9e690c7c-1b23-4f9b-947a-8e267f265e2f - - - - -] Sending created Load Balancer fde2fe72-9a34-4739-a376-adb0682b1f58 to the handler 2019-02-07 04:10:23.114 6478 INFO octavia.api.v2.controllers.pool [req-4d03b64f-3cf0-4b2e-8018-90163f1330cc - - - - -] Sending Creation of Pool be28190e-6b08-434d-90f1-9413b11ae607 to handler 2019-02-07 04:10:23.197 6477 INFO octavia.api.v2.controllers.listener [req-2d48a84e-168f-4d61-807e-2570d7e2091c - - - - -] Sending Creation of Listener ddd93adc-e216-45c5-8566-198a685d1e18 to handler 2019-02-07 04:10:23.273 6478 INFO octavia.api.v2.controllers.pool [req-210923aa-a278-417c-8b47-224361f5b426 - - - - -] Sending Creation of Pool 33c904dc-f49a-4b6f-99de-bf747a591fa2 to handler 2019-02-07 04:10:23.335 6477 INFO octavia.api.v2.controllers.pool [req-2275f32f-f779-4578-a4b0-a520318825ca - - - - -] Sending Creation of Pool 8fd55fef-19e4-483c-b873-730bd000256b to handler 2019-02-07 04:10:23.483 6477 INFO octavia.api.v2.controllers.l7policy [req-a0dd60e8-60d9-4c18-af07-303a289a39a3 - - - - -] Sending Creation of L7Policy 61504786-7c10-442d-a3b5-54fdb4d07db4 to handler 2019-02-07 04:10:23.523 6478 INFO octavia.api.v2.controllers.health_monitor [req-921d02f6-30ec-4d30-9ec0-5ffb143129cf - - - - -] Sending Creation of Health Monitor 598eef71-6bdc-47d6-a3a4-3f93766cc28b to handler 2019-02-07 04:10:23.679 6478 INFO oslo_db.sqlalchemy.provision [req-894f273c-a75a-49d7-81f6-592376e30606 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:23.681 6478 INFO oslo_db.sqlalchemy.provision [req-894f273c-a75a-49d7-81f6-592376e30606 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kjbnxrzfnc 2019-02-07 04:10:23.681 6478 INFO oslo_db.sqlalchemy.provision [req-894f273c-a75a-49d7-81f6-592376e30606 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_not_authorized [0.952915s] ... ok 2019-02-07 04:10:23.684 6478 INFO oslo_db.sqlalchemy.provision [req-894f273c-a75a-49d7-81f6-592376e30606 - - - - -] CREATE BACKEND sqlite:// TOKEN rvouiamrkz 2019-02-07 04:10:23.722 6477 INFO octavia.api.v2.controllers.l7policy [req-0b7ef7d6-764d-49c4-8506-a3415bdd69f1 - - - - -] Sending Creation of L7Policy 3ce84132-9847-44ac-8e38-a1bb2c3ebe65 to handler 2019-02-07 04:10:23.759 6478 INFO octavia.common.config [req-894f273c-a75a-49d7-81f6-592376e30606 - - - - -] Logging enabled! 2019-02-07 04:10:23.759 6478 INFO octavia.common.config [req-894f273c-a75a-49d7-81f6-592376e30606 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:23.782 6478 WARNING octavia.api.root_controller [req-894f273c-a75a-49d7-81f6-592376e30606 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:23.796 6478 INFO octavia.api.v2.controllers.load_balancer [req-0deb9813-179d-48e5-9217-2b3b0b8a57c5 - - - - -] Sending created Load Balancer 35476331-8eef-4ddb-bb20-308407fbc9f8 to the handler 2019-02-07 04:10:23.932 6478 INFO octavia.api.v2.controllers.listener [req-4afedc2d-68fa-4a78-b6b7-a83b5c0d198d - - - - -] Sending Creation of Listener 7cd32697-1557-469f-8e4a-adff198418c5 to handler 2019-02-07 04:10:24.063 6478 INFO octavia.api.v2.controllers.pool [req-5c23a3d9-3ebc-4e81-884e-34beabb6a8b5 - - - - -] Sending Creation of Pool 0e5ce8c3-78ac-4575-b129-0fb5dabc32fe to handler 2019-02-07 04:10:24.094 6477 INFO octavia.api.v2.controllers.l7policy [req-9cfdc6c0-5d53-4c5a-a9fd-5412f12a4bef - - - - -] Sending Creation of L7Policy 8cf19cc5-981d-4264-b275-a25ec0ec5a0d to handler 2019-02-07 04:10:24.220 6478 INFO octavia.api.v2.controllers.pool [req-c1f95c6a-21f4-4142-88d5-a30fabb1b8e9 - - - - -] Sending Creation of Pool a3fa4512-6091-4fd3-9cdf-2e7c19cf881c to handler 2019-02-07 04:10:24.387 6478 INFO octavia.api.v2.controllers.pool [req-41c3969c-362b-464b-acb9-47d887a59746 - - - - -] Sending Creation of Pool 7a4f2ab5-b4f1-4492-8b74-4dea2e54b0fb to handler 2019-02-07 04:10:24.476 6477 INFO oslo_db.sqlalchemy.provision [req-8dcf25fa-6667-49a8-a0f9-3ad36cde1c27 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:24.477 6477 INFO oslo_db.sqlalchemy.provision [req-8dcf25fa-6667-49a8-a0f9-3ad36cde1c27 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mfuupjzlix 2019-02-07 04:10:24.477 6477 INFO oslo_db.sqlalchemy.provision [req-8dcf25fa-6667-49a8-a0f9-3ad36cde1c27 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_sorted [1.510075s] ... ok 2019-02-07 04:10:24.480 6477 INFO oslo_db.sqlalchemy.provision [req-8dcf25fa-6667-49a8-a0f9-3ad36cde1c27 - - - - -] CREATE BACKEND sqlite:// TOKEN uorsnkohxt 2019-02-07 04:10:24.553 6477 INFO octavia.common.config [req-8dcf25fa-6667-49a8-a0f9-3ad36cde1c27 - - - - -] Logging enabled! 2019-02-07 04:10:24.555 6477 INFO octavia.common.config [req-8dcf25fa-6667-49a8-a0f9-3ad36cde1c27 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:24.576 6477 WARNING octavia.api.root_controller [req-8dcf25fa-6667-49a8-a0f9-3ad36cde1c27 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:24.587 6477 INFO octavia.api.v2.controllers.load_balancer [req-a00b9d3a-f09b-4d16-a4d0-b2d43155ceb5 - - - - -] Sending created Load Balancer 0b22acd6-2d53-49c3-945f-bf204971610f to the handler 2019-02-07 04:10:24.706 6477 INFO octavia.api.v2.controllers.listener [req-01a7ca48-bbee-4ca9-9459-3f9b39782ade - - - - -] Sending Creation of Listener beaf49e4-bc5d-448e-9e91-dc734b492031 to handler 2019-02-07 04:10:24.773 6478 INFO octavia.api.v2.controllers.health_monitor [req-9d6d3f33-5dea-4229-a515-44c7fbe85575 - - - - -] Sending Creation of Health Monitor 495c05c7-8417-40a0-a50a-1cb075b00016 to handler 2019-02-07 04:10:24.834 6477 INFO octavia.api.v2.controllers.pool [req-d448df90-13ba-483f-bf5e-1060635b5966 - - - - -] Sending Creation of Pool 9a8f1956-da3d-437b-b79b-efc34b7f4a93 to handler 2019-02-07 04:10:24.941 6478 INFO oslo_db.sqlalchemy.provision [req-078f43e5-9116-4cfd-b3b7-91c79759c0bc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:24.943 6478 INFO oslo_db.sqlalchemy.provision [req-078f43e5-9116-4cfd-b3b7-91c79759c0bc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rvouiamrkz 2019-02-07 04:10:24.943 6478 INFO oslo_db.sqlalchemy.provision [req-078f43e5-9116-4cfd-b3b7-91c79759c0bc - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_get_one_fields_filter [1.262269s] ... ok 2019-02-07 04:10:24.952 6478 INFO oslo_db.sqlalchemy.provision [req-078f43e5-9116-4cfd-b3b7-91c79759c0bc - - - - -] CREATE BACKEND sqlite:// TOKEN dquioedrkg 2019-02-07 04:10:25.027 6477 INFO octavia.api.v2.controllers.load_balancer [req-f8a2fef2-43be-4fdb-ba14-2011e4c53c19 - - - - -] Sending created Load Balancer 1f73b263-d505-4f50-8e13-65d604061bb8 to the handler 2019-02-07 04:10:25.038 6478 INFO octavia.common.config [req-078f43e5-9116-4cfd-b3b7-91c79759c0bc - - - - -] Logging enabled! 2019-02-07 04:10:25.038 6478 INFO octavia.common.config [req-078f43e5-9116-4cfd-b3b7-91c79759c0bc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:25.070 6478 WARNING octavia.api.root_controller [req-078f43e5-9116-4cfd-b3b7-91c79759c0bc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:25.086 6478 INFO octavia.api.v2.controllers.load_balancer [req-03ace34e-055f-4675-8cbc-6a1322a4a9e6 - - - - -] Sending created Load Balancer 6978de26-6dd5-43f0-8fb8-70828ef7638f to the handler 2019-02-07 04:10:25.138 6477 INFO octavia.api.v2.controllers.load_balancer [req-362c39f1-3b9a-417a-87e4-a045390623a4 - - - - -] Sending created Load Balancer cc512b52-6f34-4d47-918d-a7b19e06ba9f to the handler 2019-02-07 04:10:25.237 6478 INFO octavia.api.v2.controllers.listener [req-e01231b9-ff8f-45a9-99a0-fb63d572a4fd - - - - -] Sending Creation of Listener c89e7db2-500e-4157-9d62-56b662ac16bf to handler 2019-02-07 04:10:25.253 6477 INFO octavia.api.v2.controllers.listener [req-914f0334-9802-46b5-97af-ba1855c71bdb - - - - -] Sending Creation of Listener 2cb57821-bce2-4e5e-a0c6-916323f834bc to handler 2019-02-07 04:10:25.369 6478 INFO octavia.api.v2.controllers.pool [req-b6bd3617-9c1f-47d0-88ab-8ce00b7cb1e2 - - - - -] Sending Creation of Pool b22f17b7-f613-4c70-a9cc-9479a8daf7b7 to handler 2019-02-07 04:10:25.379 6477 INFO octavia.api.v2.controllers.listener [req-74af9623-a618-48ea-9d52-99f4f50aad61 - - - - -] Sending Creation of Listener eb9ebf5a-bc40-4b72-b28e-a55f414f8731 to handler 2019-02-07 04:10:25.508 6477 INFO octavia.api.v2.controllers.pool [req-536c5c11-b4ea-4017-b1e1-673fee08cb2a - - - - -] Sending Creation of Pool 97c47f69-f0ea-4a3a-ae32-5f498d863e50 to handler 2019-02-07 04:10:25.529 6478 INFO octavia.api.v2.controllers.pool [req-38779b5a-877f-4033-93b8-e3ae7749ca91 - - - - -] Sending Creation of Pool e07b95af-9586-4d81-9168-84679faffeca to handler 2019-02-07 04:10:25.653 6477 INFO octavia.api.v2.controllers.l7policy [req-d55caa59-00f8-407a-b38e-d293732c4cb5 - - - - -] Sending Creation of L7Policy e4d8a238-f93b-4dba-8619-c747b1d8a53b to handler 2019-02-07 04:10:25.776 6478 INFO octavia.api.v2.controllers.health_monitor [req-8ab33f32-52c8-47e7-9423-0d341a88f8c4 - - - - -] Sending Creation of Health Monitor c32aaf9b-ad0a-4c69-aea7-481326546225 to handler 2019-02-07 04:10:25.930 6478 INFO oslo_db.sqlalchemy.provision [req-1c48ef48-4fec-48f0-8a17-6dd05864f593 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:25.932 6478 INFO oslo_db.sqlalchemy.provision [req-1c48ef48-4fec-48f0-8a17-6dd05864f593 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dquioedrkg 2019-02-07 04:10:25.932 6478 INFO oslo_db.sqlalchemy.provision [req-1c48ef48-4fec-48f0-8a17-6dd05864f593 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_pool_returns_hm_id [0.988450s] ... ok 2019-02-07 04:10:25.939 6478 INFO oslo_db.sqlalchemy.provision [req-1c48ef48-4fec-48f0-8a17-6dd05864f593 - - - - -] CREATE BACKEND sqlite:// TOKEN ohezxcxtgx 2019-02-07 04:10:25.970 6477 INFO octavia.api.v2.controllers.l7policy [req-11a154b2-5ffe-4826-b172-c4b1c6e367fc - - - - -] Sending Creation of L7Policy d79b43c1-0641-41d3-addb-da0a50e2349c to handler 2019-02-07 04:10:26.008 6478 INFO octavia.common.config [req-1c48ef48-4fec-48f0-8a17-6dd05864f593 - - - - -] Logging enabled! 2019-02-07 04:10:26.009 6478 INFO octavia.common.config [req-1c48ef48-4fec-48f0-8a17-6dd05864f593 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:26.031 6478 WARNING octavia.api.root_controller [req-1c48ef48-4fec-48f0-8a17-6dd05864f593 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:26.045 6478 INFO octavia.api.v2.controllers.load_balancer [req-6278072e-0261-4353-906a-7b7e16a08aaf - - - - -] Sending created Load Balancer ff90c9c8-9718-4727-8848-daff9d6021ff to the handler 2019-02-07 04:10:26.162 6478 INFO octavia.api.v2.controllers.listener [req-e4c4ebb8-b601-45f7-8be0-a4b71dcf1538 - - - - -] Sending Creation of Listener 216810b0-45d1-4613-a237-e95412813c2a to handler 2019-02-07 04:10:26.264 6477 INFO octavia.api.v2.controllers.l7policy [req-bb983996-5e92-4aac-9d8f-35f8dd9b6b55 - - - - -] Sending Creation of L7Policy 52b051aa-63a9-47d1-a37f-4068bded3d49 to handler 2019-02-07 04:10:26.294 6478 INFO octavia.api.v2.controllers.pool [req-7d7a6365-3010-4f36-97b4-936d00c8489f - - - - -] Sending Creation of Pool 291aaad3-4deb-4ead-b29a-f1b24b6d1e19 to handler 2019-02-07 04:10:26.484 6478 INFO octavia.api.v2.controllers.pool [req-885da2a6-5286-49fd-87c9-ccb9093d1da7 - - - - -] Sending Creation of Pool 5d4e02b7-e3c3-4d1a-80ba-889ed4af9787 to handler 2019-02-07 04:10:26.486 6477 INFO oslo_db.sqlalchemy.provision [req-f1b98f71-1de5-4d41-a2f8-2c0002c48a5e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:26.487 6477 INFO oslo_db.sqlalchemy.provision [req-f1b98f71-1de5-4d41-a2f8-2c0002c48a5e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uorsnkohxt 2019-02-07 04:10:26.487 6477 INFO oslo_db.sqlalchemy.provision [req-f1b98f71-1de5-4d41-a2f8-2c0002c48a5e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_by_project_id [2.009702s] ... ok 2019-02-07 04:10:26.490 6477 INFO oslo_db.sqlalchemy.provision [req-f1b98f71-1de5-4d41-a2f8-2c0002c48a5e - - - - -] CREATE BACKEND sqlite:// TOKEN nwxxkkoymj 2019-02-07 04:10:26.565 6477 INFO octavia.common.config [req-f1b98f71-1de5-4d41-a2f8-2c0002c48a5e - - - - -] Logging enabled! 2019-02-07 04:10:26.565 6477 INFO octavia.common.config [req-f1b98f71-1de5-4d41-a2f8-2c0002c48a5e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:26.588 6477 WARNING octavia.api.root_controller [req-f1b98f71-1de5-4d41-a2f8-2c0002c48a5e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:26.601 6477 INFO octavia.api.v2.controllers.load_balancer [req-224ffa1f-215b-4a8b-b1c4-0fe801e2e158 - - - - -] Sending created Load Balancer 73b00a9c-c651-4743-8078-f064398562e9 to the handler 2019-02-07 04:10:26.655 6478 INFO octavia.api.v2.controllers.health_monitor [req-23b0bff7-5b44-4dab-820d-777a2ea3d532 - - - - -] Sending Creation of Health Monitor e420c03f-090e-4696-90be-7962448c06db to handler 2019-02-07 04:10:26.718 6477 INFO octavia.api.v2.controllers.listener [req-e6f00072-d1c5-44a0-96ba-95a93761f574 - - - - -] Sending Creation of Listener 08e09005-bd93-4c50-851c-8cd172588980 to handler 2019-02-07 04:10:26.809 6478 INFO octavia.api.v2.controllers.health_monitor [req-e11c1a14-6de9-464f-b9cc-345d0e526df4 - - - - -] Sending Update of Health Monitor for Pool e420c03f-090e-4696-90be-7962448c06db to handler 2019-02-07 04:10:26.914 6477 INFO octavia.api.v2.controllers.pool [req-3eb4a301-3d3e-4ab0-bd69-10a54cb74986 - - - - -] Sending Creation of Pool a54e145e-3ba5-4b4b-a584-422037e7a743 to handler 2019-02-07 04:10:26.920 6478 INFO oslo_db.sqlalchemy.provision [req-cd18f214-4a83-40b3-aa20-896aac75c23e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:26.921 6478 INFO oslo_db.sqlalchemy.provision [req-cd18f214-4a83-40b3-aa20-896aac75c23e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ohezxcxtgx 2019-02-07 04:10:26.922 6478 INFO oslo_db.sqlalchemy.provision [req-cd18f214-4a83-40b3-aa20-896aac75c23e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update [0.989345s] ... ok 2019-02-07 04:10:26.924 6478 INFO oslo_db.sqlalchemy.provision [req-cd18f214-4a83-40b3-aa20-896aac75c23e - - - - -] CREATE BACKEND sqlite:// TOKEN mlywwysrjh 2019-02-07 04:10:26.998 6478 INFO octavia.common.config [req-cd18f214-4a83-40b3-aa20-896aac75c23e - - - - -] Logging enabled! 2019-02-07 04:10:26.998 6478 INFO octavia.common.config [req-cd18f214-4a83-40b3-aa20-896aac75c23e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:27.020 6478 WARNING octavia.api.root_controller [req-cd18f214-4a83-40b3-aa20-896aac75c23e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:27.034 6478 INFO octavia.api.v2.controllers.load_balancer [req-2a6614d1-4848-4e4f-b07b-f8a397ee5e68 - - - - -] Sending created Load Balancer 1b6aaf51-b04b-49f1-96fd-ed6b490c3fc0 to the handler 2019-02-07 04:10:27.068 6477 INFO octavia.api.v2.controllers.l7policy [req-5ab94a40-7a67-4831-91e2-4bdf6b2627e2 - - - - -] Sending Creation of L7Policy 72872451-e5e4-4545-bb0b-01c3b05383fb to handler 2019-02-07 04:10:27.111 6477 INFO oslo_db.sqlalchemy.provision [req-ca10f58a-029e-43ac-b81e-645e373bd129 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:27.113 6477 INFO oslo_db.sqlalchemy.provision [req-ca10f58a-029e-43ac-b81e-645e373bd129 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nwxxkkoymj 2019-02-07 04:10:27.113 6477 INFO oslo_db.sqlalchemy.provision [req-ca10f58a-029e-43ac-b81e-645e373bd129 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_not_authorized [0.625674s] ... ok 2019-02-07 04:10:27.121 6477 INFO oslo_db.sqlalchemy.provision [req-ca10f58a-029e-43ac-b81e-645e373bd129 - - - - -] CREATE BACKEND sqlite:// TOKEN ycaghvldsu 2019-02-07 04:10:27.192 6477 INFO octavia.common.config [req-ca10f58a-029e-43ac-b81e-645e373bd129 - - - - -] Logging enabled! 2019-02-07 04:10:27.192 6477 INFO octavia.common.config [req-ca10f58a-029e-43ac-b81e-645e373bd129 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:27.215 6477 WARNING octavia.api.root_controller [req-ca10f58a-029e-43ac-b81e-645e373bd129 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:27.229 6477 INFO octavia.api.v2.controllers.load_balancer [req-c83a01e8-6a30-49a6-94cb-1acb1332add9 - - - - -] Sending created Load Balancer 508c93a5-4aac-4530-8154-c96d88170c78 to the handler 2019-02-07 04:10:27.230 6478 INFO octavia.api.v2.controllers.listener [req-9f9ac3db-bde7-4796-aa2f-9698eb1d13eb - - - - -] Sending Creation of Listener 4275ef7b-ec72-4eee-839d-3c7dfe35ea5c to handler 2019-02-07 04:10:27.346 6477 INFO octavia.api.v2.controllers.listener [req-9e7db6a4-65ec-4ebe-9fa4-7944adb8f561 - - - - -] Sending Creation of Listener 402f2e0f-2c64-41bd-9a53-2dafb3a1cbe5 to handler 2019-02-07 04:10:27.362 6478 INFO octavia.api.v2.controllers.pool [req-370b2057-beb3-466d-a2ee-bea6fc99f9df - - - - -] Sending Creation of Pool cab88534-49c1-4534-a60f-d9ba86687019 to handler 2019-02-07 04:10:27.477 6477 INFO octavia.api.v2.controllers.pool [req-7bd9de87-4961-415e-af7f-9849790af8dc - - - - -] Sending Creation of Pool 9a8aafdf-fe01-4fa8-a2f2-49cd432e076e to handler 2019-02-07 04:10:27.548 6478 INFO octavia.api.v2.controllers.pool [req-dc37bf0b-7103-4a8b-a43a-1f3fd5df9f04 - - - - -] Sending Creation of Pool d149f128-1309-42dd-9798-441a8c6d3a0f to handler 2019-02-07 04:10:27.624 6477 INFO octavia.api.v2.controllers.l7policy [req-768da4f8-0ed7-47a9-bbd0-d635b2b74a9d - - - - -] Sending Creation of L7Policy 0c51e5cd-32bf-4d94-bbdc-1cce4d53cb68 to handler 2019-02-07 04:10:27.755 6478 INFO octavia.api.v2.controllers.health_monitor [req-9fc5dc02-6dc5-42c4-b38c-e2d92643b77c - - - - -] Sending Creation of Health Monitor bed8e84a-1423-40c9-a5f5-f70465d19794 to handler 2019-02-07 04:10:27.857 6477 INFO octavia.api.v2.controllers.l7policy [req-92f90327-ce9f-4a31-8984-4619afbc16e8 - 5d1b84ed-b405-44a4-925f-4b0ab2464560 - - -] Sending Update of L7Policy 0c51e5cd-32bf-4d94-bbdc-1cce4d53cb68 to handler 2019-02-07 04:10:27.923 6477 INFO oslo_db.sqlalchemy.provision [req-76324400-66aa-4ebe-8efe-99a25b416ee6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:27.926 6477 INFO oslo_db.sqlalchemy.provision [req-76324400-66aa-4ebe-8efe-99a25b416ee6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ycaghvldsu 2019-02-07 04:10:27.926 6477 INFO oslo_db.sqlalchemy.provision [req-76324400-66aa-4ebe-8efe-99a25b416ee6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_authorized [0.812892s] ... ok 2019-02-07 04:10:27.929 6477 INFO oslo_db.sqlalchemy.provision [req-76324400-66aa-4ebe-8efe-99a25b416ee6 - - - - -] CREATE BACKEND sqlite:// TOKEN szwgtxrzjz 2019-02-07 04:10:27.989 6478 INFO oslo_db.sqlalchemy.provision [req-e5b13dcc-235a-4bc3-a009-c88aa7718258 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:27.990 6478 INFO oslo_db.sqlalchemy.provision [req-e5b13dcc-235a-4bc3-a009-c88aa7718258 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mlywwysrjh 2019-02-07 04:10:27.990 6478 INFO oslo_db.sqlalchemy.provision [req-e5b13dcc-235a-4bc3-a009-c88aa7718258 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_health_monitor.TestHealthMonitor.test_update_not_authorized [1.068688s] ... ok 2019-02-07 04:10:28.002 6477 INFO octavia.common.config [req-76324400-66aa-4ebe-8efe-99a25b416ee6 - - - - -] Logging enabled! 2019-02-07 04:10:28.002 6477 INFO octavia.common.config [req-76324400-66aa-4ebe-8efe-99a25b416ee6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:27.994 6478 INFO oslo_db.sqlalchemy.provision [req-e5b13dcc-235a-4bc3-a009-c88aa7718258 - - - - -] CREATE BACKEND sqlite:// TOKEN pivgprgaij 2019-02-07 04:10:28.027 6477 WARNING octavia.api.root_controller [req-76324400-66aa-4ebe-8efe-99a25b416ee6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:28.040 6477 INFO octavia.api.v2.controllers.load_balancer [req-7396e2f1-b14e-4814-b739-1264c944b859 - - - - -] Sending created Load Balancer 3548ea8c-af88-4e08-9d2a-3f0301ad9ac4 to the handler 2019-02-07 04:10:28.067 6478 INFO octavia.common.config [req-e5b13dcc-235a-4bc3-a009-c88aa7718258 - - - - -] Logging enabled! 2019-02-07 04:10:28.067 6478 INFO octavia.common.config [req-e5b13dcc-235a-4bc3-a009-c88aa7718258 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:28.090 6478 WARNING octavia.api.root_controller [req-e5b13dcc-235a-4bc3-a009-c88aa7718258 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:28.104 6478 INFO octavia.api.v2.controllers.load_balancer [req-4422a339-ed8f-4cb0-85ba-88d04e22e6ba - - - - -] Sending created Load Balancer b6497bc5-9458-49e4-941f-374a98c768b4 to the handler 2019-02-07 04:10:28.227 6477 INFO octavia.api.v2.controllers.listener [req-cf2f10bd-4b0f-44cf-80ef-c0579f3d9762 - - - - -] Sending Creation of Listener 1560d96b-58b2-4b65-a7f6-30e05b57c88d to handler 2019-02-07 04:10:28.220 6478 INFO octavia.api.v2.controllers.listener [req-b119d9c7-d642-4720-a23f-e7bf382aa845 - - - - -] Sending Creation of Listener 6cbf8eda-c079-4169-9344-6088b773fc70 to handler 2019-02-07 04:10:28.357 6477 INFO octavia.api.v2.controllers.pool [req-18026c8b-a5e1-4a41-acf6-043cefed6818 - - - - -] Sending Creation of Pool 62ebb7a6-bbb3-4a3a-8685-7dfa596835c0 to handler 2019-02-07 04:10:28.433 6478 INFO octavia.api.v2.controllers.pool [req-44d98e95-80b9-4a20-99f5-ab211ee72622 - - - - -] Sending Creation of Pool b3fcbe8c-3d36-4b0f-b564-4c2261183c8f to handler 2019-02-07 04:10:28.506 6477 INFO octavia.api.v2.controllers.l7policy [req-56fe07ac-d187-44e5-beb7-3b835d9c29da - - - - -] Sending Creation of L7Policy ac89a0b7-5b5d-4252-8ad5-0e2f6c764fcd to handler 2019-02-07 04:10:28.568 6478 INFO oslo_db.sqlalchemy.provision [req-496e8f9d-3965-4bc5-bfc0-b822054d5ef5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:28.570 6478 INFO oslo_db.sqlalchemy.provision [req-496e8f9d-3965-4bc5-bfc0-b822054d5ef5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pivgprgaij 2019-02-07 04:10:28.570 6478 INFO oslo_db.sqlalchemy.provision [req-496e8f9d-3965-4bc5-bfc0-b822054d5ef5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_create [0.579561s] ... ok 2019-02-07 04:10:28.573 6478 INFO oslo_db.sqlalchemy.provision [req-496e8f9d-3965-4bc5-bfc0-b822054d5ef5 - - - - -] CREATE BACKEND sqlite:// TOKEN dbzcttutcx 2019-02-07 04:10:28.646 6478 INFO octavia.common.config [req-496e8f9d-3965-4bc5-bfc0-b822054d5ef5 - - - - -] Logging enabled! 2019-02-07 04:10:28.647 6478 INFO octavia.common.config [req-496e8f9d-3965-4bc5-bfc0-b822054d5ef5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:28.669 6478 WARNING octavia.api.root_controller [req-496e8f9d-3965-4bc5-bfc0-b822054d5ef5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:28.683 6478 INFO octavia.api.v2.controllers.load_balancer [req-c638d6e3-b54a-4444-ba1d-dba987b4631b - - - - -] Sending created Load Balancer 8d54fd73-c95f-42e8-8db5-17ef30ed7813 to the handler 2019-02-07 04:10:28.782 6477 INFO oslo_db.sqlalchemy.provision [req-2db1badc-338a-4948-b487-401de9bb2fc0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:28.783 6477 INFO oslo_db.sqlalchemy.provision [req-2db1badc-338a-4948-b487-401de9bb2fc0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN szwgtxrzjz 2019-02-07 04:10:28.784 6477 INFO oslo_db.sqlalchemy.provision [req-2db1badc-338a-4948-b487-401de9bb2fc0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_not_authorized [0.857237s] ... ok 2019-02-07 04:10:28.792 6477 INFO oslo_db.sqlalchemy.provision [req-2db1badc-338a-4948-b487-401de9bb2fc0 - - - - -] CREATE BACKEND sqlite:// TOKEN rzpifxphrh 2019-02-07 04:10:28.815 6478 INFO octavia.api.v2.controllers.listener [req-709cd0d8-ea66-4739-bc3c-cbc9f025cefc - - - - -] Sending Creation of Listener 5c1966f0-e040-4796-8ba7-a2710d8eaea2 to handler 2019-02-07 04:10:28.861 6477 INFO octavia.common.config [req-2db1badc-338a-4948-b487-401de9bb2fc0 - - - - -] Logging enabled! 2019-02-07 04:10:28.862 6477 INFO octavia.common.config [req-2db1badc-338a-4948-b487-401de9bb2fc0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:28.885 6477 WARNING octavia.api.root_controller [req-2db1badc-338a-4948-b487-401de9bb2fc0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:28.899 6477 INFO octavia.api.v2.controllers.load_balancer [req-4b24a88b-cdfe-4f18-bca2-0c9297ed5196 - - - - -] Sending created Load Balancer 6a655c67-5406-444b-9689-cb44ef282227 to the handler 2019-02-07 04:10:28.983 6478 INFO octavia.api.v2.controllers.pool [req-cc212c4c-57de-4a3c-b57d-a36d5992df7f - - - - -] Sending Creation of Pool c478223f-861b-405c-a956-8a5d026b0d87 to handler 2019-02-07 04:10:29.015 6477 INFO octavia.api.v2.controllers.listener [req-9ec09b4a-9610-49b5-9e66-24677abdfe1c - - - - -] Sending Creation of Listener f5692c8a-3754-4dd0-8485-bed92cb9a81e to handler 2019-02-07 04:10:29.145 6477 INFO octavia.api.v2.controllers.pool [req-3bab19d7-9fbc-46b6-9ba5-0c5c1f0f5b0b - - - - -] Sending Creation of Pool 44de3283-cc6b-4a93-8314-2b9f0953a6c9 to handler 2019-02-07 04:10:29.190 6478 INFO oslo_db.sqlalchemy.provision [req-4de9dd9f-e8db-49af-98e5-0ba35371995c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:29.192 6478 INFO oslo_db.sqlalchemy.provision [req-4de9dd9f-e8db-49af-98e5-0ba35371995c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dbzcttutcx 2019-02-07 04:10:29.192 6478 INFO oslo_db.sqlalchemy.provision [req-4de9dd9f-e8db-49af-98e5-0ba35371995c - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_create_redirect_to_url [0.621867s] ... ok 2019-02-07 04:10:29.195 6478 INFO oslo_db.sqlalchemy.provision [req-4de9dd9f-e8db-49af-98e5-0ba35371995c - - - - -] CREATE BACKEND sqlite:// TOKEN nwrvckavpg 2019-02-07 04:10:29.289 6478 INFO octavia.common.config [req-4de9dd9f-e8db-49af-98e5-0ba35371995c - - - - -] Logging enabled! 2019-02-07 04:10:29.290 6478 INFO octavia.common.config [req-4de9dd9f-e8db-49af-98e5-0ba35371995c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:29.291 6477 INFO octavia.api.v2.controllers.l7policy [req-f34eb5bd-ab63-48c1-a3ec-502ec0f970c7 - - - - -] Sending Creation of L7Policy 428a323e-1595-4738-be17-7c1b5661bb1b to handler 2019-02-07 04:10:29.326 6478 WARNING octavia.api.root_controller [req-4de9dd9f-e8db-49af-98e5-0ba35371995c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:29.343 6478 INFO octavia.api.v2.controllers.load_balancer [req-2931021e-bdc3-408a-94cc-8f126a75f87c - - - - -] Sending created Load Balancer d025f764-eb55-406a-93b9-a9c0d6140f91 to the handler 2019-02-07 04:10:29.493 6478 INFO octavia.api.v2.controllers.listener [req-38d246d0-fc24-4be1-a6fd-5494ac8930b6 - - - - -] Sending Creation of Listener a8ff4cd0-fc6e-4b83-a331-6c6f8bec61d2 to handler 2019-02-07 04:10:29.559 6477 ERROR octavia.api.v2.controllers.base [req-aede54a1-6733-4deb-bbe9-12bc4574b960 - - - - -] Pool fa13659f-2cf9-4303-81bf-73ca6ab9aa96 not found: None 2019-02-07 04:10:29.559 6477 ERROR octavia.api.v2.controllers.base None 2019-02-07 04:10:29.559 6477 ERROR octavia.api.v2.controllers.base 2019-02-07 04:10:29.573 6477 INFO oslo_db.sqlalchemy.provision [req-aede54a1-6733-4deb-bbe9-12bc4574b960 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:29.576 6477 INFO oslo_db.sqlalchemy.provision [req-aede54a1-6733-4deb-bbe9-12bc4574b960 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rzpifxphrh 2019-02-07 04:10:29.577 6477 INFO oslo_db.sqlalchemy.provision [req-aede54a1-6733-4deb-bbe9-12bc4574b960 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_redirect_to_pool_bad_pool_id [0.787592s] ... ok 2019-02-07 04:10:29.579 6477 INFO oslo_db.sqlalchemy.provision [req-aede54a1-6733-4deb-bbe9-12bc4574b960 - - - - -] CREATE BACKEND sqlite:// TOKEN vqaqkbfxgo 2019-02-07 04:10:29.624 6478 INFO octavia.api.v2.controllers.pool [req-907b6447-93f6-476a-9250-0bb655cb8543 - - - - -] Sending Creation of Pool 6f755575-308e-4186-b0d7-2cd9766f1a3e to handler 2019-02-07 04:10:29.651 6477 INFO octavia.common.config [req-aede54a1-6733-4deb-bbe9-12bc4574b960 - - - - -] Logging enabled! 2019-02-07 04:10:29.652 6477 INFO octavia.common.config [req-aede54a1-6733-4deb-bbe9-12bc4574b960 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:29.674 6477 WARNING octavia.api.root_controller [req-aede54a1-6733-4deb-bbe9-12bc4574b960 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:29.688 6477 INFO octavia.api.v2.controllers.load_balancer [req-90377eaf-9b3b-4a28-b222-b32e214dc50a - - - - -] Sending created Load Balancer 78f0b6ce-f7ad-4ea9-acf6-808f05c93885 to the handler 2019-02-07 04:10:29.804 6477 INFO octavia.api.v2.controllers.listener [req-54d42939-0ec7-4493-9a7b-d9a8babcfa79 - - - - -] Sending Creation of Listener 9475ced6-5bda-492d-8997-23556bceb15f to handler 2019-02-07 04:10:29.834 6478 ERROR octavia.api.v2.controllers.base [req-6e1cfc19-128c-4b7d-ae81-5376ae74cecd - - - - -] L7 Policy 04db4030-3386-4284-9f18-d9eb64e108fd not found: None 2019-02-07 04:10:29.834 6478 ERROR octavia.api.v2.controllers.base None 2019-02-07 04:10:29.834 6478 ERROR octavia.api.v2.controllers.base 2019-02-07 04:10:29.849 6478 INFO oslo_db.sqlalchemy.provision [req-6e1cfc19-128c-4b7d-ae81-5376ae74cecd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:29.850 6478 INFO oslo_db.sqlalchemy.provision [req-6e1cfc19-128c-4b7d-ae81-5376ae74cecd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nwrvckavpg 2019-02-07 04:10:29.850 6478 INFO oslo_db.sqlalchemy.provision [req-6e1cfc19-128c-4b7d-ae81-5376ae74cecd - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_get [0.658064s] ... ok 2019-02-07 04:10:29.853 6478 INFO oslo_db.sqlalchemy.provision [req-6e1cfc19-128c-4b7d-ae81-5376ae74cecd - - - - -] CREATE BACKEND sqlite:// TOKEN bxuemqdllu 2019-02-07 04:10:29.928 6478 INFO octavia.common.config [req-6e1cfc19-128c-4b7d-ae81-5376ae74cecd - - - - -] Logging enabled! 2019-02-07 04:10:29.929 6478 INFO octavia.common.config [req-6e1cfc19-128c-4b7d-ae81-5376ae74cecd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:29.951 6478 WARNING octavia.api.root_controller [req-6e1cfc19-128c-4b7d-ae81-5376ae74cecd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:29.943 6477 INFO octavia.api.v2.controllers.pool [req-5e6c39e5-8290-4691-8927-c1e44d0bf35d - - - - -] Sending Creation of Pool d753fd93-9fbc-4f54-966d-6c58bd33a290 to handler 2019-02-07 04:10:29.966 6478 INFO octavia.api.v2.controllers.load_balancer [req-002295ba-40c2-4103-953a-24f0811fcd25 - - - - -] Sending created Load Balancer 21319253-7231-4afd-a8a3-81976cd1d43d to the handler 2019-02-07 04:10:30.085 6478 INFO octavia.api.v2.controllers.listener [req-1a75df91-d515-4884-baa5-411c21b94532 - - - - -] Sending Creation of Listener 959983bd-3b5f-482a-88d0-f7db916b1068 to handler 2019-02-07 04:10:30.089 6477 INFO octavia.api.v2.controllers.l7policy [req-5eaf5a4e-f940-485d-98b8-422141fca8cd - - - - -] Sending Creation of L7Policy b89e0414-e6cc-492d-a5a4-b7b613873510 to handler 2019-02-07 04:10:30.244 6478 INFO octavia.api.v2.controllers.pool [req-46cbf481-27ab-4097-a8ac-d85004d9c2ba - - - - -] Sending Creation of Pool a2286a58-cc17-4902-8073-903e236fa643 to handler 2019-02-07 04:10:30.322 6477 INFO octavia.api.v2.controllers.l7policy [req-c98151cf-a034-4bbd-9b45-fa199a706c74 - - - - -] Sending Update of L7Policy b89e0414-e6cc-492d-a5a4-b7b613873510 to handler 2019-02-07 04:10:30.348 6477 INFO oslo_db.sqlalchemy.provision [req-c98151cf-a034-4bbd-9b45-fa199a706c74 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:30.350 6477 INFO oslo_db.sqlalchemy.provision [req-c98151cf-a034-4bbd-9b45-fa199a706c74 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vqaqkbfxgo 2019-02-07 04:10:30.350 6477 INFO oslo_db.sqlalchemy.provision [req-c98151cf-a034-4bbd-9b45-fa199a706c74 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_redirect_to_url_minimal [0.773576s] ... ok 2019-02-07 04:10:30.353 6477 INFO oslo_db.sqlalchemy.provision [req-c98151cf-a034-4bbd-9b45-fa199a706c74 - - - - -] CREATE BACKEND sqlite:// TOKEN lqixbxvdcb 2019-02-07 04:10:30.415 6478 INFO octavia.api.v2.controllers.l7policy [req-75e8d12b-18ae-488b-9961-0909b703c904 - - - - -] Sending Creation of L7Policy 234d3c95-4034-4ad1-9364-883911cbe1da to handler 2019-02-07 04:10:30.446 6478 INFO oslo_db.sqlalchemy.provision [req-1db1b928-17a2-4fbf-9eef-76868b4bdf9d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:30.447 6478 INFO oslo_db.sqlalchemy.provision [req-1db1b928-17a2-4fbf-9eef-76868b4bdf9d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bxuemqdllu 2019-02-07 04:10:30.448 6478 INFO oslo_db.sqlalchemy.provision [req-1db1b928-17a2-4fbf-9eef-76868b4bdf9d - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_bad_update_redirect_to_pool [0.596851s] ... ok 2019-02-07 04:10:30.450 6478 INFO oslo_db.sqlalchemy.provision [req-1db1b928-17a2-4fbf-9eef-76868b4bdf9d - - - - -] CREATE BACKEND sqlite:// TOKEN wxejzyfutf 2019-02-07 04:10:30.426 6477 INFO octavia.common.config [req-c98151cf-a034-4bbd-9b45-fa199a706c74 - - - - -] Logging enabled! 2019-02-07 04:10:30.427 6477 INFO octavia.common.config [req-c98151cf-a034-4bbd-9b45-fa199a706c74 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:30.449 6477 WARNING octavia.api.root_controller [req-c98151cf-a034-4bbd-9b45-fa199a706c74 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:30.463 6477 INFO octavia.api.v2.controllers.load_balancer [req-7f5405a5-cd03-4f94-afe6-c28e321e0b95 - - - - -] Sending created Load Balancer 04696884-b6d3-46c7-b44c-c7f87f2ddd75 to the handler 2019-02-07 04:10:30.526 6478 INFO octavia.common.config [req-1db1b928-17a2-4fbf-9eef-76868b4bdf9d - - - - -] Logging enabled! 2019-02-07 04:10:30.527 6478 INFO octavia.common.config [req-1db1b928-17a2-4fbf-9eef-76868b4bdf9d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:30.549 6478 WARNING octavia.api.root_controller [req-1db1b928-17a2-4fbf-9eef-76868b4bdf9d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:30.563 6478 INFO octavia.api.v2.controllers.load_balancer [req-3d22db5c-b758-42c8-88f3-794a22cf93c1 - - - - -] Sending created Load Balancer 458358c8-1b56-4c29-85ca-4884daa849a4 to the handler 2019-02-07 04:10:30.579 6477 INFO octavia.api.v2.controllers.listener [req-a9863461-8c1d-4a0d-9db1-6f657a119132 - - - - -] Sending Creation of Listener d3390a6e-93f0-41d6-afc9-9d77852ddbd8 to handler 2019-02-07 04:10:30.681 6478 INFO octavia.api.v2.controllers.listener [req-256bbcb3-6d4d-499e-aa47-22b2b9e0518c - - - - -] Sending Creation of Listener 659b6a3d-6e41-465a-b596-289c89223190 to handler 2019-02-07 04:10:30.786 6477 INFO octavia.api.v2.controllers.pool [req-d5b47c84-45e1-4bb4-a883-d367f5977652 - - - - -] Sending Creation of Pool 6b3163b7-1812-47d6-9e5d-aee630407dbb to handler 2019-02-07 04:10:30.814 6478 INFO octavia.api.v2.controllers.pool [req-28dd01e8-93eb-4239-9b0e-096f380a9ca1 - - - - -] Sending Creation of Pool cfeab9fe-d2cd-4fac-9353-c6b7494665a9 to handler 2019-02-07 04:10:30.932 6477 INFO octavia.api.v2.controllers.l7policy [req-3cf7b171-04bc-4835-9a3b-61526999652f - - - - -] Sending Creation of L7Policy f167e5fa-8e82-4f63-ad0f-9cfb693d63e5 to handler 2019-02-07 04:10:31.039 6478 INFO oslo_db.sqlalchemy.provision [req-f60ba0d5-1efa-4b7a-9de8-b9d3878294c4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:31.041 6478 INFO oslo_db.sqlalchemy.provision [req-f60ba0d5-1efa-4b7a-9de8-b9d3878294c4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wxejzyfutf 2019-02-07 04:10:31.041 6478 INFO oslo_db.sqlalchemy.provision [req-f60ba0d5-1efa-4b7a-9de8-b9d3878294c4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_over_quota [0.593416s] ... ok 2019-02-07 04:10:31.044 6478 INFO oslo_db.sqlalchemy.provision [req-f60ba0d5-1efa-4b7a-9de8-b9d3878294c4 - - - - -] CREATE BACKEND sqlite:// TOKEN idiegsvweg 2019-02-07 04:10:31.118 6478 INFO octavia.common.config [req-f60ba0d5-1efa-4b7a-9de8-b9d3878294c4 - - - - -] Logging enabled! 2019-02-07 04:10:31.119 6478 INFO octavia.common.config [req-f60ba0d5-1efa-4b7a-9de8-b9d3878294c4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:31.145 6477 INFO octavia.api.v2.controllers.load_balancer [req-a29bc50f-4bcb-4f6a-9f34-c51f7956e29c - - - - -] Sending deleted Load Balancer 04696884-b6d3-46c7-b44c-c7f87f2ddd75 to the handler 2019-02-07 04:10:31.166 6477 INFO octavia.api.v2.controllers.l7policy [req-72e3649b-4291-44ff-a3af-ea7ac3a6d534 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:10:31.178 6477 INFO oslo_db.sqlalchemy.provision [req-72e3649b-4291-44ff-a3af-ea7ac3a6d534 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:31.179 6477 INFO oslo_db.sqlalchemy.provision [req-72e3649b-4291-44ff-a3af-ea7ac3a6d534 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lqixbxvdcb 2019-02-07 04:10:31.179 6477 INFO oslo_db.sqlalchemy.provision [req-72e3649b-4291-44ff-a3af-ea7ac3a6d534 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_when_lb_pending_delete [0.828848s] ... ok 2019-02-07 04:10:31.141 6478 WARNING octavia.api.root_controller [req-f60ba0d5-1efa-4b7a-9de8-b9d3878294c4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:31.155 6478 INFO octavia.api.v2.controllers.load_balancer [req-1f3d0f12-f5e3-4466-b93a-7ef8117c6828 - - - - -] Sending created Load Balancer b86f6324-dd8f-458c-b490-562ea9680897 to the handler 2019-02-07 04:10:31.183 6477 INFO oslo_db.sqlalchemy.provision [req-72e3649b-4291-44ff-a3af-ea7ac3a6d534 - - - - -] CREATE BACKEND sqlite:// TOKEN ydpmvmmojr 2019-02-07 04:10:31.259 6477 INFO octavia.common.config [req-72e3649b-4291-44ff-a3af-ea7ac3a6d534 - - - - -] Logging enabled! 2019-02-07 04:10:31.259 6477 INFO octavia.common.config [req-72e3649b-4291-44ff-a3af-ea7ac3a6d534 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:31.272 6478 INFO octavia.api.v2.controllers.listener [req-72a6b2fd-5765-4106-9743-bb3192a5613a - - - - -] Sending Creation of Listener efbea04a-adf4-43cb-891e-9b9100162984 to handler 2019-02-07 04:10:31.282 6477 WARNING octavia.api.root_controller [req-72e3649b-4291-44ff-a3af-ea7ac3a6d534 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:31.297 6477 INFO octavia.api.v2.controllers.load_balancer [req-688ef2cf-1c47-44fe-925d-f2e0ce377052 - - - - -] Sending created Load Balancer 869fa04d-5d86-4933-a467-391859ebe95a to the handler 2019-02-07 04:10:31.413 6477 INFO octavia.api.v2.controllers.listener [req-807fab68-07fb-4fc9-86d5-85c9d4e50f30 - - - - -] Sending Creation of Listener dc0a2e89-402c-48be-9a5f-a52a529ae0a0 to handler 2019-02-07 04:10:31.451 6478 INFO octavia.api.v2.controllers.pool [req-ac5e9bf6-27d8-4976-be02-f0bb95f92be6 - - - - -] Sending Creation of Pool bf8242c5-5787-4ce4-90ff-2511e840bb5f to handler 2019-02-07 04:10:31.550 6477 INFO octavia.api.v2.controllers.l7policy [req-a12dd965-8a20-41c8-aea2-76dea2b19712 - - - - -] Sending Creation of L7Policy 531857dc-c9a4-42b4-a388-d1718e169a8e to handler 2019-02-07 04:10:31.752 6477 INFO oslo_db.sqlalchemy.provision [req-fc89a9ce-df8c-4aa8-8f5e-42fa21d8fb0b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:31.753 6477 INFO oslo_db.sqlalchemy.provision [req-fc89a9ce-df8c-4aa8-8f5e-42fa21d8fb0b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ydpmvmmojr 2019-02-07 04:10:31.753 6477 INFO oslo_db.sqlalchemy.provision [req-fc89a9ce-df8c-4aa8-8f5e-42fa21d8fb0b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create_host_name_rule [0.573782s] ... ok 2019-02-07 04:10:31.761 6477 INFO oslo_db.sqlalchemy.provision [req-fc89a9ce-df8c-4aa8-8f5e-42fa21d8fb0b - - - - -] CREATE BACKEND sqlite:// TOKEN uniietsnmw 2019-02-07 04:10:31.770 6478 INFO oslo_db.sqlalchemy.provision [req-3bad3766-4ddf-4493-b08c-3e7b0e5c4219 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:31.772 6478 INFO oslo_db.sqlalchemy.provision [req-3bad3766-4ddf-4493-b08c-3e7b0e5c4219 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN idiegsvweg 2019-02-07 04:10:31.773 6478 INFO oslo_db.sqlalchemy.provision [req-3bad3766-4ddf-4493-b08c-3e7b0e5c4219 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_policy_not_authorized [0.731805s] ... ok 2019-02-07 04:10:31.777 6478 INFO oslo_db.sqlalchemy.provision [req-3bad3766-4ddf-4493-b08c-3e7b0e5c4219 - - - - -] CREATE BACKEND sqlite:// TOKEN ofcbtagqsd 2019-02-07 04:10:31.832 6477 INFO octavia.common.config [req-fc89a9ce-df8c-4aa8-8f5e-42fa21d8fb0b - - - - -] Logging enabled! 2019-02-07 04:10:31.832 6477 INFO octavia.common.config [req-fc89a9ce-df8c-4aa8-8f5e-42fa21d8fb0b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:31.855 6477 WARNING octavia.api.root_controller [req-fc89a9ce-df8c-4aa8-8f5e-42fa21d8fb0b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:31.868 6477 INFO octavia.api.v2.controllers.load_balancer [req-183869cf-c012-4638-b75b-1bd9e2ed2c0f - - - - -] Sending created Load Balancer c69c2f49-f42c-4624-9ea9-d5421afdd15d to the handler 2019-02-07 04:10:31.889 6478 INFO octavia.common.config [req-3bad3766-4ddf-4493-b08c-3e7b0e5c4219 - - - - -] Logging enabled! 2019-02-07 04:10:31.889 6478 INFO octavia.common.config [req-3bad3766-4ddf-4493-b08c-3e7b0e5c4219 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:31.922 6478 WARNING octavia.api.root_controller [req-3bad3766-4ddf-4493-b08c-3e7b0e5c4219 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:31.942 6478 INFO octavia.api.v2.controllers.load_balancer [req-032bd1a3-07fb-4bc3-8469-88d30906d64d - - - - -] Sending created Load Balancer 5aa697ed-6fce-4c60-8a0d-4de9d4620495 to the handler 2019-02-07 04:10:32.056 6477 INFO octavia.api.v2.controllers.listener [req-5bcc454a-4b72-429a-8c5e-61450add6912 - - - - -] Sending Creation of Listener 092f78d0-5973-4b54-92ea-14a6bcfaf4a5 to handler 2019-02-07 04:10:32.109 6478 INFO octavia.api.v2.controllers.listener [req-674aae1d-543e-4b6a-bb5b-96735b0a07c2 - - - - -] Sending Creation of Listener 715d38d4-2e04-4c4b-a84f-e5db52ec5761 to handler 2019-02-07 04:10:32.191 6477 INFO octavia.api.v2.controllers.l7policy [req-89914608-452b-4c65-9358-ab2aa5bc75e1 - - - - -] Sending Creation of L7Policy 366817a4-568e-4bc1-a053-0e29fbe0a9bd to handler 2019-02-07 04:10:32.282 6478 INFO octavia.api.v2.controllers.pool [req-97a682ce-b17e-4702-96f2-265269b32bb5 - - - - -] Sending Creation of Pool e9584a23-0b49-4555-9e61-aa2a57997f8d to handler 2019-02-07 04:10:32.377 6477 ERROR octavia.api.v2.controllers.base [req-8e34d792-65f8-402b-a07b-91432f46bfae - - - - -] L7 Rule 9cecb7a8-3733-44ff-a894-85a0c0d4b08c not found: None 2019-02-07 04:10:32.377 6477 ERROR octavia.api.v2.controllers.base None 2019-02-07 04:10:32.377 6477 ERROR octavia.api.v2.controllers.base 2019-02-07 04:10:32.391 6477 INFO oslo_db.sqlalchemy.provision [req-8e34d792-65f8-402b-a07b-91432f46bfae - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:32.392 6477 INFO oslo_db.sqlalchemy.provision [req-8e34d792-65f8-402b-a07b-91432f46bfae - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uniietsnmw 2019-02-07 04:10:32.392 6477 INFO oslo_db.sqlalchemy.provision [req-8e34d792-65f8-402b-a07b-91432f46bfae - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_delete [0.638839s] ... ok 2019-02-07 04:10:32.401 6477 INFO oslo_db.sqlalchemy.provision [req-8e34d792-65f8-402b-a07b-91432f46bfae - - - - -] CREATE BACKEND sqlite:// TOKEN qnakqigcfh 2019-02-07 04:10:32.471 6477 INFO octavia.common.config [req-8e34d792-65f8-402b-a07b-91432f46bfae - - - - -] Logging enabled! 2019-02-07 04:10:32.471 6477 INFO octavia.common.config [req-8e34d792-65f8-402b-a07b-91432f46bfae - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:32.484 6478 INFO octavia.api.v2.controllers.l7policy [req-a9acb248-6416-4a5e-8fd1-2447aaea14e0 - - - - -] Sending Creation of L7Policy 7cd95889-d0a5-48ba-83d1-30adcc8b11ba to handler 2019-02-07 04:10:32.494 6477 WARNING octavia.api.root_controller [req-8e34d792-65f8-402b-a07b-91432f46bfae - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:32.508 6477 INFO octavia.api.v2.controllers.load_balancer [req-ac6f0d26-409b-4c70-8d41-024b69a4519f - - - - -] Sending created Load Balancer 99a5c66b-0656-4914-a77d-5fe1641c600b to the handler 2019-02-07 04:10:32.572 6478 INFO oslo_db.sqlalchemy.provision [req-bfd382e7-370c-46ae-ab2c-c1d4bec56454 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:32.574 6478 INFO oslo_db.sqlalchemy.provision [req-bfd382e7-370c-46ae-ab2c-c1d4bec56454 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ofcbtagqsd 2019-02-07 04:10:32.574 6478 INFO oslo_db.sqlalchemy.provision [req-bfd382e7-370c-46ae-ab2c-c1d4bec56454 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_redirect_to_pool [0.805848s] ... ok 2019-02-07 04:10:32.583 6478 INFO oslo_db.sqlalchemy.provision [req-bfd382e7-370c-46ae-ab2c-c1d4bec56454 - - - - -] CREATE BACKEND sqlite:// TOKEN cdpcgxsihm 2019-02-07 04:10:32.628 6477 INFO octavia.api.v2.controllers.listener [req-aac03b43-a448-4957-b92c-6352614d0cae - - - - -] Sending Creation of Listener b2c627c4-2c04-4bf1-ae2e-3c5ea4f996ca to handler 2019-02-07 04:10:32.664 6478 INFO octavia.common.config [req-bfd382e7-370c-46ae-ab2c-c1d4bec56454 - - - - -] Logging enabled! 2019-02-07 04:10:32.664 6478 INFO octavia.common.config [req-bfd382e7-370c-46ae-ab2c-c1d4bec56454 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:32.764 6477 INFO octavia.api.v2.controllers.l7policy [req-941ae1fa-e50f-4a88-a3be-4d1fc68c099c - - - - -] Sending Creation of L7Policy b373f990-f5bf-4f1f-bce0-c10a25bceed2 to handler 2019-02-07 04:10:32.793 6478 WARNING octavia.api.root_controller [req-bfd382e7-370c-46ae-ab2c-c1d4bec56454 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:32.823 6478 INFO octavia.api.v2.controllers.load_balancer [req-15012031-eb79-43a1-ba19-b2775a05005b - - - - -] Sending created Load Balancer f0091f86-3199-442b-897d-3ee7976b4528 to the handler 2019-02-07 04:10:32.974 6478 INFO octavia.api.v2.controllers.listener [req-effbf3d2-cc52-4704-956e-b7efa0f04ae0 - - - - -] Sending Creation of Listener ad21013b-2109-4c15-84da-7562eaa4d351 to handler 2019-02-07 04:10:33.017 6477 ERROR octavia.api.v2.controllers.base [req-d0d84e61-f136-4311-af5b-aacec81bc4a7 - - - - -] L7 Rule e270eca5-cbfa-4244-ace8-9672d0726033 not found: None 2019-02-07 04:10:33.017 6477 ERROR octavia.api.v2.controllers.base None 2019-02-07 04:10:33.017 6477 ERROR octavia.api.v2.controllers.base 2019-02-07 04:10:33.031 6477 INFO oslo_db.sqlalchemy.provision [req-d0d84e61-f136-4311-af5b-aacec81bc4a7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:33.032 6477 INFO oslo_db.sqlalchemy.provision [req-d0d84e61-f136-4311-af5b-aacec81bc4a7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qnakqigcfh 2019-02-07 04:10:33.033 6477 INFO oslo_db.sqlalchemy.provision [req-d0d84e61-f136-4311-af5b-aacec81bc4a7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_get [0.640002s] ... ok 2019-02-07 04:10:33.041 6477 INFO oslo_db.sqlalchemy.provision [req-d0d84e61-f136-4311-af5b-aacec81bc4a7 - - - - -] CREATE BACKEND sqlite:// TOKEN jxljwngkfc 2019-02-07 04:10:33.110 6478 INFO octavia.api.v2.controllers.pool [req-c88363ec-8021-4d20-9731-e7ddb34c2dd5 - - - - -] Sending Creation of Pool f805a9bd-47a6-4864-ab7c-0131a60ccc0e to handler 2019-02-07 04:10:33.110 6477 INFO octavia.common.config [req-d0d84e61-f136-4311-af5b-aacec81bc4a7 - - - - -] Logging enabled! 2019-02-07 04:10:33.111 6477 INFO octavia.common.config [req-d0d84e61-f136-4311-af5b-aacec81bc4a7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:33.130 6477 WARNING octavia.api.root_controller [req-d0d84e61-f136-4311-af5b-aacec81bc4a7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:33.146 6477 INFO octavia.api.v2.controllers.load_balancer [req-cd1177aa-07e7-4018-960c-5b8953304601 - - - - -] Sending created Load Balancer 76fc357a-e55f-4b4e-b5ca-3e06b60ea50c to the handler 2019-02-07 04:10:33.262 6477 INFO octavia.api.v2.controllers.listener [req-c0bbc85a-cfcc-445a-b279-f583189c3f48 - - - - -] Sending Creation of Listener eebd7f65-7361-499d-b039-a724385f35dc to handler 2019-02-07 04:10:33.269 6478 INFO octavia.api.v2.controllers.l7policy [req-2f172e96-68b4-4c17-b2d6-b394a06d1315 - - - - -] Sending Creation of L7Policy 1a106d55-64aa-4eac-95aa-157d577f2558 to handler 2019-02-07 04:10:33.346 6478 INFO oslo_db.sqlalchemy.provision [req-9b76de4c-abc1-4c8a-ab6e-6970d8479716 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:33.347 6478 INFO oslo_db.sqlalchemy.provision [req-9b76de4c-abc1-4c8a-ab6e-6970d8479716 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cdpcgxsihm 2019-02-07 04:10:33.348 6478 INFO oslo_db.sqlalchemy.provision [req-9b76de4c-abc1-4c8a-ab6e-6970d8479716 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_create_reject_policy [0.768300s] ... ok 2019-02-07 04:10:33.351 6478 INFO oslo_db.sqlalchemy.provision [req-9b76de4c-abc1-4c8a-ab6e-6970d8479716 - - - - -] CREATE BACKEND sqlite:// TOKEN juyaantukf 2019-02-07 04:10:33.402 6477 INFO octavia.api.v2.controllers.l7policy [req-b58863f3-0aaf-4ea9-a8e7-5e9c60f7e3a0 - - - - -] Sending Creation of L7Policy 701a6fa2-f067-4a3b-ade4-dc35b77b5771 to handler 2019-02-07 04:10:33.424 6478 INFO octavia.common.config [req-9b76de4c-abc1-4c8a-ab6e-6970d8479716 - - - - -] Logging enabled! 2019-02-07 04:10:33.424 6478 INFO octavia.common.config [req-9b76de4c-abc1-4c8a-ab6e-6970d8479716 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:33.447 6478 WARNING octavia.api.root_controller [req-9b76de4c-abc1-4c8a-ab6e-6970d8479716 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:33.462 6478 INFO octavia.api.v2.controllers.load_balancer [req-f729347b-a126-4416-a8d3-dab198ea325c - - - - -] Sending created Load Balancer fa93b0f3-3c9c-4ec8-9912-b4f8427e6474 to the handler 2019-02-07 04:10:33.578 6478 INFO octavia.api.v2.controllers.listener [req-72ae9419-1057-442c-a541-3406850204dc - - - - -] Sending Creation of Listener 59f35555-d116-4957-ba28-e1515a94c828 to handler 2019-02-07 04:10:33.628 6477 INFO octavia.api.v2.controllers.l7rule [req-4fd2e8a2-e831-41f4-a142-e1f26af81ae7 - - - - -] Sending Creation of L7Rule 56aa4324-299a-4de2-a13b-0a8ca128aa29 to handler 2019-02-07 04:10:33.657 6477 INFO oslo_db.sqlalchemy.provision [req-8d570307-8c7f-4b91-93cb-f03c5a3edfbd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:33.659 6477 INFO oslo_db.sqlalchemy.provision [req-8d570307-8c7f-4b91-93cb-f03c5a3edfbd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jxljwngkfc 2019-02-07 04:10:33.659 6477 INFO oslo_db.sqlalchemy.provision [req-8d570307-8c7f-4b91-93cb-f03c5a3edfbd - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_update [0.626363s] ... ok 2019-02-07 04:10:33.662 6477 INFO oslo_db.sqlalchemy.provision [req-8d570307-8c7f-4b91-93cb-f03c5a3edfbd - - - - -] CREATE BACKEND sqlite:// TOKEN wiwywjuhqb 2019-02-07 04:10:33.715 6478 INFO octavia.api.v2.controllers.pool [req-106de239-2396-4c31-b76a-b05a6105bc9f - - - - -] Sending Creation of Pool e3e3189c-0ef3-4182-90c6-54e3fd564741 to handler 2019-02-07 04:10:33.736 6477 INFO octavia.common.config [req-8d570307-8c7f-4b91-93cb-f03c5a3edfbd - - - - -] Logging enabled! 2019-02-07 04:10:33.736 6477 INFO octavia.common.config [req-8d570307-8c7f-4b91-93cb-f03c5a3edfbd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:33.760 6477 WARNING octavia.api.root_controller [req-8d570307-8c7f-4b91-93cb-f03c5a3edfbd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:33.774 6477 INFO octavia.api.v2.controllers.load_balancer [req-8f757276-1d65-4ee5-bf66-b63c63db4a1e - - - - -] Sending created Load Balancer 5bc4617c-c293-4454-894b-7b33a149c899 to the handler 2019-02-07 04:10:33.862 6478 INFO octavia.api.v2.controllers.l7policy [req-90b54e43-f120-4415-95f4-23d420fc8483 - - - - -] Sending Creation of L7Policy f5628597-7cc6-45ef-a60b-b624859dfd37 to handler 2019-02-07 04:10:33.890 6477 INFO octavia.api.v2.controllers.listener [req-908710d4-94a8-4792-a058-54e2ba475ac8 - - - - -] Sending Creation of Listener 178b43a1-9503-4200-9cad-ec384d457069 to handler 2019-02-07 04:10:34.034 6477 INFO octavia.api.v2.controllers.l7policy [req-ccaa02f7-1bb2-4979-8b6e-5cc9aa5ac46d - - - - -] Sending Creation of L7Policy 92211345-9b4d-41dc-9753-500949d8190a to handler 2019-02-07 04:10:34.216 6478 INFO octavia.api.v2.controllers.l7policy [req-6667391d-72b1-4db6-a830-5ff9937832f9 - - - - -] Sending Deletion of L7Policy f5628597-7cc6-45ef-a60b-b624859dfd37 to handler 2019-02-07 04:10:34.280 6478 INFO oslo_db.sqlalchemy.provision [req-c2ce5def-0534-4fa6-854f-a2ea5b512464 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:34.282 6478 INFO oslo_db.sqlalchemy.provision [req-c2ce5def-0534-4fa6-854f-a2ea5b512464 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN juyaantukf 2019-02-07 04:10:34.282 6478 INFO oslo_db.sqlalchemy.provision [req-c2ce5def-0534-4fa6-854f-a2ea5b512464 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete [0.934176s] ... ok 2019-02-07 04:10:34.285 6478 INFO oslo_db.sqlalchemy.provision [req-c2ce5def-0534-4fa6-854f-a2ea5b512464 - - - - -] CREATE BACKEND sqlite:// TOKEN ynmrobqziv 2019-02-07 04:10:34.335 6477 INFO octavia.api.v2.controllers.l7rule [req-82f59707-70b2-4122-b706-a27c89a995dd - - - - -] Sending Creation of L7Rule a3e21dc6-6f87-4093-83cb-45dc035888d7 to handler 2019-02-07 04:10:34.359 6478 INFO octavia.common.config [req-c2ce5def-0534-4fa6-854f-a2ea5b512464 - - - - -] Logging enabled! 2019-02-07 04:10:34.359 6478 INFO octavia.common.config [req-c2ce5def-0534-4fa6-854f-a2ea5b512464 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:34.382 6478 WARNING octavia.api.root_controller [req-c2ce5def-0534-4fa6-854f-a2ea5b512464 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:34.396 6478 INFO octavia.api.v2.controllers.load_balancer [req-ec56b2ff-9db0-4108-987c-26402ec517ea - - - - -] Sending created Load Balancer 2005d317-951e-4b3b-ad65-2cdd393195ca to the handler 2019-02-07 04:10:34.408 6477 INFO oslo_db.sqlalchemy.provision [req-d39f0964-a599-4744-8c4a-1dad07895f00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:34.409 6477 INFO oslo_db.sqlalchemy.provision [req-d39f0964-a599-4744-8c4a-1dad07895f00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wiwywjuhqb 2019-02-07 04:10:34.409 6477 INFO oslo_db.sqlalchemy.provision [req-d39f0964-a599-4744-8c4a-1dad07895f00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_file_type_rule [0.750136s] ... ok 2019-02-07 04:10:34.412 6477 INFO oslo_db.sqlalchemy.provision [req-d39f0964-a599-4744-8c4a-1dad07895f00 - - - - -] CREATE BACKEND sqlite:// TOKEN qtbebfvhjw 2019-02-07 04:10:34.487 6477 INFO octavia.common.config [req-d39f0964-a599-4744-8c4a-1dad07895f00 - - - - -] Logging enabled! 2019-02-07 04:10:34.488 6477 INFO octavia.common.config [req-d39f0964-a599-4744-8c4a-1dad07895f00 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:34.510 6477 WARNING octavia.api.root_controller [req-d39f0964-a599-4744-8c4a-1dad07895f00 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:34.513 6478 INFO octavia.api.v2.controllers.listener [req-5821340a-7331-47eb-96f6-686bd4918751 - - - - -] Sending Creation of Listener 48b44ce2-e5a4-4361-b8bc-74f4485fdcca to handler 2019-02-07 04:10:34.524 6477 INFO octavia.api.v2.controllers.load_balancer [req-86ad0d6d-e57b-4884-9139-97862921b26e - - - - -] Sending created Load Balancer e657f8d4-0c29-42de-ab1a-438f7edd5f3e to the handler 2019-02-07 04:10:34.642 6477 INFO octavia.api.v2.controllers.listener [req-8846f66d-9a0c-479a-9a9e-e3fe5ff40660 - - - - -] Sending Creation of Listener 998b36fb-1142-40a0-ae98-5cf5fd383f44 to handler 2019-02-07 04:10:34.643 6478 INFO octavia.api.v2.controllers.pool [req-897d32a8-7442-4870-9ebf-52cdb43d19b2 - - - - -] Sending Creation of Pool 4ba61f91-1d4e-4866-9a64-e75fc56242a6 to handler 2019-02-07 04:10:34.779 6477 INFO octavia.api.v2.controllers.l7policy [req-1162369c-e691-40b7-ad62-97442d3779e3 - - - - -] Sending Creation of L7Policy c47c3de1-6d7d-4958-9c09-0d59668a5b72 to handler 2019-02-07 04:10:34.796 6478 INFO octavia.api.v2.controllers.l7policy [req-7937c388-9d18-44df-a9d4-0771a43ef956 - - - - -] Sending Creation of L7Policy 7a2e2879-f0d4-4556-9247-19a103c59396 to handler 2019-02-07 04:10:35.003 6477 INFO octavia.api.v2.controllers.l7rule [req-c201f41b-b72a-4395-b0fc-4361070eb97f - - - - -] Sending Creation of L7Rule 029754cc-e95d-4bd0-9d4b-f3bf13e76e65 to handler 2019-02-07 04:10:35.082 6477 INFO oslo_db.sqlalchemy.provision [req-86469c48-8b6f-42ec-b370-66263e8e05d9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:35.084 6477 INFO oslo_db.sqlalchemy.provision [req-86469c48-8b6f-42ec-b370-66263e8e05d9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qtbebfvhjw 2019-02-07 04:10:35.084 6477 INFO oslo_db.sqlalchemy.provision [req-86469c48-8b6f-42ec-b370-66263e8e05d9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_header_rule [0.678444s] ... ok 2019-02-07 04:10:35.091 6477 INFO oslo_db.sqlalchemy.provision [req-86469c48-8b6f-42ec-b370-66263e8e05d9 - - - - -] CREATE BACKEND sqlite:// TOKEN fxordkcdvw 2019-02-07 04:10:35.162 6477 INFO octavia.common.config [req-86469c48-8b6f-42ec-b370-66263e8e05d9 - - - - -] Logging enabled! 2019-02-07 04:10:35.162 6477 INFO octavia.common.config [req-86469c48-8b6f-42ec-b370-66263e8e05d9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:35.154 6478 INFO octavia.api.v2.controllers.l7policy [req-08bf9b8f-c1e0-4f65-8dab-5e12bafef27e - 1a6f75f8-c78b-40f1-84c2-8b49ad9bafcb - - -] Sending Deletion of L7Policy 7a2e2879-f0d4-4556-9247-19a103c59396 to handler 2019-02-07 04:10:35.185 6477 WARNING octavia.api.root_controller [req-86469c48-8b6f-42ec-b370-66263e8e05d9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:35.199 6477 INFO octavia.api.v2.controllers.load_balancer [req-55b061b6-0061-4d52-a795-b1e0070e7b18 - - - - -] Sending created Load Balancer 5d0c7c6b-d3f6-4dee-820e-72a1cd140241 to the handler 2019-02-07 04:10:35.242 6478 INFO oslo_db.sqlalchemy.provision [req-fadb0755-f71e-4f9a-a327-9c8b9c55fdfe - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:35.243 6478 INFO oslo_db.sqlalchemy.provision [req-fadb0755-f71e-4f9a-a327-9c8b9c55fdfe - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ynmrobqziv 2019-02-07 04:10:35.244 6478 INFO oslo_db.sqlalchemy.provision [req-fadb0755-f71e-4f9a-a327-9c8b9c55fdfe - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_authorized [0.961439s] ... ok 2019-02-07 04:10:35.247 6478 INFO oslo_db.sqlalchemy.provision [req-fadb0755-f71e-4f9a-a327-9c8b9c55fdfe - - - - -] CREATE BACKEND sqlite:// TOKEN qvtkjhfwfk 2019-02-07 04:10:35.316 6477 INFO octavia.api.v2.controllers.listener [req-393f84b6-9f23-46e8-8935-f180506a39ad - - - - -] Sending Creation of Listener 0bfc5839-0cb1-4aa7-b403-698650bedb16 to handler 2019-02-07 04:10:35.337 6478 INFO octavia.common.config [req-fadb0755-f71e-4f9a-a327-9c8b9c55fdfe - - - - -] Logging enabled! 2019-02-07 04:10:35.337 6478 INFO octavia.common.config [req-fadb0755-f71e-4f9a-a327-9c8b9c55fdfe - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:35.364 6478 WARNING octavia.api.root_controller [req-fadb0755-f71e-4f9a-a327-9c8b9c55fdfe - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:35.387 6478 INFO octavia.api.v2.controllers.load_balancer [req-8e5681c7-b4c3-430d-9aa4-80f7c5b215eb - - - - -] Sending created Load Balancer 3c5a43c2-1a9f-4555-bf54-5b85bf3ac05c to the handler 2019-02-07 04:10:35.522 6477 INFO octavia.api.v2.controllers.l7policy [req-31450e01-5ec4-4e64-81fa-5c261c6b9100 - - - - -] Sending Creation of L7Policy c0d6dec0-9bf6-45fc-bd38-6c6db29d7374 to handler 2019-02-07 04:10:35.528 6478 INFO octavia.api.v2.controllers.listener [req-624df6a8-d03e-4d97-a290-dc5939a04161 - - - - -] Sending Creation of Listener 735428c3-1ae8-4a3b-b847-bab76388636f to handler 2019-02-07 04:10:35.660 6478 INFO octavia.api.v2.controllers.pool [req-b2ef7054-e1e0-4764-a0dd-70ff3cbd8db5 - - - - -] Sending Creation of Pool f257998c-b492-4d71-8a31-47b412ad8802 to handler 2019-02-07 04:10:35.748 6477 INFO octavia.api.v2.controllers.l7rule [req-0f20d81b-c8eb-4038-8ed5-cd203d1a727c - - - - -] Sending Creation of L7Rule 55c55df9-d90b-473f-818a-3deeff812d5d to handler 2019-02-07 04:10:35.808 6478 INFO octavia.api.v2.controllers.l7policy [req-efb03e9a-06d9-452d-8203-13947dcf4251 - - - - -] Sending Creation of L7Policy 80a020d9-9213-4b0d-aa0c-2eaa09165f7a to handler 2019-02-07 04:10:35.827 6477 INFO oslo_db.sqlalchemy.provision [req-32240bc2-8eb7-4e41-b4eb-5be9a37eeac6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:35.828 6477 INFO oslo_db.sqlalchemy.provision [req-32240bc2-8eb7-4e41-b4eb-5be9a37eeac6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fxordkcdvw 2019-02-07 04:10:35.829 6477 INFO oslo_db.sqlalchemy.provision [req-32240bc2-8eb7-4e41-b4eb-5be9a37eeac6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_host_name_rule [0.740496s] ... ok 2019-02-07 04:10:35.832 6477 INFO oslo_db.sqlalchemy.provision [req-32240bc2-8eb7-4e41-b4eb-5be9a37eeac6 - - - - -] CREATE BACKEND sqlite:// TOKEN nridfhwxfr 2019-02-07 04:10:35.907 6477 INFO octavia.common.config [req-32240bc2-8eb7-4e41-b4eb-5be9a37eeac6 - - - - -] Logging enabled! 2019-02-07 04:10:35.907 6477 INFO octavia.common.config [req-32240bc2-8eb7-4e41-b4eb-5be9a37eeac6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:35.926 6477 WARNING octavia.api.root_controller [req-32240bc2-8eb7-4e41-b4eb-5be9a37eeac6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:35.938 6477 INFO octavia.api.v2.controllers.load_balancer [req-a4054ee6-5972-4fb2-a34b-432775e2b0a8 - - - - -] Sending created Load Balancer 3da4c798-3458-4b7d-bfb6-773afd3bccb7 to the handler 2019-02-07 04:10:36.052 6477 INFO octavia.api.v2.controllers.listener [req-3d651c42-4516-4801-a603-d46845116a8b - - - - -] Sending Creation of Listener 03fc7335-d7a1-4db2-a989-b6e96fe35073 to handler 2019-02-07 04:10:36.106 6478 INFO oslo_db.sqlalchemy.provision [req-ad49ab1e-35b3-428e-9dff-935a2b75933c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:36.108 6478 INFO oslo_db.sqlalchemy.provision [req-ad49ab1e-35b3-428e-9dff-935a2b75933c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qvtkjhfwfk 2019-02-07 04:10:36.108 6478 INFO oslo_db.sqlalchemy.provision [req-ad49ab1e-35b3-428e-9dff-935a2b75933c - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_not_authorized [0.864039s] ... ok 2019-02-07 04:10:36.111 6478 INFO oslo_db.sqlalchemy.provision [req-ad49ab1e-35b3-428e-9dff-935a2b75933c - - - - -] CREATE BACKEND sqlite:// TOKEN mlprdmtclz 2019-02-07 04:10:36.184 6478 INFO octavia.common.config [req-ad49ab1e-35b3-428e-9dff-935a2b75933c - - - - -] Logging enabled! 2019-02-07 04:10:36.185 6478 INFO octavia.common.config [req-ad49ab1e-35b3-428e-9dff-935a2b75933c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:36.191 6477 INFO octavia.api.v2.controllers.l7policy [req-364af405-41c7-474c-b2ea-f97fdf10e90c - - - - -] Sending Creation of L7Policy 9e8281ae-a3cc-4525-b575-ee25128c3e31 to handler 2019-02-07 04:10:36.207 6478 WARNING octavia.api.root_controller [req-ad49ab1e-35b3-428e-9dff-935a2b75933c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:36.219 6478 INFO octavia.api.v2.controllers.load_balancer [req-5fac0b18-ae1b-40da-8c22-65771f85b2a9 - - - - -] Sending created Load Balancer 703e0dfe-45c4-4ee0-9d0e-36e3d9144c81 to the handler 2019-02-07 04:10:36.420 6478 INFO octavia.api.v2.controllers.listener [req-781c1c96-72d9-448a-bf8c-f7653a1b24f1 - - - - -] Sending Creation of Listener 8e860c1b-80c4-4adb-9da0-e6dca59c2417 to handler 2019-02-07 04:10:36.432 6477 INFO octavia.api.v2.controllers.l7rule [req-16842ef6-98b2-42ac-af9f-8f52950df765 - e7060ed6-fcc2-49bb-9536-d6618d9756c8 - - -] Sending Creation of L7Rule 3f2ac823-1cda-4c85-8e36-24bbb856c429 to handler 2019-02-07 04:10:36.510 6477 INFO oslo_db.sqlalchemy.provision [req-fef1ef1b-f2fe-49d6-bd13-486800da1040 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:36.512 6477 INFO oslo_db.sqlalchemy.provision [req-fef1ef1b-f2fe-49d6-bd13-486800da1040 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nridfhwxfr 2019-02-07 04:10:36.512 6477 INFO oslo_db.sqlalchemy.provision [req-fef1ef1b-f2fe-49d6-bd13-486800da1040 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_rule_authorized [0.683276s] ... ok 2019-02-07 04:10:36.520 6477 INFO oslo_db.sqlalchemy.provision [req-fef1ef1b-f2fe-49d6-bd13-486800da1040 - - - - -] CREATE BACKEND sqlite:// TOKEN nybawovoka 2019-02-07 04:10:36.566 6478 INFO octavia.api.v2.controllers.pool [req-cb276ae3-bed2-4e61-87ab-f655de1870ef - - - - -] Sending Creation of Pool 6c70a20f-5fbd-41c4-8e23-dbaf31f3ee70 to handler 2019-02-07 04:10:36.590 6477 INFO octavia.common.config [req-fef1ef1b-f2fe-49d6-bd13-486800da1040 - - - - -] Logging enabled! 2019-02-07 04:10:36.590 6477 INFO octavia.common.config [req-fef1ef1b-f2fe-49d6-bd13-486800da1040 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:36.613 6477 WARNING octavia.api.root_controller [req-fef1ef1b-f2fe-49d6-bd13-486800da1040 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:36.628 6477 INFO octavia.api.v2.controllers.load_balancer [req-8d5d3473-966a-450e-8426-a5a4d05357fb - - - - -] Sending created Load Balancer e70b60e2-9881-4c40-b3c5-4657fd4f8d23 to the handler 2019-02-07 04:10:36.750 6478 INFO octavia.api.v2.controllers.l7policy [req-99de9669-eaa9-437f-973c-bb903738c625 - - - - -] Sending Creation of L7Policy 718a3ffe-3ec5-4f33-8681-838903c88187 to handler 2019-02-07 04:10:36.813 6477 INFO octavia.api.v2.controllers.listener [req-7e6883b8-de90-4110-8b77-f2b7aef650a8 - - - - -] Sending Creation of Listener f97c6446-c588-409a-9338-c3f04389a4f3 to handler 2019-02-07 04:10:36.950 6477 INFO octavia.api.v2.controllers.l7policy [req-8d70f6e1-76a3-4517-96d0-a0289016c66e - - - - -] Sending Creation of L7Policy 2adc7e7b-9a5d-41ef-b65a-dc6906f36970 to handler 2019-02-07 04:10:36.966 6478 INFO octavia.api.v2.controllers.load_balancer [req-8993f9c6-c92e-4566-a8d8-ee32fbbca9ef - - - - -] Sending updated Load Balancer 703e0dfe-45c4-4ee0-9d0e-36e3d9144c81 to the handler 2019-02-07 04:10:36.997 6478 INFO octavia.api.v2.controllers.l7policy [req-494ab45b-66ec-47dd-b334-f986307d3d78 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:10:37.011 6478 INFO oslo_db.sqlalchemy.provision [req-494ab45b-66ec-47dd-b334-f986307d3d78 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:37.012 6478 INFO oslo_db.sqlalchemy.provision [req-494ab45b-66ec-47dd-b334-f986307d3d78 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mlprdmtclz 2019-02-07 04:10:37.013 6478 INFO oslo_db.sqlalchemy.provision [req-494ab45b-66ec-47dd-b334-f986307d3d78 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_delete_when_lb_pending_update [0.904446s] ... ok 2019-02-07 04:10:37.020 6478 INFO oslo_db.sqlalchemy.provision [req-494ab45b-66ec-47dd-b334-f986307d3d78 - - - - -] CREATE BACKEND sqlite:// TOKEN cvqvwarlvr 2019-02-07 04:10:37.090 6478 INFO octavia.common.config [req-494ab45b-66ec-47dd-b334-f986307d3d78 - - - - -] Logging enabled! 2019-02-07 04:10:37.090 6478 INFO octavia.common.config [req-494ab45b-66ec-47dd-b334-f986307d3d78 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:37.112 6478 WARNING octavia.api.root_controller [req-494ab45b-66ec-47dd-b334-f986307d3d78 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:37.127 6478 INFO octavia.api.v2.controllers.load_balancer [req-11cace08-31a1-4b7d-a52c-f508354cc1f7 - - - - -] Sending created Load Balancer 6ca41a6a-0028-416f-b088-62d31dc0d3b3 to the handler 2019-02-07 04:10:37.163 6477 INFO oslo_db.sqlalchemy.provision [req-f6ffa2ab-7375-4ed3-a9c3-ddb3d79bf014 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:37.166 6477 INFO oslo_db.sqlalchemy.provision [req-f6ffa2ab-7375-4ed3-a9c3-ddb3d79bf014 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nybawovoka 2019-02-07 04:10:37.166 6477 INFO oslo_db.sqlalchemy.provision [req-f6ffa2ab-7375-4ed3-a9c3-ddb3d79bf014 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_rule_not_authorized [0.654036s] ... ok 2019-02-07 04:10:37.169 6477 INFO oslo_db.sqlalchemy.provision [req-f6ffa2ab-7375-4ed3-a9c3-ddb3d79bf014 - - - - -] CREATE BACKEND sqlite:// TOKEN hbvtcjmoqy 2019-02-07 04:10:37.242 6477 INFO octavia.common.config [req-f6ffa2ab-7375-4ed3-a9c3-ddb3d79bf014 - - - - -] Logging enabled! 2019-02-07 04:10:37.242 6477 INFO octavia.common.config [req-f6ffa2ab-7375-4ed3-a9c3-ddb3d79bf014 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:37.243 6478 INFO octavia.api.v2.controllers.listener [req-83ec48bc-941e-4fb6-9c18-dba26ff8ad20 - - - - -] Sending Creation of Listener a42a2a04-6774-41b0-b731-fd9938cd3287 to handler 2019-02-07 04:10:37.265 6477 WARNING octavia.api.root_controller [req-f6ffa2ab-7375-4ed3-a9c3-ddb3d79bf014 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:37.276 6477 INFO octavia.api.v2.controllers.load_balancer [req-345c65c6-d8d1-48bc-9382-0962be99ce2d - - - - -] Sending created Load Balancer ee62ae7b-55ac-4cbe-9533-875aa771b674 to the handler 2019-02-07 04:10:37.373 6478 INFO octavia.api.v2.controllers.pool [req-93560275-fbb0-454d-be10-ed1db80f7be7 - - - - -] Sending Creation of Pool 6de4b1c2-ce3d-4f33-80a2-c018a94ae68f to handler 2019-02-07 04:10:37.396 6477 INFO octavia.api.v2.controllers.listener [req-52bc2f43-fe2d-4f15-b074-745ae2f343f7 - - - - -] Sending Creation of Listener 9f82b63e-8afd-447e-b75c-2b6ae274bca2 to handler 2019-02-07 04:10:37.530 6477 INFO octavia.api.v2.controllers.l7policy [req-722bb1a9-dcca-427c-949f-e3ea7922f49c - - - - -] Sending Creation of L7Policy 54d6a9c8-5149-46d5-a11b-645b13ade2a0 to handler 2019-02-07 04:10:37.601 6478 INFO octavia.api.v2.controllers.l7policy [req-85f6e069-a7eb-4710-bce9-cd376e88e522 - - - - -] Sending Creation of L7Policy 5170709e-9b53-4337-b54d-9c2f99967a02 to handler 2019-02-07 04:10:37.645 6478 INFO oslo_db.sqlalchemy.provision [req-d06084d3-9542-44cf-aec6-cc46852b4a5e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:37.646 6478 INFO oslo_db.sqlalchemy.provision [req-d06084d3-9542-44cf-aec6-cc46852b4a5e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cvqvwarlvr 2019-02-07 04:10:37.646 6478 INFO oslo_db.sqlalchemy.provision [req-d06084d3-9542-44cf-aec6-cc46852b4a5e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get [0.633589s] ... ok 2019-02-07 04:10:37.649 6478 INFO oslo_db.sqlalchemy.provision [req-d06084d3-9542-44cf-aec6-cc46852b4a5e - - - - -] CREATE BACKEND sqlite:// TOKEN yjhlssmlkf 2019-02-07 04:10:37.723 6478 INFO octavia.common.config [req-d06084d3-9542-44cf-aec6-cc46852b4a5e - - - - -] Logging enabled! 2019-02-07 04:10:37.723 6478 INFO octavia.common.config [req-d06084d3-9542-44cf-aec6-cc46852b4a5e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:37.748 6478 WARNING octavia.api.root_controller [req-d06084d3-9542-44cf-aec6-cc46852b4a5e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:37.760 6478 INFO octavia.api.v2.controllers.load_balancer [req-1eb64417-f7d4-4347-9445-d65f77c3b0c9 - - - - -] Sending created Load Balancer 645bda45-f96b-4dc0-abe1-732f417c3765 to the handler 2019-02-07 04:10:37.833 6477 INFO octavia.api.v2.controllers.l7rule [req-ad0060fe-c745-4271-b786-4b69525eaf67 - - - - -] Sending Creation of L7Rule 8778136c-984d-401c-a30c-def752c0533d to handler 2019-02-07 04:10:37.906 6478 INFO octavia.api.v2.controllers.listener [req-0d58a21d-da4e-4fb6-82dc-63ab275afb17 - - - - -] Sending Creation of Listener 0b38094d-e890-47cb-b853-a40cd7aa2586 to handler 2019-02-07 04:10:38.058 6478 INFO octavia.api.v2.controllers.pool [req-9d896d9c-e5b9-472d-a0a0-925d9f9bdc34 - - - - -] Sending Creation of Pool d8c4b3c3-d954-4c34-8a3c-d010758a7f48 to handler 2019-02-07 04:10:38.074 6477 INFO octavia.api.v2.controllers.l7rule [req-b2dd71d9-ecf4-496f-9cb1-3754cfe1a5ab - - - - -] Sending Creation of L7Rule d85868b4-0697-4971-854c-855863f35570 to handler 2019-02-07 04:10:38.205 6478 INFO octavia.api.v2.controllers.l7policy [req-26f4a9a9-1ebd-4002-a678-42db306b57dd - - - - -] Sending Creation of L7Policy 5ea5b869-09e7-49bc-a832-4f7a8001e433 to handler 2019-02-07 04:10:38.338 6477 INFO octavia.api.v2.controllers.l7rule [req-26ef0897-ccf0-47a4-acf5-855f1e33b820 - - - - -] Sending Creation of L7Rule fc8ffcc0-29e0-4ec0-ae78-f6f98e5f1c5b to handler 2019-02-07 04:10:38.446 6478 INFO octavia.api.v2.controllers.l7policy [req-ad643e87-01ac-454c-b8f3-f0b3b8ec5202 - - - - -] Sending Creation of L7Policy e3ae405d-4a4c-4d9c-a2cc-03de8f1c86a8 to handler 2019-02-07 04:10:38.623 6477 INFO octavia.api.v2.controllers.l7rule [req-15e93cb7-f276-46e6-a595-ab50bbe3badb - - - - -] Sending Creation of L7Rule ae2b84e3-b3d4-4d93-b839-19d219c122ac to handler 2019-02-07 04:10:38.829 6478 INFO octavia.api.v2.controllers.l7policy [req-75974b5d-b560-4fec-a112-ff7892390341 - - - - -] Sending Creation of L7Policy 12792e80-e546-4127-814b-818f13bd4258 to handler 2019-02-07 04:10:38.940 6477 INFO octavia.api.v2.controllers.l7rule [req-4d261d41-62ff-4834-a2b1-b68712b58838 - - - - -] Sending Creation of L7Rule 90912c55-e281-455c-8a43-2e30ca5d1e92 to handler 2019-02-07 04:10:39.207 6478 INFO oslo_db.sqlalchemy.provision [req-7e5c82ae-41f6-408a-98a3-cd521fcc564d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:39.209 6478 INFO oslo_db.sqlalchemy.provision [req-7e5c82ae-41f6-408a-98a3-cd521fcc564d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yjhlssmlkf 2019-02-07 04:10:39.209 6478 INFO oslo_db.sqlalchemy.provision [req-7e5c82ae-41f6-408a-98a3-cd521fcc564d - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_fields_filter [1.562304s] ... ok 2019-02-07 04:10:39.212 6478 INFO oslo_db.sqlalchemy.provision [req-7e5c82ae-41f6-408a-98a3-cd521fcc564d - - - - -] CREATE BACKEND sqlite:// TOKEN fqkezspmjc 2019-02-07 04:10:39.285 6478 INFO octavia.common.config [req-7e5c82ae-41f6-408a-98a3-cd521fcc564d - - - - -] Logging enabled! 2019-02-07 04:10:39.285 6478 INFO octavia.common.config [req-7e5c82ae-41f6-408a-98a3-cd521fcc564d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:39.308 6478 WARNING octavia.api.root_controller [req-7e5c82ae-41f6-408a-98a3-cd521fcc564d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:39.322 6478 INFO octavia.api.v2.controllers.load_balancer [req-f160a114-753f-4e11-9e63-3662a87aba4c - - - - -] Sending created Load Balancer 4c0b4870-b317-4366-8af9-79a53132e0f7 to the handler 2019-02-07 04:10:39.344 6477 INFO octavia.api.v2.controllers.l7rule [req-28e868f9-cf3a-4846-8815-702497a61f80 - - - - -] Sending Creation of L7Rule b064be8e-a632-483e-b29b-3b32443c5d73 to handler 2019-02-07 04:10:39.440 6478 INFO octavia.api.v2.controllers.listener [req-12aff33e-0a66-4bc4-af50-d98b5324921b - - - - -] Sending Creation of Listener 220c64b5-9fab-425c-b299-8a1aa8a04332 to handler 2019-02-07 04:10:39.569 6478 INFO octavia.api.v2.controllers.pool [req-cf73fae9-a706-493b-bbbd-68f2546486aa - - - - -] Sending Creation of Pool f44e487e-44ee-45c7-932b-2143de5d5f9c to handler 2019-02-07 04:10:39.714 6477 INFO octavia.api.v2.controllers.l7rule [req-d9908f99-a340-4c57-a48b-506a735a08ac - - - - -] Sending Creation of L7Rule df1f9052-fbcd-451b-b836-2bad6de9b06e to handler 2019-02-07 04:10:39.780 6478 INFO octavia.api.v2.controllers.load_balancer [req-5c88cb3b-7415-4c8b-b83d-b16287bf4f5b - - - - -] Sending created Load Balancer 8c9f750a-9cf5-44dd-8493-17949786e638 to the handler 2019-02-07 04:10:39.897 6478 INFO octavia.api.v2.controllers.listener [req-3533bc26-ffc4-449e-81df-d9f08634b305 - - - - -] Sending Creation of Listener 344814dc-b3c9-4fbd-bff6-84facab23b5e to handler 2019-02-07 04:10:40.030 6478 INFO octavia.api.v2.controllers.pool [req-9af4fd90-cf9c-4370-8b23-65cf858366bb - - - - -] Sending Creation of Pool 11401d6c-28f0-4a7b-b799-7004b06f5ebe to handler 2019-02-07 04:10:40.111 6477 INFO octavia.api.v2.controllers.l7rule [req-ec4159d0-b809-447f-add3-0c27b2b71b7e - - - - -] Sending Creation of L7Rule d33f4faa-0352-4c83-9537-4f301596e259 to handler 2019-02-07 04:10:40.205 6478 INFO octavia.api.v2.controllers.l7policy [req-1318676f-276d-4ffe-b8f0-f3090a46c2d3 - - - - -] Sending Creation of L7Policy e4346c83-68e8-4c6e-a2a5-664634822e69 to handler 2019-02-07 04:10:40.468 6478 INFO octavia.api.v2.controllers.l7policy [req-124af8d1-14ba-4def-be79-2d9f0effc197 - - - - -] Sending Creation of L7Policy 37dc301d-a2a4-4bfb-a47c-17e61a3c2904 to handler 2019-02-07 04:10:40.610 6477 INFO octavia.api.v2.controllers.l7rule [req-f18bbd82-10e4-4476-83d5-d74d5bf3e7d9 - - - - -] Sending Creation of L7Rule 474908c5-8050-46db-95ce-d79147d714fe to handler 2019-02-07 04:10:40.849 6478 INFO octavia.api.v2.controllers.l7policy [req-fa24d5c7-6ea9-4341-94cf-d3fc3b7de7e5 - - - - -] Sending Creation of L7Policy a2e4d8f3-38e0-4d9c-ba9e-8ef49fb23150 to handler 2019-02-07 04:10:41.064 6477 INFO octavia.api.v2.controllers.l7rule [req-d68da728-86cc-4ee2-9c03-e8ff90bcb158 - - - - -] Sending Creation of L7Rule 6dc56ea6-3b8f-4d26-bc27-6cad1d819df0 to handler 2019-02-07 04:10:41.146 6478 INFO oslo_db.sqlalchemy.provision [req-f0d174ca-a0e6-4f41-89be-07d45fc7aa08 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:41.147 6478 INFO oslo_db.sqlalchemy.provision [req-f0d174ca-a0e6-4f41-89be-07d45fc7aa08 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fqkezspmjc 2019-02-07 04:10:41.147 6478 INFO oslo_db.sqlalchemy.provision [req-f0d174ca-a0e6-4f41-89be-07d45fc7aa08 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_all_non_admin [1.938440s] ... ok 2019-02-07 04:10:41.151 6478 INFO oslo_db.sqlalchemy.provision [req-f0d174ca-a0e6-4f41-89be-07d45fc7aa08 - - - - -] CREATE BACKEND sqlite:// TOKEN jwqtzzrpll 2019-02-07 04:10:41.224 6478 INFO octavia.common.config [req-f0d174ca-a0e6-4f41-89be-07d45fc7aa08 - - - - -] Logging enabled! 2019-02-07 04:10:41.224 6478 INFO octavia.common.config [req-f0d174ca-a0e6-4f41-89be-07d45fc7aa08 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:41.246 6478 WARNING octavia.api.root_controller [req-f0d174ca-a0e6-4f41-89be-07d45fc7aa08 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:41.260 6478 INFO octavia.api.v2.controllers.load_balancer [req-fd9cc57d-d9c5-4d68-bf4b-839b884c1530 - - - - -] Sending created Load Balancer 7f673e88-42cf-47da-a5e3-6090c4df48c1 to the handler 2019-02-07 04:10:41.393 6478 INFO octavia.api.v2.controllers.listener [req-5cc3512e-bc25-4cfb-a705-11ee396bc64b - - - - -] Sending Creation of Listener e34f48df-469a-42e2-b645-4644a632a6bd to handler 2019-02-07 04:10:41.544 6478 INFO octavia.api.v2.controllers.pool [req-32546cff-1000-4da0-980d-dd38c194a0cc - - - - -] Sending Creation of Pool 7ebce864-5536-4e97-812f-8e5a84cbbf30 to handler 2019-02-07 04:10:41.560 6477 INFO octavia.api.v2.controllers.l7rule [req-d957664f-5e5d-4168-a835-7e5e8575755f - - - - -] Sending Creation of L7Rule f48606db-c5eb-442d-b9d2-11cd1b691bb4 to handler 2019-02-07 04:10:41.692 6478 INFO octavia.api.v2.controllers.l7policy [req-21037fb1-46b6-48c1-a83e-e3d298a375ed - - - - -] Sending Creation of L7Policy 24ff6941-01e7-4ab4-a7d6-3b11c0146beb to handler 2019-02-07 04:10:41.736 6478 INFO oslo_db.sqlalchemy.provision [req-95a059ea-29d5-4930-a677-388306e27ce3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:41.738 6478 INFO oslo_db.sqlalchemy.provision [req-95a059ea-29d5-4930-a677-388306e27ce3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jwqtzzrpll 2019-02-07 04:10:41.738 6478 INFO oslo_db.sqlalchemy.provision [req-95a059ea-29d5-4930-a677-388306e27ce3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_authorized [0.590256s] ... ok 2019-02-07 04:10:41.741 6478 INFO oslo_db.sqlalchemy.provision [req-95a059ea-29d5-4930-a677-388306e27ce3 - - - - -] CREATE BACKEND sqlite:// TOKEN lcmpprhqgx 2019-02-07 04:10:41.820 6478 INFO octavia.common.config [req-95a059ea-29d5-4930-a677-388306e27ce3 - - - - -] Logging enabled! 2019-02-07 04:10:41.820 6478 INFO octavia.common.config [req-95a059ea-29d5-4930-a677-388306e27ce3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:41.843 6478 WARNING octavia.api.root_controller [req-95a059ea-29d5-4930-a677-388306e27ce3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:41.857 6478 INFO octavia.api.v2.controllers.load_balancer [req-3c36c01d-c1ca-4355-a2d9-9249c9c5020c - - - - -] Sending created Load Balancer 5793e2a2-2f36-4039-940c-e3be115b80e0 to the handler 2019-02-07 04:10:42.053 6478 INFO octavia.api.v2.controllers.listener [req-a53acce8-a8ad-456f-b741-cdf138eda92b - - - - -] Sending Creation of Listener 41b36b1b-1395-4f36-96de-1e6ca65839f8 to handler 2019-02-07 04:10:42.083 6477 INFO octavia.api.v2.controllers.l7rule [req-520e7a1a-2a78-4420-b6c4-2326e639fc9d - - - - -] Sending Creation of L7Rule 90c1da6f-8ac6-42cb-8b6a-d376c5e4943f to handler 2019-02-07 04:10:42.186 6478 INFO octavia.api.v2.controllers.pool [req-5dfc76ef-1b54-4a89-8f37-50aa30aca3d9 - - - - -] Sending Creation of Pool bdb15f1c-0069-4e47-9305-9e0a296f2d1e to handler 2019-02-07 04:10:42.335 6478 INFO octavia.api.v2.controllers.l7policy [req-0bc1037e-3094-402d-a9f4-3a58e1aa1fb0 - - - - -] Sending Creation of L7Policy e64390c9-0d36-4a25-b2bf-561e3663155f to handler 2019-02-07 04:10:42.399 6478 INFO oslo_db.sqlalchemy.provision [req-cf1454ae-0a30-4f05-ad2c-aae1c86c9b1a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:42.400 6478 INFO oslo_db.sqlalchemy.provision [req-cf1454ae-0a30-4f05-ad2c-aae1c86c9b1a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lcmpprhqgx 2019-02-07 04:10:42.400 6478 INFO oslo_db.sqlalchemy.provision [req-cf1454ae-0a30-4f05-ad2c-aae1c86c9b1a - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_hides_deleted [0.662360s] ... ok 2019-02-07 04:10:42.403 6478 INFO oslo_db.sqlalchemy.provision [req-cf1454ae-0a30-4f05-ad2c-aae1c86c9b1a - - - - -] CREATE BACKEND sqlite:// TOKEN aybqbozhbn 2019-02-07 04:10:42.477 6478 INFO octavia.common.config [req-cf1454ae-0a30-4f05-ad2c-aae1c86c9b1a - - - - -] Logging enabled! 2019-02-07 04:10:42.478 6478 INFO octavia.common.config [req-cf1454ae-0a30-4f05-ad2c-aae1c86c9b1a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:42.500 6478 WARNING octavia.api.root_controller [req-cf1454ae-0a30-4f05-ad2c-aae1c86c9b1a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:42.516 6478 INFO octavia.api.v2.controllers.load_balancer [req-50a0bb00-e5ed-4fae-8704-b3f94f3bd6be - - - - -] Sending created Load Balancer 8d60ae23-d61a-4ba8-b2f8-3491dab21e62 to the handler 2019-02-07 04:10:42.647 6477 INFO octavia.api.v2.controllers.l7rule [req-7dc2ec4f-0d84-4f2e-9bab-d7668a9be075 - - - - -] Sending Creation of L7Rule 8ca833b6-cf41-4581-a7df-e2a3307b3ce2 to handler 2019-02-07 04:10:42.665 6478 INFO octavia.api.v2.controllers.listener [req-9c5ee6f3-98e9-4c95-931e-b008004b0639 - - - - -] Sending Creation of Listener 52d8a297-b1c1-426f-862d-8b8fdf23dafb to handler 2019-02-07 04:10:42.795 6478 INFO octavia.api.v2.controllers.pool [req-cc0f3321-2a0f-44a7-aa65-2cd50bacd2f1 - - - - -] Sending Creation of Pool c04363de-99ac-4d9d-a538-5c310f2bb0cb to handler 2019-02-07 04:10:42.943 6478 INFO octavia.api.v2.controllers.l7policy [req-85199232-6c8f-495f-8c3d-66efd35ab128 - - - - -] Sending Creation of L7Policy d8f972c4-5d62-4422-a82c-3774c83b404d to handler 2019-02-07 04:10:43.238 6478 INFO oslo_db.sqlalchemy.provision [req-c07784ee-d4df-42e2-aaa0-cbf9f2a223cd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:43.240 6478 INFO oslo_db.sqlalchemy.provision [req-c07784ee-d4df-42e2-aaa0-cbf9f2a223cd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aybqbozhbn 2019-02-07 04:10:43.240 6478 INFO oslo_db.sqlalchemy.provision [req-c07784ee-d4df-42e2-aaa0-cbf9f2a223cd - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_get_one_fields_filter [0.839500s] ... ok 2019-02-07 04:10:43.243 6478 INFO oslo_db.sqlalchemy.provision [req-c07784ee-d4df-42e2-aaa0-cbf9f2a223cd - - - - -] CREATE BACKEND sqlite:// TOKEN znzljykcki 2019-02-07 04:10:43.301 6477 INFO octavia.api.v2.controllers.l7rule [req-2ee9c5fe-e7df-405a-a63e-bd754d92b2e3 - - - - -] Sending Creation of L7Rule a9d8edb4-0b5e-4f8d-92c5-03a63d5e42f9 to handler 2019-02-07 04:10:43.318 6478 INFO octavia.common.config [req-c07784ee-d4df-42e2-aaa0-cbf9f2a223cd - - - - -] Logging enabled! 2019-02-07 04:10:43.318 6478 INFO octavia.common.config [req-c07784ee-d4df-42e2-aaa0-cbf9f2a223cd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:43.337 6478 WARNING octavia.api.root_controller [req-c07784ee-d4df-42e2-aaa0-cbf9f2a223cd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:43.354 6478 INFO octavia.api.v2.controllers.load_balancer [req-ee7d05df-b3e3-48ed-b176-03b6cf15f217 - - - - -] Sending created Load Balancer f20106c2-d41b-40f1-ada6-8652cda766b5 to the handler 2019-02-07 04:10:43.472 6478 INFO octavia.api.v2.controllers.listener [req-abc54b12-49d2-4ce8-b7eb-fea383ee78a5 - - - - -] Sending Creation of Listener bc538a97-8c7d-4550-aa3f-cd08debd7d41 to handler 2019-02-07 04:10:43.603 6478 INFO octavia.api.v2.controllers.pool [req-6dac2978-08ff-4ddb-af20-dd4a78a02972 - - - - -] Sending Creation of Pool f3ced6fa-9071-4355-8f9b-9d2976e856e6 to handler 2019-02-07 04:10:43.768 6478 INFO octavia.api.v2.controllers.l7policy [req-5ceb4ad1-dcef-418f-a8d2-e2bf3285c715 - - - - -] Sending Creation of L7Policy 19a68487-30d2-4629-8f6a-d412acf6f991 to handler 2019-02-07 04:10:43.920 6477 INFO octavia.api.v2.controllers.l7rule [req-6d29d58e-49e8-4a1a-a557-a2be55770fa5 - - - - -] Sending Creation of L7Rule 2348f14c-6a65-44a1-b57e-fe17225f1bd6 to handler 2019-02-07 04:10:44.003 6478 INFO octavia.api.v2.controllers.l7policy [req-b17681b2-57c7-49bd-a403-333ec330f01a - - - - -] Sending Update of L7Policy 19a68487-30d2-4629-8f6a-d412acf6f991 to handler 2019-02-07 04:10:44.070 6478 INFO oslo_db.sqlalchemy.provision [req-cb76c6be-ed55-4d00-86da-e015ced324a6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:44.072 6478 INFO oslo_db.sqlalchemy.provision [req-cb76c6be-ed55-4d00-86da-e015ced324a6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN znzljykcki 2019-02-07 04:10:44.072 6478 INFO oslo_db.sqlalchemy.provision [req-cb76c6be-ed55-4d00-86da-e015ced324a6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update [0.831531s] ... ok 2019-02-07 04:10:44.080 6478 INFO oslo_db.sqlalchemy.provision [req-cb76c6be-ed55-4d00-86da-e015ced324a6 - - - - -] CREATE BACKEND sqlite:// TOKEN xugpvgjohj 2019-02-07 04:10:44.149 6478 INFO octavia.common.config [req-cb76c6be-ed55-4d00-86da-e015ced324a6 - - - - -] Logging enabled! 2019-02-07 04:10:44.150 6478 INFO octavia.common.config [req-cb76c6be-ed55-4d00-86da-e015ced324a6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:44.173 6478 WARNING octavia.api.root_controller [req-cb76c6be-ed55-4d00-86da-e015ced324a6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:44.268 6478 INFO octavia.api.v2.controllers.load_balancer [req-ca2cad8e-4f5c-4287-91d0-c3d715e2f49e - - - - -] Sending created Load Balancer 58075745-550c-4e6a-b770-e393e80a6099 to the handler 2019-02-07 04:10:44.386 6478 INFO octavia.api.v2.controllers.listener [req-b838c19e-d805-4bb1-97b0-27c7cd47df6a - - - - -] Sending Creation of Listener 3d2e8283-0fa7-4576-9d40-0ebe5284a165 to handler 2019-02-07 04:10:44.520 6478 INFO octavia.api.v2.controllers.pool [req-bc8c30b1-d07b-4dc0-8ef8-a6483280f9af - - - - -] Sending Creation of Pool 41847fb0-8b5b-4221-b499-64f913da48b8 to handler 2019-02-07 04:10:44.576 6477 INFO octavia.api.v2.controllers.l7rule [req-c9236ac7-a75f-41d9-9369-123f11375a3d - - - - -] Sending Creation of L7Rule 299216b8-ce5c-45be-9aad-3314634bc198 to handler 2019-02-07 04:10:44.669 6478 INFO octavia.api.v2.controllers.l7policy [req-be4bdb53-9963-4569-8888-505feffb5c09 - - - - -] Sending Creation of L7Policy 45e7c815-385a-487c-90bf-285eec031595 to handler 2019-02-07 04:10:44.960 6478 INFO octavia.api.v2.controllers.l7policy [req-72f8a232-9ea9-4784-a391-f728e4da3481 - - - - -] Sending Update of L7Policy 45e7c815-385a-487c-90bf-285eec031595 to handler 2019-02-07 04:10:44.996 6478 INFO oslo_db.sqlalchemy.provision [req-72f8a232-9ea9-4784-a391-f728e4da3481 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:44.997 6478 INFO oslo_db.sqlalchemy.provision [req-72f8a232-9ea9-4784-a391-f728e4da3481 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xugpvgjohj 2019-02-07 04:10:44.998 6478 INFO oslo_db.sqlalchemy.provision [req-72f8a232-9ea9-4784-a391-f728e4da3481 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_redirect_to_pool_minimal [0.925593s] ... ok 2019-02-07 04:10:45.001 6478 INFO oslo_db.sqlalchemy.provision [req-72f8a232-9ea9-4784-a391-f728e4da3481 - - - - -] CREATE BACKEND sqlite:// TOKEN ckwqqxupfz 2019-02-07 04:10:45.103 6478 INFO octavia.common.config [req-72f8a232-9ea9-4784-a391-f728e4da3481 - - - - -] Logging enabled! 2019-02-07 04:10:45.103 6478 INFO octavia.common.config [req-72f8a232-9ea9-4784-a391-f728e4da3481 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:45.134 6478 WARNING octavia.api.root_controller [req-72f8a232-9ea9-4784-a391-f728e4da3481 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:45.151 6478 INFO octavia.api.v2.controllers.load_balancer [req-b037bb4c-eb84-4c4b-99bc-f06d9dca604b - - - - -] Sending created Load Balancer 07da0275-822c-4953-b693-3cb12d1965e7 to the handler 2019-02-07 04:10:45.301 6478 INFO octavia.api.v2.controllers.listener [req-3d65ba85-50aa-4764-a059-c05b471e4f53 - - - - -] Sending Creation of Listener c0c84c10-a424-49f5-9c7e-b5d66ee00ff2 to handler 2019-02-07 04:10:45.352 6477 INFO octavia.api.v2.controllers.l7rule [req-6ce47986-7704-48b3-898a-bb476dae6668 - - - - -] Sending Creation of L7Rule fad23d3a-272d-434c-b1b9-29b128f77ec4 to handler 2019-02-07 04:10:45.512 6478 INFO octavia.api.v2.controllers.pool [req-43d354da-6279-4dae-87cf-f8af0e9206d3 - - - - -] Sending Creation of Pool e1b16367-57e0-4cc1-8fbd-a16d25823184 to handler 2019-02-07 04:10:45.666 6478 INFO octavia.api.v2.controllers.l7policy [req-89260854-a91a-4a86-aa72-a03ba9ad4134 - - - - -] Sending Creation of L7Policy b7903562-a6c0-4391-bac1-34136f9aa175 to handler 2019-02-07 04:10:45.879 6478 INFO oslo_db.sqlalchemy.provision [req-f7e23d24-2ae6-49be-9c8a-2e7c1cb79978 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:45.880 6478 INFO oslo_db.sqlalchemy.provision [req-f7e23d24-2ae6-49be-9c8a-2e7c1cb79978 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ckwqqxupfz 2019-02-07 04:10:45.880 6478 INFO oslo_db.sqlalchemy.provision [req-f7e23d24-2ae6-49be-9c8a-2e7c1cb79978 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_redirect_to_url_bad_url [0.882505s] ... ok 2019-02-07 04:10:45.883 6478 INFO oslo_db.sqlalchemy.provision [req-f7e23d24-2ae6-49be-9c8a-2e7c1cb79978 - - - - -] CREATE BACKEND sqlite:// TOKEN iaaunsivfy 2019-02-07 04:10:45.958 6478 INFO octavia.common.config [req-f7e23d24-2ae6-49be-9c8a-2e7c1cb79978 - - - - -] Logging enabled! 2019-02-07 04:10:45.958 6478 INFO octavia.common.config [req-f7e23d24-2ae6-49be-9c8a-2e7c1cb79978 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:45.981 6478 WARNING octavia.api.root_controller [req-f7e23d24-2ae6-49be-9c8a-2e7c1cb79978 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:45.995 6478 INFO octavia.api.v2.controllers.load_balancer [req-08e9fe4c-8e82-4108-9651-87143a0524cf - - - - -] Sending created Load Balancer 61583404-0b42-46b0-af12-ed6a18533e9c to the handler 2019-02-07 04:10:46.114 6478 INFO octavia.api.v2.controllers.listener [req-b9c520c8-472a-4da4-9142-b437f8a0acbb - - - - -] Sending Creation of Listener f655878e-9961-4986-af41-02f4e7cc5b98 to handler 2019-02-07 04:10:46.152 6477 INFO octavia.api.v2.controllers.l7rule [req-e7f3f3f8-6d15-4b13-b664-ff3ecdddca19 - - - - -] Sending Creation of L7Rule 8fc26543-04f4-4e1a-8936-6aef6bf4f174 to handler 2019-02-07 04:10:46.245 6478 INFO octavia.api.v2.controllers.pool [req-2d3abd93-0148-4f2a-aa61-2a4555d959b3 - - - - -] Sending Creation of Pool 3f2e9c8d-68c0-4e0c-8c0c-859c8293b660 to handler 2019-02-07 04:10:46.399 6478 INFO octavia.api.v2.controllers.l7policy [req-fd4862b5-28b4-4ea3-b4dd-476de8eb336e - - - - -] Sending Creation of L7Policy 9d0411ea-f1b2-4637-afc9-5e88513bfef6 to handler 2019-02-07 04:10:46.692 6478 INFO octavia.api.v2.controllers.load_balancer [req-63a4f0d6-295f-40c7-9a27-3314286d57a5 - - - - -] Sending updated Load Balancer 61583404-0b42-46b0-af12-ed6a18533e9c to the handler 2019-02-07 04:10:46.725 6478 INFO octavia.api.v2.controllers.l7policy [req-ce50cf9f-e1d4-4c53-831b-8366e194c604 - - - - -] L7Policy cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:10:46.738 6478 INFO oslo_db.sqlalchemy.provision [req-ce50cf9f-e1d4-4c53-831b-8366e194c604 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:46.739 6478 INFO oslo_db.sqlalchemy.provision [req-ce50cf9f-e1d4-4c53-831b-8366e194c604 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iaaunsivfy 2019-02-07 04:10:46.740 6478 INFO oslo_db.sqlalchemy.provision [req-ce50cf9f-e1d4-4c53-831b-8366e194c604 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_when_lb_pending_update [0.859245s] ... ok 2019-02-07 04:10:46.743 6478 INFO oslo_db.sqlalchemy.provision [req-ce50cf9f-e1d4-4c53-831b-8366e194c604 - - - - -] CREATE BACKEND sqlite:// TOKEN hrrniwryjf 2019-02-07 04:10:46.817 6478 INFO octavia.common.config [req-ce50cf9f-e1d4-4c53-831b-8366e194c604 - - - - -] Logging enabled! 2019-02-07 04:10:46.817 6478 INFO octavia.common.config [req-ce50cf9f-e1d4-4c53-831b-8366e194c604 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:46.841 6478 WARNING octavia.api.root_controller [req-ce50cf9f-e1d4-4c53-831b-8366e194c604 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:46.854 6478 INFO octavia.api.v2.controllers.load_balancer [req-f48a8cd5-8597-4b6e-9e85-33bebb175d1b - - - - -] Sending created Load Balancer 929b3a87-2aa6-4f28-ade5-7805132b6493 to the handler 2019-02-07 04:10:46.926 6477 INFO octavia.api.v2.controllers.l7rule [req-d7c1587c-0a02-4ebf-a080-fd6b08dc5d44 - - - - -] Sending Creation of L7Rule 42eb8333-a7f8-4b0e-b455-8841fafc4a88 to handler 2019-02-07 04:10:46.972 6478 INFO octavia.api.v2.controllers.listener [req-730d76f0-4177-4d26-b93c-190b6b5dcc7b - - - - -] Sending Creation of Listener c342a16e-b873-412a-ab28-f84ea7cc7e7f to handler 2019-02-07 04:10:47.105 6478 INFO octavia.api.v2.controllers.pool [req-8485d980-eaef-4b43-9127-04b9df592213 - - - - -] Sending Creation of Pool 2167e2cd-9d24-4b59-a56c-dece4c6dbd04 to handler 2019-02-07 04:10:47.252 6478 INFO octavia.api.v2.controllers.l7policy [req-5f94a8c4-8699-4b4a-b932-6611c5faa008 - - - - -] Sending Creation of L7Policy 4ebe4fe2-1510-4eff-a941-397eda875d77 to handler 2019-02-07 04:10:47.489 6478 INFO octavia.api.v2.controllers.l7policy [req-b49146cb-c063-4d56-90f7-464c7a361f50 - - - - -] Sending Update of L7Policy 4ebe4fe2-1510-4eff-a941-397eda875d77 to handler 2019-02-07 04:10:47.568 6478 INFO oslo_db.sqlalchemy.provision [req-7afae0a9-4f49-4c50-8599-ed4ccb64699b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:47.570 6478 INFO oslo_db.sqlalchemy.provision [req-7afae0a9-4f49-4c50-8599-ed4ccb64699b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hrrniwryjf 2019-02-07 04:10:47.570 6478 INFO oslo_db.sqlalchemy.provision [req-7afae0a9-4f49-4c50-8599-ed4ccb64699b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7policy.TestL7Policy.test_update_with_bad_handler [0.830231s] ... ok 2019-02-07 04:10:47.573 6478 INFO oslo_db.sqlalchemy.provision [req-7afae0a9-4f49-4c50-8599-ed4ccb64699b - - - - -] CREATE BACKEND sqlite:// TOKEN igxngpqrbp 2019-02-07 04:10:47.647 6478 INFO octavia.common.config [req-7afae0a9-4f49-4c50-8599-ed4ccb64699b - - - - -] Logging enabled! 2019-02-07 04:10:47.648 6478 INFO octavia.common.config [req-7afae0a9-4f49-4c50-8599-ed4ccb64699b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:47.671 6478 WARNING octavia.api.root_controller [req-7afae0a9-4f49-4c50-8599-ed4ccb64699b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:47.685 6478 INFO octavia.api.v2.controllers.load_balancer [req-b46dbf61-f8a3-4e16-b65e-3cc2d48a5b24 - - - - -] Sending created Load Balancer b1f92bff-96a7-4cfb-b720-0b0479df7eaf to the handler 2019-02-07 04:10:47.750 6477 INFO octavia.api.v2.controllers.l7rule [req-9b3f268b-0b62-41b4-b164-100c0f4cc1fd - - - - -] Sending Creation of L7Rule 71389b97-ad3d-4ef2-beed-fe16269434ca to handler 2019-02-07 04:10:47.881 6478 INFO octavia.api.v2.controllers.listener [req-22ebefee-e9cb-4d2a-8605-ccd2ec85f52c - - - - -] Sending Creation of Listener a2e9c3fb-28ba-4c42-bb07-cb2f0d89bceb to handler 2019-02-07 04:10:48.018 6478 INFO octavia.api.v2.controllers.l7policy [req-0d486f3f-5dd1-43c9-8bfe-3b796fd92ccd - - - - -] Sending Creation of L7Policy 5e042a85-5c41-4bc6-94a1-ee53545db904 to handler 2019-02-07 04:10:48.221 6478 INFO oslo_db.sqlalchemy.provision [req-2da6f044-2e30-497d-aefe-5bbd1acdab91 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:48.223 6478 INFO oslo_db.sqlalchemy.provision [req-2da6f044-2e30-497d-aefe-5bbd1acdab91 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN igxngpqrbp 2019-02-07 04:10:48.223 6478 INFO oslo_db.sqlalchemy.provision [req-2da6f044-2e30-497d-aefe-5bbd1acdab91 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create [0.652547s] ... ok 2019-02-07 04:10:48.231 6478 INFO oslo_db.sqlalchemy.provision [req-2da6f044-2e30-497d-aefe-5bbd1acdab91 - - - - -] CREATE BACKEND sqlite:// TOKEN yezkkxbvrv 2019-02-07 04:10:48.305 6478 INFO octavia.common.config [req-2da6f044-2e30-497d-aefe-5bbd1acdab91 - - - - -] Logging enabled! 2019-02-07 04:10:48.306 6478 INFO octavia.common.config [req-2da6f044-2e30-497d-aefe-5bbd1acdab91 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:48.338 6478 WARNING octavia.api.root_controller [req-2da6f044-2e30-497d-aefe-5bbd1acdab91 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:48.355 6478 INFO octavia.api.v2.controllers.load_balancer [req-975f2c12-1a96-45c4-ab3e-a30aeff73719 - - - - -] Sending created Load Balancer e4a7dc50-8513-4b82-b91e-292e4848b2c3 to the handler 2019-02-07 04:10:48.508 6478 INFO octavia.api.v2.controllers.listener [req-ae7482b4-db7b-4b2e-b5bd-787f13d97339 - - - - -] Sending Creation of Listener fbebeaae-e116-4ec7-b7fa-d1dc106745b7 to handler 2019-02-07 04:10:48.645 6478 INFO octavia.api.v2.controllers.l7policy [req-e9871858-f288-4874-a10b-fa57ffedd76d - - - - -] Sending Creation of L7Policy bc76f7f5-7870-48a0-8768-363065532236 to handler 2019-02-07 04:10:48.829 6477 INFO octavia.api.v2.controllers.l7rule [req-12d1ede8-10d4-4dc8-81e6-a1cf8dcd768d - - - - -] Sending Creation of L7Rule 3527cb19-7563-4a94-bc5e-dfd7f6a51aa7 to handler 2019-02-07 04:10:48.923 6478 INFO oslo_db.sqlalchemy.provision [req-607009a8-8e11-455b-9c89-d4e5b1ad3a6a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:48.924 6478 INFO oslo_db.sqlalchemy.provision [req-607009a8-8e11-455b-9c89-d4e5b1ad3a6a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yezkkxbvrv 2019-02-07 04:10:48.926 6478 INFO oslo_db.sqlalchemy.provision [req-607009a8-8e11-455b-9c89-d4e5b1ad3a6a - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create_cookie_rule [0.702836s] ... ok 2019-02-07 04:10:48.929 6478 INFO oslo_db.sqlalchemy.provision [req-607009a8-8e11-455b-9c89-d4e5b1ad3a6a - - - - -] CREATE BACKEND sqlite:// TOKEN mdoqddacaz 2019-02-07 04:10:49.002 6478 INFO octavia.common.config [req-607009a8-8e11-455b-9c89-d4e5b1ad3a6a - - - - -] Logging enabled! 2019-02-07 04:10:49.003 6478 INFO octavia.common.config [req-607009a8-8e11-455b-9c89-d4e5b1ad3a6a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:49.025 6478 WARNING octavia.api.root_controller [req-607009a8-8e11-455b-9c89-d4e5b1ad3a6a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:49.039 6478 INFO octavia.api.v2.controllers.load_balancer [req-847d91b1-32f8-468c-b70b-eddb112e8e6c - - - - -] Sending created Load Balancer 4c66e1f9-18ac-4a83-b283-a9abfe76b44f to the handler 2019-02-07 04:10:49.158 6478 INFO octavia.api.v2.controllers.listener [req-f57d9c4f-72a3-44b8-8c15-63f477c0346e - - - - -] Sending Creation of Listener 9452639c-05e3-44b4-b889-206d7da5ab3d to handler 2019-02-07 04:10:49.304 6478 INFO octavia.api.v2.controllers.l7policy [req-cadec316-cfc3-457b-b4f9-a75e2aae3726 - - - - -] Sending Creation of L7Policy 3c0f7f2b-bbb1-4ea5-a8e1-322eaa431237 to handler 2019-02-07 04:10:49.519 6478 INFO oslo_db.sqlalchemy.provision [req-24260438-ad27-40a0-9403-494b9ec226ec - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:49.521 6478 INFO oslo_db.sqlalchemy.provision [req-24260438-ad27-40a0-9403-494b9ec226ec - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mdoqddacaz 2019-02-07 04:10:49.522 6478 INFO oslo_db.sqlalchemy.provision [req-24260438-ad27-40a0-9403-494b9ec226ec - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create_file_type_rule [0.595612s] ... ok 2019-02-07 04:10:49.525 6478 INFO oslo_db.sqlalchemy.provision [req-24260438-ad27-40a0-9403-494b9ec226ec - - - - -] CREATE BACKEND sqlite:// TOKEN papnzclrpm 2019-02-07 04:10:49.614 6478 INFO octavia.common.config [req-24260438-ad27-40a0-9403-494b9ec226ec - - - - -] Logging enabled! 2019-02-07 04:10:49.619 6478 INFO octavia.common.config [req-24260438-ad27-40a0-9403-494b9ec226ec - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:49.650 6478 WARNING octavia.api.root_controller [req-24260438-ad27-40a0-9403-494b9ec226ec - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:49.662 6478 INFO octavia.api.v2.controllers.load_balancer [req-5adf7b6f-1209-4ccf-b889-4ee9f91b0cbf - - - - -] Sending created Load Balancer f21f612f-c7a8-4e43-a37c-b1fdce0280d1 to the handler 2019-02-07 04:10:49.802 6478 INFO octavia.api.v2.controllers.listener [req-e224c328-f79f-459b-a046-1ed143d8cba9 - - - - -] Sending Creation of Listener 75c645c2-b413-4f07-b44c-f21514ab4ea9 to handler 2019-02-07 04:10:49.942 6478 INFO octavia.api.v2.controllers.l7policy [req-c7103504-0479-4c2a-ba02-cb4d4ba6f9d9 - - - - -] Sending Creation of L7Policy 6fddd76e-a172-42e8-a759-32f9af0fef43 to handler 2019-02-07 04:10:50.221 6478 INFO oslo_db.sqlalchemy.provision [req-4aefb7c8-a68a-4215-8fa3-c5602c916057 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:50.223 6478 INFO oslo_db.sqlalchemy.provision [req-4aefb7c8-a68a-4215-8fa3-c5602c916057 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN papnzclrpm 2019-02-07 04:10:50.223 6478 INFO oslo_db.sqlalchemy.provision [req-4aefb7c8-a68a-4215-8fa3-c5602c916057 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create_header_rule [0.700856s] ... ok 2019-02-07 04:10:50.231 6478 INFO oslo_db.sqlalchemy.provision [req-4aefb7c8-a68a-4215-8fa3-c5602c916057 - - - - -] CREATE BACKEND sqlite:// TOKEN exoiirgaxl 2019-02-07 04:10:50.272 6477 INFO octavia.api.v2.controllers.l7rule [req-eef8a996-fbf2-42c3-945a-3221946fbb78 - - - - -] Sending Creation of L7Rule 7bed9196-dec0-4bdf-a60f-ffab934fb390 to handler 2019-02-07 04:10:50.301 6478 INFO octavia.common.config [req-4aefb7c8-a68a-4215-8fa3-c5602c916057 - - - - -] Logging enabled! 2019-02-07 04:10:50.301 6478 INFO octavia.common.config [req-4aefb7c8-a68a-4215-8fa3-c5602c916057 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:50.323 6478 WARNING octavia.api.root_controller [req-4aefb7c8-a68a-4215-8fa3-c5602c916057 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:50.338 6478 INFO octavia.api.v2.controllers.load_balancer [req-dbda6966-1e2f-48a2-8b21-46b7d670e9ac - - - - -] Sending created Load Balancer a46fec27-5b75-44de-843d-39c5524c2219 to the handler 2019-02-07 04:10:50.457 6478 INFO octavia.api.v2.controllers.listener [req-50e200b8-466e-4409-953a-d232e83dd153 - - - - -] Sending Creation of Listener 1127dafc-94bd-47a4-aa7a-cc58f2ff977a to handler 2019-02-07 04:10:50.594 6478 INFO octavia.api.v2.controllers.l7policy [req-875791fa-fe53-4565-802f-ed2344628d51 - - - - -] Sending Creation of L7Policy 139675b8-fb5c-4fbf-aa11-9230278a2418 to handler 2019-02-07 04:10:50.808 6478 INFO oslo_db.sqlalchemy.provision [req-1c9aed4a-23da-4087-89bd-8984ac9f9e5e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:50.809 6478 INFO oslo_db.sqlalchemy.provision [req-1c9aed4a-23da-4087-89bd-8984ac9f9e5e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN exoiirgaxl 2019-02-07 04:10:50.810 6478 INFO oslo_db.sqlalchemy.provision [req-1c9aed4a-23da-4087-89bd-8984ac9f9e5e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_bad_create_path_rule [0.586634s] ... ok 2019-02-07 04:10:50.813 6478 INFO oslo_db.sqlalchemy.provision [req-1c9aed4a-23da-4087-89bd-8984ac9f9e5e - - - - -] CREATE BACKEND sqlite:// TOKEN xaveofesjm 2019-02-07 04:10:50.906 6478 INFO octavia.common.config [req-1c9aed4a-23da-4087-89bd-8984ac9f9e5e - - - - -] Logging enabled! 2019-02-07 04:10:50.906 6478 INFO octavia.common.config [req-1c9aed4a-23da-4087-89bd-8984ac9f9e5e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:50.931 6478 WARNING octavia.api.root_controller [req-1c9aed4a-23da-4087-89bd-8984ac9f9e5e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:50.946 6478 INFO octavia.api.v2.controllers.load_balancer [req-f2dd5855-855c-4824-ace1-575abd6ae58b - - - - -] Sending created Load Balancer 8ec6b5fc-fcc5-476c-9f77-65f2d617b602 to the handler 2019-02-07 04:10:51.064 6478 INFO octavia.api.v2.controllers.listener [req-005e5d96-4822-4a9d-9317-6ac7a4dfa68a - - - - -] Sending Creation of Listener f0e81f80-e499-434d-b350-4e7f08e1e8be to handler 2019-02-07 04:10:51.261 6477 INFO octavia.api.v2.controllers.l7rule [req-0643de30-18fb-4233-9c71-bb61d6a8a8e3 - - - - -] Sending Creation of L7Rule 10a87aa9-e7f6-4784-81a9-dd29cb60b62e to handler 2019-02-07 04:10:51.280 6478 INFO octavia.api.v2.controllers.l7policy [req-51301a81-b005-4d7b-bed7-24799766f3c5 - - - - -] Sending Creation of L7Policy cd0c9a3a-0f17-454e-8c09-6a33365f407a to handler 2019-02-07 04:10:51.504 6478 INFO octavia.api.v2.controllers.l7rule [req-d46adfb2-85e2-48b3-8f45-6eb40e645474 - - - - -] Sending Creation of L7Rule e40faec1-ba6b-4077-85e0-0b740ec52504 to handler 2019-02-07 04:10:51.590 6478 INFO oslo_db.sqlalchemy.provision [req-8b025ad7-85d8-4c70-b838-47cd14cafef0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:51.592 6478 INFO oslo_db.sqlalchemy.provision [req-8b025ad7-85d8-4c70-b838-47cd14cafef0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xaveofesjm 2019-02-07 04:10:51.592 6478 INFO oslo_db.sqlalchemy.provision [req-8b025ad7-85d8-4c70-b838-47cd14cafef0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_cookie_rule [0.782258s] ... ok 2019-02-07 04:10:51.600 6478 INFO oslo_db.sqlalchemy.provision [req-8b025ad7-85d8-4c70-b838-47cd14cafef0 - - - - -] CREATE BACKEND sqlite:// TOKEN sbbjglvnot 2019-02-07 04:10:51.670 6478 INFO octavia.common.config [req-8b025ad7-85d8-4c70-b838-47cd14cafef0 - - - - -] Logging enabled! 2019-02-07 04:10:51.670 6478 INFO octavia.common.config [req-8b025ad7-85d8-4c70-b838-47cd14cafef0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:51.693 6478 WARNING octavia.api.root_controller [req-8b025ad7-85d8-4c70-b838-47cd14cafef0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:51.707 6478 INFO octavia.api.v2.controllers.load_balancer [req-c7a72ee7-c6e2-4d4e-a78a-3fef2f2f2678 - - - - -] Sending created Load Balancer 7618b7f3-e892-4420-80b9-40fe62cf22df to the handler 2019-02-07 04:10:51.825 6478 INFO octavia.api.v2.controllers.listener [req-ddce10ff-23fa-42b1-a3d3-ce9ac71bbd07 - - - - -] Sending Creation of Listener 874d4127-3b2e-4c61-abad-f7c526760e49 to handler 2019-02-07 04:10:51.975 6478 INFO octavia.api.v2.controllers.l7policy [req-62b446d8-1288-4ae2-a294-1be2742e4801 - - - - -] Sending Creation of L7Policy b1a0c79c-48b0-4375-9a6a-f09f45070503 to handler 2019-02-07 04:10:52.206 6478 INFO octavia.api.v2.controllers.l7rule [req-dddb564c-caea-4281-b8a1-640bba7d87c3 - - - - -] Sending Creation of L7Rule 525943c5-71e5-41ea-a3d2-1a7fad0a08aa to handler 2019-02-07 04:10:52.286 6478 INFO oslo_db.sqlalchemy.provision [req-f6c6dbca-883b-4d6b-bfbe-769ab2575ee5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:52.287 6478 INFO oslo_db.sqlalchemy.provision [req-f6c6dbca-883b-4d6b-bfbe-769ab2575ee5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sbbjglvnot 2019-02-07 04:10:52.287 6478 INFO oslo_db.sqlalchemy.provision [req-f6c6dbca-883b-4d6b-bfbe-769ab2575ee5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_path_rule [0.695205s] ... ok 2019-02-07 04:10:52.290 6478 INFO oslo_db.sqlalchemy.provision [req-f6c6dbca-883b-4d6b-bfbe-769ab2575ee5 - - - - -] CREATE BACKEND sqlite:// TOKEN lpfexfwzgj 2019-02-07 04:10:52.320 6477 INFO octavia.api.v2.controllers.l7rule [req-c5871a7e-fef3-4823-b547-68b7851fc43a - - - - -] Sending Creation of L7Rule d19e5443-ce08-4105-ae1d-ae7edae78901 to handler 2019-02-07 04:10:52.366 6478 INFO octavia.common.config [req-f6c6dbca-883b-4d6b-bfbe-769ab2575ee5 - - - - -] Logging enabled! 2019-02-07 04:10:52.366 6478 INFO octavia.common.config [req-f6c6dbca-883b-4d6b-bfbe-769ab2575ee5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:52.469 6478 WARNING octavia.api.root_controller [req-f6c6dbca-883b-4d6b-bfbe-769ab2575ee5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:52.484 6478 INFO octavia.api.v2.controllers.load_balancer [req-56bd663c-9232-4028-a89f-e5bc6462d246 - - - - -] Sending created Load Balancer c93ca078-3b27-424d-8435-ca575bab0ef8 to the handler 2019-02-07 04:10:52.602 6478 INFO octavia.api.v2.controllers.listener [req-383e0af9-d2e0-4bfd-aa87-994ad521bcd6 - - - - -] Sending Creation of Listener f3003eec-30b5-4269-a29e-1875d80c7469 to handler 2019-02-07 04:10:52.739 6478 INFO octavia.api.v2.controllers.l7policy [req-08416a41-1474-49ec-9b21-6a4cba18e884 - - - - -] Sending Creation of L7Policy 73888f83-ba0a-4669-85ae-7511a91d7e69 to handler 2019-02-07 04:10:52.965 6478 INFO octavia.api.v2.controllers.l7rule [req-0b4b1aba-5985-42ba-b885-cc365887871e - - - - -] Sending Creation of L7Rule 7459fa89-c11e-4f3b-a104-b01095823317 to handler 2019-02-07 04:10:53.200 6478 INFO octavia.api.v2.controllers.load_balancer [req-31365fea-7e99-401b-a995-168732dd383d - - - - -] Sending deleted Load Balancer c93ca078-3b27-424d-8435-ca575bab0ef8 to the handler 2019-02-07 04:10:53.235 6478 INFO octavia.api.v2.controllers.l7rule [req-067e662f-8edf-4217-a9a7-9768b3b705c4 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:10:53.249 6478 INFO oslo_db.sqlalchemy.provision [req-067e662f-8edf-4217-a9a7-9768b3b705c4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:53.250 6478 INFO oslo_db.sqlalchemy.provision [req-067e662f-8edf-4217-a9a7-9768b3b705c4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lpfexfwzgj 2019-02-07 04:10:53.250 6478 INFO oslo_db.sqlalchemy.provision [req-067e662f-8edf-4217-a9a7-9768b3b705c4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_when_lb_pending_delete [0.962751s] ... ok 2019-02-07 04:10:53.253 6478 INFO oslo_db.sqlalchemy.provision [req-067e662f-8edf-4217-a9a7-9768b3b705c4 - - - - -] CREATE BACKEND sqlite:// TOKEN fvkkwxpoxc 2019-02-07 04:10:53.327 6478 INFO octavia.common.config [req-067e662f-8edf-4217-a9a7-9768b3b705c4 - - - - -] Logging enabled! 2019-02-07 04:10:53.328 6478 INFO octavia.common.config [req-067e662f-8edf-4217-a9a7-9768b3b705c4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:53.356 6477 INFO octavia.api.v2.controllers.l7rule [req-efe633a6-1e93-4e3f-a027-26d863927bfb - - - - -] Sending Creation of L7Rule b908f8ab-cd3d-4f35-9516-53a47b752ffd to handler 2019-02-07 04:10:53.350 6478 WARNING octavia.api.root_controller [req-067e662f-8edf-4217-a9a7-9768b3b705c4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:53.364 6478 INFO octavia.api.v2.controllers.load_balancer [req-413def35-302d-4d1f-9752-9cdf4154d836 - - - - -] Sending created Load Balancer 3f5b0862-1dbf-4be5-9926-426b8ec85522 to the handler 2019-02-07 04:10:53.485 6478 INFO octavia.api.v2.controllers.listener [req-5a997aba-819b-4990-a03e-9aa60a3591f6 - - - - -] Sending Creation of Listener 90a21a91-c3f4-45b8-a6c0-374fafeb0192 to handler 2019-02-07 04:10:53.698 6478 INFO octavia.api.v2.controllers.l7policy [req-3aee06ef-536b-4ed3-b03a-64b97d06519c - - - - -] Sending Creation of L7Policy fc9b9b08-3ad3-41cb-94a7-0ab868215644 to handler 2019-02-07 04:10:53.927 6478 INFO octavia.api.v2.controllers.l7rule [req-e9d31cb1-9e79-4011-b656-31227bb8ccc6 - - - - -] Sending Creation of L7Rule 78aaffad-6b86-4dfd-bc8f-d954b19d7b84 to handler 2019-02-07 04:10:54.019 6478 INFO oslo_db.sqlalchemy.provision [req-84d11640-8abf-4950-afd6-39c2eb405e98 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:54.020 6478 INFO oslo_db.sqlalchemy.provision [req-84d11640-8abf-4950-afd6-39c2eb405e98 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fvkkwxpoxc 2019-02-07 04:10:54.021 6478 INFO oslo_db.sqlalchemy.provision [req-84d11640-8abf-4950-afd6-39c2eb405e98 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_with_bad_handler [0.769937s] ... ok 2019-02-07 04:10:54.023 6478 INFO oslo_db.sqlalchemy.provision [req-84d11640-8abf-4950-afd6-39c2eb405e98 - - - - -] CREATE BACKEND sqlite:// TOKEN pxutemyniv 2019-02-07 04:10:54.093 6478 INFO octavia.common.config [req-84d11640-8abf-4950-afd6-39c2eb405e98 - - - - -] Logging enabled! 2019-02-07 04:10:54.093 6478 INFO octavia.common.config [req-84d11640-8abf-4950-afd6-39c2eb405e98 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:54.124 6478 WARNING octavia.api.root_controller [req-84d11640-8abf-4950-afd6-39c2eb405e98 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:54.138 6478 INFO octavia.api.v2.controllers.load_balancer [req-ee20f03e-bdde-4ae4-a402-2448fa7da09e - - - - -] Sending created Load Balancer c40b3a15-3c19-4004-a50f-8e9da125d4bf to the handler 2019-02-07 04:10:54.287 6478 INFO octavia.api.v2.controllers.listener [req-a6ec0a03-0490-45d5-82d9-82a0e15cc6be - - - - -] Sending Creation of Listener 930f9b6f-50b1-4383-92b3-b52671234297 to handler 2019-02-07 04:10:54.450 6477 INFO octavia.api.v2.controllers.l7rule [req-04256796-b4db-47ea-80e3-97065cb57a99 - - - - -] Sending Creation of L7Rule 39a4a6c1-d239-42b1-a819-b01332db57cb to handler 2019-02-07 04:10:54.444 6478 INFO octavia.api.v2.controllers.l7policy [req-f6136cb8-3fb8-432c-8520-f1f564482c56 - - - - -] Sending Creation of L7Policy efc71f71-26ac-40f5-8df3-05e415e498e4 to handler 2019-02-07 04:10:54.672 6478 INFO octavia.api.v2.controllers.l7rule [req-cdf87507-ff2d-46a0-a21a-5b9ee3d54ebf - - - - -] Sending Creation of L7Rule 998f35f1-cf40-408a-a862-68850bbcbb72 to handler 2019-02-07 04:10:54.969 6478 INFO oslo_db.sqlalchemy.provision [req-39a383e6-c492-4829-8876-8a950af2a06d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:54.970 6478 INFO oslo_db.sqlalchemy.provision [req-39a383e6-c492-4829-8876-8a950af2a06d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pxutemyniv 2019-02-07 04:10:54.970 6478 INFO oslo_db.sqlalchemy.provision [req-39a383e6-c492-4829-8876-8a950af2a06d - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_already_deleted [0.949731s] ... ok 2019-02-07 04:10:54.973 6478 INFO oslo_db.sqlalchemy.provision [req-39a383e6-c492-4829-8876-8a950af2a06d - - - - -] CREATE BACKEND sqlite:// TOKEN olwcqgirfb 2019-02-07 04:10:55.047 6478 INFO octavia.common.config [req-39a383e6-c492-4829-8876-8a950af2a06d - - - - -] Logging enabled! 2019-02-07 04:10:55.047 6478 INFO octavia.common.config [req-39a383e6-c492-4829-8876-8a950af2a06d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:55.069 6478 WARNING octavia.api.root_controller [req-39a383e6-c492-4829-8876-8a950af2a06d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:55.081 6478 INFO octavia.api.v2.controllers.load_balancer [req-6f86e9e3-d6d0-4525-af04-2ddd87277166 - - - - -] Sending created Load Balancer fd5a637f-e382-4424-86db-e854e46af7c3 to the handler 2019-02-07 04:10:55.200 6478 INFO octavia.api.v2.controllers.listener [req-bbe7b13d-9d91-4571-9a8a-15445c5a87ec - - - - -] Sending Creation of Listener ee354769-6df3-4c65-88f9-bacdf8a1101c to handler 2019-02-07 04:10:55.337 6478 INFO octavia.api.v2.controllers.l7policy [req-7658ae45-6290-4274-aa4f-e4a0799ca890 - - - - -] Sending Creation of L7Policy 0d04c6da-6dac-492f-8db0-d4fc45574c02 to handler 2019-02-07 04:10:55.584 6477 INFO octavia.api.v2.controllers.l7rule [req-76b8f1f4-2c69-41a6-8fad-1ebc24675770 - - - - -] Sending Creation of L7Rule 533aa3d9-1ee8-422e-aafa-144bd38b39a4 to handler 2019-02-07 04:10:55.579 6478 INFO octavia.api.v2.controllers.l7rule [req-60e2176d-9cb6-46ac-b9e9-8965278bef03 - - - - -] Sending Creation of L7Rule e165bb73-3e05-4c1f-ad20-6c2a4a6b1573 to handler 2019-02-07 04:10:55.794 6478 INFO octavia.api.v2.controllers.load_balancer [req-fd328ebd-1f49-46ff-885c-cabc3adb142e - - - - -] Sending deleted Load Balancer fd5a637f-e382-4424-86db-e854e46af7c3 to the handler 2019-02-07 04:10:55.816 6478 INFO octavia.api.v2.controllers.l7rule [req-716ebfe6-07eb-4a02-9473-fb368cbacd32 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:10:55.827 6478 INFO oslo_db.sqlalchemy.provision [req-716ebfe6-07eb-4a02-9473-fb368cbacd32 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:55.829 6478 INFO oslo_db.sqlalchemy.provision [req-716ebfe6-07eb-4a02-9473-fb368cbacd32 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN olwcqgirfb 2019-02-07 04:10:55.829 6478 INFO oslo_db.sqlalchemy.provision [req-716ebfe6-07eb-4a02-9473-fb368cbacd32 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_when_lb_pending_delete [0.858381s] ... ok 2019-02-07 04:10:55.832 6478 INFO oslo_db.sqlalchemy.provision [req-716ebfe6-07eb-4a02-9473-fb368cbacd32 - - - - -] CREATE BACKEND sqlite:// TOKEN kbauriehdx 2019-02-07 04:10:55.899 6478 INFO octavia.common.config [req-716ebfe6-07eb-4a02-9473-fb368cbacd32 - - - - -] Logging enabled! 2019-02-07 04:10:55.899 6478 INFO octavia.common.config [req-716ebfe6-07eb-4a02-9473-fb368cbacd32 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:55.919 6478 WARNING octavia.api.root_controller [req-716ebfe6-07eb-4a02-9473-fb368cbacd32 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:55.930 6478 INFO octavia.api.v2.controllers.load_balancer [req-e8fd979c-e194-446d-a61f-591721e6bdb9 - - - - -] Sending created Load Balancer 892262cf-5a70-42b2-9046-817396e59aa7 to the handler 2019-02-07 04:10:56.126 6478 INFO octavia.api.v2.controllers.listener [req-49c6998f-33c5-4ddd-88a2-aa490c482da2 - - - - -] Sending Creation of Listener e1f92b46-bf90-4044-8ffe-e02011a2205e to handler 2019-02-07 04:10:56.260 6478 INFO octavia.api.v2.controllers.l7policy [req-f5fef364-d539-4a41-9e76-36a6527369af - - - - -] Sending Creation of L7Policy 49ac0603-cb77-4897-8ca2-81c3a8c0903b to handler 2019-02-07 04:10:56.487 6478 INFO octavia.api.v2.controllers.l7rule [req-64fd8da9-f8b4-4fce-9ba4-a4f5da79d765 - - - - -] Sending Creation of L7Rule f5665279-7293-4960-84bd-909f4c2b90de to handler 2019-02-07 04:10:56.712 6478 INFO octavia.api.v2.controllers.load_balancer [req-018a7367-a4ad-4658-96bc-7226b1ec3bad - - - - -] Sending updated Load Balancer 892262cf-5a70-42b2-9046-817396e59aa7 to the handler 2019-02-07 04:10:56.743 6478 INFO octavia.api.v2.controllers.l7rule [req-09af0897-6acb-4e3e-ae99-d7c293013db1 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:10:56.756 6478 INFO oslo_db.sqlalchemy.provision [req-09af0897-6acb-4e3e-ae99-d7c293013db1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:56.758 6478 INFO oslo_db.sqlalchemy.provision [req-09af0897-6acb-4e3e-ae99-d7c293013db1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kbauriehdx 2019-02-07 04:10:56.758 6478 INFO oslo_db.sqlalchemy.provision [req-09af0897-6acb-4e3e-ae99-d7c293013db1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_when_lb_pending_update [0.928736s] ... ok 2019-02-07 04:10:56.761 6478 INFO oslo_db.sqlalchemy.provision [req-09af0897-6acb-4e3e-ae99-d7c293013db1 - - - - -] CREATE BACKEND sqlite:// TOKEN dngojgameq 2019-02-07 04:10:56.835 6478 INFO octavia.common.config [req-09af0897-6acb-4e3e-ae99-d7c293013db1 - - - - -] Logging enabled! 2019-02-07 04:10:56.836 6478 INFO octavia.common.config [req-09af0897-6acb-4e3e-ae99-d7c293013db1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:56.858 6478 WARNING octavia.api.root_controller [req-09af0897-6acb-4e3e-ae99-d7c293013db1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:56.872 6478 INFO octavia.api.v2.controllers.load_balancer [req-41384c77-a1dc-49e7-b0d6-676f2b44d578 - - - - -] Sending created Load Balancer 465cc065-b742-481b-82ca-7782350a5ad3 to the handler 2019-02-07 04:10:56.876 6477 INFO octavia.api.v2.controllers.l7rule [req-2bf4ace0-aa9e-4eba-a5bd-f1cbd2c8803a - - - - -] Sending Creation of L7Rule 008d20e9-655a-48cf-9169-2b3344126fb7 to handler 2019-02-07 04:10:56.994 6478 INFO octavia.api.v2.controllers.listener [req-82f30990-b773-49a0-a269-cb1e6c72c0ae - - - - -] Sending Creation of Listener c75257b0-9beb-4edf-832e-3393a9cd1506 to handler 2019-02-07 04:10:57.130 6478 INFO octavia.api.v2.controllers.l7policy [req-1086f354-2e63-4e1f-8390-dd72040b9a65 - - - - -] Sending Creation of L7Policy b00a1a0a-88f4-472c-827a-8bf6ac523401 to handler 2019-02-07 04:10:57.444 6478 INFO octavia.api.v2.controllers.l7rule [req-6250667c-6665-4fdd-ac17-0df9065b5100 - - - - -] Sending Creation of L7Rule 0295c6ea-1d6d-46a8-9e84-410725977fdc to handler 2019-02-07 04:10:57.721 6478 INFO octavia.api.v2.controllers.l7rule [req-0de41ab6-86eb-4587-be9f-c39c0f808362 - - - - -] Sending Deletion of L7Rule 0295c6ea-1d6d-46a8-9e84-410725977fdc to handler 2019-02-07 04:10:57.810 6478 INFO oslo_db.sqlalchemy.provision [req-bf5d78a0-e67c-4638-8b4f-e9938bb0bb32 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:57.812 6478 INFO oslo_db.sqlalchemy.provision [req-bf5d78a0-e67c-4638-8b4f-e9938bb0bb32 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dngojgameq 2019-02-07 04:10:57.812 6478 INFO oslo_db.sqlalchemy.provision [req-bf5d78a0-e67c-4638-8b4f-e9938bb0bb32 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_with_bad_handler [1.053710s] ... ok 2019-02-07 04:10:57.820 6478 INFO oslo_db.sqlalchemy.provision [req-bf5d78a0-e67c-4638-8b4f-e9938bb0bb32 - - - - -] CREATE BACKEND sqlite:// TOKEN fxelopghfm 2019-02-07 04:10:57.890 6478 INFO octavia.common.config [req-bf5d78a0-e67c-4638-8b4f-e9938bb0bb32 - - - - -] Logging enabled! 2019-02-07 04:10:57.891 6478 INFO octavia.common.config [req-bf5d78a0-e67c-4638-8b4f-e9938bb0bb32 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:57.913 6478 WARNING octavia.api.root_controller [req-bf5d78a0-e67c-4638-8b4f-e9938bb0bb32 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:57.927 6478 INFO octavia.api.v2.controllers.load_balancer [req-0bf47b6c-0657-4ee8-b79c-a291ffd70863 - - - - -] Sending created Load Balancer aa82fec1-3003-4534-ab7b-ac8c2b0a7ae3 to the handler 2019-02-07 04:10:58.045 6478 INFO octavia.api.v2.controllers.listener [req-931abeb1-8f2c-4713-a7ee-98bace5d5ec4 - - - - -] Sending Creation of Listener f67562e8-f8e1-4ade-be5e-f38afc570897 to handler 2019-02-07 04:10:58.126 6477 INFO octavia.api.v2.controllers.l7rule [req-f2fd4fb6-f711-47ff-9461-c802af7ec7f7 - - - - -] Sending Creation of L7Rule 33a43899-9896-4a34-9df5-7ef2ff47f40a to handler 2019-02-07 04:10:58.185 6478 INFO octavia.api.v2.controllers.l7policy [req-b17c33ad-a006-4cc5-833c-8d4f24d7a7fe - - - - -] Sending Creation of L7Policy 9af41c67-0ecb-408d-a21b-dd8f1d4d639f to handler 2019-02-07 04:10:58.413 6478 INFO octavia.api.v2.controllers.l7rule [req-b2b3cb30-299a-4435-8a81-b0d9245194f7 - - - - -] Sending Creation of L7Rule 4b54eac6-b5dc-44b8-a241-59b744fa5106 to handler 2019-02-07 04:10:58.661 6478 INFO octavia.api.v2.controllers.l7rule [req-5d60eb66-2568-43f4-8b50-e7ec9b69626b - - - - -] Sending Creation of L7Rule 97f3f0ad-66f4-42b9-8ede-f5ffbec26959 to handler 2019-02-07 04:10:59.007 6478 INFO oslo_db.sqlalchemy.provision [req-90392635-d626-4c11-9de4-26f0adf8783b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:10:59.008 6478 INFO oslo_db.sqlalchemy.provision [req-90392635-d626-4c11-9de4-26f0adf8783b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fxelopghfm 2019-02-07 04:10:59.008 6478 INFO oslo_db.sqlalchemy.provision [req-90392635-d626-4c11-9de4-26f0adf8783b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_not_authorized [1.196326s] ... ok 2019-02-07 04:10:59.011 6478 INFO oslo_db.sqlalchemy.provision [req-90392635-d626-4c11-9de4-26f0adf8783b - - - - -] CREATE BACKEND sqlite:// TOKEN pydlqdqalb 2019-02-07 04:10:59.086 6478 INFO octavia.common.config [req-90392635-d626-4c11-9de4-26f0adf8783b - - - - -] Logging enabled! 2019-02-07 04:10:59.086 6478 INFO octavia.common.config [req-90392635-d626-4c11-9de4-26f0adf8783b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:10:59.109 6478 WARNING octavia.api.root_controller [req-90392635-d626-4c11-9de4-26f0adf8783b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:10:59.123 6478 INFO octavia.api.v2.controllers.load_balancer [req-ac85fa58-76a3-405d-ad7d-bd921511f910 - - - - -] Sending created Load Balancer 9349af0f-15f1-4b0f-9933-717177f12c38 to the handler 2019-02-07 04:10:59.240 6478 INFO octavia.api.v2.controllers.listener [req-b0cd363a-4dbc-4155-b493-ae19be9dbae2 - - - - -] Sending Creation of Listener c4f69488-b45a-4339-ae38-502482d92776 to handler 2019-02-07 04:10:59.377 6478 INFO octavia.api.v2.controllers.l7policy [req-1baf6478-71f4-42bf-b878-975e604331ec - - - - -] Sending Creation of L7Policy 9a0385cb-9a6d-4b77-a2a8-ab9d19f9f1a8 to handler 2019-02-07 04:10:59.443 6477 INFO octavia.api.v2.controllers.l7rule [req-1a7a7668-1720-409e-ab93-d43513d3f650 - - - - -] Sending Creation of L7Rule f944a0bd-4d82-47f6-9ece-05fae536b03d to handler 2019-02-07 04:10:59.604 6478 INFO octavia.api.v2.controllers.l7rule [req-d8cb963d-6f2e-4899-96ed-3c6cc10db8bb - - - - -] Sending Creation of L7Rule af93b64a-2b50-44c8-83f0-7045b232cdde to handler 2019-02-07 04:10:59.951 6478 INFO octavia.api.v2.controllers.l7rule [req-79ec035f-df29-4678-8ee7-f40c674659e3 - - - - -] Sending Creation of L7Rule 25bdc516-8b8c-4724-9f21-0f0b0f057cac to handler 2019-02-07 04:11:00.224 6478 INFO octavia.api.v2.controllers.l7rule [req-cac32497-095e-4e6d-b971-a92df0e4ba45 - - - - -] Sending Creation of L7Rule 9246a6ff-3ad3-447e-8f08-45f0e263f876 to handler 2019-02-07 04:11:00.657 6478 INFO oslo_db.sqlalchemy.provision [req-a52e7b67-1fda-4e64-9570-ee4612bbd36f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:00.658 6478 INFO oslo_db.sqlalchemy.provision [req-a52e7b67-1fda-4e64-9570-ee4612bbd36f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pydlqdqalb 2019-02-07 04:11:00.659 6478 INFO oslo_db.sqlalchemy.provision [req-a52e7b67-1fda-4e64-9570-ee4612bbd36f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_sorted [1.650189s] ... ok 2019-02-07 04:11:00.662 6478 INFO oslo_db.sqlalchemy.provision [req-a52e7b67-1fda-4e64-9570-ee4612bbd36f - - - - -] CREATE BACKEND sqlite:// TOKEN taidvxzfxq 2019-02-07 04:11:00.765 6478 INFO octavia.common.config [req-a52e7b67-1fda-4e64-9570-ee4612bbd36f - - - - -] Logging enabled! 2019-02-07 04:11:00.766 6478 INFO octavia.common.config [req-a52e7b67-1fda-4e64-9570-ee4612bbd36f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:00.790 6478 WARNING octavia.api.root_controller [req-a52e7b67-1fda-4e64-9570-ee4612bbd36f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:00.805 6478 INFO octavia.api.v2.controllers.load_balancer [req-f5e468c1-2d5c-4fe8-a623-5c536331bbd1 - - - - -] Sending created Load Balancer 205d08a8-f8ec-492b-998e-a564711192c3 to the handler 2019-02-07 04:11:00.880 6477 INFO octavia.api.v2.controllers.l7rule [req-d65f2694-ce93-4b19-864e-6376c9b77b2e - - - - -] Sending Creation of L7Rule 09d73ac8-32d8-4969-9124-5f7e1c6f8ceb to handler 2019-02-07 04:11:00.991 6478 INFO octavia.api.v2.controllers.listener [req-8e35f689-e911-4056-94f8-12748c661076 - - - - -] Sending Creation of Listener 2ede1d68-ad7b-468f-b751-d9a268d8d0cb to handler 2019-02-07 04:11:01.240 6478 INFO octavia.api.v2.controllers.l7policy [req-d1282b9e-b3cf-496a-9e14-24ff1742670a - - - - -] Sending Creation of L7Policy 0891d099-60dd-4942-b5e6-16e8112fa620 to handler 2019-02-07 04:11:01.603 6478 INFO octavia.api.v2.controllers.l7rule [req-7b02bcde-e511-48af-b863-954cbf2fd20f - - - - -] Sending Creation of L7Rule 9beee6ce-012b-4a7e-919a-06a3993f8060 to handler 2019-02-07 04:11:01.668 6478 INFO oslo_db.sqlalchemy.provision [req-cad44a23-5862-4017-9c87-bc97795b5a9b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:01.671 6478 INFO oslo_db.sqlalchemy.provision [req-cad44a23-5862-4017-9c87-bc97795b5a9b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN taidvxzfxq 2019-02-07 04:11:01.671 6478 INFO oslo_db.sqlalchemy.provision [req-cad44a23-5862-4017-9c87-bc97795b5a9b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_authorized [1.012502s] ... ok 2019-02-07 04:11:01.684 6478 INFO oslo_db.sqlalchemy.provision [req-cad44a23-5862-4017-9c87-bc97795b5a9b - - - - -] CREATE BACKEND sqlite:// TOKEN mppiahwdmu 2019-02-07 04:11:01.795 6478 INFO octavia.common.config [req-cad44a23-5862-4017-9c87-bc97795b5a9b - - - - -] Logging enabled! 2019-02-07 04:11:01.795 6478 INFO octavia.common.config [req-cad44a23-5862-4017-9c87-bc97795b5a9b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:01.830 6478 WARNING octavia.api.root_controller [req-cad44a23-5862-4017-9c87-bc97795b5a9b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:01.851 6478 INFO octavia.api.v2.controllers.load_balancer [req-6bd400ae-fae9-4e58-8adf-cd0f702415c5 - - - - -] Sending created Load Balancer ce02167f-568d-41c4-ba71-ae752d65668e to the handler 2019-02-07 04:11:02.039 6478 INFO octavia.api.v2.controllers.listener [req-c6608584-510a-412f-bd15-510ebe2f2213 - - - - -] Sending Creation of Listener dc181f4d-25d9-4ebb-a01b-67ffe1308afa to handler 2019-02-07 04:11:02.252 6478 INFO octavia.api.v2.controllers.l7policy [req-2c757ce5-19ce-48e6-ac5a-7fbf69cff71e - - - - -] Sending Creation of L7Policy 4337465a-e3ef-4ae1-9ba5-ee04f0c7586a to handler 2019-02-07 04:11:02.276 6477 INFO octavia.api.v2.controllers.l7rule [req-ad03ac9d-95e3-41a0-8628-e525e5769756 - - - - -] Sending Creation of L7Rule 8106c0f4-b80b-4bde-bb27-6b816e87bd4e to handler 2019-02-07 04:11:02.483 6478 INFO octavia.api.v2.controllers.l7policy [req-a0a4a7d6-5efa-454d-a455-6bb82b05ba0a - - - - -] L7Policy 401523dc-0d28-44b7-97cc-acaed681e6a0 not found. 2019-02-07 04:11:02.489 6478 INFO octavia.api.v2.controllers.l7policy [req-a0a4a7d6-5efa-454d-a455-6bb82b05ba0a - - - - -] L7Policy 401523dc-0d28-44b7-97cc-acaed681e6a0 not found. 2019-02-07 04:11:02.505 6478 INFO oslo_db.sqlalchemy.provision [req-a0a4a7d6-5efa-454d-a455-6bb82b05ba0a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:02.507 6478 INFO oslo_db.sqlalchemy.provision [req-a0a4a7d6-5efa-454d-a455-6bb82b05ba0a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mppiahwdmu 2019-02-07 04:11:02.507 6478 INFO oslo_db.sqlalchemy.provision [req-a0a4a7d6-5efa-454d-a455-6bb82b05ba0a - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_bad_parent_policy [0.835714s] ... ok 2019-02-07 04:11:02.511 6478 INFO oslo_db.sqlalchemy.provision [req-a0a4a7d6-5efa-454d-a455-6bb82b05ba0a - - - - -] CREATE BACKEND sqlite:// TOKEN qozuxnzafh 2019-02-07 04:11:02.601 6478 INFO octavia.common.config [req-a0a4a7d6-5efa-454d-a455-6bb82b05ba0a - - - - -] Logging enabled! 2019-02-07 04:11:02.601 6478 INFO octavia.common.config [req-a0a4a7d6-5efa-454d-a455-6bb82b05ba0a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:02.628 6478 WARNING octavia.api.root_controller [req-a0a4a7d6-5efa-454d-a455-6bb82b05ba0a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:02.643 6478 INFO octavia.api.v2.controllers.load_balancer [req-a5878beb-6250-4a6f-ad17-539af16b5036 - - - - -] Sending created Load Balancer 7a2b58ad-b19e-4fd2-b54c-b0a88c90b734 to the handler 2019-02-07 04:11:02.858 6478 INFO octavia.api.v2.controllers.listener [req-fb91c30e-e373-40fd-af9a-e4f3c33d8b42 - - - - -] Sending Creation of Listener c1befd45-c038-438e-b239-db7755926e0f to handler 2019-02-07 04:11:03.006 6478 INFO octavia.api.v2.controllers.l7policy [req-1c3922d0-070b-4c4a-a53c-cc92975c5eca - - - - -] Sending Creation of L7Policy d5e4f50e-5732-42eb-82d2-4dabe15ed8b3 to handler 2019-02-07 04:11:03.242 6478 INFO octavia.api.v2.controllers.l7rule [req-5ccfcb49-7282-498b-8e3d-cf90b98db24e - - - - -] Sending Creation of L7Rule eed7e1d4-17ec-402d-8545-c953a97f6894 to handler 2019-02-07 04:11:03.461 6478 INFO oslo_db.sqlalchemy.provision [req-91d8e564-34ae-4a3f-9281-ebb5964bab06 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:03.463 6478 INFO oslo_db.sqlalchemy.provision [req-91d8e564-34ae-4a3f-9281-ebb5964bab06 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qozuxnzafh 2019-02-07 04:11:03.463 6478 INFO oslo_db.sqlalchemy.provision [req-91d8e564-34ae-4a3f-9281-ebb5964bab06 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_hides_deleted [0.955641s] ... ok 2019-02-07 04:11:03.471 6478 INFO oslo_db.sqlalchemy.provision [req-91d8e564-34ae-4a3f-9281-ebb5964bab06 - - - - -] CREATE BACKEND sqlite:// TOKEN zbdjbssypq 2019-02-07 04:11:03.541 6478 INFO octavia.common.config [req-91d8e564-34ae-4a3f-9281-ebb5964bab06 - - - - -] Logging enabled! 2019-02-07 04:11:03.541 6478 INFO octavia.common.config [req-91d8e564-34ae-4a3f-9281-ebb5964bab06 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:03.563 6478 WARNING octavia.api.root_controller [req-91d8e564-34ae-4a3f-9281-ebb5964bab06 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:03.578 6478 INFO octavia.api.v2.controllers.load_balancer [req-74190c85-efdf-4557-8774-c3838af2f307 - - - - -] Sending created Load Balancer d237bb23-8c11-43c2-b873-fe2734bdb5b9 to the handler 2019-02-07 04:11:03.695 6478 INFO octavia.api.v2.controllers.listener [req-562cf713-79e6-40d8-97fa-28cfdaa8306f - - - - -] Sending Creation of Listener d3e32f04-3b49-46a2-b3b6-5a50bb493b43 to handler 2019-02-07 04:11:03.726 6477 INFO octavia.api.v2.controllers.l7rule [req-57068a2c-f328-42ec-83fb-6782271f8e1c - - - - -] Sending Creation of L7Rule 89a3e827-cbd3-4c45-8148-2d17f9ce8ed5 to handler 2019-02-07 04:11:03.910 6478 INFO octavia.api.v2.controllers.l7policy [req-22e295a8-13dc-4d42-9f98-bc493b02c7db - - - - -] Sending Creation of L7Policy 9d0336fc-7ff6-42d1-b2e9-3c89263dc0d1 to handler 2019-02-07 04:11:04.146 6478 INFO octavia.api.v2.controllers.l7rule [req-4d905e37-b2ca-4dbc-b6c1-2d0b275f5e8b - - - - -] Sending Creation of L7Rule 4db9c29b-44d2-4fa1-bbeb-323358bd46ff to handler 2019-02-07 04:11:04.187 6478 INFO oslo_db.sqlalchemy.provision [req-b6c7bccc-fc16-4ee0-a31b-1c2c4ff3a0d0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:04.188 6478 INFO oslo_db.sqlalchemy.provision [req-b6c7bccc-fc16-4ee0-a31b-1c2c4ff3a0d0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zbdjbssypq 2019-02-07 04:11:04.188 6478 INFO oslo_db.sqlalchemy.provision [req-b6c7bccc-fc16-4ee0-a31b-1c2c4ff3a0d0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_not_authorized [0.725103s] ... ok 2019-02-07 04:11:04.191 6478 INFO oslo_db.sqlalchemy.provision [req-b6c7bccc-fc16-4ee0-a31b-1c2c4ff3a0d0 - - - - -] CREATE BACKEND sqlite:// TOKEN rqvmsnvjln 2019-02-07 04:11:04.266 6478 INFO octavia.common.config [req-b6c7bccc-fc16-4ee0-a31b-1c2c4ff3a0d0 - - - - -] Logging enabled! 2019-02-07 04:11:04.266 6478 INFO octavia.common.config [req-b6c7bccc-fc16-4ee0-a31b-1c2c4ff3a0d0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:04.289 6478 WARNING octavia.api.root_controller [req-b6c7bccc-fc16-4ee0-a31b-1c2c4ff3a0d0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:04.303 6478 INFO octavia.api.v2.controllers.load_balancer [req-a55ea16d-524b-42c2-9a99-ff4b280b7c4d - - - - -] Sending created Load Balancer 2b59e70c-4919-4b0f-b399-902a94a071fa to the handler 2019-02-07 04:11:04.436 6478 INFO octavia.api.v2.controllers.listener [req-e146a791-4e38-4030-89e2-d7d63840eaed - - - - -] Sending Creation of Listener 4575ad6e-43c0-4ef6-852d-b9019361a60b to handler 2019-02-07 04:11:04.600 6478 INFO octavia.api.v2.controllers.l7policy [req-476e9fdc-0e23-4a9f-9784-26f9ee29153d - - - - -] Sending Creation of L7Policy a453af3c-d2da-46de-9538-bc73cfacfd0c to handler 2019-02-07 04:11:04.826 6478 INFO octavia.api.v2.controllers.l7rule [req-ae2517ca-c058-4eaa-88d3-ac894c41ed09 - - - - -] Sending Creation of L7Rule e14ef90e-9433-4062-a600-3f730e9035d8 to handler 2019-02-07 04:11:05.135 6478 INFO oslo_db.sqlalchemy.provision [req-1efd7050-59ac-4be6-aaf5-dadd7a0e0292 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:05.137 6478 INFO oslo_db.sqlalchemy.provision [req-1efd7050-59ac-4be6-aaf5-dadd7a0e0292 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rqvmsnvjln 2019-02-07 04:11:05.137 6478 INFO oslo_db.sqlalchemy.provision [req-1efd7050-59ac-4be6-aaf5-dadd7a0e0292 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_one_fields_filter [0.948185s] ... ok 2019-02-07 04:11:05.140 6478 INFO oslo_db.sqlalchemy.provision [req-1efd7050-59ac-4be6-aaf5-dadd7a0e0292 - - - - -] CREATE BACKEND sqlite:// TOKEN qyvajfbklh 2019-02-07 04:11:05.214 6478 INFO octavia.common.config [req-1efd7050-59ac-4be6-aaf5-dadd7a0e0292 - - - - -] Logging enabled! 2019-02-07 04:11:05.214 6478 INFO octavia.common.config [req-1efd7050-59ac-4be6-aaf5-dadd7a0e0292 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:05.237 6478 WARNING octavia.api.root_controller [req-1efd7050-59ac-4be6-aaf5-dadd7a0e0292 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:05.251 6478 INFO octavia.api.v2.controllers.load_balancer [req-e161cb3d-a79e-422a-a564-a95880376aa0 - - - - -] Sending created Load Balancer 09f24e3c-f03b-47ee-8c3d-d87ab8677a40 to the handler 2019-02-07 04:11:05.309 6477 INFO octavia.api.v2.controllers.l7rule [req-feff06f6-64c4-45db-81dd-d4a78b80842d - - - - -] Sending Creation of L7Rule 4dcf3132-1f1f-4439-8a8e-15c273306336 to handler 2019-02-07 04:11:05.370 6478 INFO octavia.api.v2.controllers.listener [req-6ba5b487-574a-4d61-8785-394f64162ad1 - - - - -] Sending Creation of Listener 28e76b84-ac0e-4f8e-8859-8581c44341c0 to handler 2019-02-07 04:11:05.513 6478 INFO octavia.api.v2.controllers.l7policy [req-8abf7606-ff30-48a5-b57f-0e2231f89466 - - - - -] Sending Creation of L7Policy d2c8157f-c570-4135-875a-f9d86323c663 to handler 2019-02-07 04:11:05.758 6478 INFO octavia.api.v2.controllers.l7rule [req-f353b18f-8131-4568-868c-693f3cbd75d0 - - - - -] Sending Creation of L7Rule c9fddc3d-ef23-41b6-aebd-4dbfcb0a4253 to handler 2019-02-07 04:11:06.051 6478 INFO octavia.api.v2.controllers.load_balancer [req-ca51ba3a-b567-4904-8265-732e9cf6fa64 - - - - -] Sending deleted Load Balancer 09f24e3c-f03b-47ee-8c3d-d87ab8677a40 to the handler 2019-02-07 04:11:06.082 6478 INFO octavia.api.v2.controllers.l7rule [req-8610e0b9-75d6-4507-8afd-aeb068832d4a - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:11:06.095 6478 INFO oslo_db.sqlalchemy.provision [req-8610e0b9-75d6-4507-8afd-aeb068832d4a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:06.097 6478 INFO oslo_db.sqlalchemy.provision [req-8610e0b9-75d6-4507-8afd-aeb068832d4a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qyvajfbklh 2019-02-07 04:11:06.097 6478 INFO oslo_db.sqlalchemy.provision [req-8610e0b9-75d6-4507-8afd-aeb068832d4a - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_when_lb_pending_delete [0.960053s] ... ok 2019-02-07 04:11:06.100 6478 INFO oslo_db.sqlalchemy.provision [req-8610e0b9-75d6-4507-8afd-aeb068832d4a - - - - -] CREATE BACKEND sqlite:// TOKEN evbxzkivgb 2019-02-07 04:11:06.174 6478 INFO octavia.common.config [req-8610e0b9-75d6-4507-8afd-aeb068832d4a - - - - -] Logging enabled! 2019-02-07 04:11:06.175 6478 INFO octavia.common.config [req-8610e0b9-75d6-4507-8afd-aeb068832d4a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:06.197 6478 WARNING octavia.api.root_controller [req-8610e0b9-75d6-4507-8afd-aeb068832d4a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:06.211 6478 INFO octavia.api.v2.controllers.load_balancer [req-2734845d-d253-4ad1-bf00-b5f9fa950061 - - - - -] Sending created Load Balancer dbda6f39-0bbd-4544-87d9-1a5c18d19303 to the handler 2019-02-07 04:11:06.329 6478 INFO octavia.api.v2.controllers.listener [req-d286734d-6434-4196-8b15-c16ef1050868 - - - - -] Sending Creation of Listener c8315755-2ce1-4770-bac7-ca7abd73d503 to handler 2019-02-07 04:11:06.468 6478 INFO octavia.api.v2.controllers.l7policy [req-54baa9b7-fc02-4139-aed4-723ab7aa5dd9 - - - - -] Sending Creation of L7Policy 77784dfe-8908-4c7f-a6a6-ecfc69cfe347 to handler 2019-02-07 04:11:06.806 6478 INFO octavia.api.v2.controllers.l7rule [req-8cb83994-a8cc-4053-8847-de3b32b1651c - - - - -] Sending Creation of L7Rule a96d7472-d49b-40b0-a04a-cf9096141439 to handler 2019-02-07 04:11:06.895 6477 INFO octavia.api.v2.controllers.l7rule [req-a708d51e-c178-4f8d-a366-1d805db5f387 - - - - -] Sending Creation of L7Rule ac40ef01-4f9a-4a6b-8a62-56894b76da5b to handler 2019-02-07 04:11:07.195 6478 INFO octavia.api.v2.controllers.load_balancer [req-350ecb86-7ad5-429d-b4ca-7d58c5ce40e0 - - - - -] Sending updated Load Balancer dbda6f39-0bbd-4544-87d9-1a5c18d19303 to the handler 2019-02-07 04:11:07.255 6478 INFO octavia.api.v2.controllers.l7rule [req-9901a66e-b62a-4698-b14e-7b5f5c89c02e - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:11:07.282 6478 INFO oslo_db.sqlalchemy.provision [req-9901a66e-b62a-4698-b14e-7b5f5c89c02e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:07.287 6478 INFO oslo_db.sqlalchemy.provision [req-9901a66e-b62a-4698-b14e-7b5f5c89c02e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN evbxzkivgb 2019-02-07 04:11:07.288 6478 INFO oslo_db.sqlalchemy.provision [req-9901a66e-b62a-4698-b14e-7b5f5c89c02e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_when_lb_pending_update [1.190829s] ... ok 2019-02-07 04:11:07.294 6478 INFO oslo_db.sqlalchemy.provision [req-9901a66e-b62a-4698-b14e-7b5f5c89c02e - - - - -] CREATE BACKEND sqlite:// TOKEN daifmhdrmn 2019-02-07 04:11:07.432 6478 INFO octavia.common.config [req-9901a66e-b62a-4698-b14e-7b5f5c89c02e - - - - -] Logging enabled! 2019-02-07 04:11:07.433 6478 INFO octavia.common.config [req-9901a66e-b62a-4698-b14e-7b5f5c89c02e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:07.475 6478 WARNING octavia.api.root_controller [req-9901a66e-b62a-4698-b14e-7b5f5c89c02e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:07.499 6478 INFO octavia.api.v2.controllers.load_balancer [req-8331d99f-1f32-4f20-9c85-2d63aa0e8de3 - - - - -] Sending created Load Balancer 52b050d1-917a-46e7-b865-8c48b7691880 to the handler 2019-02-07 04:11:07.703 6478 INFO octavia.api.v2.controllers.pool [req-6ec6d2fe-7417-43b5-b753-88c1d0bd7ab9 - - - - -] Sending Creation of Pool 2f01a705-3670-4257-a700-4cc27392fcf5 to handler 2019-02-07 04:11:08.069 6478 INFO oslo_db.sqlalchemy.provision [req-c0ead293-2306-480e-9a17-d4b7c020216d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:08.071 6478 INFO oslo_db.sqlalchemy.provision [req-c0ead293-2306-480e-9a17-d4b7c020216d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN daifmhdrmn 2019-02-07 04:11:08.072 6478 INFO oslo_db.sqlalchemy.provision [req-c0ead293-2306-480e-9a17-d4b7c020216d - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_bad_tls_ref [0.783426s] ... ok 2019-02-07 04:11:08.083 6478 INFO oslo_db.sqlalchemy.provision [req-c0ead293-2306-480e-9a17-d4b7c020216d - - - - -] CREATE BACKEND sqlite:// TOKEN dswjwcxfrh 2019-02-07 04:11:08.181 6478 INFO octavia.common.config [req-c0ead293-2306-480e-9a17-d4b7c020216d - - - - -] Logging enabled! 2019-02-07 04:11:08.182 6478 INFO octavia.common.config [req-c0ead293-2306-480e-9a17-d4b7c020216d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:08.213 6478 WARNING octavia.api.root_controller [req-c0ead293-2306-480e-9a17-d4b7c020216d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:08.233 6478 INFO octavia.api.v2.controllers.load_balancer [req-eb6b5292-bbbb-401c-96bf-29712f800e27 - - - - -] Sending created Load Balancer 437415fd-f647-4213-bfea-f695541f4679 to the handler 2019-02-07 04:11:08.416 6478 INFO octavia.api.v2.controllers.pool [req-f5c292c9-84ab-43c0-9e4e-2b8763fc24f0 - - - - -] Sending Creation of Pool 0a639c0f-04ab-48af-92d3-60e5e6ed8ce8 to handler 2019-02-07 04:11:08.597 6477 INFO octavia.api.v2.controllers.l7rule [req-976ef3e0-67e8-4f78-a677-593de5d5c8b5 - - - - -] Sending Creation of L7Rule df3dfb8e-bb47-4772-bec1-b4069224398d to handler 2019-02-07 04:11:08.646 6478 INFO octavia.api.v2.controllers.listener [req-00214122-e085-489e-9e74-606cb8151d87 - - - - -] Sending Creation of Listener 758e4cb4-3fe5-4cdf-84eb-94d42e197805 to handler 2019-02-07 04:11:08.919 6478 INFO oslo_db.sqlalchemy.provision [req-6c4185ce-0d22-4878-99be-712cd17ba6bd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:08.921 6478 INFO oslo_db.sqlalchemy.provision [req-6c4185ce-0d22-4878-99be-712cd17ba6bd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dswjwcxfrh 2019-02-07 04:11:08.922 6478 INFO oslo_db.sqlalchemy.provision [req-6c4185ce-0d22-4878-99be-712cd17ba6bd - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_listeners_same_port [0.849749s] ... ok 2019-02-07 04:11:08.934 6478 INFO oslo_db.sqlalchemy.provision [req-6c4185ce-0d22-4878-99be-712cd17ba6bd - - - - -] CREATE BACKEND sqlite:// TOKEN dfgwhnxbgr 2019-02-07 04:11:09.038 6478 INFO octavia.common.config [req-6c4185ce-0d22-4878-99be-712cd17ba6bd - - - - -] Logging enabled! 2019-02-07 04:11:09.038 6478 INFO octavia.common.config [req-6c4185ce-0d22-4878-99be-712cd17ba6bd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:09.070 6478 WARNING octavia.api.root_controller [req-6c4185ce-0d22-4878-99be-712cd17ba6bd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:09.091 6478 INFO octavia.api.v2.controllers.load_balancer [req-902662a9-7b0e-4aae-a456-5353d6f6d255 - - - - -] Sending created Load Balancer 5628d125-44f8-4396-bf16-d42e2ec13b8a to the handler 2019-02-07 04:11:09.260 6478 INFO octavia.api.v2.controllers.pool [req-b6384f15-fe8a-4520-9f1c-c61b8f52738c - - - - -] Sending Creation of Pool 56e5c53b-202d-4c30-8ca7-9c195258c084 to handler 2019-02-07 04:11:09.439 6478 INFO oslo_db.sqlalchemy.provision [req-2ddcccfb-4699-4924-9fee-c140999edd02 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:09.441 6478 INFO oslo_db.sqlalchemy.provision [req-2ddcccfb-4699-4924-9fee-c140999edd02 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dfgwhnxbgr 2019-02-07 04:11:09.442 6478 INFO oslo_db.sqlalchemy.provision [req-2ddcccfb-4699-4924-9fee-c140999edd02 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_not_authorized [0.519597s] ... ok 2019-02-07 04:11:09.452 6478 INFO oslo_db.sqlalchemy.provision [req-2ddcccfb-4699-4924-9fee-c140999edd02 - - - - -] CREATE BACKEND sqlite:// TOKEN zehqoxocrm 2019-02-07 04:11:09.541 6478 INFO octavia.common.config [req-2ddcccfb-4699-4924-9fee-c140999edd02 - - - - -] Logging enabled! 2019-02-07 04:11:09.542 6478 INFO octavia.common.config [req-2ddcccfb-4699-4924-9fee-c140999edd02 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:09.569 6478 WARNING octavia.api.root_controller [req-2ddcccfb-4699-4924-9fee-c140999edd02 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:09.588 6478 INFO octavia.api.v2.controllers.load_balancer [req-5be4400c-2b4e-427c-a064-072cc9814962 - - - - -] Sending created Load Balancer fa19f330-4abf-4121-84d8-1a7f80db5377 to the handler 2019-02-07 04:11:09.860 6478 INFO octavia.api.v2.controllers.pool [req-1525c73b-9173-4802-8ca9-9cdd9743c128 - - - - -] Sending Creation of Pool 13e9059f-e7f8-4c3d-86f5-03338aaabd5e to handler 2019-02-07 04:11:10.023 6478 INFO oslo_db.sqlalchemy.provision [req-ec90da62-4003-4e9a-b890-eccbffb3e622 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:10.026 6478 INFO oslo_db.sqlalchemy.provision [req-ec90da62-4003-4e9a-b890-eccbffb3e622 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zehqoxocrm 2019-02-07 04:11:10.026 6478 INFO oslo_db.sqlalchemy.provision [req-ec90da62-4003-4e9a-b890-eccbffb3e622 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_over_quota [0.584417s] ... ok 2019-02-07 04:11:10.030 6478 INFO oslo_db.sqlalchemy.provision [req-ec90da62-4003-4e9a-b890-eccbffb3e622 - - - - -] CREATE BACKEND sqlite:// TOKEN epeeynqgcy 2019-02-07 04:11:10.108 6478 INFO octavia.common.config [req-ec90da62-4003-4e9a-b890-eccbffb3e622 - - - - -] Logging enabled! 2019-02-07 04:11:10.109 6478 INFO octavia.common.config [req-ec90da62-4003-4e9a-b890-eccbffb3e622 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:10.133 6478 WARNING octavia.api.root_controller [req-ec90da62-4003-4e9a-b890-eccbffb3e622 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:10.148 6478 INFO octavia.api.v2.controllers.load_balancer [req-de3301f8-c79a-4cde-9fda-203029dd15bd - - - - -] Sending created Load Balancer fb7dfd9d-4a4a-42a9-91b1-98e6a810f65c to the handler 2019-02-07 04:11:10.279 6478 INFO octavia.api.v2.controllers.pool [req-3f154627-a84b-4bff-8ac6-b70d74b090e4 - - - - -] Sending Creation of Pool f8ac9e48-ede7-49ea-8e13-60caf6d7ac2e to handler 2019-02-07 04:11:10.297 6477 INFO octavia.api.v2.controllers.l7rule [req-24746286-d3bc-4e5e-a5bf-36280b6d38a4 - - - - -] Sending Creation of L7Rule cf420b33-b921-4d38-840e-8fa9c6b07614 to handler 2019-02-07 04:11:10.425 6478 INFO octavia.api.v2.controllers.listener [req-7a843de6-ed2d-40c1-b797-beb8e06a20ba - - - - -] Sending Creation of Listener 02f988c0-1052-4d7a-bbf1-809d1107989a to handler 2019-02-07 04:11:10.456 6478 INFO oslo_db.sqlalchemy.provision [req-7a843de6-ed2d-40c1-b797-beb8e06a20ba - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:10.458 6478 INFO oslo_db.sqlalchemy.provision [req-7a843de6-ed2d-40c1-b797-beb8e06a20ba - - - - -] DROP BACKEND Engine(sqlite://) TOKEN epeeynqgcy 2019-02-07 04:11:10.458 6478 INFO oslo_db.sqlalchemy.provision [req-7a843de6-ed2d-40c1-b797-beb8e06a20ba - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_default_pool_id [0.431197s] ... ok 2019-02-07 04:11:10.461 6478 INFO oslo_db.sqlalchemy.provision [req-7a843de6-ed2d-40c1-b797-beb8e06a20ba - - - - -] CREATE BACKEND sqlite:// TOKEN rnhrbkvxit 2019-02-07 04:11:10.543 6478 INFO octavia.common.config [req-7a843de6-ed2d-40c1-b797-beb8e06a20ba - - - - -] Logging enabled! 2019-02-07 04:11:10.545 6478 INFO octavia.common.config [req-7a843de6-ed2d-40c1-b797-beb8e06a20ba - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:10.607 6478 WARNING octavia.api.root_controller [req-7a843de6-ed2d-40c1-b797-beb8e06a20ba - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:10.620 6478 INFO octavia.api.v2.controllers.load_balancer [req-8092355b-d3c4-437d-aaf3-c678e040b21f - - - - -] Sending created Load Balancer b6aba842-8991-4905-9eb6-74eafb0ec75d to the handler 2019-02-07 04:11:10.859 6478 INFO octavia.api.v2.controllers.pool [req-ef03af30-9c0f-409a-8ab0-bef1cfc517a2 - - - - -] Sending Creation of Pool 4baf6810-9edf-4a9a-9148-a3c24c3c85e2 to handler 2019-02-07 04:11:11.007 6478 INFO octavia.api.v2.controllers.listener [req-9ae52940-4746-4632-b9de-880553396458 - - - - -] Sending Creation of Listener d907680a-cfb1-4046-8a11-30831c3d92d2 to handler 2019-02-07 04:11:11.231 6478 INFO octavia.api.v2.controllers.listener [req-8b675653-efea-44df-9756-9e21139542bf - - - - -] Sending Creation of Listener 4d86f5bb-5a4c-4638-bc51-0a14faf2507c to handler 2019-02-07 04:11:11.290 6478 INFO oslo_db.sqlalchemy.provision [req-8b675653-efea-44df-9756-9e21139542bf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:11.292 6478 INFO oslo_db.sqlalchemy.provision [req-8b675653-efea-44df-9756-9e21139542bf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rnhrbkvxit 2019-02-07 04:11:11.292 6478 INFO oslo_db.sqlalchemy.provision [req-8b675653-efea-44df-9756-9e21139542bf - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_shared_default_pool_id [0.833913s] ... ok 2019-02-07 04:11:11.315 6478 INFO oslo_db.sqlalchemy.provision [req-8b675653-efea-44df-9756-9e21139542bf - - - - -] CREATE BACKEND sqlite:// TOKEN qziflojwgq 2019-02-07 04:11:11.445 6478 INFO octavia.common.config [req-8b675653-efea-44df-9756-9e21139542bf - - - - -] Logging enabled! 2019-02-07 04:11:11.445 6478 INFO octavia.common.config [req-8b675653-efea-44df-9756-9e21139542bf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:11.473 6478 WARNING octavia.api.root_controller [req-8b675653-efea-44df-9756-9e21139542bf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:11.488 6478 INFO octavia.api.v2.controllers.load_balancer [req-52c54594-3977-4dce-8ef4-24c332c351e6 - - - - -] Sending created Load Balancer d0765da8-8a6c-44f5-b686-93cd80874365 to the handler 2019-02-07 04:11:11.692 6478 INFO octavia.api.v2.controllers.pool [req-dd231ed4-20f8-4e03-89fc-767c4d51fdf9 - - - - -] Sending Creation of Pool 0236c0ba-d7ed-420c-b4ab-0f49ed3e27ec to handler 2019-02-07 04:11:11.827 6478 INFO octavia.api.v2.controllers.listener [req-0dd8cf48-33de-46d8-a37c-fdb282c016a7 - - - - -] Sending Creation of Listener ce04d750-e0f5-47f2-b272-0caeac3fdce9 to handler 2019-02-07 04:11:11.875 6478 INFO oslo_db.sqlalchemy.provision [req-6fb4cb73-7864-4c3c-a0b7-41d83ee88e38 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:11.877 6478 INFO oslo_db.sqlalchemy.provision [req-6fb4cb73-7864-4c3c-a0b7-41d83ee88e38 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qziflojwgq 2019-02-07 04:11:11.877 6478 INFO oslo_db.sqlalchemy.provision [req-6fb4cb73-7864-4c3c-a0b7-41d83ee88e38 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_sni_data [0.584727s] ... ok 2019-02-07 04:11:11.880 6478 INFO oslo_db.sqlalchemy.provision [req-6fb4cb73-7864-4c3c-a0b7-41d83ee88e38 - - - - -] CREATE BACKEND sqlite:// TOKEN xzkdnlzvyn 2019-02-07 04:11:11.955 6478 INFO octavia.common.config [req-6fb4cb73-7864-4c3c-a0b7-41d83ee88e38 - - - - -] Logging enabled! 2019-02-07 04:11:11.956 6478 INFO octavia.common.config [req-6fb4cb73-7864-4c3c-a0b7-41d83ee88e38 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:11.978 6478 WARNING octavia.api.root_controller [req-6fb4cb73-7864-4c3c-a0b7-41d83ee88e38 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:11.992 6478 INFO octavia.api.v2.controllers.load_balancer [req-48d8182b-1783-48bd-86be-2d343b43a31f - - - - -] Sending created Load Balancer 34b4ff30-3142-4967-a5b4-af26fc51054a to the handler 2019-02-07 04:11:12.111 6478 INFO octavia.api.v2.controllers.pool [req-e7ad27f3-009c-48ac-b9dd-7b1623320caf - - - - -] Sending Creation of Pool 1ed89d8b-5c10-48fa-a0c5-c180cc0180d5 to handler 2019-02-07 04:11:12.282 6478 INFO oslo_db.sqlalchemy.provision [req-3017c2d7-c7b2-40cb-a07c-11281ede5f26 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:12.284 6478 INFO oslo_db.sqlalchemy.provision [req-3017c2d7-c7b2-40cb-a07c-11281ede5f26 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xzkdnlzvyn 2019-02-07 04:11:12.284 6478 INFO oslo_db.sqlalchemy.provision [req-3017c2d7-c7b2-40cb-a07c-11281ede5f26 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_tls_termination_disabled [0.406581s] ... ok 2019-02-07 04:11:12.292 6478 INFO oslo_db.sqlalchemy.provision [req-3017c2d7-c7b2-40cb-a07c-11281ede5f26 - - - - -] CREATE BACKEND sqlite:// TOKEN lerdagoahb 2019-02-07 04:11:12.362 6478 INFO octavia.common.config [req-3017c2d7-c7b2-40cb-a07c-11281ede5f26 - - - - -] Logging enabled! 2019-02-07 04:11:12.362 6478 INFO octavia.common.config [req-3017c2d7-c7b2-40cb-a07c-11281ede5f26 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:12.385 6478 WARNING octavia.api.root_controller [req-3017c2d7-c7b2-40cb-a07c-11281ede5f26 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:12.398 6478 INFO octavia.api.v2.controllers.load_balancer [req-40e37293-e87b-42fc-b445-34ba925e4871 - - - - -] Sending created Load Balancer ed0fba2e-d659-49cf-924b-14a8867b6fbd to the handler 2019-02-07 04:11:12.516 6478 INFO octavia.api.v2.controllers.pool [req-0814229d-65bf-43ae-a411-ec145dfff36d - - - - -] Sending Creation of Pool a64e83c8-924f-488a-b2b3-721cb7940702 to handler 2019-02-07 04:11:12.712 6478 INFO octavia.api.v2.controllers.listener [req-4532b4c2-c69a-4259-830c-e5e1bcec29f3 - - - - -] Sending Creation of Listener 05e218aa-2e76-4a88-9c74-bf99d88262be to handler 2019-02-07 04:11:12.859 6478 INFO octavia.api.v2.controllers.listener [req-991279e4-3bab-45eb-a8f0-e1cf5d18c409 - aedbc5ca-9f24-4bd9-ac45-a1032ef263d7 - - -] Sending Deletion of Listener 05e218aa-2e76-4a88-9c74-bf99d88262be to handler 2019-02-07 04:11:12.886 6477 INFO octavia.api.v2.controllers.l7rule [req-400ebeed-1af5-42b2-bdb7-7b299e2a0bce - - - - -] Sending Creation of L7Rule a81cc366-9c36-40ea-b614-21b0bb8e68dd to handler 2019-02-07 04:11:13.030 6478 INFO oslo_db.sqlalchemy.provision [req-c8139185-a0f6-4c3c-98ef-7c4e0365968e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:13.032 6478 INFO oslo_db.sqlalchemy.provision [req-c8139185-a0f6-4c3c-98ef-7c4e0365968e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lerdagoahb 2019-02-07 04:11:13.032 6478 INFO oslo_db.sqlalchemy.provision [req-c8139185-a0f6-4c3c-98ef-7c4e0365968e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_authorized [0.743269s] ... ok 2019-02-07 04:11:13.040 6478 INFO oslo_db.sqlalchemy.provision [req-c8139185-a0f6-4c3c-98ef-7c4e0365968e - - - - -] CREATE BACKEND sqlite:// TOKEN mhmnwajjpz 2019-02-07 04:11:13.109 6478 INFO octavia.common.config [req-c8139185-a0f6-4c3c-98ef-7c4e0365968e - - - - -] Logging enabled! 2019-02-07 04:11:13.110 6478 INFO octavia.common.config [req-c8139185-a0f6-4c3c-98ef-7c4e0365968e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:13.132 6478 WARNING octavia.api.root_controller [req-c8139185-a0f6-4c3c-98ef-7c4e0365968e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:13.147 6478 INFO octavia.api.v2.controllers.load_balancer [req-14a45626-b1cb-4c3b-97a1-717aa1a4b025 - - - - -] Sending created Load Balancer 07db849c-f8fe-4aac-be86-f5b6f27d312c to the handler 2019-02-07 04:11:13.266 6478 INFO octavia.api.v2.controllers.pool [req-8375169a-5dff-45a7-9e8e-713798ccf4ca - - - - -] Sending Creation of Pool 83fe6f4c-b620-4496-a721-5f5d08da73e1 to handler 2019-02-07 04:11:13.408 6478 ERROR octavia.api.v2.controllers.base [req-492fca2a-ba56-4fcd-8bf0-a6eea18087b3 - - - - -] Listener SEAN-CONNERY not found: None 2019-02-07 04:11:13.408 6478 ERROR octavia.api.v2.controllers.base None 2019-02-07 04:11:13.408 6478 ERROR octavia.api.v2.controllers.base 2019-02-07 04:11:13.422 6478 INFO oslo_db.sqlalchemy.provision [req-492fca2a-ba56-4fcd-8bf0-a6eea18087b3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:13.423 6478 INFO oslo_db.sqlalchemy.provision [req-492fca2a-ba56-4fcd-8bf0-a6eea18087b3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mhmnwajjpz 2019-02-07 04:11:13.423 6478 INFO oslo_db.sqlalchemy.provision [req-492fca2a-ba56-4fcd-8bf0-a6eea18087b3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_bad_listener_id [0.391087s] ... ok 2019-02-07 04:11:13.432 6478 INFO oslo_db.sqlalchemy.provision [req-492fca2a-ba56-4fcd-8bf0-a6eea18087b3 - - - - -] CREATE BACKEND sqlite:// TOKEN zijyugtjvx 2019-02-07 04:11:13.502 6478 INFO octavia.common.config [req-492fca2a-ba56-4fcd-8bf0-a6eea18087b3 - - - - -] Logging enabled! 2019-02-07 04:11:13.502 6478 INFO octavia.common.config [req-492fca2a-ba56-4fcd-8bf0-a6eea18087b3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:13.524 6478 WARNING octavia.api.root_controller [req-492fca2a-ba56-4fcd-8bf0-a6eea18087b3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:13.538 6478 INFO octavia.api.v2.controllers.load_balancer [req-299f3b3b-82c5-4d27-9214-5dca39b2c414 - - - - -] Sending created Load Balancer 1ac0635e-2e08-4349-862b-6ae2ee0c3e58 to the handler 2019-02-07 04:11:13.721 6478 INFO octavia.api.v2.controllers.pool [req-9acf48e9-db9a-48ba-b369-d2cf331302c7 - - - - -] Sending Creation of Pool 041a8a03-2b39-4efd-9004-05bd45758b0e to handler 2019-02-07 04:11:13.910 6478 INFO octavia.api.v2.controllers.load_balancer [req-6d4b79a7-9572-432b-970b-c4e26e956b3e - - - - -] Sending created Load Balancer d2cf02c1-32a9-4d03-80ee-58b1964e94f1 to the handler 2019-02-07 04:11:14.028 6478 INFO octavia.api.v2.controllers.listener [req-c713cbf6-575f-4e55-a42a-66f3de6b153d - - - - -] Sending Creation of Listener ba2f60d2-f2f1-4212-81dd-f703fd785d79 to handler 2019-02-07 04:11:14.209 6478 INFO octavia.api.v2.controllers.load_balancer [req-44d9a1d9-0986-4649-abcd-b000d257f955 - - - - -] Sending deleted Load Balancer d2cf02c1-32a9-4d03-80ee-58b1964e94f1 to the handler 2019-02-07 04:11:14.224 6478 INFO octavia.api.v2.controllers.listener [req-151495ef-3ee8-4469-a1e2-d595aa913242 - - - - -] Load Balancer d2cf02c1-32a9-4d03-80ee-58b1964e94f1 is immutable. 2019-02-07 04:11:14.263 6478 INFO oslo_db.sqlalchemy.provision [req-151495ef-3ee8-4469-a1e2-d595aa913242 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:14.265 6478 INFO oslo_db.sqlalchemy.provision [req-151495ef-3ee8-4469-a1e2-d595aa913242 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zijyugtjvx 2019-02-07 04:11:14.265 6478 INFO oslo_db.sqlalchemy.provision [req-151495ef-3ee8-4469-a1e2-d595aa913242 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_pending_delete [0.841458s] ... ok 2019-02-07 04:11:14.268 6478 INFO oslo_db.sqlalchemy.provision [req-151495ef-3ee8-4469-a1e2-d595aa913242 - - - - -] CREATE BACKEND sqlite:// TOKEN llthhymhne 2019-02-07 04:11:14.418 6478 INFO octavia.common.config [req-151495ef-3ee8-4469-a1e2-d595aa913242 - - - - -] Logging enabled! 2019-02-07 04:11:14.422 6478 INFO octavia.common.config [req-151495ef-3ee8-4469-a1e2-d595aa913242 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:14.492 6478 WARNING octavia.api.root_controller [req-151495ef-3ee8-4469-a1e2-d595aa913242 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:14.503 6478 INFO octavia.api.v2.controllers.load_balancer [req-b2150f3d-6d16-4184-94c8-2c87ce50bbff - - - - -] Sending created Load Balancer 8f3c1b25-91cf-4cdb-9d14-385a21ff2498 to the handler 2019-02-07 04:11:14.743 6477 INFO octavia.api.v2.controllers.l7rule [req-1a3d9ab4-4fc1-4e51-9b9b-3c0f9aa74566 - - - - -] Sending Creation of L7Rule a3268dd9-9f3d-434f-b56a-641d3e1a0f95 to handler 2019-02-07 04:11:14.777 6478 INFO octavia.api.v2.controllers.pool [req-aebde010-676f-4b74-b173-ec1c74184a14 - - - - -] Sending Creation of Pool c925c270-a421-48e0-9fb7-2d5deb7fc49e to handler 2019-02-07 04:11:15.043 6478 INFO octavia.api.v2.controllers.listener [req-e2745e47-f2c4-4cf2-9181-0ee3cf71b064 - - - - -] Sending Creation of Listener 34e72b56-dee4-476a-aa26-84b2f48a9e7e to handler 2019-02-07 04:11:15.300 6478 INFO octavia.api.v2.controllers.listener [req-8bf519be-079f-4011-b81c-4233fe3632b9 - - - - -] Sending Deletion of Listener 34e72b56-dee4-476a-aa26-84b2f48a9e7e to handler 2019-02-07 04:11:15.348 6478 INFO oslo_db.sqlalchemy.provision [req-6131b143-1e33-41d6-af04-1db6f1e798a1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:15.350 6478 INFO oslo_db.sqlalchemy.provision [req-6131b143-1e33-41d6-af04-1db6f1e798a1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN llthhymhne 2019-02-07 04:11:15.350 6478 INFO oslo_db.sqlalchemy.provision [req-6131b143-1e33-41d6-af04-1db6f1e798a1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_with_bad_handler [1.084824s] ... ok 2019-02-07 04:11:15.353 6478 INFO oslo_db.sqlalchemy.provision [req-6131b143-1e33-41d6-af04-1db6f1e798a1 - - - - -] CREATE BACKEND sqlite:// TOKEN fxkjmxzrmh 2019-02-07 04:11:15.429 6478 INFO octavia.common.config [req-6131b143-1e33-41d6-af04-1db6f1e798a1 - - - - -] Logging enabled! 2019-02-07 04:11:15.429 6478 INFO octavia.common.config [req-6131b143-1e33-41d6-af04-1db6f1e798a1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:15.451 6478 WARNING octavia.api.root_controller [req-6131b143-1e33-41d6-af04-1db6f1e798a1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:15.466 6478 INFO octavia.api.v2.controllers.load_balancer [req-6bd21ab0-24f6-4832-9849-ba57c7c0e28f - - - - -] Sending created Load Balancer 924ef7ea-2ffc-4809-9e12-d7acebd4b07f to the handler 2019-02-07 04:11:15.652 6478 INFO octavia.api.v2.controllers.pool [req-159bb810-d336-4757-afe2-5ab3c1e49519 - - - - -] Sending Creation of Pool 0b16760a-9b47-4d92-9b3d-78856ed6c58c to handler 2019-02-07 04:11:15.784 6478 INFO octavia.api.v2.controllers.load_balancer [req-57763326-2111-49a4-8128-ecaea34f7ede - - - - -] Sending created Load Balancer e60e6cd0-8b82-482c-a758-5ce170c5afb6 to the handler 2019-02-07 04:11:15.914 6478 INFO octavia.api.v2.controllers.load_balancer [req-d5431e06-1905-4be9-8eb6-d8238a6ed559 - - - - -] Sending created Load Balancer 87ec489b-6412-47a0-9348-cfef44e21f8a to the handler 2019-02-07 04:11:16.071 6478 INFO octavia.api.v2.controllers.listener [req-401045da-a3a8-42be-bcc5-e4ed2af4eeb5 - - - - -] Sending Creation of Listener 014f71c7-9a48-4151-b3ce-3fb414ecfd7c to handler 2019-02-07 04:11:16.368 6478 INFO octavia.api.v2.controllers.listener [req-e5159729-da22-4140-8105-23ba517b429a - - - - -] Sending Creation of Listener e9b351ce-c4f0-499a-9a26-8e8834529b19 to handler 2019-02-07 04:11:16.626 6477 INFO octavia.api.v2.controllers.l7rule [req-642fc417-bcf5-463b-a5e3-2917c9281c8b - - - - -] Sending Creation of L7Rule f0e3f2a7-49c8-4606-a9d0-f584bcef8361 to handler 2019-02-07 04:11:16.658 6478 INFO octavia.api.v2.controllers.listener [req-808db81c-285e-465e-8a8b-1ff388a86aab - - - - -] Sending Creation of Listener edd83f99-a855-4bfe-88dc-e27aef38ca91 to handler 2019-02-07 04:11:17.325 6478 INFO oslo_db.sqlalchemy.provision [req-52f30df8-2017-49cd-9bf2-6deb9837d70c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:17.327 6478 INFO oslo_db.sqlalchemy.provision [req-52f30df8-2017-49cd-9bf2-6deb9837d70c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fxkjmxzrmh 2019-02-07 04:11:17.327 6478 INFO oslo_db.sqlalchemy.provision [req-52f30df8-2017-49cd-9bf2-6deb9837d70c - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_by_project_id [1.976747s] ... ok 2019-02-07 04:11:17.330 6478 INFO oslo_db.sqlalchemy.provision [req-52f30df8-2017-49cd-9bf2-6deb9837d70c - - - - -] CREATE BACKEND sqlite:// TOKEN uulfbxpsgy 2019-02-07 04:11:17.417 6478 INFO octavia.common.config [req-52f30df8-2017-49cd-9bf2-6deb9837d70c - - - - -] Logging enabled! 2019-02-07 04:11:17.417 6478 INFO octavia.common.config [req-52f30df8-2017-49cd-9bf2-6deb9837d70c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:17.441 6478 WARNING octavia.api.root_controller [req-52f30df8-2017-49cd-9bf2-6deb9837d70c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:17.453 6478 INFO octavia.api.v2.controllers.load_balancer [req-d1cac92f-2738-4001-97ed-b2c21e26f370 - - - - -] Sending created Load Balancer c18ea544-0d7f-4a50-90a8-0bf30861624f to the handler 2019-02-07 04:11:17.579 6478 INFO octavia.api.v2.controllers.pool [req-8ef9c227-8b91-4957-82c2-786b1474bd62 - - - - -] Sending Creation of Pool 9eea6527-1fb4-44b6-bbd0-65b201ac2061 to handler 2019-02-07 04:11:17.713 6478 INFO octavia.api.v2.controllers.listener [req-42c6c876-99e8-4c39-9823-f5baef642fc1 - - - - -] Sending Creation of Listener bb8cb55c-145e-48ac-9d50-6557ce72aed4 to handler 2019-02-07 04:11:17.866 6478 INFO octavia.api.v2.controllers.listener [req-c54ecec2-364d-4fca-9ee5-3c6bb6f9e739 - - - - -] Sending Creation of Listener 88e4719b-5666-4f0a-8b0a-0bd3dd451b4b to handler 2019-02-07 04:11:18.047 6478 INFO octavia.api.v2.controllers.listener [req-007a2997-40e5-4102-bf71-76a50ca8e3c9 - - - - -] Sending Creation of Listener 8d337daf-9139-462b-bd34-412ffca889f8 to handler 2019-02-07 04:11:18.266 6478 INFO oslo_db.sqlalchemy.provision [req-9871acd8-f9c7-407c-b0b3-2128d75a790c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:18.267 6478 INFO oslo_db.sqlalchemy.provision [req-9871acd8-f9c7-407c-b0b3-2128d75a790c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uulfbxpsgy 2019-02-07 04:11:18.267 6478 INFO oslo_db.sqlalchemy.provision [req-9871acd8-f9c7-407c-b0b3-2128d75a790c - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_filter [0.940230s] ... ok 2019-02-07 04:11:18.270 6478 INFO oslo_db.sqlalchemy.provision [req-9871acd8-f9c7-407c-b0b3-2128d75a790c - - - - -] CREATE BACKEND sqlite:// TOKEN hecdarduzi 2019-02-07 04:11:18.346 6478 INFO octavia.common.config [req-9871acd8-f9c7-407c-b0b3-2128d75a790c - - - - -] Logging enabled! 2019-02-07 04:11:18.346 6478 INFO octavia.common.config [req-9871acd8-f9c7-407c-b0b3-2128d75a790c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:18.369 6478 WARNING octavia.api.root_controller [req-9871acd8-f9c7-407c-b0b3-2128d75a790c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:18.383 6478 INFO octavia.api.v2.controllers.load_balancer [req-817592e7-8d80-4f44-944f-1720a4ed5286 - - - - -] Sending created Load Balancer eb5fa77a-fa8a-457d-a5f7-06483918fcc8 to the handler 2019-02-07 04:11:18.575 6478 INFO octavia.api.v2.controllers.pool [req-0aa02a96-f6f2-45f0-a716-f6b3a99ebb42 - - - - -] Sending Creation of Pool b86629be-c156-4fc0-8e2d-285698346c1c to handler 2019-02-07 04:11:18.691 6478 INFO octavia.api.v2.controllers.load_balancer [req-9630f2bc-8fbe-423f-9b4f-c66325fc5708 - - - - -] Sending created Load Balancer 71fc7132-da28-4138-9a08-07534ab538be to the handler 2019-02-07 04:11:18.808 6478 INFO octavia.api.v2.controllers.listener [req-713a1d8c-ec08-4425-8c0e-a510e753d8fc - - - - -] Sending Creation of Listener 607f7c35-b77e-4264-b508-f6d0f5aeb7ca to handler 2019-02-07 04:11:18.937 6478 INFO octavia.api.v2.controllers.listener [req-bf74ff14-5f84-41b9-b58c-bf2fdd6251fc - - - - -] Sending Creation of Listener c8165ea5-2ddb-49be-91c6-1ec32909a816 to handler 2019-02-07 04:11:19.094 6478 INFO octavia.api.v2.controllers.listener [req-c010375f-219a-4b52-a20d-eda844f674fa - - - - -] Sending Creation of Listener 7d02034a-0af4-405a-84ed-fc24f37f2d33 to handler 2019-02-07 04:11:19.302 6478 INFO oslo_db.sqlalchemy.provision [req-03d449cf-fed3-4157-bf98-15357b8fb88e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:19.303 6478 INFO oslo_db.sqlalchemy.provision [req-03d449cf-fed3-4157-bf98-15357b8fb88e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hecdarduzi 2019-02-07 04:11:19.304 6478 INFO oslo_db.sqlalchemy.provision [req-03d449cf-fed3-4157-bf98-15357b8fb88e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_non_admin [1.035998s] ... ok 2019-02-07 04:11:19.312 6478 INFO oslo_db.sqlalchemy.provision [req-03d449cf-fed3-4157-bf98-15357b8fb88e - - - - -] CREATE BACKEND sqlite:// TOKEN bnmnfzzieh 2019-02-07 04:11:19.381 6478 INFO octavia.common.config [req-03d449cf-fed3-4157-bf98-15357b8fb88e - - - - -] Logging enabled! 2019-02-07 04:11:19.382 6478 INFO octavia.common.config [req-03d449cf-fed3-4157-bf98-15357b8fb88e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:19.405 6478 WARNING octavia.api.root_controller [req-03d449cf-fed3-4157-bf98-15357b8fb88e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:19.419 6478 INFO octavia.api.v2.controllers.load_balancer [req-e51db386-2d1a-418b-b938-f37f2e54ccca - - - - -] Sending created Load Balancer feeac7a5-90e1-486e-a91d-adfe8692930f to the handler 2019-02-07 04:11:19.604 6478 INFO octavia.api.v2.controllers.pool [req-8f02429d-7389-435d-95e7-f0ea4f42d46f - - - - -] Sending Creation of Pool 7b9bdd72-17ac-416a-a36b-f5fc32bd32d2 to handler 2019-02-07 04:11:19.720 6478 INFO octavia.api.v2.controllers.load_balancer [req-c8e88144-0e3b-4233-aa8f-8d337bbc502d - - - - -] Sending created Load Balancer 702821de-cfdc-462e-8781-f32dc58dbbb3 to the handler 2019-02-07 04:11:19.739 6477 INFO octavia.api.v2.controllers.l7rule [req-2ed9abcf-5d72-45c9-9f39-f5105367b71e - - - - -] Sending Creation of L7Rule 31096a9b-1465-4f0c-8417-9a0f41a7095e to handler 2019-02-07 04:11:19.837 6478 INFO octavia.api.v2.controllers.listener [req-a3bdcc6f-9a1e-4ba7-a816-10316c576ffe - - - - -] Sending Creation of Listener eaf069ec-35ff-435f-9529-0a4163fd590c to handler 2019-02-07 04:11:19.971 6478 INFO octavia.api.v2.controllers.listener [req-1b281282-f069-4e1c-9458-6b1c272050c4 - - - - -] Sending Creation of Listener 319dade7-b620-480c-b16b-a3295cda6d7d to handler 2019-02-07 04:11:20.128 6478 INFO octavia.api.v2.controllers.listener [req-d84e63c7-f858-471b-a96b-484e0d4e1b11 - - - - -] Sending Creation of Listener be7657b1-c2bd-48c8-acee-0bbc824f2d69 to handler 2019-02-07 04:11:20.350 6478 INFO oslo_db.sqlalchemy.provision [req-8c49cbbb-1035-4efc-9cc1-56c49c05d63b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:20.352 6478 INFO oslo_db.sqlalchemy.provision [req-8c49cbbb-1035-4efc-9cc1-56c49c05d63b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bnmnfzzieh 2019-02-07 04:11:20.352 6478 INFO oslo_db.sqlalchemy.provision [req-8c49cbbb-1035-4efc-9cc1-56c49c05d63b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_non_admin_global_observer [1.048451s] ... ok 2019-02-07 04:11:20.361 6478 INFO oslo_db.sqlalchemy.provision [req-8c49cbbb-1035-4efc-9cc1-56c49c05d63b - - - - -] CREATE BACKEND sqlite:// TOKEN tkpikhhari 2019-02-07 04:11:20.434 6478 INFO octavia.common.config [req-8c49cbbb-1035-4efc-9cc1-56c49c05d63b - - - - -] Logging enabled! 2019-02-07 04:11:20.436 6478 INFO octavia.common.config [req-8c49cbbb-1035-4efc-9cc1-56c49c05d63b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:20.457 6478 WARNING octavia.api.root_controller [req-8c49cbbb-1035-4efc-9cc1-56c49c05d63b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:20.471 6478 INFO octavia.api.v2.controllers.load_balancer [req-78557a58-d180-4429-b876-bdc972cc5d9c - - - - -] Sending created Load Balancer e133badf-1bc3-4c47-bfe4-2af336ae2552 to the handler 2019-02-07 04:11:20.603 6478 INFO octavia.api.v2.controllers.pool [req-c8150de6-f812-4180-aff4-dfc124a99f4e - - - - -] Sending Creation of Pool cc795c1c-cda6-4789-bcd5-7eff91a4a6b6 to handler 2019-02-07 04:11:20.821 6478 INFO octavia.api.v2.controllers.listener [req-03bab2ea-90c6-4033-9ce9-98ec0b49f303 - - - - -] Sending Creation of Listener a26ab7b2-d507-4173-a793-19e3ee995ef3 to handler 2019-02-07 04:11:20.994 6478 INFO oslo_db.sqlalchemy.provision [req-cbcdda16-8cb8-44cc-862b-3c30dbe789c4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:20.997 6478 INFO oslo_db.sqlalchemy.provision [req-cbcdda16-8cb8-44cc-862b-3c30dbe789c4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tkpikhhari 2019-02-07 04:11:20.998 6478 INFO oslo_db.sqlalchemy.provision [req-cbcdda16-8cb8-44cc-862b-3c30dbe789c4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_hides_deleted [0.645592s] ... ok 2019-02-07 04:11:21.001 6478 INFO oslo_db.sqlalchemy.provision [req-cbcdda16-8cb8-44cc-862b-3c30dbe789c4 - - - - -] CREATE BACKEND sqlite:// TOKEN jwtiktvcqi 2019-02-07 04:11:21.083 6478 INFO octavia.common.config [req-cbcdda16-8cb8-44cc-862b-3c30dbe789c4 - - - - -] Logging enabled! 2019-02-07 04:11:21.083 6478 INFO octavia.common.config [req-cbcdda16-8cb8-44cc-862b-3c30dbe789c4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:21.106 6478 WARNING octavia.api.root_controller [req-cbcdda16-8cb8-44cc-862b-3c30dbe789c4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:21.125 6478 INFO octavia.api.v2.controllers.load_balancer [req-6c7014e3-8ef7-4738-b3d3-c7f93cffdaa7 - - - - -] Sending created Load Balancer b487b58c-2f34-4ccd-80d9-71ab9510fe49 to the handler 2019-02-07 04:11:21.277 6478 INFO octavia.api.v2.controllers.pool [req-25988899-cf12-48a7-bcf9-87bc5ac44897 - - - - -] Sending Creation of Pool 3f0c814c-5cff-4cf6-948d-e775970bff89 to handler 2019-02-07 04:11:21.421 6478 INFO octavia.api.v2.controllers.listener [req-912bccd9-5573-4024-8755-e6115e5ff6e3 - - - - -] Sending Creation of Listener 9aa68fbe-7584-468f-9ccd-6e9355482a9d to handler 2019-02-07 04:11:21.473 6478 INFO oslo_db.sqlalchemy.provision [req-6825cc85-54ad-4aea-950d-ee1d8a5252f5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:21.474 6478 INFO oslo_db.sqlalchemy.provision [req-6825cc85-54ad-4aea-950d-ee1d8a5252f5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jwtiktvcqi 2019-02-07 04:11:21.477 6478 INFO oslo_db.sqlalchemy.provision [req-6825cc85-54ad-4aea-950d-ee1d8a5252f5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_not_authorized [0.479061s] ... ok 2019-02-07 04:11:21.480 6478 INFO oslo_db.sqlalchemy.provision [req-6825cc85-54ad-4aea-950d-ee1d8a5252f5 - - - - -] CREATE BACKEND sqlite:// TOKEN gxcfvkqaef 2019-02-07 04:11:21.556 6478 INFO octavia.common.config [req-6825cc85-54ad-4aea-950d-ee1d8a5252f5 - - - - -] Logging enabled! 2019-02-07 04:11:21.557 6478 INFO octavia.common.config [req-6825cc85-54ad-4aea-950d-ee1d8a5252f5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:21.580 6478 WARNING octavia.api.root_controller [req-6825cc85-54ad-4aea-950d-ee1d8a5252f5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:21.594 6478 INFO octavia.api.v2.controllers.load_balancer [req-e0a5d565-8863-4247-ada6-b27c14d917d3 - - - - -] Sending created Load Balancer b20ae8f2-2053-45c8-a97c-5337f427a420 to the handler 2019-02-07 04:11:21.719 6478 INFO octavia.api.v2.controllers.pool [req-97b733f0-975c-43f9-91c7-7ba54993f841 - - - - -] Sending Creation of Pool 3eddeb45-7d26-4c3d-bb6c-fbbb91690724 to handler 2019-02-07 04:11:21.863 6478 INFO octavia.api.v2.controllers.listener [req-1a9e1efa-0430-4f3c-93a5-7943cc3e8064 - - - - -] Sending Creation of Listener 968aea66-409c-46b2-81e1-c06c82a24bb2 to handler 2019-02-07 04:11:22.098 6478 INFO oslo_db.sqlalchemy.provision [req-274712f8-dd4e-4f60-ad93-3ba328f7abd6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:22.099 6478 INFO oslo_db.sqlalchemy.provision [req-274712f8-dd4e-4f60-ad93-3ba328f7abd6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gxcfvkqaef 2019-02-07 04:11:22.099 6478 INFO oslo_db.sqlalchemy.provision [req-274712f8-dd4e-4f60-ad93-3ba328f7abd6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_one_fields_filter [0.622075s] ... ok 2019-02-07 04:11:22.102 6478 INFO oslo_db.sqlalchemy.provision [req-274712f8-dd4e-4f60-ad93-3ba328f7abd6 - - - - -] CREATE BACKEND sqlite:// TOKEN wpuyenbmyl 2019-02-07 04:11:22.180 6478 INFO octavia.common.config [req-274712f8-dd4e-4f60-ad93-3ba328f7abd6 - - - - -] Logging enabled! 2019-02-07 04:11:22.180 6478 INFO octavia.common.config [req-274712f8-dd4e-4f60-ad93-3ba328f7abd6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:22.203 6478 WARNING octavia.api.root_controller [req-274712f8-dd4e-4f60-ad93-3ba328f7abd6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:22.217 6478 INFO octavia.api.v2.controllers.load_balancer [req-98d993e8-230b-411f-96d8-646fe6187a4f - - - - -] Sending created Load Balancer c071f6a6-9978-4911-94aa-995075fe3358 to the handler 2019-02-07 04:11:22.362 6478 INFO octavia.api.v2.controllers.pool [req-e4b763e2-6fd4-464c-8e11-38adb116804d - - - - -] Sending Creation of Pool 79fbfe3a-c4be-4a69-8468-6c46b8d70faf to handler 2019-02-07 04:11:22.505 6478 INFO octavia.api.v2.controllers.listener [req-e4e787ce-8fe7-4f6d-8a93-0c23d75cae74 - - - - -] Sending Creation of Listener 02b12b0e-0a0e-4990-8747-31b8fb0a8ac4 to handler 2019-02-07 04:11:22.589 6477 INFO octavia.api.v2.controllers.l7rule [req-2b70797a-07f7-40be-a347-f7ab14469c56 - - - - -] Sending Creation of L7Rule 49482c6a-4307-4dff-a08d-18ca38e0496b to handler 2019-02-07 04:11:22.651 6478 INFO oslo_db.sqlalchemy.provision [req-4cbe13bc-0165-4b76-96a5-3fa461b29ee7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:22.653 6478 INFO oslo_db.sqlalchemy.provision [req-4cbe13bc-0165-4b76-96a5-3fa461b29ee7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wpuyenbmyl 2019-02-07 04:11:22.653 6478 INFO oslo_db.sqlalchemy.provision [req-4cbe13bc-0165-4b76-96a5-3fa461b29ee7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_empty_body [0.553211s] ... ok 2019-02-07 04:11:22.661 6478 INFO oslo_db.sqlalchemy.provision [req-4cbe13bc-0165-4b76-96a5-3fa461b29ee7 - - - - -] CREATE BACKEND sqlite:// TOKEN lvdndcsify 2019-02-07 04:11:22.730 6478 INFO octavia.common.config [req-4cbe13bc-0165-4b76-96a5-3fa461b29ee7 - - - - -] Logging enabled! 2019-02-07 04:11:22.730 6478 INFO octavia.common.config [req-4cbe13bc-0165-4b76-96a5-3fa461b29ee7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:22.754 6478 WARNING octavia.api.root_controller [req-4cbe13bc-0165-4b76-96a5-3fa461b29ee7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:22.768 6478 INFO octavia.api.v2.controllers.load_balancer [req-b4c8ef23-0303-4611-b202-374702a7f9cb - - - - -] Sending created Load Balancer a9196dc8-b6cf-464f-8ce7-8361fa29b5ed to the handler 2019-02-07 04:11:22.886 6478 INFO octavia.api.v2.controllers.pool [req-19d57fe2-e402-4b7c-a02a-3ca8b64cb326 - - - - -] Sending Creation of Pool bb8d85af-e877-42e4-ba11-d94e51d33383 to handler 2019-02-07 04:11:23.002 6478 INFO octavia.api.v2.controllers.load_balancer [req-4ebb5576-6bf2-4902-a59a-f461f836a9db - - - - -] Sending created Load Balancer 5b31d92b-9287-447c-a3ee-7b9531872252 to the handler 2019-02-07 04:11:23.024 6478 INFO octavia.api.v2.controllers.listener [req-f5650c0a-8c2b-4e05-bd5a-0aa2a1f1b978 - - - - -] Load Balancer 5b31d92b-9287-447c-a3ee-7b9531872252 is immutable. 2019-02-07 04:11:23.037 6478 INFO oslo_db.sqlalchemy.provision [req-f5650c0a-8c2b-4e05-bd5a-0aa2a1f1b978 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:23.039 6478 INFO oslo_db.sqlalchemy.provision [req-f5650c0a-8c2b-4e05-bd5a-0aa2a1f1b978 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lvdndcsify 2019-02-07 04:11:23.039 6478 INFO oslo_db.sqlalchemy.provision [req-f5650c0a-8c2b-4e05-bd5a-0aa2a1f1b978 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_pending_create [0.386233s] ... ok 2019-02-07 04:11:23.042 6478 INFO oslo_db.sqlalchemy.provision [req-f5650c0a-8c2b-4e05-bd5a-0aa2a1f1b978 - - - - -] CREATE BACKEND sqlite:// TOKEN fivtsthpxb 2019-02-07 04:11:23.117 6478 INFO octavia.common.config [req-f5650c0a-8c2b-4e05-bd5a-0aa2a1f1b978 - - - - -] Logging enabled! 2019-02-07 04:11:23.118 6478 INFO octavia.common.config [req-f5650c0a-8c2b-4e05-bd5a-0aa2a1f1b978 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:23.140 6478 WARNING octavia.api.root_controller [req-f5650c0a-8c2b-4e05-bd5a-0aa2a1f1b978 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:23.154 6478 INFO octavia.api.v2.controllers.load_balancer [req-396c4626-7375-4b1e-bf33-ba1c45f3d4f8 - - - - -] Sending created Load Balancer 9e7498cf-3dbd-4950-8337-f0ffc63fe268 to the handler 2019-02-07 04:11:23.343 6478 INFO octavia.api.v2.controllers.pool [req-e7daffd8-d481-4cb0-ac90-e9019ee3c883 - - - - -] Sending Creation of Pool 4bc71b86-73f8-4a4a-802a-d551425e53df to handler 2019-02-07 04:11:23.510 6478 INFO octavia.api.v2.controllers.listener [req-dccd65b9-3555-4fe1-bc92-b9a77dcdef53 - - - - -] Sending Creation of Listener 6f99dba6-f4ac-4268-8eb4-2887f982c155 to handler 2019-02-07 04:11:23.817 6478 INFO oslo_db.sqlalchemy.provision [req-d4929ec1-8322-4399-9b9b-d69d8039313d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:23.819 6478 INFO oslo_db.sqlalchemy.provision [req-d4929ec1-8322-4399-9b9b-d69d8039313d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fivtsthpxb 2019-02-07 04:11:23.819 6478 INFO oslo_db.sqlalchemy.provision [req-d4929ec1-8322-4399-9b9b-d69d8039313d - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_with_bad_default_pool_id [0.779426s] ... ok 2019-02-07 04:11:23.822 6478 INFO oslo_db.sqlalchemy.provision [req-d4929ec1-8322-4399-9b9b-d69d8039313d - - - - -] CREATE BACKEND sqlite:// TOKEN pccgidntkp 2019-02-07 04:11:23.896 6478 INFO octavia.common.config [req-d4929ec1-8322-4399-9b9b-d69d8039313d - - - - -] Logging enabled! 2019-02-07 04:11:23.896 6478 INFO octavia.common.config [req-d4929ec1-8322-4399-9b9b-d69d8039313d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:23.919 6478 WARNING octavia.api.root_controller [req-d4929ec1-8322-4399-9b9b-d69d8039313d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:23.930 6478 INFO octavia.api.v2.controllers.load_balancer [req-ea756131-03ab-4e2e-9681-ed495fe86e38 - - - - -] Sending created Load Balancer 73b991d4-202a-4001-ae48-60b0d6a5b63a to the handler 2019-02-07 04:11:24.052 6478 INFO octavia.api.v2.controllers.pool [req-10adc8bc-5daa-4351-af7d-9cf3a7405792 - - - - -] Sending Creation of Pool fbc668d7-51c7-4271-a0fb-aa0bc1262880 to handler 2019-02-07 04:11:24.179 6478 INFO octavia.api.v2.controllers.listener [req-20ac8c6b-97fd-4c4f-9e45-83947d8c5a1e - - - - -] Sending Creation of Listener f12aa8c6-a2d3-4d5c-b070-ed1ac6bca29d to handler 2019-02-07 04:11:24.419 6478 INFO octavia.api.v2.controllers.listener [req-3e69aff4-9a44-4aa0-a0ab-08a176e61e90 - - - - -] Sending Update of Listener f12aa8c6-a2d3-4d5c-b070-ed1ac6bca29d to handler 2019-02-07 04:11:24.474 6478 INFO oslo_db.sqlalchemy.provision [req-8ef49331-eb81-4fa7-aab3-6b9a47d98b22 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:24.488 6478 INFO oslo_db.sqlalchemy.provision [req-8ef49331-eb81-4fa7-aab3-6b9a47d98b22 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pccgidntkp 2019-02-07 04:11:24.488 6478 INFO oslo_db.sqlalchemy.provision [req-8ef49331-eb81-4fa7-aab3-6b9a47d98b22 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_with_tls_termination_data [0.669059s] ... ok 2019-02-07 04:11:24.491 6478 INFO oslo_db.sqlalchemy.provision [req-8ef49331-eb81-4fa7-aab3-6b9a47d98b22 - - - - -] CREATE BACKEND sqlite:// TOKEN qlxodyogzi 2019-02-07 04:11:24.580 6478 INFO octavia.common.config [req-8ef49331-eb81-4fa7-aab3-6b9a47d98b22 - - - - -] Logging enabled! 2019-02-07 04:11:24.581 6478 INFO octavia.common.config [req-8ef49331-eb81-4fa7-aab3-6b9a47d98b22 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:24.610 6478 WARNING octavia.api.root_controller [req-8ef49331-eb81-4fa7-aab3-6b9a47d98b22 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:24.621 6478 INFO octavia.api.v2.controllers.load_balancer [req-fde84f5f-4ee6-491b-a737-0d286cf20ad9 - - - - -] Sending created Load Balancer 991961ee-7c86-4df6-82e5-7e71d7955f62 to the handler 2019-02-07 04:11:24.772 6478 INFO octavia.api.v2.controllers.listener [req-558612ce-d30e-40c8-9b6f-e536ebaa8d46 - - - - -] Sending Creation of Listener e141136f-343f-4c35-b0d8-f2aea47c8e5c to handler 2019-02-07 04:11:24.913 6478 INFO octavia.api.v2.controllers.pool [req-6681ac7d-b9a6-4e96-929b-038befae4e58 - - - - -] Sending Creation of Pool 299d422a-a97a-4a85-a8b1-df56591f52fc to handler 2019-02-07 04:11:25.046 6478 INFO octavia.api.v2.controllers.load_balancer [req-14acf59f-29dd-440a-ab45-3f60d16641cd - - - - -] Sending deleted Load Balancer 991961ee-7c86-4df6-82e5-7e71d7955f62 to the handler 2019-02-07 04:11:25.060 6478 INFO oslo_db.sqlalchemy.provision [req-14acf59f-29dd-440a-ab45-3f60d16641cd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:25.061 6478 INFO oslo_db.sqlalchemy.provision [req-14acf59f-29dd-440a-ab45-3f60d16641cd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qlxodyogzi 2019-02-07 04:11:25.062 6478 INFO oslo_db.sqlalchemy.provision [req-14acf59f-29dd-440a-ab45-3f60d16641cd - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_cascade_delete [0.573252s] ... ok 2019-02-07 04:11:25.064 6478 INFO oslo_db.sqlalchemy.provision [req-14acf59f-29dd-440a-ab45-3f60d16641cd - - - - -] CREATE BACKEND sqlite:// TOKEN uucskddfzm 2019-02-07 04:11:25.138 6478 INFO octavia.common.config [req-14acf59f-29dd-440a-ab45-3f60d16641cd - - - - -] Logging enabled! 2019-02-07 04:11:25.139 6478 INFO octavia.common.config [req-14acf59f-29dd-440a-ab45-3f60d16641cd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:25.161 6478 WARNING octavia.api.root_controller [req-14acf59f-29dd-440a-ab45-3f60d16641cd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:25.175 6478 INFO octavia.api.v2.controllers.load_balancer [req-f62d6245-b485-4b27-8110-20d6bc684a5d - - - - -] Sending created Load Balancer 38981271-cbd7-4d76-955f-946a82ec24f3 to the handler 2019-02-07 04:11:25.195 6478 INFO oslo_db.sqlalchemy.provision [req-f62d6245-b485-4b27-8110-20d6bc684a5d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:25.196 6478 INFO oslo_db.sqlalchemy.provision [req-f62d6245-b485-4b27-8110-20d6bc684a5d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uucskddfzm 2019-02-07 04:11:25.197 6478 INFO oslo_db.sqlalchemy.provision [req-f62d6245-b485-4b27-8110-20d6bc684a5d - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create [0.135025s] ... ok 2019-02-07 04:11:25.199 6478 INFO oslo_db.sqlalchemy.provision [req-f62d6245-b485-4b27-8110-20d6bc684a5d - - - - -] CREATE BACKEND sqlite:// TOKEN khlkxifwjn 2019-02-07 04:11:25.274 6478 INFO octavia.common.config [req-f62d6245-b485-4b27-8110-20d6bc684a5d - - - - -] Logging enabled! 2019-02-07 04:11:25.275 6478 INFO octavia.common.config [req-f62d6245-b485-4b27-8110-20d6bc684a5d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:25.304 6477 INFO octavia.api.v2.controllers.l7rule [req-6bff270a-2e91-4d14-ac43-6472604b97ad - - - - -] Sending Creation of L7Rule 6a59f191-4b09-4045-8e0f-caaab7068a3c to handler 2019-02-07 04:11:25.297 6478 WARNING octavia.api.root_controller [req-f62d6245-b485-4b27-8110-20d6bc684a5d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:25.311 6478 INFO octavia.api.v2.controllers.load_balancer [req-90bc592f-1f3c-4395-8b36-79594f31916c - 118a6829-48ea-421e-83eb-45b7a75550ba - - -] Sending created Load Balancer 02ab1b27-0d50-45ac-9e9c-247affd988ee to the handler 2019-02-07 04:11:25.328 6478 INFO oslo_db.sqlalchemy.provision [req-90bc592f-1f3c-4395-8b36-79594f31916c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:25.329 6478 INFO oslo_db.sqlalchemy.provision [req-90bc592f-1f3c-4395-8b36-79594f31916c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN khlkxifwjn 2019-02-07 04:11:25.330 6478 INFO oslo_db.sqlalchemy.provision [req-90bc592f-1f3c-4395-8b36-79594f31916c - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_context_project_id [0.132868s] ... ok 2019-02-07 04:11:25.333 6478 INFO oslo_db.sqlalchemy.provision [req-90bc592f-1f3c-4395-8b36-79594f31916c - - - - -] CREATE BACKEND sqlite:// TOKEN atqgrxnfew 2019-02-07 04:11:25.408 6478 INFO octavia.common.config [req-90bc592f-1f3c-4395-8b36-79594f31916c - - - - -] Logging enabled! 2019-02-07 04:11:25.409 6478 INFO octavia.common.config [req-90bc592f-1f3c-4395-8b36-79594f31916c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:25.433 6478 WARNING octavia.api.root_controller [req-90bc592f-1f3c-4395-8b36-79594f31916c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:25.457 6478 INFO oslo_db.sqlalchemy.provision [req-767760a9-f022-4472-9fd6-b50ca29f1aac - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:25.458 6478 INFO oslo_db.sqlalchemy.provision [req-767760a9-f022-4472-9fd6-b50ca29f1aac - - - - -] DROP BACKEND Engine(sqlite://) TOKEN atqgrxnfew 2019-02-07 04:11:25.459 6478 INFO oslo_db.sqlalchemy.provision [req-767760a9-f022-4472-9fd6-b50ca29f1aac - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_neutron_failure [0.128866s] ... ok 2019-02-07 04:11:25.462 6478 INFO oslo_db.sqlalchemy.provision [req-767760a9-f022-4472-9fd6-b50ca29f1aac - - - - -] CREATE BACKEND sqlite:// TOKEN eidbfwuwaa 2019-02-07 04:11:25.535 6478 INFO octavia.common.config [req-767760a9-f022-4472-9fd6-b50ca29f1aac - - - - -] Logging enabled! 2019-02-07 04:11:25.536 6478 INFO octavia.common.config [req-767760a9-f022-4472-9fd6-b50ca29f1aac - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:25.558 6478 WARNING octavia.api.root_controller [req-767760a9-f022-4472-9fd6-b50ca29f1aac - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:25.576 6478 INFO oslo_db.sqlalchemy.provision [req-4f19a2a9-8f28-4ee9-a28f-02a082e8e2a4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:25.578 6478 INFO oslo_db.sqlalchemy.provision [req-4f19a2a9-8f28-4ee9-a28f-02a082e8e2a4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eidbfwuwaa 2019-02-07 04:11:25.578 6478 INFO oslo_db.sqlalchemy.provision [req-4f19a2a9-8f28-4ee9-a28f-02a082e8e2a4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_not_authorized [0.119183s] ... ok 2019-02-07 04:11:25.581 6478 INFO oslo_db.sqlalchemy.provision [req-4f19a2a9-8f28-4ee9-a28f-02a082e8e2a4 - - - - -] CREATE BACKEND sqlite:// TOKEN fmgljanbpb 2019-02-07 04:11:25.656 6478 INFO octavia.common.config [req-4f19a2a9-8f28-4ee9-a28f-02a082e8e2a4 - - - - -] Logging enabled! 2019-02-07 04:11:25.656 6478 INFO octavia.common.config [req-4f19a2a9-8f28-4ee9-a28f-02a082e8e2a4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:25.678 6478 WARNING octavia.api.root_controller [req-4f19a2a9-8f28-4ee9-a28f-02a082e8e2a4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:25.697 6478 INFO oslo_db.sqlalchemy.provision [req-e8a4284d-4b2b-4d3c-9118-3cbf21086596 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:25.699 6478 INFO oslo_db.sqlalchemy.provision [req-e8a4284d-4b2b-4d3c-9118-3cbf21086596 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fmgljanbpb 2019-02-07 04:11:25.699 6478 INFO oslo_db.sqlalchemy.provision [req-e8a4284d-4b2b-4d3c-9118-3cbf21086596 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_over_quota [0.120842s] ... ok 2019-02-07 04:11:25.702 6478 INFO oslo_db.sqlalchemy.provision [req-e8a4284d-4b2b-4d3c-9118-3cbf21086596 - - - - -] CREATE BACKEND sqlite:// TOKEN rddaqbkgvs 2019-02-07 04:11:25.777 6478 INFO octavia.common.config [req-e8a4284d-4b2b-4d3c-9118-3cbf21086596 - - - - -] Logging enabled! 2019-02-07 04:11:25.777 6478 INFO octavia.common.config [req-e8a4284d-4b2b-4d3c-9118-3cbf21086596 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:25.808 6478 WARNING octavia.api.root_controller [req-e8a4284d-4b2b-4d3c-9118-3cbf21086596 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:25.820 6478 INFO octavia.api.v2.controllers.load_balancer [req-20e304e5-5ab7-496b-8b1a-76dfe0336a9f - - - - -] Sending created Load Balancer b35336ef-a322-4e32-b77e-7fa89bf7fd27 to the handler 2019-02-07 04:11:25.847 6478 INFO oslo_db.sqlalchemy.provision [req-20e304e5-5ab7-496b-8b1a-76dfe0336a9f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:25.848 6478 INFO oslo_db.sqlalchemy.provision [req-20e304e5-5ab7-496b-8b1a-76dfe0336a9f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rddaqbkgvs 2019-02-07 04:11:25.848 6478 INFO oslo_db.sqlalchemy.provision [req-20e304e5-5ab7-496b-8b1a-76dfe0336a9f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_allowed_network_id [0.149113s] ... ok 2019-02-07 04:11:25.851 6478 INFO oslo_db.sqlalchemy.provision [req-20e304e5-5ab7-496b-8b1a-76dfe0336a9f - - - - -] CREATE BACKEND sqlite:// TOKEN saftsdrzpm 2019-02-07 04:11:25.953 6478 INFO octavia.common.config [req-20e304e5-5ab7-496b-8b1a-76dfe0336a9f - - - - -] Logging enabled! 2019-02-07 04:11:25.957 6478 INFO octavia.common.config [req-20e304e5-5ab7-496b-8b1a-76dfe0336a9f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:25.979 6478 WARNING octavia.api.root_controller [req-20e304e5-5ab7-496b-8b1a-76dfe0336a9f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:25.993 6478 INFO octavia.api.v2.controllers.load_balancer [req-00ce364d-ba48-47ca-9819-261e6e37245f - - - - -] Sending created Load Balancer b4cebd1f-c2ce-4a7c-8706-658f9ebaf77a to the handler 2019-02-07 04:11:26.035 6478 INFO oslo_db.sqlalchemy.provision [req-de9c2e7c-d7ff-4afd-b19f-0128a3eeb1bf - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:26.036 6478 INFO oslo_db.sqlalchemy.provision [req-de9c2e7c-d7ff-4afd-b19f-0128a3eeb1bf - - - - -] DROP BACKEND Engine(sqlite://) TOKEN saftsdrzpm 2019-02-07 04:11:26.037 6478 INFO oslo_db.sqlalchemy.provision [req-de9c2e7c-d7ff-4afd-b19f-0128a3eeb1bf - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_bad_handler [0.188152s] ... ok 2019-02-07 04:11:26.039 6478 INFO oslo_db.sqlalchemy.provision [req-de9c2e7c-d7ff-4afd-b19f-0128a3eeb1bf - - - - -] CREATE BACKEND sqlite:// TOKEN tgvqkipgzb 2019-02-07 04:11:26.132 6478 INFO octavia.common.config [req-de9c2e7c-d7ff-4afd-b19f-0128a3eeb1bf - - - - -] Logging enabled! 2019-02-07 04:11:26.132 6478 INFO octavia.common.config [req-de9c2e7c-d7ff-4afd-b19f-0128a3eeb1bf - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:26.228 6478 WARNING octavia.api.root_controller [req-de9c2e7c-d7ff-4afd-b19f-0128a3eeb1bf - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:26.246 6478 INFO oslo_db.sqlalchemy.provision [req-b89f0048-0a0f-48b4-9974-0e03844f14a3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:26.247 6478 INFO oslo_db.sqlalchemy.provision [req-b89f0048-0a0f-48b4-9974-0e03844f14a3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tgvqkipgzb 2019-02-07 04:11:26.248 6478 INFO oslo_db.sqlalchemy.provision [req-b89f0048-0a0f-48b4-9974-0e03844f14a3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_empty_vip [0.210805s] ... ok 2019-02-07 04:11:26.250 6478 INFO oslo_db.sqlalchemy.provision [req-b89f0048-0a0f-48b4-9974-0e03844f14a3 - - - - -] CREATE BACKEND sqlite:// TOKEN hxxgcfigem 2019-02-07 04:11:26.324 6478 INFO octavia.common.config [req-b89f0048-0a0f-48b4-9974-0e03844f14a3 - - - - -] Logging enabled! 2019-02-07 04:11:26.324 6478 INFO octavia.common.config [req-b89f0048-0a0f-48b4-9974-0e03844f14a3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:26.347 6478 WARNING octavia.api.root_controller [req-b89f0048-0a0f-48b4-9974-0e03844f14a3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:26.365 6478 INFO oslo_db.sqlalchemy.provision [req-cfe3f7f8-3b4b-4b7b-b6f2-6582e2906511 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:26.367 6478 INFO oslo_db.sqlalchemy.provision [req-cfe3f7f8-3b4b-4b7b-b6f2-6582e2906511 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hxxgcfigem 2019-02-07 04:11:26.367 6478 INFO oslo_db.sqlalchemy.provision [req-cfe3f7f8-3b4b-4b7b-b6f2-6582e2906511 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_invalid_vip_subnet [0.119025s] ... ok 2019-02-07 04:11:26.370 6478 INFO oslo_db.sqlalchemy.provision [req-cfe3f7f8-3b4b-4b7b-b6f2-6582e2906511 - - - - -] CREATE BACKEND sqlite:// TOKEN mfkhltxkck 2019-02-07 04:11:26.444 6478 INFO octavia.common.config [req-cfe3f7f8-3b4b-4b7b-b6f2-6582e2906511 - - - - -] Logging enabled! 2019-02-07 04:11:26.444 6478 INFO octavia.common.config [req-cfe3f7f8-3b4b-4b7b-b6f2-6582e2906511 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:26.467 6478 WARNING octavia.api.root_controller [req-cfe3f7f8-3b4b-4b7b-b6f2-6582e2906511 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:26.484 6478 INFO oslo_db.sqlalchemy.provision [req-241de16b-cbec-4b64-a2be-c299f8657588 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:26.486 6478 INFO oslo_db.sqlalchemy.provision [req-241de16b-cbec-4b64-a2be-c299f8657588 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mfkhltxkck 2019-02-07 04:11:26.486 6478 INFO oslo_db.sqlalchemy.provision [req-241de16b-cbec-4b64-a2be-c299f8657588 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_long_description [0.119379s] ... ok 2019-02-07 04:11:26.489 6478 INFO oslo_db.sqlalchemy.provision [req-241de16b-cbec-4b64-a2be-c299f8657588 - - - - -] CREATE BACKEND sqlite:// TOKEN lxphnkirfz 2019-02-07 04:11:26.563 6478 INFO octavia.common.config [req-241de16b-cbec-4b64-a2be-c299f8657588 - - - - -] Logging enabled! 2019-02-07 04:11:26.563 6478 INFO octavia.common.config [req-241de16b-cbec-4b64-a2be-c299f8657588 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:26.585 6478 WARNING octavia.api.root_controller [req-241de16b-cbec-4b64-a2be-c299f8657588 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:26.600 6478 INFO octavia.api.v2.controllers.load_balancer [req-174fc92b-3360-4e2b-b7f8-62f4a8006797 - - - - -] Sending created Load Balancer 97c6afd3-8dd9-44cd-855c-21638350ecd1 to the handler 2019-02-07 04:11:26.620 6478 INFO oslo_db.sqlalchemy.provision [req-174fc92b-3360-4e2b-b7f8-62f4a8006797 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:26.622 6478 INFO oslo_db.sqlalchemy.provision [req-174fc92b-3360-4e2b-b7f8-62f4a8006797 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lxphnkirfz 2019-02-07 04:11:26.622 6478 INFO oslo_db.sqlalchemy.provision [req-174fc92b-3360-4e2b-b7f8-62f4a8006797 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_qos_vip_port [0.135474s] ... ok 2019-02-07 04:11:26.630 6478 INFO oslo_db.sqlalchemy.provision [req-174fc92b-3360-4e2b-b7f8-62f4a8006797 - - - - -] CREATE BACKEND sqlite:// TOKEN nhtlpfkswq 2019-02-07 04:11:26.700 6478 INFO octavia.common.config [req-174fc92b-3360-4e2b-b7f8-62f4a8006797 - - - - -] Logging enabled! 2019-02-07 04:11:26.700 6478 INFO octavia.common.config [req-174fc92b-3360-4e2b-b7f8-62f4a8006797 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:26.723 6478 WARNING octavia.api.root_controller [req-174fc92b-3360-4e2b-b7f8-62f4a8006797 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:26.738 6478 INFO octavia.api.v2.controllers.load_balancer [req-ee43f93b-cef4-45a4-8c5e-1ee1f05b966e - - - - -] Sending created Load Balancer c31c593e-34bf-4207-9c37-ce1b18a5597a to the handler 2019-02-07 04:11:26.758 6478 INFO oslo_db.sqlalchemy.provision [req-ee43f93b-cef4-45a4-8c5e-1ee1f05b966e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:26.759 6478 INFO oslo_db.sqlalchemy.provision [req-ee43f93b-cef4-45a4-8c5e-1ee1f05b966e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nhtlpfkswq 2019-02-07 04:11:26.759 6478 INFO oslo_db.sqlalchemy.provision [req-ee43f93b-cef4-45a4-8c5e-1ee1f05b966e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_qos_vip_port_and_vip_qos [0.137263s] ... ok 2019-02-07 04:11:26.762 6478 INFO oslo_db.sqlalchemy.provision [req-ee43f93b-cef4-45a4-8c5e-1ee1f05b966e - - - - -] CREATE BACKEND sqlite:// TOKEN vglxfprgup 2019-02-07 04:11:26.837 6478 INFO octavia.common.config [req-ee43f93b-cef4-45a4-8c5e-1ee1f05b966e - - - - -] Logging enabled! 2019-02-07 04:11:26.837 6478 INFO octavia.common.config [req-ee43f93b-cef4-45a4-8c5e-1ee1f05b966e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:26.861 6478 WARNING octavia.api.root_controller [req-ee43f93b-cef4-45a4-8c5e-1ee1f05b966e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:26.873 6478 INFO octavia.api.v2.controllers.load_balancer [req-a2e1722a-e832-484f-ba38-3e5d5d49cba3 - - - - -] Sending created Load Balancer aab4256a-2aec-4c1a-abe1-a3fac97fb0cf to the handler 2019-02-07 04:11:26.932 6478 INFO oslo_db.sqlalchemy.provision [req-a2e1722a-e832-484f-ba38-3e5d5d49cba3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:26.933 6478 INFO oslo_db.sqlalchemy.provision [req-a2e1722a-e832-484f-ba38-3e5d5d49cba3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vglxfprgup 2019-02-07 04:11:26.933 6478 INFO oslo_db.sqlalchemy.provision [req-a2e1722a-e832-484f-ba38-3e5d5d49cba3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_and_address_ipv6 [0.173881s] ... ok 2019-02-07 04:11:26.936 6478 INFO oslo_db.sqlalchemy.provision [req-a2e1722a-e832-484f-ba38-3e5d5d49cba3 - - - - -] CREATE BACKEND sqlite:// TOKEN dieesicopx 2019-02-07 04:11:27.097 6478 INFO octavia.common.config [req-a2e1722a-e832-484f-ba38-3e5d5d49cba3 - - - - -] Logging enabled! 2019-02-07 04:11:27.097 6478 INFO octavia.common.config [req-a2e1722a-e832-484f-ba38-3e5d5d49cba3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:27.137 6478 WARNING octavia.api.root_controller [req-a2e1722a-e832-484f-ba38-3e5d5d49cba3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:27.153 6478 INFO oslo_db.sqlalchemy.provision [req-816b5cc6-f3a8-473a-9563-265169416986 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:27.197 6478 INFO oslo_db.sqlalchemy.provision [req-816b5cc6-f3a8-473a-9563-265169416986 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dieesicopx 2019-02-07 04:11:27.197 6478 INFO oslo_db.sqlalchemy.provision [req-816b5cc6-f3a8-473a-9563-265169416986 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_has_no_subnet [0.263954s] ... ok 2019-02-07 04:11:27.200 6478 INFO oslo_db.sqlalchemy.provision [req-816b5cc6-f3a8-473a-9563-265169416986 - - - - -] CREATE BACKEND sqlite:// TOKEN bagvofnuxc 2019-02-07 04:11:27.343 6478 INFO octavia.common.config [req-816b5cc6-f3a8-473a-9563-265169416986 - - - - -] Logging enabled! 2019-02-07 04:11:27.348 6478 INFO octavia.common.config [req-816b5cc6-f3a8-473a-9563-265169416986 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:27.399 6478 WARNING octavia.api.root_controller [req-816b5cc6-f3a8-473a-9563-265169416986 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:27.446 6478 INFO oslo_db.sqlalchemy.provision [req-e58bfa1e-a8de-402a-82bc-cf4ecbb05b0c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:27.448 6478 INFO oslo_db.sqlalchemy.provision [req-e58bfa1e-a8de-402a-82bc-cf4ecbb05b0c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bagvofnuxc 2019-02-07 04:11:27.448 6478 INFO oslo_db.sqlalchemy.provision [req-e58bfa1e-a8de-402a-82bc-cf4ecbb05b0c - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_port_2_fixed_ip [0.250199s] ... ok 2019-02-07 04:11:27.451 6478 INFO oslo_db.sqlalchemy.provision [req-e58bfa1e-a8de-402a-82bc-cf4ecbb05b0c - - - - -] CREATE BACKEND sqlite:// TOKEN upqjisgiox 2019-02-07 04:11:27.542 6477 INFO octavia.api.v2.controllers.l7rule [req-46cb1425-52af-4c31-bad8-9adbd73f4878 - - - - -] Sending Creation of L7Rule f358fc77-2ee2-4027-a75f-b156560b26da to handler 2019-02-07 04:11:27.563 6478 INFO octavia.common.config [req-e58bfa1e-a8de-402a-82bc-cf4ecbb05b0c - - - - -] Logging enabled! 2019-02-07 04:11:27.565 6478 INFO octavia.common.config [req-e58bfa1e-a8de-402a-82bc-cf4ecbb05b0c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:27.616 6478 WARNING octavia.api.root_controller [req-e58bfa1e-a8de-402a-82bc-cf4ecbb05b0c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:27.629 6478 INFO octavia.api.v2.controllers.load_balancer [req-31400834-b92e-4ef1-8713-fd158f61f578 - - - - -] Sending created Load Balancer c377b1c7-1e27-4740-9c48-d61b8876d54e to the handler 2019-02-07 04:11:27.881 6478 INFO oslo_db.sqlalchemy.provision [req-8e0909f4-9376-4e43-8a41-dc9179fcae85 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:27.883 6478 INFO oslo_db.sqlalchemy.provision [req-8e0909f4-9376-4e43-8a41-dc9179fcae85 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN upqjisgiox 2019-02-07 04:11:27.883 6478 INFO oslo_db.sqlalchemy.provision [req-8e0909f4-9376-4e43-8a41-dc9179fcae85 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_already_deleted [0.435015s] ... ok 2019-02-07 04:11:27.886 6478 INFO oslo_db.sqlalchemy.provision [req-8e0909f4-9376-4e43-8a41-dc9179fcae85 - - - - -] CREATE BACKEND sqlite:// TOKEN uphsawxopa 2019-02-07 04:11:28.046 6478 INFO octavia.common.config [req-8e0909f4-9376-4e43-8a41-dc9179fcae85 - - - - -] Logging enabled! 2019-02-07 04:11:28.046 6478 INFO octavia.common.config [req-8e0909f4-9376-4e43-8a41-dc9179fcae85 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:28.087 6478 WARNING octavia.api.root_controller [req-8e0909f4-9376-4e43-8a41-dc9179fcae85 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:28.098 6478 INFO octavia.api.v2.controllers.load_balancer [req-194bfb29-33d9-405b-bc9d-39054e495eb7 - - - - -] Sending created Load Balancer d00d2455-9197-43c6-a843-8eabf5cf8e75 to the handler 2019-02-07 04:11:28.348 6478 INFO octavia.api.v2.controllers.listener [req-d1e73b37-1c15-48cb-952f-1abd602cc07a - - - - -] Sending Creation of Listener 8c9949d5-69e3-417e-9dd6-bb9fe85bdf62 to handler 2019-02-07 04:11:28.567 6478 WARNING octavia.api.v2.controllers.load_balancer [req-5dc42788-d6a4-40ac-ba7d-955821b71f07 - - - - -] Cannot delete Load Balancer d00d2455-9197-43c6-a843-8eabf5cf8e75 - it has children 2019-02-07 04:11:28.591 6478 INFO oslo_db.sqlalchemy.provision [req-36601def-0cdb-4ab2-b1b6-d3be184d62a8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:28.592 6478 INFO oslo_db.sqlalchemy.provision [req-36601def-0cdb-4ab2-b1b6-d3be184d62a8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uphsawxopa 2019-02-07 04:11:28.592 6478 INFO oslo_db.sqlalchemy.provision [req-36601def-0cdb-4ab2-b1b6-d3be184d62a8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_fails_with_listener [0.708948s] ... ok 2019-02-07 04:11:28.602 6478 INFO oslo_db.sqlalchemy.provision [req-36601def-0cdb-4ab2-b1b6-d3be184d62a8 - - - - -] CREATE BACKEND sqlite:// TOKEN ywiehnsnlp 2019-02-07 04:11:28.752 6478 INFO octavia.common.config [req-36601def-0cdb-4ab2-b1b6-d3be184d62a8 - - - - -] Logging enabled! 2019-02-07 04:11:28.752 6478 INFO octavia.common.config [req-36601def-0cdb-4ab2-b1b6-d3be184d62a8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:28.774 6478 WARNING octavia.api.root_controller [req-36601def-0cdb-4ab2-b1b6-d3be184d62a8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:28.790 6478 INFO octavia.api.v2.controllers.load_balancer [req-8be81844-c940-4217-b60e-7b30a317f58a - - - - -] Sending created Load Balancer 4d409dd5-7d04-4312-bc8b-03cc5c199eed to the handler 2019-02-07 04:11:28.911 6478 INFO octavia.api.v2.controllers.pool [req-d7f6d685-1526-4500-9242-679255bd47b5 - - - - -] Sending Creation of Pool a739ab69-5627-4036-9a90-dbd0baf788d9 to handler 2019-02-07 04:11:29.045 6478 WARNING octavia.api.v2.controllers.load_balancer [req-ffa0a122-7288-457d-b1e9-8590dce0679a - - - - -] Cannot delete Load Balancer 4d409dd5-7d04-4312-bc8b-03cc5c199eed - it has children 2019-02-07 04:11:29.072 6478 INFO oslo_db.sqlalchemy.provision [req-65927658-9022-4b6f-941c-9918b7e459fa - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:29.073 6478 INFO oslo_db.sqlalchemy.provision [req-65927658-9022-4b6f-941c-9918b7e459fa - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ywiehnsnlp 2019-02-07 04:11:29.074 6478 INFO oslo_db.sqlalchemy.provision [req-65927658-9022-4b6f-941c-9918b7e459fa - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_fails_with_pool [0.481267s] ... ok 2019-02-07 04:11:29.082 6478 INFO oslo_db.sqlalchemy.provision [req-65927658-9022-4b6f-941c-9918b7e459fa - - - - -] CREATE BACKEND sqlite:// TOKEN ukyxoyecmv 2019-02-07 04:11:29.151 6478 INFO octavia.common.config [req-65927658-9022-4b6f-941c-9918b7e459fa - - - - -] Logging enabled! 2019-02-07 04:11:29.152 6478 INFO octavia.common.config [req-65927658-9022-4b6f-941c-9918b7e459fa - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:29.175 6478 WARNING octavia.api.root_controller [req-65927658-9022-4b6f-941c-9918b7e459fa - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:29.188 6478 INFO octavia.api.v2.controllers.load_balancer [req-ccc93270-c415-4577-80ed-e17510d9745b - - - - -] Sending created Load Balancer 49546885-7c9c-4ad3-8300-4b9e2b378fb8 to the handler 2019-02-07 04:11:29.325 6478 INFO oslo_db.sqlalchemy.provision [req-6e79f42b-0f13-4a25-b00c-dbf855709ac7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:29.326 6478 INFO oslo_db.sqlalchemy.provision [req-6e79f42b-0f13-4a25-b00c-dbf855709ac7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ukyxoyecmv 2019-02-07 04:11:29.326 6478 INFO oslo_db.sqlalchemy.provision [req-6e79f42b-0f13-4a25-b00c-dbf855709ac7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_not_authorized [0.247484s] ... ok 2019-02-07 04:11:29.329 6478 INFO oslo_db.sqlalchemy.provision [req-6e79f42b-0f13-4a25-b00c-dbf855709ac7 - - - - -] CREATE BACKEND sqlite:// TOKEN ebwgjvtvwu 2019-02-07 04:11:29.409 6478 INFO octavia.common.config [req-6e79f42b-0f13-4a25-b00c-dbf855709ac7 - - - - -] Logging enabled! 2019-02-07 04:11:29.409 6478 INFO octavia.common.config [req-6e79f42b-0f13-4a25-b00c-dbf855709ac7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:29.432 6478 WARNING octavia.api.root_controller [req-6e79f42b-0f13-4a25-b00c-dbf855709ac7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:29.443 6478 INFO octavia.api.v2.controllers.load_balancer [req-4cef2dc4-8ae2-457a-8cb3-ac14692da3f0 - - - - -] Sending created Load Balancer 646641af-9732-4cc1-8756-619a99cabf3a to the handler 2019-02-07 04:11:29.599 6478 INFO octavia.api.v2.controllers.load_balancer [req-6f9ae471-9409-4da7-8704-305b66c7a15b - - - - -] Sending deleted Load Balancer 646641af-9732-4cc1-8756-619a99cabf3a to the handler 2019-02-07 04:11:29.623 6478 INFO oslo_db.sqlalchemy.provision [req-e07e1620-2265-419d-9daf-a3b66522340c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:29.626 6478 INFO oslo_db.sqlalchemy.provision [req-e07e1620-2265-419d-9daf-a3b66522340c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ebwgjvtvwu 2019-02-07 04:11:29.626 6478 INFO oslo_db.sqlalchemy.provision [req-e07e1620-2265-419d-9daf-a3b66522340c - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_with_bad_handler [0.299466s] ... ok 2019-02-07 04:11:29.629 6478 INFO oslo_db.sqlalchemy.provision [req-e07e1620-2265-419d-9daf-a3b66522340c - - - - -] CREATE BACKEND sqlite:// TOKEN tczveavafd 2019-02-07 04:11:29.701 6478 INFO octavia.common.config [req-e07e1620-2265-419d-9daf-a3b66522340c - - - - -] Logging enabled! 2019-02-07 04:11:29.702 6478 INFO octavia.common.config [req-e07e1620-2265-419d-9daf-a3b66522340c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:29.724 6478 WARNING octavia.api.root_controller [req-e07e1620-2265-419d-9daf-a3b66522340c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:29.738 6478 INFO octavia.api.v2.controllers.load_balancer [req-2ddb9a5c-7385-4f9b-bf20-98002425dbf6 - - - - -] Sending created Load Balancer 8842266e-b42a-4c0a-ad91-3ef03325cf98 to the handler 2019-02-07 04:11:29.854 6478 INFO octavia.api.v2.controllers.load_balancer [req-0685ece2-139e-4642-b77e-b5e0e86259e2 - - - - -] Sending deleted Load Balancer 8842266e-b42a-4c0a-ad91-3ef03325cf98 to the handler 2019-02-07 04:11:29.867 6478 INFO oslo_db.sqlalchemy.provision [req-0685ece2-139e-4642-b77e-b5e0e86259e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:29.869 6478 INFO oslo_db.sqlalchemy.provision [req-0685ece2-139e-4642-b77e-b5e0e86259e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tczveavafd 2019-02-07 04:11:29.869 6478 INFO oslo_db.sqlalchemy.provision [req-0685ece2-139e-4642-b77e-b5e0e86259e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_with_error_status [0.242885s] ... ok 2019-02-07 04:11:29.872 6478 INFO oslo_db.sqlalchemy.provision [req-0685ece2-139e-4642-b77e-b5e0e86259e2 - - - - -] CREATE BACKEND sqlite:// TOKEN crrpgiwsmg 2019-02-07 04:11:29.946 6478 INFO octavia.common.config [req-0685ece2-139e-4642-b77e-b5e0e86259e2 - - - - -] Logging enabled! 2019-02-07 04:11:29.946 6478 INFO octavia.common.config [req-0685ece2-139e-4642-b77e-b5e0e86259e2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:29.968 6478 WARNING octavia.api.root_controller [req-0685ece2-139e-4642-b77e-b5e0e86259e2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:29.983 6478 INFO octavia.api.v2.controllers.load_balancer [req-ea28b1c9-697b-4a75-a9f5-0674d679a3fc - - - - -] Sending created Load Balancer dbeba65a-a1b6-438c-996f-1395cc2fee8e to the handler 2019-02-07 04:11:30.062 6477 INFO octavia.api.v2.controllers.l7rule [req-74071076-5036-42ab-9026-065f4b1d1ca2 - - - - -] Sending Creation of L7Rule 1ce1dcbd-46c8-435d-9787-9a0626816679 to handler 2019-02-07 04:11:30.163 6478 INFO octavia.api.v2.controllers.load_balancer [req-5c9d6f4d-ee44-4560-a53e-f327514fa470 - - - - -] Sending failover request for lb dbeba65a-a1b6-438c-996f-1395cc2fee8e to the handler 2019-02-07 04:11:30.177 6478 INFO oslo_db.sqlalchemy.provision [req-5c9d6f4d-ee44-4560-a53e-f327514fa470 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:30.179 6478 INFO oslo_db.sqlalchemy.provision [req-5c9d6f4d-ee44-4560-a53e-f327514fa470 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN crrpgiwsmg 2019-02-07 04:11:30.179 6478 INFO oslo_db.sqlalchemy.provision [req-5c9d6f4d-ee44-4560-a53e-f327514fa470 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover [0.309825s] ... ok 2019-02-07 04:11:30.182 6478 INFO oslo_db.sqlalchemy.provision [req-5c9d6f4d-ee44-4560-a53e-f327514fa470 - - - - -] CREATE BACKEND sqlite:// TOKEN wtesamriea 2019-02-07 04:11:30.256 6478 INFO octavia.common.config [req-5c9d6f4d-ee44-4560-a53e-f327514fa470 - - - - -] Logging enabled! 2019-02-07 04:11:30.256 6478 INFO octavia.common.config [req-5c9d6f4d-ee44-4560-a53e-f327514fa470 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:30.278 6478 WARNING octavia.api.root_controller [req-5c9d6f4d-ee44-4560-a53e-f327514fa470 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:30.292 6478 INFO octavia.api.v2.controllers.load_balancer [req-2d814e98-2de5-4392-998a-6f66c6fabfac - - - - -] Sending created Load Balancer 097bfee1-ce13-4f7b-b585-dd7a0cbf695a to the handler 2019-02-07 04:11:30.404 6478 INFO octavia.api.v2.controllers.load_balancer [req-03cc8e50-879e-4a5a-8a1e-72803ebeeccd - d20587ce-9dfe-475c-823a-e1993a3b7a52 - - -] Sending failover request for lb 097bfee1-ce13-4f7b-b585-dd7a0cbf695a to the handler 2019-02-07 04:11:30.418 6478 INFO oslo_db.sqlalchemy.provision [req-03cc8e50-879e-4a5a-8a1e-72803ebeeccd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:30.420 6478 INFO oslo_db.sqlalchemy.provision [req-03cc8e50-879e-4a5a-8a1e-72803ebeeccd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wtesamriea 2019-02-07 04:11:30.420 6478 INFO oslo_db.sqlalchemy.provision [req-03cc8e50-879e-4a5a-8a1e-72803ebeeccd - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_authorized_lb_admin [0.240837s] ... ok 2019-02-07 04:11:30.423 6478 INFO oslo_db.sqlalchemy.provision [req-03cc8e50-879e-4a5a-8a1e-72803ebeeccd - - - - -] CREATE BACKEND sqlite:// TOKEN rowjmxukvm 2019-02-07 04:11:30.497 6478 INFO octavia.common.config [req-03cc8e50-879e-4a5a-8a1e-72803ebeeccd - - - - -] Logging enabled! 2019-02-07 04:11:30.497 6478 INFO octavia.common.config [req-03cc8e50-879e-4a5a-8a1e-72803ebeeccd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:30.520 6478 WARNING octavia.api.root_controller [req-03cc8e50-879e-4a5a-8a1e-72803ebeeccd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:30.533 6478 INFO octavia.api.v2.controllers.load_balancer [req-dc6af869-8ac2-4757-93ad-a6541cb6e037 - - - - -] Sending created Load Balancer 84acf0b6-6b92-4b10-858e-e7d43009ab70 to the handler 2019-02-07 04:11:30.660 6478 INFO octavia.api.v2.controllers.load_balancer [req-f6844cb3-ad4a-4533-9106-2af728efce4a - 3954e28e-3a27-4c67-a9b3-be3baf748b8f - - -] Sending failover request for lb 84acf0b6-6b92-4b10-858e-e7d43009ab70 to the handler 2019-02-07 04:11:30.677 6478 INFO oslo_db.sqlalchemy.provision [req-f6844cb3-ad4a-4533-9106-2af728efce4a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:30.678 6478 INFO oslo_db.sqlalchemy.provision [req-f6844cb3-ad4a-4533-9106-2af728efce4a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rowjmxukvm 2019-02-07 04:11:30.679 6478 INFO oslo_db.sqlalchemy.provision [req-f6844cb3-ad4a-4533-9106-2af728efce4a - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_authorized_no_auth [0.258505s] ... ok 2019-02-07 04:11:30.682 6478 INFO oslo_db.sqlalchemy.provision [req-f6844cb3-ad4a-4533-9106-2af728efce4a - - - - -] CREATE BACKEND sqlite:// TOKEN qzzxhkgrqa 2019-02-07 04:11:30.755 6478 INFO octavia.common.config [req-f6844cb3-ad4a-4533-9106-2af728efce4a - - - - -] Logging enabled! 2019-02-07 04:11:30.756 6478 INFO octavia.common.config [req-f6844cb3-ad4a-4533-9106-2af728efce4a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:30.778 6478 WARNING octavia.api.root_controller [req-f6844cb3-ad4a-4533-9106-2af728efce4a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:30.792 6478 INFO octavia.api.v2.controllers.load_balancer [req-b1f5a235-07d1-4bdc-813b-b21a0c3f548f - - - - -] Sending created Load Balancer fe474dc4-0fbb-4ed9-a431-3501a6c0aaec to the handler 2019-02-07 04:11:30.912 6478 INFO oslo_db.sqlalchemy.provision [req-c1acf305-72b4-41f0-b777-e896afb3e397 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:30.914 6478 INFO oslo_db.sqlalchemy.provision [req-c1acf305-72b4-41f0-b777-e896afb3e397 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qzzxhkgrqa 2019-02-07 04:11:30.914 6478 INFO oslo_db.sqlalchemy.provision [req-c1acf305-72b4-41f0-b777-e896afb3e397 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_not_authorized [0.239099s] ... ok 2019-02-07 04:11:30.921 6478 INFO oslo_db.sqlalchemy.provision [req-c1acf305-72b4-41f0-b777-e896afb3e397 - - - - -] CREATE BACKEND sqlite:// TOKEN eywbqakhem 2019-02-07 04:11:30.991 6478 INFO octavia.common.config [req-c1acf305-72b4-41f0-b777-e896afb3e397 - - - - -] Logging enabled! 2019-02-07 04:11:30.991 6478 INFO octavia.common.config [req-c1acf305-72b4-41f0-b777-e896afb3e397 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:31.013 6478 WARNING octavia.api.root_controller [req-c1acf305-72b4-41f0-b777-e896afb3e397 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:31.028 6478 INFO octavia.api.v2.controllers.load_balancer [req-21e6243d-201f-4f4e-9bd2-81afc95a8ccf - - - - -] Sending created Load Balancer 2b2a9313-c64b-447d-aebc-e44932f7531f to the handler 2019-02-07 04:11:31.057 6478 INFO oslo_db.sqlalchemy.provision [req-8d833fb1-d00e-412d-aea5-d6a9f63a5956 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:31.058 6478 INFO oslo_db.sqlalchemy.provision [req-8d833fb1-d00e-412d-aea5-d6a9f63a5956 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eywbqakhem 2019-02-07 04:11:31.059 6478 INFO oslo_db.sqlalchemy.provision [req-8d833fb1-d00e-412d-aea5-d6a9f63a5956 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get [0.140468s] ... ok 2019-02-07 04:11:31.061 6478 INFO oslo_db.sqlalchemy.provision [req-8d833fb1-d00e-412d-aea5-d6a9f63a5956 - - - - -] CREATE BACKEND sqlite:// TOKEN nbeqrnciat 2019-02-07 04:11:31.136 6478 INFO octavia.common.config [req-8d833fb1-d00e-412d-aea5-d6a9f63a5956 - - - - -] Logging enabled! 2019-02-07 04:11:31.137 6478 INFO octavia.common.config [req-8d833fb1-d00e-412d-aea5-d6a9f63a5956 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:31.158 6478 WARNING octavia.api.root_controller [req-8d833fb1-d00e-412d-aea5-d6a9f63a5956 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:31.173 6478 INFO octavia.api.v2.controllers.load_balancer [req-91bbb127-0274-43ef-a9fd-c5fda1fa9f90 - - - - -] Sending created Load Balancer f0768fff-3b26-4d7b-8969-0082a1c602ba to the handler 2019-02-07 04:11:31.191 6478 INFO octavia.api.v2.controllers.load_balancer [req-52d9f678-517d-41e9-8f70-fe8ea4739c31 - - - - -] Sending created Load Balancer 88d0a57c-b433-4358-b8d5-97994a0bfc94 to the handler 2019-02-07 04:11:31.209 6478 INFO octavia.api.v2.controllers.load_balancer [req-f6939368-3031-45bb-8890-3df6e3a13824 - - - - -] Sending created Load Balancer cf70e938-539f-4068-a5af-1067a1ac846e to the handler 2019-02-07 04:11:31.410 6478 INFO oslo_db.sqlalchemy.provision [req-aa9aa282-28c2-4c3a-8135-bd32ff18e74d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:31.412 6478 INFO oslo_db.sqlalchemy.provision [req-aa9aa282-28c2-4c3a-8135-bd32ff18e74d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nbeqrnciat 2019-02-07 04:11:31.412 6478 INFO oslo_db.sqlalchemy.provision [req-aa9aa282-28c2-4c3a-8135-bd32ff18e74d - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_by_project_id [0.352952s] ... ok 2019-02-07 04:11:31.420 6478 INFO oslo_db.sqlalchemy.provision [req-aa9aa282-28c2-4c3a-8135-bd32ff18e74d - - - - -] CREATE BACKEND sqlite:// TOKEN kctkoxucjp 2019-02-07 04:11:31.489 6478 INFO octavia.common.config [req-aa9aa282-28c2-4c3a-8135-bd32ff18e74d - - - - -] Logging enabled! 2019-02-07 04:11:31.489 6478 INFO octavia.common.config [req-aa9aa282-28c2-4c3a-8135-bd32ff18e74d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:31.512 6478 WARNING octavia.api.root_controller [req-aa9aa282-28c2-4c3a-8135-bd32ff18e74d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:31.526 6478 INFO octavia.api.v2.controllers.load_balancer [req-d704c395-c978-47f3-899c-863e02a38681 - - - - -] Sending created Load Balancer 1247e86e-9e29-4606-9c0f-1fc6dde44917 to the handler 2019-02-07 04:11:31.544 6478 INFO octavia.api.v2.controllers.load_balancer [req-94406d62-19db-40e8-8b82-0577d8341c9f - - - - -] Sending created Load Balancer ea429074-0a21-40da-be4e-f2de309827db to the handler 2019-02-07 04:11:31.564 6478 INFO octavia.api.v2.controllers.load_balancer [req-c9e7f84b-1ead-4050-bbe6-4eb7ffdff792 - - - - -] Sending created Load Balancer 041d9e92-bd10-4e5c-8f89-5302cf3fd6f4 to the handler 2019-02-07 04:11:31.641 6478 INFO oslo_db.sqlalchemy.provision [req-b69fd0eb-0167-4deb-ab0d-48497fc506f3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:31.642 6478 INFO oslo_db.sqlalchemy.provision [req-b69fd0eb-0167-4deb-ab0d-48497fc506f3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kctkoxucjp 2019-02-07 04:11:31.643 6478 INFO oslo_db.sqlalchemy.provision [req-b69fd0eb-0167-4deb-ab0d-48497fc506f3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_fields_filter [0.230689s] ... ok 2019-02-07 04:11:31.651 6478 INFO oslo_db.sqlalchemy.provision [req-b69fd0eb-0167-4deb-ab0d-48497fc506f3 - - - - -] CREATE BACKEND sqlite:// TOKEN cwhbzwqyxz 2019-02-07 04:11:31.733 6478 INFO octavia.common.config [req-b69fd0eb-0167-4deb-ab0d-48497fc506f3 - - - - -] Logging enabled! 2019-02-07 04:11:31.734 6478 INFO octavia.common.config [req-b69fd0eb-0167-4deb-ab0d-48497fc506f3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:31.769 6478 WARNING octavia.api.root_controller [req-b69fd0eb-0167-4deb-ab0d-48497fc506f3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:31.783 6478 INFO octavia.api.v2.controllers.load_balancer [req-4d2d6771-735a-459a-b76b-7c16352d1722 - - - - -] Sending created Load Balancer b1324de0-75c3-4cc2-bf06-e2fd11eea55e to the handler 2019-02-07 04:11:31.800 6478 INFO octavia.api.v2.controllers.load_balancer [req-18ee16a3-452f-49a5-a76f-e5873a82f860 - - - - -] Sending created Load Balancer 93fcd6a4-b840-43fc-884c-19080991f03e to the handler 2019-02-07 04:11:31.820 6478 INFO octavia.api.v2.controllers.load_balancer [req-527ed5d4-43d0-4c83-a322-08ed1b12cc7b - - - - -] Sending created Load Balancer 0f5e161c-1f8f-42a2-b28d-505f2ebc8298 to the handler 2019-02-07 04:11:31.923 6478 INFO oslo_db.sqlalchemy.provision [req-39165be4-ad95-4f30-867d-87cf9461ccb0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:31.924 6478 INFO oslo_db.sqlalchemy.provision [req-39165be4-ad95-4f30-867d-87cf9461ccb0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cwhbzwqyxz 2019-02-07 04:11:31.924 6478 INFO oslo_db.sqlalchemy.provision [req-39165be4-ad95-4f30-867d-87cf9461ccb0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_non_admin_global_observer [0.282237s] ... ok 2019-02-07 04:11:31.928 6478 INFO oslo_db.sqlalchemy.provision [req-39165be4-ad95-4f30-867d-87cf9461ccb0 - - - - -] CREATE BACKEND sqlite:// TOKEN skuaqimpiq 2019-02-07 04:11:32.000 6478 INFO octavia.common.config [req-39165be4-ad95-4f30-867d-87cf9461ccb0 - - - - -] Logging enabled! 2019-02-07 04:11:32.001 6478 INFO octavia.common.config [req-39165be4-ad95-4f30-867d-87cf9461ccb0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:32.020 6478 WARNING octavia.api.root_controller [req-39165be4-ad95-4f30-867d-87cf9461ccb0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:32.031 6478 INFO octavia.api.v2.controllers.load_balancer [req-456b339c-7ae6-4867-9708-8bb17cb59c87 - - - - -] Sending created Load Balancer 34fe4691-bf6c-4ae6-85d0-ab53618aa3c1 to the handler 2019-02-07 04:11:32.047 6478 INFO octavia.api.v2.controllers.load_balancer [req-4702393c-2763-4cd2-87e1-1dff1de6aaa3 - - - - -] Sending created Load Balancer 6374a43a-73c0-4df1-afbd-69ec90fedd06 to the handler 2019-02-07 04:11:32.063 6478 INFO octavia.api.v2.controllers.load_balancer [req-4f43433a-6f31-4324-9195-76747dacca30 - - - - -] Sending created Load Balancer 445b0f91-7ac6-41cc-811b-1f6ec6242cb0 to the handler 2019-02-07 04:11:32.083 6478 INFO oslo_db.sqlalchemy.provision [req-1e40cffd-0504-40e9-82a3-8f8b7d0802e7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:32.085 6478 INFO oslo_db.sqlalchemy.provision [req-1e40cffd-0504-40e9-82a3-8f8b7d0802e7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN skuaqimpiq 2019-02-07 04:11:32.085 6478 INFO oslo_db.sqlalchemy.provision [req-1e40cffd-0504-40e9-82a3-8f8b7d0802e7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_not_authorized [0.159737s] ... ok 2019-02-07 04:11:32.088 6478 INFO oslo_db.sqlalchemy.provision [req-1e40cffd-0504-40e9-82a3-8f8b7d0802e7 - - - - -] CREATE BACKEND sqlite:// TOKEN zmgieefsln 2019-02-07 04:11:32.157 6478 INFO octavia.common.config [req-1e40cffd-0504-40e9-82a3-8f8b7d0802e7 - - - - -] Logging enabled! 2019-02-07 04:11:32.157 6478 INFO octavia.common.config [req-1e40cffd-0504-40e9-82a3-8f8b7d0802e7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:32.177 6478 WARNING octavia.api.root_controller [req-1e40cffd-0504-40e9-82a3-8f8b7d0802e7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:32.188 6478 INFO octavia.api.v2.controllers.load_balancer [req-83c8121f-abc8-4998-985d-bde80a965cfd - - - - -] Sending created Load Balancer 60897208-a54b-4fad-b550-fbf97d6e262d to the handler 2019-02-07 04:11:32.336 6478 INFO oslo_db.sqlalchemy.provision [req-58523ed9-5b9b-414a-84eb-a7b4ab5b3aad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:32.337 6478 INFO oslo_db.sqlalchemy.provision [req-58523ed9-5b9b-414a-84eb-a7b4ab5b3aad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zmgieefsln 2019-02-07 04:11:32.338 6478 INFO oslo_db.sqlalchemy.provision [req-58523ed9-5b9b-414a-84eb-a7b4ab5b3aad - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_hides_deleted [0.252513s] ... ok 2019-02-07 04:11:32.340 6478 INFO oslo_db.sqlalchemy.provision [req-58523ed9-5b9b-414a-84eb-a7b4ab5b3aad - - - - -] CREATE BACKEND sqlite:// TOKEN uxzdjhqwnq 2019-02-07 04:11:32.439 6478 INFO octavia.common.config [req-58523ed9-5b9b-414a-84eb-a7b4ab5b3aad - - - - -] Logging enabled! 2019-02-07 04:11:32.440 6478 INFO octavia.common.config [req-58523ed9-5b9b-414a-84eb-a7b4ab5b3aad - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:32.469 6478 WARNING octavia.api.root_controller [req-58523ed9-5b9b-414a-84eb-a7b4ab5b3aad - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:32.485 6478 INFO octavia.api.v2.controllers.load_balancer [req-e0887f11-163d-4abf-ac65-8728ec8a083c - - - - -] Sending created Load Balancer 336bd03c-bdfb-46ea-940d-179f4c75b733 to the handler 2019-02-07 04:11:32.531 6478 INFO oslo_db.sqlalchemy.provision [req-7a17c391-4bb1-4fb0-846f-147162f65637 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:32.533 6478 INFO oslo_db.sqlalchemy.provision [req-7a17c391-4bb1-4fb0-846f-147162f65637 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uxzdjhqwnq 2019-02-07 04:11:32.534 6478 INFO oslo_db.sqlalchemy.provision [req-7a17c391-4bb1-4fb0-846f-147162f65637 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_one_fields_filter [0.195872s] ... ok 2019-02-07 04:11:32.536 6478 INFO oslo_db.sqlalchemy.provision [req-7a17c391-4bb1-4fb0-846f-147162f65637 - - - - -] CREATE BACKEND sqlite:// TOKEN tvhepvhuzz 2019-02-07 04:11:32.634 6478 INFO octavia.common.config [req-7a17c391-4bb1-4fb0-846f-147162f65637 - - - - -] Logging enabled! 2019-02-07 04:11:32.635 6478 INFO octavia.common.config [req-7a17c391-4bb1-4fb0-846f-147162f65637 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:32.659 6478 WARNING octavia.api.root_controller [req-7a17c391-4bb1-4fb0-846f-147162f65637 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:32.686 6478 INFO octavia.api.v2.controllers.load_balancer [req-e4c6295b-c951-4a5e-98d0-492f5b1ce499 - - - - -] Sending created Load Balancer 710c0fb3-ad66-4bf2-8616-cbea6f76d1f9 to the handler 2019-02-07 04:11:32.824 6478 INFO octavia.api.v2.controllers.load_balancer [req-c32f2ea1-5525-4efe-aed8-a95a99a2da81 - c5528168-1c84-4545-b787-fcee954be803 - - -] Sending updated Load Balancer 710c0fb3-ad66-4bf2-8616-cbea6f76d1f9 to the handler 2019-02-07 04:11:32.853 6478 INFO oslo_db.sqlalchemy.provision [req-1446ba9e-52f5-43c4-a8e7-4eb7267d0e05 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:32.854 6478 INFO oslo_db.sqlalchemy.provision [req-1446ba9e-52f5-43c4-a8e7-4eb7267d0e05 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tvhepvhuzz 2019-02-07 04:11:32.854 6478 INFO oslo_db.sqlalchemy.provision [req-1446ba9e-52f5-43c4-a8e7-4eb7267d0e05 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_authorized [0.323343s] ... ok 2019-02-07 04:11:32.860 6478 INFO oslo_db.sqlalchemy.provision [req-1446ba9e-52f5-43c4-a8e7-4eb7267d0e05 - - - - -] CREATE BACKEND sqlite:// TOKEN ubvhtrinvq 2019-02-07 04:11:32.937 6478 INFO octavia.common.config [req-1446ba9e-52f5-43c4-a8e7-4eb7267d0e05 - - - - -] Logging enabled! 2019-02-07 04:11:32.937 6478 INFO octavia.common.config [req-1446ba9e-52f5-43c4-a8e7-4eb7267d0e05 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:32.962 6478 WARNING octavia.api.root_controller [req-1446ba9e-52f5-43c4-a8e7-4eb7267d0e05 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:32.967 6478 ERROR octavia.api.v2.controllers.base [req-48095760-c333-4d46-a87b-41cb5d06844e - - - - -] Load Balancer SEAN-CONNERY not found: None 2019-02-07 04:11:32.967 6478 ERROR octavia.api.v2.controllers.base None 2019-02-07 04:11:32.967 6478 ERROR octavia.api.v2.controllers.base 2019-02-07 04:11:32.991 6478 INFO oslo_db.sqlalchemy.provision [req-48095760-c333-4d46-a87b-41cb5d06844e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:32.992 6478 INFO oslo_db.sqlalchemy.provision [req-48095760-c333-4d46-a87b-41cb5d06844e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ubvhtrinvq 2019-02-07 04:11:32.993 6478 INFO oslo_db.sqlalchemy.provision [req-48095760-c333-4d46-a87b-41cb5d06844e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_bad_lb_id [0.135255s] ... ok 2019-02-07 04:11:33.004 6478 INFO oslo_db.sqlalchemy.provision [req-48095760-c333-4d46-a87b-41cb5d06844e - - - - -] CREATE BACKEND sqlite:// TOKEN sdgbgmlxsz 2019-02-07 04:11:33.089 6478 INFO octavia.common.config [req-48095760-c333-4d46-a87b-41cb5d06844e - - - - -] Logging enabled! 2019-02-07 04:11:33.090 6478 INFO octavia.common.config [req-48095760-c333-4d46-a87b-41cb5d06844e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:33.114 6478 WARNING octavia.api.root_controller [req-48095760-c333-4d46-a87b-41cb5d06844e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:33.128 6478 INFO octavia.api.v2.controllers.load_balancer [req-cdf0f26b-0e4b-43f4-bc49-3f8b2ed80114 - - - - -] Sending created Load Balancer 44b38651-2eb1-4ad3-b376-4f7e173714cc to the handler 2019-02-07 04:11:33.360 6478 INFO oslo_db.sqlalchemy.provision [req-2b5dd8d4-990c-421c-a268-b8a33abced1f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:33.361 6478 INFO oslo_db.sqlalchemy.provision [req-2b5dd8d4-990c-421c-a268-b8a33abced1f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sdgbgmlxsz 2019-02-07 04:11:33.362 6478 INFO oslo_db.sqlalchemy.provision [req-2b5dd8d4-990c-421c-a268-b8a33abced1f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_not_authorized [0.368883s] ... ok 2019-02-07 04:11:33.364 6478 INFO oslo_db.sqlalchemy.provision [req-2b5dd8d4-990c-421c-a268-b8a33abced1f - - - - -] CREATE BACKEND sqlite:// TOKEN yzmdzmgypt 2019-02-07 04:11:33.443 6478 INFO octavia.common.config [req-2b5dd8d4-990c-421c-a268-b8a33abced1f - - - - -] Logging enabled! 2019-02-07 04:11:33.444 6478 INFO octavia.common.config [req-2b5dd8d4-990c-421c-a268-b8a33abced1f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:33.466 6478 WARNING octavia.api.root_controller [req-2b5dd8d4-990c-421c-a268-b8a33abced1f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:33.480 6478 INFO octavia.api.v2.controllers.load_balancer [req-b50d572a-5560-4a3d-a441-fcd02f4559e6 - - - - -] Sending created Load Balancer 86b4281d-45c6-48f8-9fdd-bf56199c9766 to the handler 2019-02-07 04:11:33.503 6478 INFO octavia.api.v2.controllers.load_balancer [req-3d451031-9420-43d7-bc44-b6aee76c13c6 - - - - -] Invalid state PENDING_CREATE of loadbalancer resource 86b4281d-45c6-48f8-9fdd-bf56199c9766 2019-02-07 04:11:33.514 6478 INFO oslo_db.sqlalchemy.provision [req-3d451031-9420-43d7-bc44-b6aee76c13c6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:33.520 6478 INFO oslo_db.sqlalchemy.provision [req-3d451031-9420-43d7-bc44-b6aee76c13c6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yzmdzmgypt 2019-02-07 04:11:33.520 6478 INFO oslo_db.sqlalchemy.provision [req-3d451031-9420-43d7-bc44-b6aee76c13c6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_pending_create [0.158574s] ... ok 2019-02-07 04:11:33.523 6478 INFO oslo_db.sqlalchemy.provision [req-3d451031-9420-43d7-bc44-b6aee76c13c6 - - - - -] CREATE BACKEND sqlite:// TOKEN jgmawvcymh 2019-02-07 04:11:33.596 6478 INFO octavia.common.config [req-3d451031-9420-43d7-bc44-b6aee76c13c6 - - - - -] Logging enabled! 2019-02-07 04:11:33.596 6478 INFO octavia.common.config [req-3d451031-9420-43d7-bc44-b6aee76c13c6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:33.618 6478 WARNING octavia.api.root_controller [req-3d451031-9420-43d7-bc44-b6aee76c13c6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:33.632 6478 INFO octavia.api.v2.controllers.load_balancer [req-c1f220a5-ecc7-435c-946b-4f497361409d - - - - -] Sending created Load Balancer b3053d15-789a-4435-9dc8-bdd880b7b0ce to the handler 2019-02-07 04:11:33.746 6478 INFO oslo_db.sqlalchemy.provision [req-8876a2e0-5a37-4f2c-81cd-8bcd2ec8f499 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:33.747 6478 INFO oslo_db.sqlalchemy.provision [req-8876a2e0-5a37-4f2c-81cd-8bcd2ec8f499 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jgmawvcymh 2019-02-07 04:11:33.747 6478 INFO oslo_db.sqlalchemy.provision [req-8876a2e0-5a37-4f2c-81cd-8bcd2ec8f499 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_with_bad_qos [0.226929s] ... ok 2019-02-07 04:11:33.750 6478 INFO oslo_db.sqlalchemy.provision [req-8876a2e0-5a37-4f2c-81cd-8bcd2ec8f499 - - - - -] CREATE BACKEND sqlite:// TOKEN andjbilxsb 2019-02-07 04:11:33.745 6477 INFO octavia.api.v2.controllers.l7rule [req-0a063429-3529-4055-a4f2-2529b8775959 - - - - -] Sending Creation of L7Rule b67bf75b-24d3-47e4-9c6f-26ef078b1524 to handler 2019-02-07 04:11:33.838 6478 INFO octavia.common.config [req-8876a2e0-5a37-4f2c-81cd-8bcd2ec8f499 - - - - -] Logging enabled! 2019-02-07 04:11:33.839 6478 INFO octavia.common.config [req-8876a2e0-5a37-4f2c-81cd-8bcd2ec8f499 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:33.861 6478 WARNING octavia.api.root_controller [req-8876a2e0-5a37-4f2c-81cd-8bcd2ec8f499 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:33.876 6478 INFO octavia.api.v2.controllers.load_balancer [req-35e8b5af-9971-4a34-8445-5b3af11aea72 - - - - -] Sending created Load Balancer 7256d1a0-8177-46b4-89b8-bd3e563b988f to the handler 2019-02-07 04:11:34.015 6478 INFO oslo_db.sqlalchemy.provision [req-1495b6be-24e5-4da7-bc91-ccf5f15d4ee1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:34.016 6478 INFO oslo_db.sqlalchemy.provision [req-1495b6be-24e5-4da7-bc91-ccf5f15d4ee1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN andjbilxsb 2019-02-07 04:11:34.016 6478 INFO oslo_db.sqlalchemy.provision [req-1495b6be-24e5-4da7-bc91-ccf5f15d4ee1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_with_vip [0.268916s] ... ok 2019-02-07 04:11:34.020 6478 INFO oslo_db.sqlalchemy.provision [req-1495b6be-24e5-4da7-bc91-ccf5f15d4ee1 - - - - -] CREATE BACKEND sqlite:// TOKEN cjoqxgcscw 2019-02-07 04:11:34.089 6478 INFO octavia.common.config [req-1495b6be-24e5-4da7-bc91-ccf5f15d4ee1 - - - - -] Logging enabled! 2019-02-07 04:11:34.089 6478 INFO octavia.common.config [req-1495b6be-24e5-4da7-bc91-ccf5f15d4ee1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:34.110 6478 WARNING octavia.api.root_controller [req-1495b6be-24e5-4da7-bc91-ccf5f15d4ee1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:34.162 6478 INFO oslo_db.sqlalchemy.provision [req-f0709a64-63d2-4b2d-9af3-28fd04a7a912 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:34.163 6478 INFO oslo_db.sqlalchemy.provision [req-f0709a64-63d2-4b2d-9af3-28fd04a7a912 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cjoqxgcscw 2019-02-07 04:11:34.164 6478 INFO oslo_db.sqlalchemy.provision [req-f0709a64-63d2-4b2d-9af3-28fd04a7a912 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_listeners [0.147114s] ... ok 2019-02-07 04:11:34.167 6478 INFO oslo_db.sqlalchemy.provision [req-f0709a64-63d2-4b2d-9af3-28fd04a7a912 - - - - -] CREATE BACKEND sqlite:// TOKEN owmuxedugx 2019-02-07 04:11:34.254 6478 INFO octavia.common.config [req-f0709a64-63d2-4b2d-9af3-28fd04a7a912 - - - - -] Logging enabled! 2019-02-07 04:11:34.254 6478 INFO octavia.common.config [req-f0709a64-63d2-4b2d-9af3-28fd04a7a912 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:34.276 6478 WARNING octavia.api.root_controller [req-f0709a64-63d2-4b2d-9af3-28fd04a7a912 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:34.302 6478 INFO oslo_db.sqlalchemy.provision [req-f23a8dd2-4f9b-4cf7-bc43-5a9255bd6b2a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:34.303 6478 INFO oslo_db.sqlalchemy.provision [req-f23a8dd2-4f9b-4cf7-bc43-5a9255bd6b2a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN owmuxedugx 2019-02-07 04:11:34.303 6478 INFO oslo_db.sqlalchemy.provision [req-f23a8dd2-4f9b-4cf7-bc43-5a9255bd6b2a - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_pool_mandatory_attributes [0.139324s] ... ok 2019-02-07 04:11:34.306 6478 INFO oslo_db.sqlalchemy.provision [req-f23a8dd2-4f9b-4cf7-bc43-5a9255bd6b2a - - - - -] CREATE BACKEND sqlite:// TOKEN rfxfucaffk 2019-02-07 04:11:34.379 6478 INFO octavia.common.config [req-f23a8dd2-4f9b-4cf7-bc43-5a9255bd6b2a - - - - -] Logging enabled! 2019-02-07 04:11:34.379 6478 INFO octavia.common.config [req-f23a8dd2-4f9b-4cf7-bc43-5a9255bd6b2a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:34.401 6478 WARNING octavia.api.root_controller [req-f23a8dd2-4f9b-4cf7-bc43-5a9255bd6b2a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:34.415 6478 INFO octavia.api.v2.controllers.load_balancer [req-2c7a4cc9-85c8-4f7f-9cbb-f539df9e9a0d - - - - -] Sending created Load Balancer 997e4bb1-8262-4793-988a-d89ad5b80824 to the handler 2019-02-07 04:11:34.589 6478 INFO octavia.api.v2.controllers.listener [req-219bdafc-0caa-4099-b184-316f2f4d9377 - - - - -] Sending Creation of Listener 1f802ebd-8657-4cb7-8dcc-0953c1eae7cb to handler 2019-02-07 04:11:34.650 6478 INFO oslo_db.sqlalchemy.provision [req-a1703e03-da50-41ee-831a-f74fd4a609c9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:34.651 6478 INFO oslo_db.sqlalchemy.provision [req-a1703e03-da50-41ee-831a-f74fd4a609c9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rfxfucaffk 2019-02-07 04:11:34.652 6478 INFO oslo_db.sqlalchemy.provision [req-a1703e03-da50-41ee-831a-f74fd4a609c9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statistics [0.347889s] ... ok 2019-02-07 04:11:34.654 6478 INFO oslo_db.sqlalchemy.provision [req-a1703e03-da50-41ee-831a-f74fd4a609c9 - - - - -] CREATE BACKEND sqlite:// TOKEN cirwdoxncw 2019-02-07 04:11:34.729 6478 INFO octavia.common.config [req-a1703e03-da50-41ee-831a-f74fd4a609c9 - - - - -] Logging enabled! 2019-02-07 04:11:34.729 6478 INFO octavia.common.config [req-a1703e03-da50-41ee-831a-f74fd4a609c9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:34.752 6478 WARNING octavia.api.root_controller [req-a1703e03-da50-41ee-831a-f74fd4a609c9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:34.765 6478 INFO octavia.api.v2.controllers.load_balancer [req-c1e005f6-069f-42b3-92e1-047fbe3265d9 - - - - -] Sending created Load Balancer 16ee3383-dbae-44bb-9cf7-06c35af33423 to the handler 2019-02-07 04:11:34.795 6478 INFO oslo_db.sqlalchemy.provision [req-cf1c3b74-acb6-4544-be9f-1f8678bba711 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:34.796 6478 INFO oslo_db.sqlalchemy.provision [req-cf1c3b74-acb6-4544-be9f-1f8678bba711 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cirwdoxncw 2019-02-07 04:11:34.796 6478 INFO oslo_db.sqlalchemy.provision [req-cf1c3b74-acb6-4544-be9f-1f8678bba711 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses [0.144683s] ... ok 2019-02-07 04:11:34.799 6478 INFO oslo_db.sqlalchemy.provision [req-cf1c3b74-acb6-4544-be9f-1f8678bba711 - - - - -] CREATE BACKEND sqlite:// TOKEN nwtneqwtax 2019-02-07 04:11:34.872 6478 INFO octavia.common.config [req-cf1c3b74-acb6-4544-be9f-1f8678bba711 - - - - -] Logging enabled! 2019-02-07 04:11:34.873 6478 INFO octavia.common.config [req-cf1c3b74-acb6-4544-be9f-1f8678bba711 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:34.896 6478 WARNING octavia.api.root_controller [req-cf1c3b74-acb6-4544-be9f-1f8678bba711 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:34.909 6478 INFO octavia.api.v2.controllers.load_balancer [req-9449e83d-86a6-4b61-85e9-543e521dc511 - - - - -] Sending created Load Balancer 209da6ea-b76d-40c1-8507-e20f78813d12 to the handler 2019-02-07 04:11:35.029 6478 INFO oslo_db.sqlalchemy.provision [req-d82cb310-021f-4727-aaa4-47419bdf2991 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:35.030 6478 INFO oslo_db.sqlalchemy.provision [req-d82cb310-021f-4727-aaa4-47419bdf2991 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nwtneqwtax 2019-02-07 04:11:35.030 6478 INFO oslo_db.sqlalchemy.provision [req-d82cb310-021f-4727-aaa4-47419bdf2991 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_authorized [0.233897s] ... ok 2019-02-07 04:11:35.033 6478 INFO oslo_db.sqlalchemy.provision [req-d82cb310-021f-4727-aaa4-47419bdf2991 - - - - -] CREATE BACKEND sqlite:// TOKEN jmidnchoyy 2019-02-07 04:11:35.112 6478 INFO octavia.common.config [req-d82cb310-021f-4727-aaa4-47419bdf2991 - - - - -] Logging enabled! 2019-02-07 04:11:35.113 6478 INFO octavia.common.config [req-d82cb310-021f-4727-aaa4-47419bdf2991 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:35.135 6478 WARNING octavia.api.root_controller [req-d82cb310-021f-4727-aaa4-47419bdf2991 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:35.148 6478 INFO octavia.api.v2.controllers.load_balancer [req-750913be-1eff-4ae1-bd92-8fab23f54bf6 - - - - -] Sending created Load Balancer 25927ba3-4c1c-4b7a-81e5-7494eb2f627c to the handler 2019-02-07 04:11:35.268 6478 INFO octavia.api.v2.controllers.listener [req-16bc8fcf-83d0-452e-9977-08ff15571e84 - - - - -] Sending Creation of Listener f8d2fbca-d53d-447d-bfcc-d4a93b98f601 to handler 2019-02-07 04:11:35.443 6478 INFO octavia.api.v2.controllers.pool [req-51019932-ab7a-4773-b012-f6c97310d69c - - - - -] Sending Creation of Pool 5352990c-7483-4004-bf44-24449b2a9933 to handler 2019-02-07 04:11:35.636 6478 INFO octavia.api.v2.controllers.health_monitor [req-e393a933-78d0-4628-89c7-8ba61e58a28d - - - - -] Sending Creation of Health Monitor e7834493-c991-43b7-abd6-021e96c5bdd8 to handler 2019-02-07 04:11:35.679 6478 INFO oslo_db.sqlalchemy.provision [req-a7c145cf-7cf9-46ab-884f-dba2b0c7450b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:35.681 6478 INFO oslo_db.sqlalchemy.provision [req-a7c145cf-7cf9-46ab-884f-dba2b0c7450b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jmidnchoyy 2019-02-07 04:11:35.681 6478 INFO oslo_db.sqlalchemy.provision [req-a7c145cf-7cf9-46ab-884f-dba2b0c7450b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_health_monitor [0.650481s] ... ok 2019-02-07 04:11:35.684 6478 INFO oslo_db.sqlalchemy.provision [req-a7c145cf-7cf9-46ab-884f-dba2b0c7450b - - - - -] CREATE BACKEND sqlite:// TOKEN ivrisprvey 2019-02-07 04:11:35.758 6478 INFO octavia.common.config [req-a7c145cf-7cf9-46ab-884f-dba2b0c7450b - - - - -] Logging enabled! 2019-02-07 04:11:35.758 6478 INFO octavia.common.config [req-a7c145cf-7cf9-46ab-884f-dba2b0c7450b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:35.780 6478 WARNING octavia.api.root_controller [req-a7c145cf-7cf9-46ab-884f-dba2b0c7450b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:35.794 6478 INFO octavia.api.v2.controllers.load_balancer [req-c38e835c-9ad5-4883-8cbf-2a56d43e1c08 - - - - -] Sending created Load Balancer 3ca2aa5d-d1d4-4603-a187-7922442e23a5 to the handler 2019-02-07 04:11:35.911 6478 INFO octavia.api.v2.controllers.listener [req-e1293d60-75c9-4a65-80df-aca5d784f918 - - - - -] Sending Creation of Listener f7a1d258-b421-49b7-b4f6-7fc9b93f7077 to handler 2019-02-07 04:11:36.059 6478 INFO octavia.api.v2.controllers.pool [req-8cf75b64-d58c-4256-9ce8-def8d404cfcb - - - - -] Sending Creation of Pool a682b19a-1b67-44fc-8051-e805a395c26d to handler 2019-02-07 04:11:36.171 6477 INFO octavia.api.v2.controllers.l7rule [req-eccf0007-911f-4d85-ad1c-0e844041c59b - - - - -] Sending Creation of L7Rule 428e4431-cafe-409e-9e3e-a1300379fabb to handler 2019-02-07 04:11:36.292 6478 INFO octavia.api.v2.controllers.member [req-39791a24-36d2-4573-8cdc-ecf7883b79fe - - - - -] Sending Creation of Member 2d990fcf-1182-49dd-947d-bc50a79d455b to handler 2019-02-07 04:11:36.325 6478 INFO oslo_db.sqlalchemy.provision [req-46580592-6650-405d-ab1f-eb2f963c40c2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:36.327 6478 INFO oslo_db.sqlalchemy.provision [req-46580592-6650-405d-ab1f-eb2f963c40c2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ivrisprvey 2019-02-07 04:11:36.327 6478 INFO oslo_db.sqlalchemy.provision [req-46580592-6650-405d-ab1f-eb2f963c40c2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_member [0.645868s] ... ok 2019-02-07 04:11:36.330 6478 INFO oslo_db.sqlalchemy.provision [req-46580592-6650-405d-ab1f-eb2f963c40c2 - - - - -] CREATE BACKEND sqlite:// TOKEN zwnlrjfarw 2019-02-07 04:11:36.404 6478 INFO octavia.common.config [req-46580592-6650-405d-ab1f-eb2f963c40c2 - - - - -] Logging enabled! 2019-02-07 04:11:36.404 6478 INFO octavia.common.config [req-46580592-6650-405d-ab1f-eb2f963c40c2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:36.434 6478 WARNING octavia.api.root_controller [req-46580592-6650-405d-ab1f-eb2f963c40c2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:36.446 6478 INFO octavia.api.v2.controllers.load_balancer [req-c5d30dcb-d037-44c8-8ed9-89d57af9b90e - - - - -] Sending created Load Balancer cdb0943f-a000-4e32-b754-e511711c174f to the handler 2019-02-07 04:11:36.599 6478 INFO octavia.api.v2.controllers.listener [req-8bb7963e-55e9-46b6-85a7-728605c2757b - - - - -] Sending Creation of Listener ece1f87e-b8d9-4ea7-a1b6-ca0e7ae7ec9e to handler 2019-02-07 04:11:36.740 6478 INFO octavia.api.v2.controllers.pool [req-282ceedf-3bee-4b9e-af89-73a1483b8be8 - - - - -] Sending Creation of Pool f9925b14-bcbe-46d8-aaad-060d029e2337 to handler 2019-02-07 04:11:36.914 6478 INFO octavia.api.v2.controllers.member [req-58b9b967-f778-4634-841b-a1a4f9f95e50 - - - - -] Sending Creation of Member 0cb43074-6f75-4ed4-b5a7-cf5f3f73e6da to handler 2019-02-07 04:11:37.086 6478 INFO octavia.api.v2.controllers.member [req-ca313653-a64b-4eff-ad42-ade763a0e667 - - - - -] Sending Creation of Member 544cbbf8-2c2d-4949-bae4-da9c294e6aff to handler 2019-02-07 04:11:37.129 6478 INFO oslo_db.sqlalchemy.provision [req-3591e46e-4bba-483e-a7a5-7c9b31f55889 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:37.131 6478 INFO oslo_db.sqlalchemy.provision [req-3591e46e-4bba-483e-a7a5-7c9b31f55889 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zwnlrjfarw 2019-02-07 04:11:37.131 6478 INFO oslo_db.sqlalchemy.provision [req-3591e46e-4bba-483e-a7a5-7c9b31f55889 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_members [0.803752s] ... ok 2019-02-07 04:11:37.134 6478 INFO oslo_db.sqlalchemy.provision [req-3591e46e-4bba-483e-a7a5-7c9b31f55889 - - - - -] CREATE BACKEND sqlite:// TOKEN blkcvzicrt 2019-02-07 04:11:37.210 6478 INFO octavia.common.config [req-3591e46e-4bba-483e-a7a5-7c9b31f55889 - - - - -] Logging enabled! 2019-02-07 04:11:37.210 6478 INFO octavia.common.config [req-3591e46e-4bba-483e-a7a5-7c9b31f55889 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:37.232 6478 WARNING octavia.api.root_controller [req-3591e46e-4bba-483e-a7a5-7c9b31f55889 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:37.247 6478 INFO octavia.api.v2.controllers.load_balancer [req-ea54154f-5f4d-4a15-b948-22f635b35f69 - - - - -] Sending created Load Balancer 3a9ed370-7c6d-470b-91bc-2199560b7c2b to the handler 2019-02-07 04:11:37.375 6478 INFO octavia.api.v2.controllers.listener [req-66f6e13a-6409-4f52-89e7-d3f91b22ee91 - - - - -] Sending Creation of Listener 372e8831-a9c4-4473-a191-41b51bd84361 to handler 2019-02-07 04:11:37.521 6478 INFO octavia.api.v2.controllers.listener [req-11ac027d-239f-45ea-b337-ca25d053d310 - - - - -] Sending Creation of Listener 8e3a40f6-4ee0-471b-8ccf-65f86ef8ad90 to handler 2019-02-07 04:11:37.555 6478 INFO oslo_db.sqlalchemy.provision [req-8965dea0-464a-48bb-90cf-e37dd8f5388a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:37.557 6478 INFO oslo_db.sqlalchemy.provision [req-8965dea0-464a-48bb-90cf-e37dd8f5388a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN blkcvzicrt 2019-02-07 04:11:37.557 6478 INFO oslo_db.sqlalchemy.provision [req-8965dea0-464a-48bb-90cf-e37dd8f5388a - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_multiple_listeners [0.426058s] ... ok 2019-02-07 04:11:37.560 6478 INFO oslo_db.sqlalchemy.provision [req-8965dea0-464a-48bb-90cf-e37dd8f5388a - - - - -] CREATE BACKEND sqlite:// TOKEN bqgchuwkre 2019-02-07 04:11:37.645 6478 INFO octavia.common.config [req-8965dea0-464a-48bb-90cf-e37dd8f5388a - - - - -] Logging enabled! 2019-02-07 04:11:37.646 6478 INFO octavia.common.config [req-8965dea0-464a-48bb-90cf-e37dd8f5388a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:37.668 6478 WARNING octavia.api.root_controller [req-8965dea0-464a-48bb-90cf-e37dd8f5388a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:37.679 6478 INFO octavia.api.v2.controllers.load_balancer [req-b669ba6d-9356-4d9b-b0f7-c7963b6603b0 - - - - -] Sending created Load Balancer c35cf5f4-155c-4736-9afc-ac425f857eda to the handler 2019-02-07 04:11:37.901 6478 INFO octavia.api.v2.controllers.listener [req-fcddc557-8e4f-4431-a9aa-f124d4b741da - - - - -] Sending Creation of Listener b46aa9b2-abda-4df0-8238-ab97bca92aed to handler 2019-02-07 04:11:38.042 6478 INFO octavia.api.v2.controllers.pool [req-1cd1d0ab-9e71-4075-89e7-e1741d37ae8d - - - - -] Sending Creation of Pool 34b4eb38-957d-41f8-8c61-ac5da8fd86b5 to handler 2019-02-07 04:11:38.078 6478 INFO oslo_db.sqlalchemy.provision [req-5b88c660-2b44-4fa5-b78c-c8eaf1e0b753 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:38.079 6478 INFO oslo_db.sqlalchemy.provision [req-5b88c660-2b44-4fa5-b78c-c8eaf1e0b753 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bqgchuwkre 2019-02-07 04:11:38.079 6478 INFO oslo_db.sqlalchemy.provision [req-5b88c660-2b44-4fa5-b78c-c8eaf1e0b753 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_pool [0.522157s] ... ok 2019-02-07 04:11:38.082 6478 INFO oslo_db.sqlalchemy.provision [req-5b88c660-2b44-4fa5-b78c-c8eaf1e0b753 - - - - -] CREATE BACKEND sqlite:// TOKEN tslshutxnt 2019-02-07 04:11:38.156 6478 INFO octavia.common.config [req-5b88c660-2b44-4fa5-b78c-c8eaf1e0b753 - - - - -] Logging enabled! 2019-02-07 04:11:38.157 6478 INFO octavia.common.config [req-5b88c660-2b44-4fa5-b78c-c8eaf1e0b753 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:38.180 6478 WARNING octavia.api.root_controller [req-5b88c660-2b44-4fa5-b78c-c8eaf1e0b753 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:38.194 6478 INFO octavia.api.v2.controllers.load_balancer [req-3355f31c-db5d-4a24-8658-2c62dcf4b6b1 - - - - -] Sending created Load Balancer bcf52d63-71cb-4dd5-bfcf-78c9fd12077d to the handler 2019-02-07 04:11:38.311 6478 INFO octavia.api.v2.controllers.listener [req-38ccc684-a0a4-4935-8cbb-9dd13f5decff - - - - -] Sending Creation of Listener 19bf9ca8-93a8-475d-995e-4c4ef896a8e8 to handler 2019-02-07 04:11:38.452 6478 INFO octavia.api.v2.controllers.pool [req-ddf242a8-daba-4abf-8c88-ed6d41f22587 - - - - -] Sending Creation of Pool d38ac46b-8869-4408-80f7-0e90a8cdfde2 to handler 2019-02-07 04:11:38.608 6478 INFO octavia.api.v2.controllers.pool [req-d4785e88-9ad1-49dd-99fc-b59d7b0c8011 - - - - -] Sending Creation of Pool bd40c5d3-b120-4e40-9aa7-c246f2912122 to handler 2019-02-07 04:11:38.722 6477 INFO octavia.api.v2.controllers.l7rule [req-f0c4efc0-06f5-45ff-842a-9f2aa6fa3daa - - - - -] Sending Creation of L7Rule ed840d7b-e650-425d-860a-b3dd4ad6ea69 to handler 2019-02-07 04:11:38.798 6478 INFO octavia.api.v2.controllers.l7policy [req-5ff6aeb2-ce24-40dd-b294-531a3a8b1f08 - - - - -] Sending Creation of L7Policy b7b4acca-c687-4544-920f-908be30399d8 to handler 2019-02-07 04:11:39.117 6478 INFO octavia.api.v2.controllers.l7rule [req-de5c4e5a-9fc4-4a74-affe-89eb290f0807 - - - - -] Sending Creation of L7Rule 1415627f-ae62-489e-a26c-644f6dbf496f to handler 2019-02-07 04:11:39.172 6478 INFO oslo_db.sqlalchemy.provision [req-08d7ba3a-9446-4407-9381-f06fcb7a305b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:39.173 6478 INFO oslo_db.sqlalchemy.provision [req-08d7ba3a-9446-4407-9381-f06fcb7a305b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tslshutxnt 2019-02-07 04:11:39.173 6478 INFO oslo_db.sqlalchemy.provision [req-08d7ba3a-9446-4407-9381-f06fcb7a305b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_pools [1.093837s] ... ok 2019-02-07 04:11:39.182 6478 INFO oslo_db.sqlalchemy.provision [req-08d7ba3a-9446-4407-9381-f06fcb7a305b - - - - -] CREATE BACKEND sqlite:// TOKEN iiladuqsfa 2019-02-07 04:11:39.251 6478 INFO octavia.common.config [req-08d7ba3a-9446-4407-9381-f06fcb7a305b - - - - -] Logging enabled! 2019-02-07 04:11:39.251 6478 INFO octavia.common.config [req-08d7ba3a-9446-4407-9381-f06fcb7a305b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:39.274 6478 WARNING octavia.api.root_controller [req-08d7ba3a-9446-4407-9381-f06fcb7a305b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:39.334 6478 INFO octavia.api.v2.controllers.load_balancer [req-78abe7e2-2192-4c7a-bb6e-ab41f78b8cb3 - - - - -] Sending created Load Balancer d0caf021-8cf0-48bf-b849-76ac31d48a3c to the handler 2019-02-07 04:11:39.365 6478 INFO oslo_db.sqlalchemy.provision [req-78abe7e2-2192-4c7a-bb6e-ab41f78b8cb3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:39.366 6478 INFO oslo_db.sqlalchemy.provision [req-78abe7e2-2192-4c7a-bb6e-ab41f78b8cb3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iiladuqsfa 2019-02-07 04:11:39.366 6478 INFO oslo_db.sqlalchemy.provision [req-78abe7e2-2192-4c7a-bb6e-ab41f78b8cb3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policies_one_redirect_pool_one_rule [0.192820s] ... ok 2019-02-07 04:11:39.369 6478 INFO oslo_db.sqlalchemy.provision [req-78abe7e2-2192-4c7a-bb6e-ab41f78b8cb3 - - - - -] CREATE BACKEND sqlite:// TOKEN oqywrwseqx 2019-02-07 04:11:39.461 6478 INFO octavia.common.config [req-78abe7e2-2192-4c7a-bb6e-ab41f78b8cb3 - - - - -] Logging enabled! 2019-02-07 04:11:39.462 6478 INFO octavia.common.config [req-78abe7e2-2192-4c7a-bb6e-ab41f78b8cb3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:39.483 6478 WARNING octavia.api.root_controller [req-78abe7e2-2192-4c7a-bb6e-ab41f78b8cb3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:39.529 6478 INFO oslo_db.sqlalchemy.provision [req-f2154e64-33a6-41e2-9054-de5f401787b8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:39.530 6478 INFO oslo_db.sqlalchemy.provision [req-f2154e64-33a6-41e2-9054-de5f401787b8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oqywrwseqx 2019-02-07 04:11:39.531 6478 INFO oslo_db.sqlalchemy.provision [req-f2154e64-33a6-41e2-9054-de5f401787b8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_bad_rule [0.164050s] ... ok 2019-02-07 04:11:39.534 6478 INFO oslo_db.sqlalchemy.provision [req-f2154e64-33a6-41e2-9054-de5f401787b8 - - - - -] CREATE BACKEND sqlite:// TOKEN dfkkxvckdm 2019-02-07 04:11:39.608 6478 INFO octavia.common.config [req-f2154e64-33a6-41e2-9054-de5f401787b8 - - - - -] Logging enabled! 2019-02-07 04:11:39.608 6478 INFO octavia.common.config [req-f2154e64-33a6-41e2-9054-de5f401787b8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:39.630 6478 WARNING octavia.api.root_controller [req-f2154e64-33a6-41e2-9054-de5f401787b8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:39.744 6478 INFO octavia.api.v2.controllers.load_balancer [req-eae34f52-92fb-439a-b5d6-ebf42c13eb34 - - - - -] Sending created Load Balancer 81801f32-6f8e-4c1c-98cb-fdae76e91920 to the handler 2019-02-07 04:11:39.773 6478 INFO oslo_db.sqlalchemy.provision [req-eae34f52-92fb-439a-b5d6-ebf42c13eb34 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:39.774 6478 INFO oslo_db.sqlalchemy.provision [req-eae34f52-92fb-439a-b5d6-ebf42c13eb34 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dfkkxvckdm 2019-02-07 04:11:39.775 6478 INFO oslo_db.sqlalchemy.provision [req-eae34f52-92fb-439a-b5d6-ebf42c13eb34 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_no_rule [0.243845s] ... ok 2019-02-07 04:11:39.777 6478 INFO oslo_db.sqlalchemy.provision [req-eae34f52-92fb-439a-b5d6-ebf42c13eb34 - - - - -] CREATE BACKEND sqlite:// TOKEN lvngeriuwa 2019-02-07 04:11:39.852 6478 INFO octavia.common.config [req-eae34f52-92fb-439a-b5d6-ebf42c13eb34 - - - - -] Logging enabled! 2019-02-07 04:11:39.853 6478 INFO octavia.common.config [req-eae34f52-92fb-439a-b5d6-ebf42c13eb34 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:39.875 6478 WARNING octavia.api.root_controller [req-eae34f52-92fb-439a-b5d6-ebf42c13eb34 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:39.935 6478 INFO octavia.api.v2.controllers.load_balancer [req-ec3398a2-4f52-4efd-bacd-1320c4666b92 - - - - -] Sending created Load Balancer aef15384-9085-40e5-852d-825a683bd7fc to the handler 2019-02-07 04:11:39.979 6478 INFO oslo_db.sqlalchemy.provision [req-ec3398a2-4f52-4efd-bacd-1320c4666b92 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:39.980 6478 INFO oslo_db.sqlalchemy.provision [req-ec3398a2-4f52-4efd-bacd-1320c4666b92 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lvngeriuwa 2019-02-07 04:11:39.981 6478 INFO oslo_db.sqlalchemy.provision [req-ec3398a2-4f52-4efd-bacd-1320c4666b92 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_many_listeners_one_pool [0.205694s] ... ok 2019-02-07 04:11:39.983 6478 INFO oslo_db.sqlalchemy.provision [req-ec3398a2-4f52-4efd-bacd-1320c4666b92 - - - - -] CREATE BACKEND sqlite:// TOKEN ybdkbbefvt 2019-02-07 04:11:40.088 6478 INFO octavia.common.config [req-ec3398a2-4f52-4efd-bacd-1320c4666b92 - - - - -] Logging enabled! 2019-02-07 04:11:40.089 6478 INFO octavia.common.config [req-ec3398a2-4f52-4efd-bacd-1320c4666b92 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:40.112 6478 WARNING octavia.api.root_controller [req-ec3398a2-4f52-4efd-bacd-1320c4666b92 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:40.147 6478 INFO oslo_db.sqlalchemy.provision [req-68378d41-aa50-49eb-b743-a4543450ee8d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:40.148 6478 INFO oslo_db.sqlalchemy.provision [req-68378d41-aa50-49eb-b743-a4543450ee8d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ybdkbbefvt 2019-02-07 04:11:40.149 6478 INFO oslo_db.sqlalchemy.provision [req-68378d41-aa50-49eb-b743-a4543450ee8d - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_member_invalid_address [0.167845s] ... ok 2019-02-07 04:11:40.151 6478 INFO oslo_db.sqlalchemy.provision [req-68378d41-aa50-49eb-b743-a4543450ee8d - - - - -] CREATE BACKEND sqlite:// TOKEN tyxmpejkzi 2019-02-07 04:11:40.225 6478 INFO octavia.common.config [req-68378d41-aa50-49eb-b743-a4543450ee8d - - - - -] Logging enabled! 2019-02-07 04:11:40.226 6478 INFO octavia.common.config [req-68378d41-aa50-49eb-b743-a4543450ee8d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:40.249 6478 WARNING octavia.api.root_controller [req-68378d41-aa50-49eb-b743-a4543450ee8d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:40.284 6478 INFO octavia.api.v2.controllers.load_balancer [req-1b79371e-3c0c-4080-a780-08dcbf5aa056 - - - - -] Sending created Load Balancer 5f0e65ff-fe94-4a50-a1c8-ce1b641848a5 to the handler 2019-02-07 04:11:40.312 6478 INFO oslo_db.sqlalchemy.provision [req-1b79371e-3c0c-4080-a780-08dcbf5aa056 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:40.313 6478 INFO oslo_db.sqlalchemy.provision [req-1b79371e-3c0c-4080-a780-08dcbf5aa056 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tyxmpejkzi 2019-02-07 04:11:40.313 6478 INFO oslo_db.sqlalchemy.provision [req-1b79371e-3c0c-4080-a780-08dcbf5aa056 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_hm [0.164721s] ... ok 2019-02-07 04:11:40.321 6478 INFO oslo_db.sqlalchemy.provision [req-1b79371e-3c0c-4080-a780-08dcbf5aa056 - - - - -] CREATE BACKEND sqlite:// TOKEN gwpuxfawbt 2019-02-07 04:11:40.390 6478 INFO octavia.common.config [req-1b79371e-3c0c-4080-a780-08dcbf5aa056 - - - - -] Logging enabled! 2019-02-07 04:11:40.390 6478 INFO octavia.common.config [req-1b79371e-3c0c-4080-a780-08dcbf5aa056 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:40.413 6478 WARNING octavia.api.root_controller [req-1b79371e-3c0c-4080-a780-08dcbf5aa056 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:40.450 6478 INFO octavia.api.v2.controllers.load_balancer [req-a014005b-3584-484c-8d23-7a3ed15719ae - - - - -] Sending created Load Balancer db36bb0f-636c-435c-bf7c-cf6a914ab417 to the handler 2019-02-07 04:11:40.479 6478 INFO oslo_db.sqlalchemy.provision [req-a014005b-3584-484c-8d23-7a3ed15719ae - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:40.481 6478 INFO oslo_db.sqlalchemy.provision [req-a014005b-3584-484c-8d23-7a3ed15719ae - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gwpuxfawbt 2019-02-07 04:11:40.481 6478 INFO oslo_db.sqlalchemy.provision [req-a014005b-3584-484c-8d23-7a3ed15719ae - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_member [0.167456s] ... ok 2019-02-07 04:11:40.484 6478 INFO oslo_db.sqlalchemy.provision [req-a014005b-3584-484c-8d23-7a3ed15719ae - - - - -] CREATE BACKEND sqlite:// TOKEN vxhjcmabac 2019-02-07 04:11:40.558 6478 INFO octavia.common.config [req-a014005b-3584-484c-8d23-7a3ed15719ae - - - - -] Logging enabled! 2019-02-07 04:11:40.558 6478 INFO octavia.common.config [req-a014005b-3584-484c-8d23-7a3ed15719ae - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:40.580 6478 WARNING octavia.api.root_controller [req-a014005b-3584-484c-8d23-7a3ed15719ae - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:40.613 6478 INFO octavia.api.v2.controllers.load_balancer [req-9f5b2af2-d4eb-48f0-9106-391695a2c10f - - - - -] Sending created Load Balancer 97bedeaf-41cc-4a54-8ea7-ab7a82874358 to the handler 2019-02-07 04:11:40.641 6478 INFO oslo_db.sqlalchemy.provision [req-9f5b2af2-d4eb-48f0-9106-391695a2c10f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:40.642 6478 INFO oslo_db.sqlalchemy.provision [req-9f5b2af2-d4eb-48f0-9106-391695a2c10f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vxhjcmabac 2019-02-07 04:11:40.642 6478 INFO oslo_db.sqlalchemy.provision [req-9f5b2af2-d4eb-48f0-9106-391695a2c10f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_one_pool [0.161176s] ... ok 2019-02-07 04:11:40.650 6478 INFO oslo_db.sqlalchemy.provision [req-9f5b2af2-d4eb-48f0-9106-391695a2c10f - - - - -] CREATE BACKEND sqlite:// TOKEN lqxvogrvss 2019-02-07 04:11:40.719 6478 INFO octavia.common.config [req-9f5b2af2-d4eb-48f0-9106-391695a2c10f - - - - -] Logging enabled! 2019-02-07 04:11:40.720 6478 INFO octavia.common.config [req-9f5b2af2-d4eb-48f0-9106-391695a2c10f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:40.742 6478 WARNING octavia.api.root_controller [req-9f5b2af2-d4eb-48f0-9106-391695a2c10f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:40.811 6478 INFO octavia.api.v2.controllers.load_balancer [req-498376bf-93d5-4e55-a61c-5b4f240deda0 - - - - -] Sending created Load Balancer 2f629b18-7d83-47d9-954b-2a1084a1b231 to the handler 2019-02-07 04:11:40.842 6478 INFO oslo_db.sqlalchemy.provision [req-498376bf-93d5-4e55-a61c-5b4f240deda0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:40.843 6478 INFO oslo_db.sqlalchemy.provision [req-498376bf-93d5-4e55-a61c-5b4f240deda0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lqxvogrvss 2019-02-07 04:11:40.844 6478 INFO oslo_db.sqlalchemy.provision [req-498376bf-93d5-4e55-a61c-5b4f240deda0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_of_everything [0.201249s] ... ok 2019-02-07 04:11:40.852 6478 INFO oslo_db.sqlalchemy.provision [req-498376bf-93d5-4e55-a61c-5b4f240deda0 - - - - -] CREATE BACKEND sqlite:// TOKEN jbamjbzchg 2019-02-07 04:11:40.921 6478 INFO octavia.common.config [req-498376bf-93d5-4e55-a61c-5b4f240deda0 - - - - -] Logging enabled! 2019-02-07 04:11:40.921 6478 INFO octavia.common.config [req-498376bf-93d5-4e55-a61c-5b4f240deda0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:40.944 6478 WARNING octavia.api.root_controller [req-498376bf-93d5-4e55-a61c-5b4f240deda0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:40.958 6478 INFO octavia.api.v2.controllers.load_balancer [req-ed68c9e3-3c41-4254-a756-1a6337d05504 - - - - -] Sending created Load Balancer ce033284-1d07-4b2a-98b2-4082686f727d to the handler 2019-02-07 04:11:41.074 6478 INFO octavia.api.v2.controllers.listener [req-36d7ac44-78c7-40a9-946b-e42f21454e6a - - - - -] Sending Creation of Listener 3cd10797-c40f-4f7e-bb14-b7b887951d61 to handler 2019-02-07 04:11:41.235 6478 INFO octavia.api.v2.controllers.pool [req-ac52afef-b5b3-47de-a6b2-a02130ca7483 - - - - -] Sending Creation of Pool c4f0dda4-cc51-4478-847d-a85f50bf2dff to handler 2019-02-07 04:11:41.388 6478 INFO octavia.api.v2.controllers.pool [req-1dadf21e-f4de-4961-8bf6-18cb75876bc4 - - - - -] Sending Creation of Pool 1e947f68-2295-413d-bc32-b4fcbc2b300c to handler 2019-02-07 04:11:41.642 6478 INFO octavia.api.v2.controllers.member [req-b4e351a5-a273-495b-b717-d9d794bb5d44 - 2ed01aaa-75c3-4763-896d-0427cf9312d1 - - -] Sending Creation of Member 60b964ab-dfea-4db1-b39f-3e036b31b430 to handler 2019-02-07 04:11:41.968 6478 INFO oslo_db.sqlalchemy.provision [req-7c88baf8-a622-4a39-b41a-e404472e28ff - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:41.970 6478 INFO oslo_db.sqlalchemy.provision [req-7c88baf8-a622-4a39-b41a-e404472e28ff - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jbamjbzchg 2019-02-07 04:11:41.970 6478 INFO oslo_db.sqlalchemy.provision [req-7c88baf8-a622-4a39-b41a-e404472e28ff - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_create_authorized [1.120984s] ... ok 2019-02-07 04:11:41.973 6478 INFO oslo_db.sqlalchemy.provision [req-7c88baf8-a622-4a39-b41a-e404472e28ff - - - - -] CREATE BACKEND sqlite:// TOKEN jliksyrjno 2019-02-07 04:11:42.048 6478 INFO octavia.common.config [req-7c88baf8-a622-4a39-b41a-e404472e28ff - - - - -] Logging enabled! 2019-02-07 04:11:42.048 6478 INFO octavia.common.config [req-7c88baf8-a622-4a39-b41a-e404472e28ff - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:42.071 6478 WARNING octavia.api.root_controller [req-7c88baf8-a622-4a39-b41a-e404472e28ff - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:42.084 6478 INFO octavia.api.v2.controllers.load_balancer [req-bbd53df8-3d10-4a65-8225-2e2bf792d4db - - - - -] Sending created Load Balancer 96d1ee03-a1a0-495d-b251-d87d767bd75d to the handler 2019-02-07 04:11:42.202 6478 INFO octavia.api.v2.controllers.listener [req-3ab1c70e-ef66-433b-ac0a-e84f2b07ab38 - - - - -] Sending Creation of Listener acbd44c5-7ea9-4894-8b06-74d67451bd3b to handler 2019-02-07 04:11:42.351 6478 INFO octavia.api.v2.controllers.pool [req-b4615bea-f7a3-4bc7-86ab-164415da4494 - - - - -] Sending Creation of Pool 683afdd8-fdbd-4efd-b73d-6217b9221c66 to handler 2019-02-07 04:11:42.506 6478 INFO octavia.api.v2.controllers.pool [req-6fc546f3-c86c-4622-aa4f-ec3b7fb4d18c - - - - -] Sending Creation of Pool 77b86a19-1560-4e50-8f9c-df76759731e9 to handler 2019-02-07 04:11:42.688 6478 INFO oslo_db.sqlalchemy.provision [req-75fb5473-0727-47be-b84f-139f2eda02ed - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:42.690 6478 INFO oslo_db.sqlalchemy.provision [req-75fb5473-0727-47be-b84f-139f2eda02ed - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jliksyrjno 2019-02-07 04:11:42.690 6478 INFO oslo_db.sqlalchemy.provision [req-75fb5473-0727-47be-b84f-139f2eda02ed - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_create_batch_members_with_invalid_address [0.720132s] ... ok 2019-02-07 04:11:42.693 6478 INFO oslo_db.sqlalchemy.provision [req-75fb5473-0727-47be-b84f-139f2eda02ed - - - - -] CREATE BACKEND sqlite:// TOKEN gdazixechx 2019-02-07 04:11:42.767 6478 INFO octavia.common.config [req-75fb5473-0727-47be-b84f-139f2eda02ed - - - - -] Logging enabled! 2019-02-07 04:11:42.767 6478 INFO octavia.common.config [req-75fb5473-0727-47be-b84f-139f2eda02ed - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:42.790 6478 WARNING octavia.api.root_controller [req-75fb5473-0727-47be-b84f-139f2eda02ed - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:42.803 6478 INFO octavia.api.v2.controllers.load_balancer [req-11c61279-e977-4d22-820e-5c00d0a2f0fb - - - - -] Sending created Load Balancer 6ca3bf60-f2ac-41e8-abf1-2148f9c1c4ce to the handler 2019-02-07 04:11:42.835 6477 INFO octavia.api.v2.controllers.l7rule [req-802752d9-73ba-4e8e-aea2-f9012dc77e3f - - - - -] Sending Creation of L7Rule 03b6bacf-a7a3-46ab-a518-b6d69ee80993 to handler 2019-02-07 04:11:42.921 6478 INFO octavia.api.v2.controllers.listener [req-8ef39582-0bfb-4ab5-84e1-5e6d1e437e68 - - - - -] Sending Creation of Listener 37742e6c-6420-4071-8488-87ac27fb34a8 to handler 2019-02-07 04:11:43.117 6478 INFO octavia.api.v2.controllers.pool [req-18fde7f4-a4a8-4be5-8d81-0538a3fee656 - - - - -] Sending Creation of Pool 086743ab-7265-4b15-ba64-1a89c780fadd to handler 2019-02-07 04:11:43.274 6478 INFO octavia.api.v2.controllers.pool [req-ef41ad07-7c61-41fa-b7dd-f82baa99a905 - - - - -] Sending Creation of Pool d6661ac4-5a62-4a27-8a9d-7c64701b5b0e to handler 2019-02-07 04:11:43.460 6478 INFO oslo_db.sqlalchemy.provision [req-381995db-810f-4907-9093-ec1cb9ae9e6e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:43.461 6478 INFO oslo_db.sqlalchemy.provision [req-381995db-810f-4907-9093-ec1cb9ae9e6e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gdazixechx 2019-02-07 04:11:43.461 6478 INFO oslo_db.sqlalchemy.provision [req-381995db-810f-4907-9093-ec1cb9ae9e6e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_create_over_quota [0.771127s] ... ok 2019-02-07 04:11:43.464 6478 INFO oslo_db.sqlalchemy.provision [req-381995db-810f-4907-9093-ec1cb9ae9e6e - - - - -] CREATE BACKEND sqlite:// TOKEN rshjrxfwre 2019-02-07 04:11:43.538 6478 INFO octavia.common.config [req-381995db-810f-4907-9093-ec1cb9ae9e6e - - - - -] Logging enabled! 2019-02-07 04:11:43.539 6478 INFO octavia.common.config [req-381995db-810f-4907-9093-ec1cb9ae9e6e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:43.561 6478 WARNING octavia.api.root_controller [req-381995db-810f-4907-9093-ec1cb9ae9e6e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:43.574 6478 INFO octavia.api.v2.controllers.load_balancer [req-f8f0d4d7-da33-4b47-970d-b3653864c199 - - - - -] Sending created Load Balancer 549e4c8b-ecf1-440a-8662-c779cfee7f44 to the handler 2019-02-07 04:11:43.693 6478 INFO octavia.api.v2.controllers.listener [req-e91945bf-b3d1-4bb7-84ae-0b4257d9b2f0 - - - - -] Sending Creation of Listener 00baa78a-07a0-40ca-8ed3-588c6d544a90 to handler 2019-02-07 04:11:43.831 6478 INFO octavia.api.v2.controllers.pool [req-942e1012-b914-424f-8c19-c1c2d17283d2 - - - - -] Sending Creation of Pool 083c8f60-09d7-4f94-8a2d-5cbf6ee121cb to handler 2019-02-07 04:11:43.984 6478 INFO octavia.api.v2.controllers.pool [req-b115ee08-4927-49c4-b6c0-f086dd69b7d8 - - - - -] Sending Creation of Pool 06df9270-c51f-4855-9687-9c34143efc38 to handler 2019-02-07 04:11:44.225 6478 INFO octavia.api.v2.controllers.member [req-4ed91dc7-a9a1-47c6-9217-8ed9a7c3d130 - - - - -] Sending Creation of Member 1e7ec723-1df3-465a-bc13-50325500ca2d to handler 2019-02-07 04:11:44.541 6478 INFO oslo_db.sqlalchemy.provision [req-51023fed-4803-4a6a-8687-a33ba2b384f6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:44.542 6478 INFO oslo_db.sqlalchemy.provision [req-51023fed-4803-4a6a-8687-a33ba2b384f6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rshjrxfwre 2019-02-07 04:11:44.542 6478 INFO oslo_db.sqlalchemy.provision [req-51023fed-4803-4a6a-8687-a33ba2b384f6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_create_sans_listener [1.080765s] ... ok 2019-02-07 04:11:44.550 6478 INFO oslo_db.sqlalchemy.provision [req-51023fed-4803-4a6a-8687-a33ba2b384f6 - - - - -] CREATE BACKEND sqlite:// TOKEN bwgmyqfubo 2019-02-07 04:11:44.620 6478 INFO octavia.common.config [req-51023fed-4803-4a6a-8687-a33ba2b384f6 - - - - -] Logging enabled! 2019-02-07 04:11:44.620 6478 INFO octavia.common.config [req-51023fed-4803-4a6a-8687-a33ba2b384f6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:44.643 6478 WARNING octavia.api.root_controller [req-51023fed-4803-4a6a-8687-a33ba2b384f6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:44.660 6478 INFO octavia.api.v2.controllers.load_balancer [req-16ae5f8b-b6f7-4151-a9c1-70ec5e251ece - - - - -] Sending created Load Balancer 1f89b63f-12ee-48cc-9dbb-aca3aff50e75 to the handler 2019-02-07 04:11:44.777 6478 INFO octavia.api.v2.controllers.listener [req-95dd9e58-9f01-4b19-bc96-2df6e8558ba7 - - - - -] Sending Creation of Listener f981b263-ce2d-4765-8687-038d5fc0ec9c to handler 2019-02-07 04:11:44.907 6478 INFO octavia.api.v2.controllers.pool [req-d13c358f-4a93-4172-9cd6-449fa07cc45b - - - - -] Sending Creation of Pool b61c8982-4e27-46a3-9b19-44f1748d9ea7 to handler 2019-02-07 04:11:45.064 6478 INFO octavia.api.v2.controllers.pool [req-724b1397-f764-485e-aa41-71eff1f769cf - - - - -] Sending Creation of Pool 1a9c8d78-b7bd-46a2-b8b1-396b1377bdd8 to handler 2019-02-07 04:11:45.237 6478 INFO octavia.api.v2.controllers.member [req-d473b39f-3f19-4b75-9470-4d26d13cfa0c - - - - -] Sending Creation of Member 10f5d058-27e0-43cf-8e78-4c20bcbb7090 to handler 2019-02-07 04:11:45.446 6478 INFO octavia.api.v2.controllers.load_balancer [req-56b55277-992e-4854-bcea-dae94f91f480 - - - - -] Sending updated Load Balancer 1f89b63f-12ee-48cc-9dbb-aca3aff50e75 to the handler 2019-02-07 04:11:45.504 6478 INFO octavia.api.v2.controllers.member [req-fc8c038b-0070-42d2-abc7-73f9d4c69f59 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:11:45.527 6478 INFO oslo_db.sqlalchemy.provision [req-fc8c038b-0070-42d2-abc7-73f9d4c69f59 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:45.529 6478 INFO oslo_db.sqlalchemy.provision [req-fc8c038b-0070-42d2-abc7-73f9d4c69f59 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bwgmyqfubo 2019-02-07 04:11:45.529 6478 INFO oslo_db.sqlalchemy.provision [req-fc8c038b-0070-42d2-abc7-73f9d4c69f59 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_create_when_lb_pending_update [0.986505s] ... ok 2019-02-07 04:11:45.532 6478 INFO oslo_db.sqlalchemy.provision [req-fc8c038b-0070-42d2-abc7-73f9d4c69f59 - - - - -] CREATE BACKEND sqlite:// TOKEN njtzcqxyqw 2019-02-07 04:11:45.624 6478 INFO octavia.common.config [req-fc8c038b-0070-42d2-abc7-73f9d4c69f59 - - - - -] Logging enabled! 2019-02-07 04:11:45.625 6478 INFO octavia.common.config [req-fc8c038b-0070-42d2-abc7-73f9d4c69f59 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:45.648 6478 WARNING octavia.api.root_controller [req-fc8c038b-0070-42d2-abc7-73f9d4c69f59 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:45.664 6478 INFO octavia.api.v2.controllers.load_balancer [req-c816f89d-c412-42e1-827c-cd3bf3b7b29a - - - - -] Sending created Load Balancer 71e720bc-fd1f-48c3-9cff-faa1d321deba to the handler 2019-02-07 04:11:45.781 6478 INFO octavia.api.v2.controllers.listener [req-5454475d-d478-490c-bbd8-78dd6f708b5a - - - - -] Sending Creation of Listener 13df7857-8643-479b-a6f7-0599979630dd to handler 2019-02-07 04:11:45.911 6478 INFO octavia.api.v2.controllers.pool [req-bc3c9e8a-3475-43e4-b03d-9e8c1ed73fa8 - - - - -] Sending Creation of Pool c2ef70cd-abe8-475a-8f99-a6afc8f5287d to handler 2019-02-07 04:11:46.067 6478 INFO octavia.api.v2.controllers.pool [req-b72b4da9-691e-416f-8769-ffc3c876ad09 - - - - -] Sending Creation of Pool 316b2390-b101-4bf5-9f5d-504694082969 to handler 2019-02-07 04:11:46.247 6478 INFO octavia.api.v2.controllers.member [req-b163cf7b-047b-4f56-8613-94aa47813087 - - - - -] Sending Creation of Member 8348e137-0139-47f0-bd35-874979b86705 to handler 2019-02-07 04:11:46.372 6478 INFO oslo_db.sqlalchemy.provision [req-b45ec480-7267-4cb5-8cec-e954b1a06bfe - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:46.374 6478 INFO oslo_db.sqlalchemy.provision [req-b45ec480-7267-4cb5-8cec-e954b1a06bfe - - - - -] DROP BACKEND Engine(sqlite://) TOKEN njtzcqxyqw 2019-02-07 04:11:46.374 6478 INFO oslo_db.sqlalchemy.provision [req-b45ec480-7267-4cb5-8cec-e954b1a06bfe - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_bad_handler [0.849025s] ... ok 2019-02-07 04:11:46.381 6478 INFO oslo_db.sqlalchemy.provision [req-b45ec480-7267-4cb5-8cec-e954b1a06bfe - - - - -] CREATE BACKEND sqlite:// TOKEN xnegjtdevs 2019-02-07 04:11:46.451 6478 INFO octavia.common.config [req-b45ec480-7267-4cb5-8cec-e954b1a06bfe - - - - -] Logging enabled! 2019-02-07 04:11:46.451 6478 INFO octavia.common.config [req-b45ec480-7267-4cb5-8cec-e954b1a06bfe - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:46.474 6478 WARNING octavia.api.root_controller [req-b45ec480-7267-4cb5-8cec-e954b1a06bfe - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:46.488 6478 INFO octavia.api.v2.controllers.load_balancer [req-be0cfa97-35df-4b90-a4e9-bbafb035b26a - - - - -] Sending created Load Balancer 0d451820-6919-4ad1-b4ae-b09d87b619e3 to the handler 2019-02-07 04:11:46.672 6478 INFO octavia.api.v2.controllers.listener [req-722ed1bb-87f4-4ead-9a86-05dfedca9891 - - - - -] Sending Creation of Listener 7c70390e-f242-48a7-aef7-bcd1b0f3fc4c to handler 2019-02-07 04:11:46.836 6478 INFO octavia.api.v2.controllers.pool [req-6717d950-8f83-4ae7-8424-fd3de471ff9f - - - - -] Sending Creation of Pool 88f28534-1770-40a5-941a-46a9debe1d2b to handler 2019-02-07 04:11:46.992 6478 INFO octavia.api.v2.controllers.pool [req-b66179f7-f7b7-4d81-9341-fdfd1d4b675e - - - - -] Sending Creation of Pool 9ce23416-6b38-4892-819f-7fd5ab132f65 to handler 2019-02-07 04:11:47.161 6478 INFO octavia.api.v2.controllers.health_monitor [req-045235d9-7f6f-488f-a73a-e17153cda8a3 - - - - -] Sending Creation of Health Monitor 95d23afe-5ade-4e17-b964-9e2ec940f0fb to handler 2019-02-07 04:11:47.328 6478 INFO octavia.api.v2.controllers.member [req-23ab26ec-8ac2-45f3-bb23-b9e9d929f22a - - - - -] Sending Creation of Member 7148732c-7922-4dfc-be30-7f193f1a4063 to handler 2019-02-07 04:11:47.440 6478 INFO oslo_db.sqlalchemy.provision [req-43030434-5224-4cb6-aa77-dbd2c30f618e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:47.442 6478 INFO oslo_db.sqlalchemy.provision [req-43030434-5224-4cb6-aa77-dbd2c30f618e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xnegjtdevs 2019-02-07 04:11:47.442 6478 INFO oslo_db.sqlalchemy.provision [req-43030434-5224-4cb6-aa77-dbd2c30f618e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_health_monitor [1.063825s] ... ok 2019-02-07 04:11:47.450 6478 INFO oslo_db.sqlalchemy.provision [req-43030434-5224-4cb6-aa77-dbd2c30f618e - - - - -] CREATE BACKEND sqlite:// TOKEN seqahmobln 2019-02-07 04:11:47.519 6478 INFO octavia.common.config [req-43030434-5224-4cb6-aa77-dbd2c30f618e - - - - -] Logging enabled! 2019-02-07 04:11:47.520 6478 INFO octavia.common.config [req-43030434-5224-4cb6-aa77-dbd2c30f618e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:47.543 6478 WARNING octavia.api.root_controller [req-43030434-5224-4cb6-aa77-dbd2c30f618e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:47.557 6478 INFO octavia.api.v2.controllers.load_balancer [req-4cb58edd-0f9e-432f-80ca-07aeb1801360 - - - - -] Sending created Load Balancer aa78d70d-855d-477b-8c7b-6e59bef392e4 to the handler 2019-02-07 04:11:47.673 6478 INFO octavia.api.v2.controllers.listener [req-ed428b8a-53f5-4a16-80cb-ee93236d82d5 - - - - -] Sending Creation of Listener b1c706ce-d653-4077-bad5-28a490357e2b to handler 2019-02-07 04:11:47.803 6478 INFO octavia.api.v2.controllers.pool [req-20f9ff5c-8043-49dd-988f-59f7fad58679 - - - - -] Sending Creation of Pool 1e5a6308-c4c5-47f5-a152-4a51c39c2fc7 to handler 2019-02-07 04:11:48.006 6478 INFO octavia.api.v2.controllers.pool [req-ac9aac85-f383-45f4-8f55-5eecaaa86169 - - - - -] Sending Creation of Pool f8c1db25-e709-4620-a269-1869808d406d to handler 2019-02-07 04:11:48.233 6477 INFO octavia.api.v2.controllers.l7rule [req-87726a93-f28e-4065-8560-dd05e199f766 - - - - -] Sending Creation of L7Rule 20015ed2-dd9a-4147-830e-019a64fabec6 to handler 2019-02-07 04:11:48.356 6478 INFO octavia.api.v2.controllers.member [req-773262a8-7b72-408a-8b79-b949fc81fdb4 - - - - -] Sending Creation of Member dcd2fc14-95b7-4c57-80ad-0cfd1470b056 to handler 2019-02-07 04:11:48.685 6478 INFO oslo_db.sqlalchemy.provision [req-4b13662c-27bf-4a8e-93e2-d611c2edf181 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:48.686 6478 INFO oslo_db.sqlalchemy.provision [req-4b13662c-27bf-4a8e-93e2-d611c2edf181 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN seqahmobln 2019-02-07 04:11:48.686 6478 INFO oslo_db.sqlalchemy.provision [req-4b13662c-27bf-4a8e-93e2-d611c2edf181 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_monitor_address_and_port [1.243943s] ... ok 2019-02-07 04:11:48.689 6478 INFO oslo_db.sqlalchemy.provision [req-4b13662c-27bf-4a8e-93e2-d611c2edf181 - - - - -] CREATE BACKEND sqlite:// TOKEN kmfgtlgmkn 2019-02-07 04:11:48.763 6478 INFO octavia.common.config [req-4b13662c-27bf-4a8e-93e2-d611c2edf181 - - - - -] Logging enabled! 2019-02-07 04:11:48.763 6478 INFO octavia.common.config [req-4b13662c-27bf-4a8e-93e2-d611c2edf181 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:48.786 6478 WARNING octavia.api.root_controller [req-4b13662c-27bf-4a8e-93e2-d611c2edf181 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:48.800 6478 INFO octavia.api.v2.controllers.load_balancer [req-0e8e01b9-5583-4bec-8e9c-0eea9c697562 - - - - -] Sending created Load Balancer 3233a6d6-e764-486e-a472-2863123e9250 to the handler 2019-02-07 04:11:48.921 6478 INFO octavia.api.v2.controllers.listener [req-b0098e2b-ef6a-4352-b4ba-7279c13ac26d - - - - -] Sending Creation of Listener a8945243-3f1d-4617-b44d-85760bda13c5 to handler 2019-02-07 04:11:49.068 6478 INFO octavia.api.v2.controllers.pool [req-93e7bb89-6449-4e54-8fae-5d71f114a960 - - - - -] Sending Creation of Pool 4af55707-0a95-47ac-ac21-041f265bc8f5 to handler 2019-02-07 04:11:49.229 6478 INFO octavia.api.v2.controllers.pool [req-15a0de1a-80d8-4380-bef3-2a351eeced50 - - - - -] Sending Creation of Pool 7907bd2b-40f6-4bb6-98ea-b0b25bfd3723 to handler 2019-02-07 04:11:49.402 6478 INFO octavia.api.v2.controllers.member [req-189d4bff-9491-4a84-a9e8-5a750ccce5f9 - - - - -] Sending Creation of Member 99958b74-339f-4d4c-98f5-0910f6085218 to handler 2019-02-07 04:11:49.419 6478 INFO oslo_db.sqlalchemy.provision [req-189d4bff-9491-4a84-a9e8-5a750ccce5f9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:49.420 6478 INFO oslo_db.sqlalchemy.provision [req-189d4bff-9491-4a84-a9e8-5a750ccce5f9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kmfgtlgmkn 2019-02-07 04:11:49.420 6478 INFO oslo_db.sqlalchemy.provision [req-189d4bff-9491-4a84-a9e8-5a750ccce5f9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_project_id_is_ignored [0.734020s] ... ok 2019-02-07 04:11:49.423 6478 INFO oslo_db.sqlalchemy.provision [req-189d4bff-9491-4a84-a9e8-5a750ccce5f9 - - - - -] CREATE BACKEND sqlite:// TOKEN tajxjnxzce 2019-02-07 04:11:49.497 6478 INFO octavia.common.config [req-189d4bff-9491-4a84-a9e8-5a750ccce5f9 - - - - -] Logging enabled! 2019-02-07 04:11:49.497 6478 INFO octavia.common.config [req-189d4bff-9491-4a84-a9e8-5a750ccce5f9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:49.519 6478 WARNING octavia.api.root_controller [req-189d4bff-9491-4a84-a9e8-5a750ccce5f9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:49.534 6478 INFO octavia.api.v2.controllers.load_balancer [req-c014cd50-30ec-4b0d-a096-971341e8af99 - - - - -] Sending created Load Balancer 307a46af-22eb-4f02-85e2-0be76abcce12 to the handler 2019-02-07 04:11:49.715 6478 INFO octavia.api.v2.controllers.listener [req-466eef40-7acf-4e4a-9dab-7ec69f92fcde - - - - -] Sending Creation of Listener bd764c2f-bc26-426b-94b0-e13e19cd3305 to handler 2019-02-07 04:11:49.844 6478 INFO octavia.api.v2.controllers.pool [req-21d6d585-0b95-418c-b2ce-2d5606f0a6e0 - - - - -] Sending Creation of Pool 313c9c50-e8e6-43d3-874b-3f0eae87f53d to handler 2019-02-07 04:11:49.996 6478 INFO octavia.api.v2.controllers.pool [req-2cf830d6-5c34-413b-8738-cdc5d050cb66 - - - - -] Sending Creation of Pool 59bdb384-6292-4ddf-bc51-02f98123dd42 to handler 2019-02-07 04:11:50.195 6478 INFO octavia.api.v2.controllers.member [req-5b1bf21b-65c3-4f53-9314-8eb67fd1430e - - - - -] Sending Creation of Member 77cba474-1056-41b4-8631-4a8329abab03 to handler 2019-02-07 04:11:50.211 6478 INFO oslo_db.sqlalchemy.provision [req-5b1bf21b-65c3-4f53-9314-8eb67fd1430e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:50.212 6478 INFO oslo_db.sqlalchemy.provision [req-5b1bf21b-65c3-4f53-9314-8eb67fd1430e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tajxjnxzce 2019-02-07 04:11:50.213 6478 INFO oslo_db.sqlalchemy.provision [req-5b1bf21b-65c3-4f53-9314-8eb67fd1430e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_valid_subnet [0.792123s] ... ok 2019-02-07 04:11:50.221 6478 INFO oslo_db.sqlalchemy.provision [req-5b1bf21b-65c3-4f53-9314-8eb67fd1430e - - - - -] CREATE BACKEND sqlite:// TOKEN lasioeiwoq 2019-02-07 04:11:50.289 6478 INFO octavia.common.config [req-5b1bf21b-65c3-4f53-9314-8eb67fd1430e - - - - -] Logging enabled! 2019-02-07 04:11:50.290 6478 INFO octavia.common.config [req-5b1bf21b-65c3-4f53-9314-8eb67fd1430e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:50.312 6478 WARNING octavia.api.root_controller [req-5b1bf21b-65c3-4f53-9314-8eb67fd1430e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:50.326 6478 INFO octavia.api.v2.controllers.load_balancer [req-8b661123-dbf1-4ab5-a317-de3e44cbd4e1 - - - - -] Sending created Load Balancer abb99726-a6bb-47ed-9922-fa46702a95b3 to the handler 2019-02-07 04:11:50.442 6478 INFO octavia.api.v2.controllers.listener [req-577c6c48-bbbf-47ff-b94c-b9543e535474 - - - - -] Sending Creation of Listener 8a510249-fb77-45ee-967a-748cc30f91fe to handler 2019-02-07 04:11:50.570 6478 INFO octavia.api.v2.controllers.pool [req-ee04c4ce-ea54-4bf4-bb61-9d92da2e993b - - - - -] Sending Creation of Pool e6ed57cc-084a-4d55-a603-8529c82c255b to handler 2019-02-07 04:11:50.786 6478 INFO octavia.api.v2.controllers.pool [req-48b79605-9941-4f54-b996-e3abe4230833 - - - - -] Sending Creation of Pool 5fd6335f-8c63-4175-aea2-14a38d5e2baf to handler 2019-02-07 04:11:50.958 6478 INFO octavia.api.v2.controllers.member [req-8867f555-e6f1-432f-9cec-7af318b60059 - - - - -] Sending Creation of Member 0ea355a2-71eb-446a-94c2-873df18a5a00 to handler 2019-02-07 04:11:51.113 6478 INFO oslo_db.sqlalchemy.provision [req-ea09e982-0b34-4648-b7d5-7f8c435df2c5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:51.114 6478 INFO oslo_db.sqlalchemy.provision [req-ea09e982-0b34-4648-b7d5-7f8c435df2c5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lasioeiwoq 2019-02-07 04:11:51.114 6478 INFO oslo_db.sqlalchemy.provision [req-ea09e982-0b34-4648-b7d5-7f8c435df2c5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_already_deleted [0.915052s] ... ok 2019-02-07 04:11:51.131 6478 INFO oslo_db.sqlalchemy.provision [req-ea09e982-0b34-4648-b7d5-7f8c435df2c5 - - - - -] CREATE BACKEND sqlite:// TOKEN ftkthmuspd 2019-02-07 04:11:51.218 6478 INFO octavia.common.config [req-ea09e982-0b34-4648-b7d5-7f8c435df2c5 - - - - -] Logging enabled! 2019-02-07 04:11:51.218 6478 INFO octavia.common.config [req-ea09e982-0b34-4648-b7d5-7f8c435df2c5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:51.243 6478 WARNING octavia.api.root_controller [req-ea09e982-0b34-4648-b7d5-7f8c435df2c5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:51.261 6478 INFO octavia.api.v2.controllers.load_balancer [req-fc0e052e-14b6-4e09-a2f3-ffe04ad2d957 - - - - -] Sending created Load Balancer 594d2d4c-255e-4976-949f-d49c63f8ea92 to the handler 2019-02-07 04:11:51.408 6478 INFO octavia.api.v2.controllers.listener [req-9079bffe-2307-4e97-b086-f66021a1d0b0 - - - - -] Sending Creation of Listener 35d017dd-1cb5-4587-b3cd-12ca10aae90b to handler 2019-02-07 04:11:51.536 6478 INFO octavia.api.v2.controllers.pool [req-99458aa0-339d-4c97-9505-4c9cc73d76d4 - - - - -] Sending Creation of Pool d3241b1f-5d19-4650-a01a-427a8f1eab01 to handler 2019-02-07 04:11:51.688 6478 INFO octavia.api.v2.controllers.pool [req-5c4604a6-862b-4288-adaa-95e04bd20c42 - - - - -] Sending Creation of Pool 2ed3ecae-adc8-42c8-84fc-8d4176196aac to handler 2019-02-07 04:11:51.924 6478 INFO octavia.api.v2.controllers.member [req-0803de37-1357-4271-a778-bb8c4b50a760 - - - - -] Sending Creation of Member dcf09ab3-4aa6-4107-bf31-8e93997721ef to handler 2019-02-07 04:11:52.124 6478 INFO octavia.api.v2.controllers.member [req-48d76c15-9705-4d06-8a0a-4c14ecc398a0 - 19d89eff-ae32-45cc-977d-35aa390664c0 - - -] Sending Deletion of Member dcf09ab3-4aa6-4107-bf31-8e93997721ef to handler 2019-02-07 04:11:52.427 6478 INFO oslo_db.sqlalchemy.provision [req-1210dcec-68f4-4afa-b485-160089b3e1cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:52.428 6478 INFO oslo_db.sqlalchemy.provision [req-1210dcec-68f4-4afa-b485-160089b3e1cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ftkthmuspd 2019-02-07 04:11:52.429 6478 INFO oslo_db.sqlalchemy.provision [req-1210dcec-68f4-4afa-b485-160089b3e1cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_authorized [1.300666s] ... ok 2019-02-07 04:11:52.432 6478 INFO oslo_db.sqlalchemy.provision [req-1210dcec-68f4-4afa-b485-160089b3e1cb - - - - -] CREATE BACKEND sqlite:// TOKEN plkbsaulcc 2019-02-07 04:11:52.527 6478 INFO octavia.common.config [req-1210dcec-68f4-4afa-b485-160089b3e1cb - - - - -] Logging enabled! 2019-02-07 04:11:52.528 6478 INFO octavia.common.config [req-1210dcec-68f4-4afa-b485-160089b3e1cb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:52.550 6478 WARNING octavia.api.root_controller [req-1210dcec-68f4-4afa-b485-160089b3e1cb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:52.564 6478 INFO octavia.api.v2.controllers.load_balancer [req-c81ad6f2-f785-4f84-bd19-4c0555b61436 - - - - -] Sending created Load Balancer 7abc065f-b7e1-47b0-8545-df4cbd0b89ea to the handler 2019-02-07 04:11:52.679 6478 INFO octavia.api.v2.controllers.listener [req-637cb9ca-f3ef-4de0-bd91-66d676d649aa - - - - -] Sending Creation of Listener 4fe1ca59-0e02-41b9-b896-e20564085f07 to handler 2019-02-07 04:11:52.808 6478 INFO octavia.api.v2.controllers.pool [req-fd0e32ee-acc0-427e-a795-c87668f525c6 - - - - -] Sending Creation of Pool d6a17e68-a059-4692-8a5a-834d39ada90d to handler 2019-02-07 04:11:52.962 6478 INFO octavia.api.v2.controllers.pool [req-09e4a77d-31ac-468a-bc2e-08fbcbe6572c - - - - -] Sending Creation of Pool d70c348b-2caa-45b7-831d-d9b08d562f27 to handler 2019-02-07 04:11:53.201 6478 INFO octavia.api.v2.controllers.member [req-75c091c0-ad4a-409e-ac02-c0d3802fb9c0 - - - - -] Sending Creation of Member 1ff423ed-35e0-4197-9fa2-6420f372542f to handler 2019-02-07 04:11:53.438 6477 INFO oslo_db.sqlalchemy.provision [req-9765c4f4-ea4f-441c-9739-1a9e64248137 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:53.439 6477 INFO oslo_db.sqlalchemy.provision [req-9765c4f4-ea4f-441c-9739-1a9e64248137 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hbvtcjmoqy 2019-02-07 04:11:53.439 6477 INFO oslo_db.sqlalchemy.provision [req-9765c4f4-ea4f-441c-9739-1a9e64248137 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_too_many_rules [76.272900s] ... ok 2019-02-07 04:11:53.454 6478 INFO octavia.api.v2.controllers.load_balancer [req-42d6bf2b-9771-4771-9cd4-e5f6275c6160 - - - - -] Sending deleted Load Balancer 7abc065f-b7e1-47b0-8545-df4cbd0b89ea to the handler 2019-02-07 04:11:53.442 6477 INFO oslo_db.sqlalchemy.provision [req-9765c4f4-ea4f-441c-9739-1a9e64248137 - - - - -] CREATE BACKEND sqlite:// TOKEN chfehxklsy 2019-02-07 04:11:53.515 6477 INFO octavia.common.config [req-9765c4f4-ea4f-441c-9739-1a9e64248137 - - - - -] Logging enabled! 2019-02-07 04:11:53.515 6477 INFO octavia.common.config [req-9765c4f4-ea4f-441c-9739-1a9e64248137 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:53.510 6478 INFO octavia.api.v2.controllers.member [req-85b83903-3d0e-4033-b507-9d9f7ed270bc - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:11:53.524 6478 INFO oslo_db.sqlalchemy.provision [req-85b83903-3d0e-4033-b507-9d9f7ed270bc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:53.526 6478 INFO oslo_db.sqlalchemy.provision [req-85b83903-3d0e-4033-b507-9d9f7ed270bc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN plkbsaulcc 2019-02-07 04:11:53.526 6478 INFO oslo_db.sqlalchemy.provision [req-85b83903-3d0e-4033-b507-9d9f7ed270bc - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_when_lb_pending_delete [1.097120s] ... ok 2019-02-07 04:11:53.529 6478 INFO oslo_db.sqlalchemy.provision [req-85b83903-3d0e-4033-b507-9d9f7ed270bc - - - - -] CREATE BACKEND sqlite:// TOKEN nmwphkdnua 2019-02-07 04:11:53.537 6477 WARNING octavia.api.root_controller [req-9765c4f4-ea4f-441c-9739-1a9e64248137 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:53.549 6477 INFO octavia.api.v2.controllers.load_balancer [req-f30a5c61-fb8e-4e5d-b451-7128de6253a6 - - - - -] Sending created Load Balancer cdeded52-0a72-40fb-8db4-3c2be99a29a3 to the handler 2019-02-07 04:11:53.669 6477 INFO octavia.api.v2.controllers.listener [req-bf2e9fe9-ecfa-4e17-8104-b79eb0fc4e72 - - - - -] Sending Creation of Listener 8e43e88e-ddea-4f96-bf20-a9654880d7c1 to handler 2019-02-07 04:11:53.711 6478 INFO octavia.common.config [req-85b83903-3d0e-4033-b507-9d9f7ed270bc - - - - -] Logging enabled! 2019-02-07 04:11:53.712 6478 INFO octavia.common.config [req-85b83903-3d0e-4033-b507-9d9f7ed270bc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:53.781 6478 WARNING octavia.api.root_controller [req-85b83903-3d0e-4033-b507-9d9f7ed270bc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:53.794 6478 INFO octavia.api.v2.controllers.load_balancer [req-a4e951fc-adfa-4f90-9355-5eb8489b5654 - - - - -] Sending created Load Balancer 0c599b46-ed8b-484e-8605-c2fbc5f335c7 to the handler 2019-02-07 04:11:53.804 6477 INFO octavia.api.v2.controllers.l7policy [req-addeb79f-db57-4b0a-8adb-25bc318df9fc - - - - -] Sending Creation of L7Policy e8bfcf71-4059-4a00-985f-843c49b414da to handler 2019-02-07 04:11:54.030 6477 INFO octavia.api.v2.controllers.l7rule [req-6595f936-591d-4544-9f3a-ab5f630c9dfa - - - - -] Sending Creation of L7Rule b1dba36f-95bb-4644-936a-ca11f8ede70b to handler 2019-02-07 04:11:54.067 6478 INFO octavia.api.v2.controllers.listener [req-f4da7997-5aa0-4c8b-9c1c-9950c510cc21 - - - - -] Sending Creation of Listener 615bda8d-d7d4-480e-b5d2-e026e2544722 to handler 2019-02-07 04:11:54.237 6477 INFO octavia.api.v2.controllers.load_balancer [req-f1f24491-f09a-4540-8a09-7e84bf63ce8c - - - - -] Sending updated Load Balancer cdeded52-0a72-40fb-8db4-3c2be99a29a3 to the handler 2019-02-07 04:11:54.274 6477 INFO octavia.api.v2.controllers.l7rule [req-a6f749e4-3059-4032-806f-8bae2b442e38 - - - - -] L7Rule cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:11:54.287 6477 INFO oslo_db.sqlalchemy.provision [req-a6f749e4-3059-4032-806f-8bae2b442e38 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:54.289 6477 INFO oslo_db.sqlalchemy.provision [req-a6f749e4-3059-4032-806f-8bae2b442e38 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN chfehxklsy 2019-02-07 04:11:54.289 6477 INFO oslo_db.sqlalchemy.provision [req-a6f749e4-3059-4032-806f-8bae2b442e38 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_create_when_lb_pending_update [0.849410s] ... ok 2019-02-07 04:11:54.292 6477 INFO oslo_db.sqlalchemy.provision [req-a6f749e4-3059-4032-806f-8bae2b442e38 - - - - -] CREATE BACKEND sqlite:// TOKEN fisbivkjbz 2019-02-07 04:11:54.326 6478 INFO octavia.api.v2.controllers.pool [req-f9698979-b4f7-4902-af37-9061f7f39f30 - - - - -] Sending Creation of Pool ac8bbf03-346c-4e7f-a49a-0a5a02a2ea42 to handler 2019-02-07 04:11:54.366 6477 INFO octavia.common.config [req-a6f749e4-3059-4032-806f-8bae2b442e38 - - - - -] Logging enabled! 2019-02-07 04:11:54.366 6477 INFO octavia.common.config [req-a6f749e4-3059-4032-806f-8bae2b442e38 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:54.390 6477 WARNING octavia.api.root_controller [req-a6f749e4-3059-4032-806f-8bae2b442e38 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:54.403 6477 INFO octavia.api.v2.controllers.load_balancer [req-cea01567-5756-4287-8085-67a7474deb67 - - - - -] Sending created Load Balancer bed64a8a-03f2-4610-9fcc-cb14452fbe42 to the handler 2019-02-07 04:11:54.519 6477 INFO octavia.api.v2.controllers.listener [req-f377a77b-bab0-479e-b2ab-89278982445b - - - - -] Sending Creation of Listener 8bb289cf-cfa4-44cb-a2d6-824edc33edd5 to handler 2019-02-07 04:11:54.625 6478 INFO octavia.api.v2.controllers.pool [req-fd5a8027-11d7-412c-9cd9-085560c236ee - - - - -] Sending Creation of Pool 49b0f9af-f430-4afd-84e9-a59a6eb86edc to handler 2019-02-07 04:11:54.730 6477 INFO octavia.api.v2.controllers.l7policy [req-46a90e84-e0ca-45f3-8045-42badf602fe3 - - - - -] Sending Creation of L7Policy cb2931d6-2174-4852-b2de-ae7b88603b00 to handler 2019-02-07 04:11:54.955 6477 INFO octavia.api.v2.controllers.l7rule [req-517da1ee-60eb-4ec3-9ae2-7c807261babd - - - - -] Sending Creation of L7Rule aff1c4a1-0652-499a-8065-4b7101f5dfea to handler 2019-02-07 04:11:55.114 6478 INFO octavia.api.v2.controllers.member [req-f1ac19ac-e9b4-4a4c-9d73-7cb72c5e6ab9 - - - - -] Sending Creation of Member bd87e43d-ede4-4b40-9355-7e3193b73bdc to handler 2019-02-07 04:11:55.219 6477 INFO octavia.api.v2.controllers.l7rule [req-f96549cf-d128-4ff9-b17a-b28ba585b4fa - - - - -] Sending Deletion of L7Rule aff1c4a1-0652-499a-8065-4b7101f5dfea to handler 2019-02-07 04:11:55.406 6478 INFO octavia.api.v2.controllers.load_balancer [req-1d967219-e857-4c9a-b7a5-eb7fb90158da - - - - -] Sending updated Load Balancer 0c599b46-ed8b-484e-8605-c2fbc5f335c7 to the handler 2019-02-07 04:11:55.474 6477 INFO oslo_db.sqlalchemy.provision [req-dbe6b262-c65b-4244-8bed-d553f0a111ad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:55.477 6477 INFO oslo_db.sqlalchemy.provision [req-dbe6b262-c65b-4244-8bed-d553f0a111ad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fisbivkjbz 2019-02-07 04:11:55.477 6477 INFO oslo_db.sqlalchemy.provision [req-dbe6b262-c65b-4244-8bed-d553f0a111ad - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete [1.187714s] ... ok 2019-02-07 04:11:55.480 6477 INFO oslo_db.sqlalchemy.provision [req-dbe6b262-c65b-4244-8bed-d553f0a111ad - - - - -] CREATE BACKEND sqlite:// TOKEN imhtkdzqiq 2019-02-07 04:11:55.512 6478 INFO octavia.api.v2.controllers.member [req-fee15ace-2fd2-4942-86ff-5ef18e1ddefd - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:11:55.553 6477 INFO octavia.common.config [req-dbe6b262-c65b-4244-8bed-d553f0a111ad - - - - -] Logging enabled! 2019-02-07 04:11:55.553 6477 INFO octavia.common.config [req-dbe6b262-c65b-4244-8bed-d553f0a111ad - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:55.543 6478 INFO oslo_db.sqlalchemy.provision [req-fee15ace-2fd2-4942-86ff-5ef18e1ddefd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:55.545 6478 INFO oslo_db.sqlalchemy.provision [req-fee15ace-2fd2-4942-86ff-5ef18e1ddefd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nmwphkdnua 2019-02-07 04:11:55.545 6478 INFO oslo_db.sqlalchemy.provision [req-fee15ace-2fd2-4942-86ff-5ef18e1ddefd - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_when_lb_pending_update [2.018791s] ... ok 2019-02-07 04:11:55.548 6478 INFO oslo_db.sqlalchemy.provision [req-fee15ace-2fd2-4942-86ff-5ef18e1ddefd - - - - -] CREATE BACKEND sqlite:// TOKEN mfkvzxxseu 2019-02-07 04:11:55.576 6477 WARNING octavia.api.root_controller [req-dbe6b262-c65b-4244-8bed-d553f0a111ad - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:55.587 6477 INFO octavia.api.v2.controllers.load_balancer [req-84e9cc50-f24f-444f-a9b7-b47eda3124e1 - - - - -] Sending created Load Balancer 1f0e64ed-e016-4382-831e-227ee6ee82dc to the handler 2019-02-07 04:11:55.692 6478 INFO octavia.common.config [req-fee15ace-2fd2-4942-86ff-5ef18e1ddefd - - - - -] Logging enabled! 2019-02-07 04:11:55.693 6478 INFO octavia.common.config [req-fee15ace-2fd2-4942-86ff-5ef18e1ddefd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:55.732 6478 WARNING octavia.api.root_controller [req-fee15ace-2fd2-4942-86ff-5ef18e1ddefd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:55.743 6478 INFO octavia.api.v2.controllers.load_balancer [req-306d3afa-106b-4234-b39d-c7c80dfb1235 - - - - -] Sending created Load Balancer 9ea2533f-b48a-4e81-8165-3231fbdd7b6f to the handler 2019-02-07 04:11:55.773 6477 INFO octavia.api.v2.controllers.listener [req-3c90fba1-abca-4f81-87f5-992b7004eefa - - - - -] Sending Creation of Listener bfbef4c2-688e-4106-b1d3-e16155a01103 to handler 2019-02-07 04:11:55.908 6477 INFO octavia.api.v2.controllers.l7policy [req-feffdda1-f3f7-4250-bbe2-6bff14e99fdb - - - - -] Sending Creation of L7Policy 9f2068ce-71ae-43ba-a251-8870576c64fa to handler 2019-02-07 04:11:55.988 6478 INFO octavia.api.v2.controllers.listener [req-7c3ed94f-fc5e-49d0-9f45-60457d3e2998 - - - - -] Sending Creation of Listener 990ab442-c932-4213-862f-7ff0bba2bb6a to handler 2019-02-07 04:11:56.135 6477 INFO octavia.api.v2.controllers.l7rule [req-f887f541-a91f-44c6-bc09-21729b62ccf1 - - - - -] Sending Creation of L7Rule 424ea493-a7c3-4685-bee5-f504e76529a8 to handler 2019-02-07 04:11:56.272 6478 INFO octavia.api.v2.controllers.pool [req-be164ce9-3259-4283-b5c1-c298863f6439 - - - - -] Sending Creation of Pool c1818e05-107a-4956-8262-6faff1f71b92 to handler 2019-02-07 04:11:56.398 6477 INFO octavia.api.v2.controllers.l7rule [req-376dbb52-30ac-4379-9a3c-475eed829251 - 7a249e2c-72f2-4a8d-aa86-7b7489357a2d - - -] Sending Deletion of L7Rule 424ea493-a7c3-4685-bee5-f504e76529a8 to handler 2019-02-07 04:11:56.608 6478 INFO octavia.api.v2.controllers.pool [req-fb1390a9-af68-4a46-b585-bfdf62ade9bc - - - - -] Sending Creation of Pool d9aeff08-0846-4309-a003-52b899eff3a3 to handler 2019-02-07 04:11:56.659 6477 INFO oslo_db.sqlalchemy.provision [req-d5b9edef-4c66-4eb9-8a19-0a9661ad8019 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:56.661 6477 INFO oslo_db.sqlalchemy.provision [req-d5b9edef-4c66-4eb9-8a19-0a9661ad8019 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN imhtkdzqiq 2019-02-07 04:11:56.661 6477 INFO oslo_db.sqlalchemy.provision [req-d5b9edef-4c66-4eb9-8a19-0a9661ad8019 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_authorized [1.184002s] ... ok 2019-02-07 04:11:56.664 6477 INFO oslo_db.sqlalchemy.provision [req-d5b9edef-4c66-4eb9-8a19-0a9661ad8019 - - - - -] CREATE BACKEND sqlite:// TOKEN qctzgqpxha 2019-02-07 04:11:56.738 6477 INFO octavia.common.config [req-d5b9edef-4c66-4eb9-8a19-0a9661ad8019 - - - - -] Logging enabled! 2019-02-07 04:11:56.738 6477 INFO octavia.common.config [req-d5b9edef-4c66-4eb9-8a19-0a9661ad8019 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:56.761 6477 WARNING octavia.api.root_controller [req-d5b9edef-4c66-4eb9-8a19-0a9661ad8019 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:56.774 6477 INFO octavia.api.v2.controllers.load_balancer [req-adae7a95-bb6a-40b4-a800-edcfa7c4af68 - - - - -] Sending created Load Balancer d302b65b-e907-4498-8a30-8e14989c2105 to the handler 2019-02-07 04:11:56.954 6477 INFO octavia.api.v2.controllers.listener [req-79b376e3-698c-4ec7-9d5a-9eca11114127 - - - - -] Sending Creation of Listener 19cd3624-159d-4af5-be16-6510ae93d07a to handler 2019-02-07 04:11:56.961 6478 INFO octavia.api.v2.controllers.member [req-06998541-a15e-4556-a954-61943aa50511 - - - - -] Sending Creation of Member 258d1441-cb36-47a5-98a4-79f7f5792a2e to handler 2019-02-07 04:11:57.088 6477 INFO octavia.api.v2.controllers.l7policy [req-614afd66-b3e6-4c1a-919c-c9a63d531c46 - - - - -] Sending Creation of L7Policy dbc20db8-869a-4bbc-99dd-739fe0fe880d to handler 2019-02-07 04:11:57.310 6477 INFO octavia.api.v2.controllers.l7rule [req-ef657f43-0b57-4772-8577-ce2aa947a363 - - - - -] Sending Creation of L7Rule 1a275aff-932d-4b5e-8ef9-ae4461c4a022 to handler 2019-02-07 04:11:57.443 6478 INFO oslo_db.sqlalchemy.provision [req-ecebd0ab-10e2-4cf1-94ee-ef2077cf5061 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:57.444 6478 INFO oslo_db.sqlalchemy.provision [req-ecebd0ab-10e2-4cf1-94ee-ef2077cf5061 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mfkvzxxseu 2019-02-07 04:11:57.445 6478 INFO oslo_db.sqlalchemy.provision [req-ecebd0ab-10e2-4cf1-94ee-ef2077cf5061 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_duplicate_create [1.899609s] ... ok 2019-02-07 04:11:57.447 6478 INFO oslo_db.sqlalchemy.provision [req-ecebd0ab-10e2-4cf1-94ee-ef2077cf5061 - - - - -] CREATE BACKEND sqlite:// TOKEN kmqaxozrbs 2019-02-07 04:11:57.609 6477 INFO oslo_db.sqlalchemy.provision [req-7153500a-70a7-4acf-bf28-d5d0c032b41b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:57.611 6477 INFO oslo_db.sqlalchemy.provision [req-7153500a-70a7-4acf-bf28-d5d0c032b41b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qctzgqpxha 2019-02-07 04:11:57.611 6477 INFO oslo_db.sqlalchemy.provision [req-7153500a-70a7-4acf-bf28-d5d0c032b41b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_delete_not_authorized [0.949853s] ... ok 2019-02-07 04:11:57.614 6477 INFO oslo_db.sqlalchemy.provision [req-7153500a-70a7-4acf-bf28-d5d0c032b41b - - - - -] CREATE BACKEND sqlite:// TOKEN ekgiwjjakz 2019-02-07 04:11:57.625 6478 INFO octavia.common.config [req-ecebd0ab-10e2-4cf1-94ee-ef2077cf5061 - - - - -] Logging enabled! 2019-02-07 04:11:57.625 6478 INFO octavia.common.config [req-ecebd0ab-10e2-4cf1-94ee-ef2077cf5061 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:57.649 6478 WARNING octavia.api.root_controller [req-ecebd0ab-10e2-4cf1-94ee-ef2077cf5061 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:57.663 6478 INFO octavia.api.v2.controllers.load_balancer [req-9eb8a81b-124a-42d6-ba4b-22561ba4d793 - - - - -] Sending created Load Balancer cef0e8e7-559e-4842-991f-47e5110794b2 to the handler 2019-02-07 04:11:57.690 6477 INFO octavia.common.config [req-7153500a-70a7-4acf-bf28-d5d0c032b41b - - - - -] Logging enabled! 2019-02-07 04:11:57.691 6477 INFO octavia.common.config [req-7153500a-70a7-4acf-bf28-d5d0c032b41b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:57.713 6477 WARNING octavia.api.root_controller [req-7153500a-70a7-4acf-bf28-d5d0c032b41b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:57.727 6477 INFO octavia.api.v2.controllers.load_balancer [req-09638039-f7e5-49ca-8494-31f2f92b5ee7 - - - - -] Sending created Load Balancer effc63c0-e6d3-42bc-94ac-088583667b0c to the handler 2019-02-07 04:11:57.843 6477 INFO octavia.api.v2.controllers.listener [req-e3a09251-2d55-4833-bd5e-31d0c0bf379c - - - - -] Sending Creation of Listener da8fecdd-0ea9-447a-a753-c084b28c63c8 to handler 2019-02-07 04:11:57.965 6478 INFO octavia.api.v2.controllers.listener [req-814749ed-f32e-4771-8b97-4a678e259a46 - - - - -] Sending Creation of Listener 83d1c44b-e52e-4caf-aa29-991fb90c5e68 to handler 2019-02-07 04:11:57.978 6477 INFO octavia.api.v2.controllers.l7policy [req-ebaaa5db-44fb-4e80-b6fa-081bdebad765 - - - - -] Sending Creation of L7Policy d1594de9-2290-4c7c-98d4-dac57ef57866 to handler 2019-02-07 04:11:58.117 6478 INFO octavia.api.v2.controllers.pool [req-d4aa29be-23c8-403f-8d98-4619c355c015 - - - - -] Sending Creation of Pool 1de70071-0b49-4d5a-9331-bdcf320be371 to handler 2019-02-07 04:11:58.277 6478 INFO octavia.api.v2.controllers.pool [req-1d78231c-3e16-4c73-b304-90e2531fe6d2 - - - - -] Sending Creation of Pool d0fe4673-24e9-492d-b322-767faff6d6b0 to handler 2019-02-07 04:11:58.343 6477 INFO oslo_db.sqlalchemy.provision [req-8206b06f-9f3a-4e95-a44f-4e0d457706fe - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:58.344 6477 INFO oslo_db.sqlalchemy.provision [req-8206b06f-9f3a-4e95-a44f-4e0d457706fe - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ekgiwjjakz 2019-02-07 04:11:58.345 6477 INFO oslo_db.sqlalchemy.provision [req-8206b06f-9f3a-4e95-a44f-4e0d457706fe - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_empty_get_all [0.733267s] ... ok 2019-02-07 04:11:58.347 6477 INFO oslo_db.sqlalchemy.provision [req-8206b06f-9f3a-4e95-a44f-4e0d457706fe - - - - -] CREATE BACKEND sqlite:// TOKEN avlhcyuaua 2019-02-07 04:11:58.421 6477 INFO octavia.common.config [req-8206b06f-9f3a-4e95-a44f-4e0d457706fe - - - - -] Logging enabled! 2019-02-07 04:11:58.421 6477 INFO octavia.common.config [req-8206b06f-9f3a-4e95-a44f-4e0d457706fe - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:58.451 6478 INFO octavia.api.v2.controllers.member [req-96ff4d5b-dc57-465d-b766-bbd6bd96c6e6 - - - - -] Sending Creation of Member eb5e120d-beb5-4c15-96cc-d89770fcb037 to handler 2019-02-07 04:11:58.447 6477 WARNING octavia.api.root_controller [req-8206b06f-9f3a-4e95-a44f-4e0d457706fe - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:58.461 6477 INFO octavia.api.v2.controllers.load_balancer [req-e0fa4f1b-3d15-4737-abf4-43d611136183 - - - - -] Sending created Load Balancer 1bcf3310-7576-427d-b7a5-315daa7ce82f to the handler 2019-02-07 04:11:58.621 6478 INFO octavia.api.v2.controllers.member [req-7cb46a1f-5b4a-4895-9aa6-8484d0e04dab - - - - -] Sending Creation of Member c5ca4517-5265-4fe5-9239-bb5a3807047c to handler 2019-02-07 04:11:58.668 6477 INFO octavia.api.v2.controllers.listener [req-1076f9cc-02a8-4bf1-9390-7a6b86c67d7d - - - - -] Sending Creation of Listener 91a26293-b439-4c84-bbc4-2a86e9275052 to handler 2019-02-07 04:11:58.849 6477 INFO octavia.api.v2.controllers.l7policy [req-e3695193-0eb3-401d-9015-46bd1150eb0e - - - - -] Sending Creation of L7Policy 8fe1a9b1-5705-41ca-817e-c3f6164fd7c7 to handler 2019-02-07 04:11:58.866 6478 INFO octavia.api.v2.controllers.member [req-9cacaf7c-03c0-4fdf-a62c-948a4b3ccb46 - - - - -] Sending Creation of Member 224da4a4-9b09-46b0-a0a2-2bbb661ad368 to handler 2019-02-07 04:11:59.074 6478 INFO octavia.api.v2.controllers.member [req-a5bc5dcf-0144-4909-8f29-623b75db0d99 - - - - -] Sending Creation of Member b4be495b-10ae-4e4c-9802-e5cdcec18b45 to handler 2019-02-07 04:11:59.075 6477 INFO octavia.api.v2.controllers.l7rule [req-38c24215-59a7-4533-9437-6f34effea33e - - - - -] Sending Creation of L7Rule 968a7cb0-290e-45dc-9b9a-718040a40991 to handler 2019-02-07 04:11:59.115 6477 INFO oslo_db.sqlalchemy.provision [req-175df7b6-aff5-4389-b8c4-604da8a599e9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:59.116 6477 INFO oslo_db.sqlalchemy.provision [req-175df7b6-aff5-4389-b8c4-604da8a599e9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN avlhcyuaua 2019-02-07 04:11:59.116 6477 INFO oslo_db.sqlalchemy.provision [req-175df7b6-aff5-4389-b8c4-604da8a599e9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get [0.771597s] ... ok 2019-02-07 04:11:59.119 6477 INFO oslo_db.sqlalchemy.provision [req-175df7b6-aff5-4389-b8c4-604da8a599e9 - - - - -] CREATE BACKEND sqlite:// TOKEN aogxursxmv 2019-02-07 04:11:59.193 6477 INFO octavia.common.config [req-175df7b6-aff5-4389-b8c4-604da8a599e9 - - - - -] Logging enabled! 2019-02-07 04:11:59.193 6477 INFO octavia.common.config [req-175df7b6-aff5-4389-b8c4-604da8a599e9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:59.216 6477 WARNING octavia.api.root_controller [req-175df7b6-aff5-4389-b8c4-604da8a599e9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:59.229 6477 INFO octavia.api.v2.controllers.load_balancer [req-251e6e0f-390c-4ffe-8f83-8e4674cfac06 - - - - -] Sending created Load Balancer 6137fbe6-7e86-4955-92b3-b5b098172d5c to the handler 2019-02-07 04:11:59.265 6478 INFO octavia.api.v2.controllers.member [req-e2a60602-64f3-41c1-95fd-3cbec8ebd378 - - - - -] Sending Full Member Update to handler 2019-02-07 04:11:59.346 6477 INFO octavia.api.v2.controllers.listener [req-6df1c79e-be01-41d7-8378-789430c67f10 - - - - -] Sending Creation of Listener 3c88efb2-62a8-4352-92b7-8ae607c5c669 to handler 2019-02-07 04:11:59.423 6478 INFO oslo_db.sqlalchemy.provision [req-b4a171f0-1d83-47e6-b264-479ca25dad0c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:11:59.426 6478 INFO oslo_db.sqlalchemy.provision [req-b4a171f0-1d83-47e6-b264-479ca25dad0c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kmqaxozrbs 2019-02-07 04:11:59.426 6478 INFO oslo_db.sqlalchemy.provision [req-b4a171f0-1d83-47e6-b264-479ca25dad0c - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_full_batch_members [1.981512s] ... ok 2019-02-07 04:11:59.431 6478 INFO oslo_db.sqlalchemy.provision [req-b4a171f0-1d83-47e6-b264-479ca25dad0c - - - - -] CREATE BACKEND sqlite:// TOKEN cwpduarrcn 2019-02-07 04:11:59.548 6477 INFO octavia.api.v2.controllers.l7policy [req-a61949a3-81a5-4efd-86f5-034d6f8214af - - - - -] Sending Creation of L7Policy 20a85078-9f66-42b7-8714-33e625372628 to handler 2019-02-07 04:11:59.561 6478 INFO octavia.common.config [req-b4a171f0-1d83-47e6-b264-479ca25dad0c - - - - -] Logging enabled! 2019-02-07 04:11:59.561 6478 INFO octavia.common.config [req-b4a171f0-1d83-47e6-b264-479ca25dad0c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:11:59.597 6478 WARNING octavia.api.root_controller [req-b4a171f0-1d83-47e6-b264-479ca25dad0c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:11:59.623 6478 INFO octavia.api.v2.controllers.load_balancer [req-ef09718a-7543-453d-a9d7-600c48090a58 - - - - -] Sending created Load Balancer 6d4b3b7e-f9e4-4178-aa38-9ec7378e7763 to the handler 2019-02-07 04:11:59.771 6477 INFO octavia.api.v2.controllers.l7rule [req-33cd086a-4ea1-4977-9a7f-dc859f92eab9 - - - - -] Sending Creation of L7Rule 81f2c541-3b42-40c1-ad18-c82951ebe487 to handler 2019-02-07 04:11:59.797 6478 INFO octavia.api.v2.controllers.listener [req-3fdfb811-2395-407b-b973-a759cdbe6a3c - - - - -] Sending Creation of Listener d8cf533d-e75c-4af3-8cdc-bb37c43294db to handler 2019-02-07 04:11:59.989 6478 INFO octavia.api.v2.controllers.pool [req-9ffce490-16b4-4e28-a3b1-c10c2008871b - - - - -] Sending Creation of Pool 64458b6a-8787-4c0c-b5f8-963694e98ee2 to handler 2019-02-07 04:12:00.015 6477 INFO octavia.api.v2.controllers.l7rule [req-38ce7d2d-0816-485d-8ff0-e86bb8bd3f36 - - - - -] Sending Creation of L7Rule fe460df6-b505-4eb0-a493-04ebab99c0e6 to handler 2019-02-07 04:12:00.222 6478 INFO octavia.api.v2.controllers.pool [req-bb4cbdb2-bae4-47b7-878d-3da6d4baf19c - - - - -] Sending Creation of Pool 96128ae9-39e6-4451-abb5-650497bb5c82 to handler 2019-02-07 04:12:00.320 6477 INFO oslo_db.sqlalchemy.provision [req-7554982f-2db4-443b-82e9-227fddb98d4f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:00.321 6477 INFO oslo_db.sqlalchemy.provision [req-7554982f-2db4-443b-82e9-227fddb98d4f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aogxursxmv 2019-02-07 04:12:00.322 6477 INFO oslo_db.sqlalchemy.provision [req-7554982f-2db4-443b-82e9-227fddb98d4f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all [1.205300s] ... ok 2019-02-07 04:12:00.329 6477 INFO oslo_db.sqlalchemy.provision [req-7554982f-2db4-443b-82e9-227fddb98d4f - - - - -] CREATE BACKEND sqlite:// TOKEN rigtcekudg 2019-02-07 04:12:00.398 6477 INFO octavia.common.config [req-7554982f-2db4-443b-82e9-227fddb98d4f - - - - -] Logging enabled! 2019-02-07 04:12:00.398 6477 INFO octavia.common.config [req-7554982f-2db4-443b-82e9-227fddb98d4f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:00.420 6477 WARNING octavia.api.root_controller [req-7554982f-2db4-443b-82e9-227fddb98d4f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:00.434 6477 INFO octavia.api.v2.controllers.load_balancer [req-96912785-8909-4aa3-ae19-720afc9d39fe - - - - -] Sending created Load Balancer 3b48f02e-084a-4211-ba07-1607a066e2b6 to the handler 2019-02-07 04:12:00.615 6478 INFO octavia.api.v2.controllers.member [req-264db13e-12dc-4941-a081-4eef60213147 - - - - -] Sending Creation of Member 4de897eb-5ad1-43db-8c5e-f6aa7c8ba19f to handler 2019-02-07 04:12:00.615 6477 INFO octavia.api.v2.controllers.listener [req-ad0e72b7-4817-4d3f-89af-b6f3fd5c2120 - - - - -] Sending Creation of Listener 92d9a7db-8a41-4901-9460-61909a6fac99 to handler 2019-02-07 04:12:00.751 6477 INFO octavia.api.v2.controllers.l7policy [req-f33f269b-d125-4f5f-9d9c-d2ec2c5b36da - - - - -] Sending Creation of L7Policy 8a1a3281-4ef8-4ee9-8bfd-ea0ff4338920 to handler 2019-02-07 04:12:00.913 6478 INFO octavia.api.v2.controllers.member [req-ff613afe-6f16-4e32-abb4-86b275f6c6bf - - - - -] Sending Creation of Member 654d2220-bd41-4299-88cb-264719bf3fb7 to handler 2019-02-07 04:12:00.976 6477 INFO octavia.api.v2.controllers.l7rule [req-fbe0a4c0-7292-49cd-b6b8-2bfa00733672 - - - - -] Sending Creation of L7Rule 72ef2635-40c9-4c6d-9e74-b2373a09a82e to handler 2019-02-07 04:12:01.247 6477 INFO octavia.api.v2.controllers.l7rule [req-908721a8-ab25-4da5-9c4b-0be8f29c2ff7 - - - - -] Sending Creation of L7Rule 96ec86cb-5c32-4b21-99a7-4e67505ae18f to handler 2019-02-07 04:12:01.332 6478 INFO oslo_db.sqlalchemy.provision [req-d8e670da-1011-4295-a0fc-27f5e16b1d1e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:01.336 6478 INFO oslo_db.sqlalchemy.provision [req-d8e670da-1011-4295-a0fc-27f5e16b1d1e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cwpduarrcn 2019-02-07 04:12:01.337 6478 INFO oslo_db.sqlalchemy.provision [req-d8e670da-1011-4295-a0fc-27f5e16b1d1e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all [1.910309s] ... ok 2019-02-07 04:12:01.341 6478 INFO oslo_db.sqlalchemy.provision [req-d8e670da-1011-4295-a0fc-27f5e16b1d1e - - - - -] CREATE BACKEND sqlite:// TOKEN iuxrdtzygr 2019-02-07 04:12:01.449 6478 INFO octavia.common.config [req-d8e670da-1011-4295-a0fc-27f5e16b1d1e - - - - -] Logging enabled! 2019-02-07 04:12:01.449 6478 INFO octavia.common.config [req-d8e670da-1011-4295-a0fc-27f5e16b1d1e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:01.482 6478 WARNING octavia.api.root_controller [req-d8e670da-1011-4295-a0fc-27f5e16b1d1e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:01.500 6478 INFO octavia.api.v2.controllers.load_balancer [req-6a64dc07-94d1-4661-af82-1a78da39d249 - - - - -] Sending created Load Balancer 83229f3a-c8ce-421a-9fb1-90809d2979fe to the handler 2019-02-07 04:12:01.650 6478 INFO octavia.api.v2.controllers.listener [req-63c8c7cd-23b2-4c94-8ff7-9e3c81f43742 - - - - -] Sending Creation of Listener 8870f8c6-3019-4f44-862d-39bd4b018363 to handler 2019-02-07 04:12:01.700 6477 INFO oslo_db.sqlalchemy.provision [req-11e2c211-0495-4bef-be0f-7df72e197dd7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:01.702 6477 INFO oslo_db.sqlalchemy.provision [req-11e2c211-0495-4bef-be0f-7df72e197dd7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rigtcekudg 2019-02-07 04:12:01.702 6477 INFO oslo_db.sqlalchemy.provision [req-11e2c211-0495-4bef-be0f-7df72e197dd7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_authorized [1.380290s] ... ok 2019-02-07 04:12:01.709 6477 INFO oslo_db.sqlalchemy.provision [req-11e2c211-0495-4bef-be0f-7df72e197dd7 - - - - -] CREATE BACKEND sqlite:// TOKEN chscsdwqbu 2019-02-07 04:12:01.778 6477 INFO octavia.common.config [req-11e2c211-0495-4bef-be0f-7df72e197dd7 - - - - -] Logging enabled! 2019-02-07 04:12:01.778 6477 INFO octavia.common.config [req-11e2c211-0495-4bef-be0f-7df72e197dd7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:01.801 6477 WARNING octavia.api.root_controller [req-11e2c211-0495-4bef-be0f-7df72e197dd7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:01.815 6477 INFO octavia.api.v2.controllers.load_balancer [req-0694f55e-9e75-4836-a115-5039ec3bd59b - - - - -] Sending created Load Balancer a23e38ec-3b09-4e7a-b26d-d2a1a8a5a13d to the handler 2019-02-07 04:12:01.832 6478 INFO octavia.api.v2.controllers.pool [req-6574dbf3-6c88-499a-b89e-bc4bbd01d6df - - - - -] Sending Creation of Pool f221173c-f0be-4244-a68c-f94fba3796fe to handler 2019-02-07 04:12:01.930 6477 INFO octavia.api.v2.controllers.listener [req-7ebc6b33-c44e-488e-9404-b44671b11c58 - - - - -] Sending Creation of Listener 936087c3-9851-404a-a1e7-c375b35a1c0b to handler 2019-02-07 04:12:02.033 6478 INFO octavia.api.v2.controllers.pool [req-5397c52a-26a9-4254-b7ef-096daab50841 - - - - -] Sending Creation of Pool 38149e50-10bf-4abf-b86c-2d1396f42bcf to handler 2019-02-07 04:12:02.066 6477 INFO octavia.api.v2.controllers.l7policy [req-8765abb8-0bed-4347-829c-2270502be5ca - - - - -] Sending Creation of L7Policy dbe10931-881a-4b4a-bd81-9ffb9d1f14d4 to handler 2019-02-07 04:12:02.291 6477 INFO octavia.api.v2.controllers.l7rule [req-c8190b77-1c48-4dd0-a40e-8e42b36d7221 - - - - -] Sending Creation of L7Rule b2fcac6d-3793-49d6-b759-486e10516dd8 to handler 2019-02-07 04:12:02.440 6478 INFO octavia.api.v2.controllers.member [req-a3a5e27f-1bdb-43ed-957b-79d3de84b765 - - - - -] Sending Creation of Member 78ea555c-3708-470f-9ce9-b94e0becfa36 to handler 2019-02-07 04:12:02.537 6477 INFO octavia.api.v2.controllers.l7rule [req-8684b276-6262-4eb6-bea1-5b0f4b44319c - - - - -] Sending Creation of L7Rule c01d2e11-a37c-444e-a722-9693ee3e24d6 to handler 2019-02-07 04:12:02.611 6478 INFO octavia.api.v2.controllers.member [req-20152cc4-3513-4ba6-b0c7-0fe5116635f3 - - - - -] Sending Creation of Member 96462ffe-3f15-4952-8e0e-fa9f2fbfba03 to handler 2019-02-07 04:12:02.829 6478 INFO oslo_db.sqlalchemy.provision [req-228cd2ba-b1ae-4ea0-aa8f-324c4d6119f0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:02.830 6478 INFO oslo_db.sqlalchemy.provision [req-228cd2ba-b1ae-4ea0-aa8f-324c4d6119f0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iuxrdtzygr 2019-02-07 04:12:02.830 6478 INFO oslo_db.sqlalchemy.provision [req-228cd2ba-b1ae-4ea0-aa8f-324c4d6119f0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_authorized [1.493344s] ... ok 2019-02-07 04:12:02.834 6478 INFO oslo_db.sqlalchemy.provision [req-228cd2ba-b1ae-4ea0-aa8f-324c4d6119f0 - - - - -] CREATE BACKEND sqlite:// TOKEN xsdbkxucde 2019-02-07 04:12:02.872 6477 INFO octavia.api.v2.controllers.l7rule [req-459ddec3-19f3-4685-ba0c-9a5772134d79 - - - - -] Sending Creation of L7Rule 6b7c7da4-a826-4261-870f-58e2b2e83091 to handler 2019-02-07 04:12:02.909 6478 INFO octavia.common.config [req-228cd2ba-b1ae-4ea0-aa8f-324c4d6119f0 - - - - -] Logging enabled! 2019-02-07 04:12:02.909 6478 INFO octavia.common.config [req-228cd2ba-b1ae-4ea0-aa8f-324c4d6119f0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:02.931 6478 WARNING octavia.api.root_controller [req-228cd2ba-b1ae-4ea0-aa8f-324c4d6119f0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:02.947 6478 INFO octavia.api.v2.controllers.load_balancer [req-3ebe79b1-1590-49b9-a01f-66f6c3853c26 - - - - -] Sending created Load Balancer af680c9e-8bf5-465f-9d62-50e04cb6a65e to the handler 2019-02-07 04:12:03.064 6478 INFO octavia.api.v2.controllers.listener [req-0c8f8830-3d43-4f62-a76a-c1c9dad4556c - - - - -] Sending Creation of Listener 87ea14f3-4693-476b-b877-432e922df5f9 to handler 2019-02-07 04:12:03.198 6477 INFO oslo_db.sqlalchemy.provision [req-21888b1c-e6a9-492e-b406-f5f6329f6657 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:03.199 6477 INFO oslo_db.sqlalchemy.provision [req-21888b1c-e6a9-492e-b406-f5f6329f6657 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN chscsdwqbu 2019-02-07 04:12:03.200 6477 INFO oslo_db.sqlalchemy.provision [req-21888b1c-e6a9-492e-b406-f5f6329f6657 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_fields_filter [1.497398s] ... ok 2019-02-07 04:12:03.203 6477 INFO oslo_db.sqlalchemy.provision [req-21888b1c-e6a9-492e-b406-f5f6329f6657 - - - - -] CREATE BACKEND sqlite:// TOKEN jjurrljxgk 2019-02-07 04:12:03.195 6478 INFO octavia.api.v2.controllers.pool [req-06a91c50-3198-4a34-bb35-bcef89917259 - - - - -] Sending Creation of Pool 5e1e8915-0503-40bd-bc5d-2d7d57dd8077 to handler 2019-02-07 04:12:03.277 6477 INFO octavia.common.config [req-21888b1c-e6a9-492e-b406-f5f6329f6657 - - - - -] Logging enabled! 2019-02-07 04:12:03.277 6477 INFO octavia.common.config [req-21888b1c-e6a9-492e-b406-f5f6329f6657 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:03.300 6477 WARNING octavia.api.root_controller [req-21888b1c-e6a9-492e-b406-f5f6329f6657 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:03.315 6477 INFO octavia.api.v2.controllers.load_balancer [req-b71e7cf3-1de9-479a-80e2-52edfcc42ecb - - - - -] Sending created Load Balancer f4e9cd12-8b3c-48c2-8541-ce453002a994 to the handler 2019-02-07 04:12:03.429 6477 INFO octavia.api.v2.controllers.listener [req-922b6312-7321-422c-9ff7-910fe3eac4de - - - - -] Sending Creation of Listener 68207ad3-736c-4765-b44f-da09b22ea795 to handler 2019-02-07 04:12:03.565 6477 INFO octavia.api.v2.controllers.l7policy [req-79fe6752-3c17-49e1-95b4-e65d93dcfe7b - - - - -] Sending Creation of L7Policy e77c2bb2-ebdf-4d3f-8490-7970828635b9 to handler 2019-02-07 04:12:03.592 6478 INFO octavia.api.v2.controllers.pool [req-f24b54d1-89dd-49c1-b7e0-263c941ff6cf - - - - -] Sending Creation of Pool 38e02b34-7cac-4285-a4ec-b1a6ffc3b270 to handler 2019-02-07 04:12:03.787 6478 INFO octavia.api.v2.controllers.member [req-c0fb601e-9ee8-49c2-a091-9363339a0754 - - - - -] Sending Creation of Member 3e61918f-4ad4-435b-980e-d37a3936479b to handler 2019-02-07 04:12:03.806 6477 INFO octavia.api.v2.controllers.l7rule [req-a56ff8f4-e41d-4359-abc5-fb375fd559c4 - - - - -] Sending Creation of L7Rule 4a419376-df3c-4eba-b04f-1d81bdb2b19f to handler 2019-02-07 04:12:03.956 6478 INFO octavia.api.v2.controllers.member [req-ffb7a930-a334-41f2-a42a-b6688b995e82 - - - - -] Sending Creation of Member c424cb1d-6c81-45c7-bb15-c2f035d4833c to handler 2019-02-07 04:12:04.118 6478 INFO oslo_db.sqlalchemy.provision [req-fd4d335e-0b93-4a3f-9c1b-69158eabf3e1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:04.119 6478 INFO oslo_db.sqlalchemy.provision [req-fd4d335e-0b93-4a3f-9c1b-69158eabf3e1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xsdbkxucde 2019-02-07 04:12:04.120 6478 INFO oslo_db.sqlalchemy.provision [req-fd4d335e-0b93-4a3f-9c1b-69158eabf3e1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_not_authorized [1.289108s] ... ok 2019-02-07 04:12:04.123 6478 INFO oslo_db.sqlalchemy.provision [req-fd4d335e-0b93-4a3f-9c1b-69158eabf3e1 - - - - -] CREATE BACKEND sqlite:// TOKEN rltgedqzqa 2019-02-07 04:12:04.165 6477 INFO octavia.api.v2.controllers.l7rule [req-aec24634-79ff-4c7c-8ea4-149c7b82155f - - - - -] Sending Creation of L7Rule cd55f53c-223c-4017-9b24-94d76614a9db to handler 2019-02-07 04:12:04.197 6478 INFO octavia.common.config [req-fd4d335e-0b93-4a3f-9c1b-69158eabf3e1 - - - - -] Logging enabled! 2019-02-07 04:12:04.197 6478 INFO octavia.common.config [req-fd4d335e-0b93-4a3f-9c1b-69158eabf3e1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:04.219 6478 WARNING octavia.api.root_controller [req-fd4d335e-0b93-4a3f-9c1b-69158eabf3e1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:04.234 6478 INFO octavia.api.v2.controllers.load_balancer [req-15eba6a0-ecc2-46d4-b143-b0ff10a92d49 - - - - -] Sending created Load Balancer 813882f2-cd2e-46a1-89bf-a2f11bf07f5b to the handler 2019-02-07 04:12:04.356 6478 INFO octavia.api.v2.controllers.listener [req-3e81c85b-a919-4611-bb25-17b1af3430f4 - - - - -] Sending Creation of Listener ba0d05cf-343c-4061-b96c-f1646bad7b86 to handler 2019-02-07 04:12:04.444 6477 INFO octavia.api.v2.controllers.l7rule [req-07f01aa2-3243-4e52-9584-2c183cdfb138 - - - - -] Sending Creation of L7Rule 85d59e90-c7ea-400e-97ba-c18571065e92 to handler 2019-02-07 04:12:04.495 6478 INFO octavia.api.v2.controllers.pool [req-b464de29-8010-4355-af27-d4f1e3268a5f - - - - -] Sending Creation of Pool 5b0114a5-e0e8-4d74-ad5b-d7346d109539 to handler 2019-02-07 04:12:04.783 6477 INFO oslo_db.sqlalchemy.provision [req-07c82272-0881-4fcf-bff2-96e985f6509d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:04.786 6477 INFO oslo_db.sqlalchemy.provision [req-07c82272-0881-4fcf-bff2-96e985f6509d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jjurrljxgk 2019-02-07 04:12:04.787 6477 INFO oslo_db.sqlalchemy.provision [req-07c82272-0881-4fcf-bff2-96e985f6509d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_filter [1.586868s] ... ok 2019-02-07 04:12:04.790 6477 INFO oslo_db.sqlalchemy.provision [req-07c82272-0881-4fcf-bff2-96e985f6509d - - - - -] CREATE BACKEND sqlite:// TOKEN lbjmfbctip 2019-02-07 04:12:04.846 6478 INFO octavia.api.v2.controllers.pool [req-5b02e087-8326-4f73-9920-9f9d34858e30 - - - - -] Sending Creation of Pool 21747022-8469-4d3f-bda5-2b19c6bfc7cb to handler 2019-02-07 04:12:04.866 6477 INFO octavia.common.config [req-07c82272-0881-4fcf-bff2-96e985f6509d - - - - -] Logging enabled! 2019-02-07 04:12:04.866 6477 INFO octavia.common.config [req-07c82272-0881-4fcf-bff2-96e985f6509d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:04.889 6477 WARNING octavia.api.root_controller [req-07c82272-0881-4fcf-bff2-96e985f6509d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:04.903 6477 INFO octavia.api.v2.controllers.load_balancer [req-1eaca17d-a76a-46b3-96a6-16497934c702 - - - - -] Sending created Load Balancer b21b2a17-f74d-48ff-a225-0a47c1e0177b to the handler 2019-02-07 04:12:05.057 6478 INFO octavia.api.v2.controllers.member [req-97da7192-ebe9-4a8d-ba5a-1b944c3bc28b - - - - -] Sending Creation of Member f4de3fd0-697a-47e9-b4f9-150769802db4 to handler 2019-02-07 04:12:05.097 6478 INFO oslo_db.sqlalchemy.provision [req-1ca602f7-0a2e-4ec4-b9ac-07367b6ed6db - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:05.099 6478 INFO oslo_db.sqlalchemy.provision [req-1ca602f7-0a2e-4ec4-b9ac-07367b6ed6db - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rltgedqzqa 2019-02-07 04:12:05.099 6478 INFO oslo_db.sqlalchemy.provision [req-1ca602f7-0a2e-4ec4-b9ac-07367b6ed6db - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_get_authorized [0.979244s] ... ok 2019-02-07 04:12:05.109 6477 INFO octavia.api.v2.controllers.listener [req-f9860a3a-4eec-433d-b9f8-70ee31b82eb3 - - - - -] Sending Creation of Listener 57f02e90-484d-419c-8e3c-a92dc9947971 to handler 2019-02-07 04:12:05.102 6478 INFO oslo_db.sqlalchemy.provision [req-1ca602f7-0a2e-4ec4-b9ac-07367b6ed6db - - - - -] CREATE BACKEND sqlite:// TOKEN trxypemfla 2019-02-07 04:12:05.176 6478 INFO octavia.common.config [req-1ca602f7-0a2e-4ec4-b9ac-07367b6ed6db - - - - -] Logging enabled! 2019-02-07 04:12:05.176 6478 INFO octavia.common.config [req-1ca602f7-0a2e-4ec4-b9ac-07367b6ed6db - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:05.199 6478 WARNING octavia.api.root_controller [req-1ca602f7-0a2e-4ec4-b9ac-07367b6ed6db - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:05.214 6478 INFO octavia.api.v2.controllers.load_balancer [req-6aad4c79-b473-420e-8bfd-e4f1f6574348 - - - - -] Sending created Load Balancer a473cb51-6fab-4013-a829-5e3c24eaea32 to the handler 2019-02-07 04:12:05.251 6477 INFO octavia.api.v2.controllers.l7policy [req-debd0998-a310-44b6-9b9d-bf9fe6fd938c - - - - -] Sending Creation of L7Policy bc941553-6d64-4165-b808-94adeffb4422 to handler 2019-02-07 04:12:05.337 6478 INFO octavia.api.v2.controllers.listener [req-dfacc85f-ab1e-4217-999e-8e01c7320407 - - - - -] Sending Creation of Listener f6167d94-8a67-4fe3-b9de-b029f5712b41 to handler 2019-02-07 04:12:05.473 6478 INFO octavia.api.v2.controllers.pool [req-5fc34837-2eec-4cf7-b9ae-07b91e952eb2 - - - - -] Sending Creation of Pool 30d346d5-24da-49c9-8e4c-1f0731906289 to handler 2019-02-07 04:12:05.480 6477 INFO octavia.api.v2.controllers.l7rule [req-a77a1774-d6e9-412a-8ea2-3f08d8499fe3 - - - - -] Sending Creation of L7Rule 0044e7a7-0170-48f6-b6e8-f76d92478f8d to handler 2019-02-07 04:12:05.626 6478 INFO octavia.api.v2.controllers.pool [req-2c8a1e9e-bcf0-4e67-afb9-30aad2b4855e - - - - -] Sending Creation of Pool 9bac6603-58ab-4b4c-b058-94c3233fab19 to handler 2019-02-07 04:12:05.733 6477 INFO octavia.api.v2.controllers.l7rule [req-8c2b63cb-3e81-420f-b1c6-1549bf662618 - - - - -] Sending Creation of L7Rule b7f6b60c-3cd2-4072-9a24-ec6ec671c4c5 to handler 2019-02-07 04:12:05.820 6478 INFO octavia.api.v2.controllers.member [req-71422e64-cba7-44d4-8f62-f37c678a0b80 - - - - -] Sending Creation of Member 607e1967-18c8-4770-a8f3-0101ed791fbf to handler 2019-02-07 04:12:06.003 6477 INFO octavia.api.v2.controllers.l7rule [req-0bb972a3-b9a4-41b6-937e-2b9e38fd8b75 - - - - -] Sending Creation of L7Rule 898b7cd3-dff8-4b6e-8854-df7e09e5bb02 to handler 2019-02-07 04:12:06.087 6478 INFO oslo_db.sqlalchemy.provision [req-2ed304f4-3d1d-4211-ae26-5f6a2fa40965 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:06.088 6478 INFO oslo_db.sqlalchemy.provision [req-2ed304f4-3d1d-4211-ae26-5f6a2fa40965 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN trxypemfla 2019-02-07 04:12:06.089 6478 INFO oslo_db.sqlalchemy.provision [req-2ed304f4-3d1d-4211-ae26-5f6a2fa40965 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_get_one_fields_filter [0.989176s] ... ok 2019-02-07 04:12:06.092 6478 INFO oslo_db.sqlalchemy.provision [req-2ed304f4-3d1d-4211-ae26-5f6a2fa40965 - - - - -] CREATE BACKEND sqlite:// TOKEN scytkzidhz 2019-02-07 04:12:06.159 6478 INFO octavia.common.config [req-2ed304f4-3d1d-4211-ae26-5f6a2fa40965 - - - - -] Logging enabled! 2019-02-07 04:12:06.160 6478 INFO octavia.common.config [req-2ed304f4-3d1d-4211-ae26-5f6a2fa40965 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:06.182 6478 WARNING octavia.api.root_controller [req-2ed304f4-3d1d-4211-ae26-5f6a2fa40965 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:06.196 6478 INFO octavia.api.v2.controllers.load_balancer [req-065d6a18-0703-4945-9036-e8d69acb134a - - - - -] Sending created Load Balancer 43facda2-bbc5-48bd-b10d-8de29eadaea1 to the handler 2019-02-07 04:12:06.314 6478 INFO octavia.api.v2.controllers.listener [req-e40402b8-b898-4772-935d-06d132308f54 - - - - -] Sending Creation of Listener b0ad0b24-bd0a-4066-b242-5a69f55ad3b5 to handler 2019-02-07 04:12:06.447 6478 INFO octavia.api.v2.controllers.pool [req-059ec20c-b3c2-4dc6-b6c7-f9457fcef6a0 - - - - -] Sending Creation of Pool cf9bad6e-a15a-4d27-a9b8-ca629cfd77b2 to handler 2019-02-07 04:12:06.583 6477 INFO oslo_db.sqlalchemy.provision [req-1a5114fc-4486-40ce-9bef-48d922dc1bc6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:06.586 6477 INFO oslo_db.sqlalchemy.provision [req-1a5114fc-4486-40ce-9bef-48d922dc1bc6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lbjmfbctip 2019-02-07 04:12:06.586 6477 INFO oslo_db.sqlalchemy.provision [req-1a5114fc-4486-40ce-9bef-48d922dc1bc6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_get_all_limited [1.799494s] ... ok 2019-02-07 04:12:06.589 6477 INFO oslo_db.sqlalchemy.provision [req-1a5114fc-4486-40ce-9bef-48d922dc1bc6 - - - - -] CREATE BACKEND sqlite:// TOKEN kgixkhlhfy 2019-02-07 04:12:06.601 6478 INFO octavia.api.v2.controllers.pool [req-bfa7454e-cb57-4576-9f18-9a44bc15e346 - - - - -] Sending Creation of Pool 14413bc3-eb0e-4c9a-9f72-d7a018beaafd to handler 2019-02-07 04:12:06.664 6477 INFO octavia.common.config [req-1a5114fc-4486-40ce-9bef-48d922dc1bc6 - - - - -] Logging enabled! 2019-02-07 04:12:06.665 6477 INFO octavia.common.config [req-1a5114fc-4486-40ce-9bef-48d922dc1bc6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:06.687 6477 WARNING octavia.api.root_controller [req-1a5114fc-4486-40ce-9bef-48d922dc1bc6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:06.701 6477 INFO octavia.api.v2.controllers.load_balancer [req-48c2845e-01d1-4fe8-ad58-4bc62f59f054 - - - - -] Sending created Load Balancer 9f75acdb-c4cd-4328-9cc3-bd7f291d0ab8 to the handler 2019-02-07 04:12:06.778 6478 INFO octavia.api.v2.controllers.member [req-faa6798e-2be7-4a93-a208-b8c07977c92b - - - - -] Sending Creation of Member c0311445-632c-44b1-951d-b0a7ae675f84 to handler 2019-02-07 04:12:06.819 6477 INFO octavia.api.v2.controllers.listener [req-218e56aa-83d1-498d-bd22-5ae64dcea4ee - - - - -] Sending Creation of Listener ac8f68b5-a0d6-4f98-bec4-e4b276d01818 to handler 2019-02-07 04:12:06.935 6478 INFO octavia.api.v2.controllers.member [req-1b088027-f487-4749-a8aa-dcbb2defd73c - 7478f311-f5a1-474a-b05e-2048287ba2cd - - -] Sending Update of Member c0311445-632c-44b1-951d-b0a7ae675f84 to handler 2019-02-07 04:12:06.963 6477 INFO octavia.api.v2.controllers.l7policy [req-ef1b7684-1eac-4700-9806-80c8a24fcac6 - - - - -] Sending Creation of L7Policy 839c6d78-dc8b-4417-88dd-e183499c42e5 to handler 2019-02-07 04:12:07.191 6477 INFO octavia.api.v2.controllers.l7rule [req-884cff43-938e-4925-af73-5c07c595307c - - - - -] Sending Creation of L7Rule 5a8be3a1-1a2a-42e4-aaef-bd47cbea7c88 to handler 2019-02-07 04:12:07.360 6478 INFO oslo_db.sqlalchemy.provision [req-2e78e3d0-ba76-4e13-929a-dc3c230cb263 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:07.361 6478 INFO oslo_db.sqlalchemy.provision [req-2e78e3d0-ba76-4e13-929a-dc3c230cb263 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN scytkzidhz 2019-02-07 04:12:07.361 6478 INFO oslo_db.sqlalchemy.provision [req-2e78e3d0-ba76-4e13-929a-dc3c230cb263 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_update_authorized [1.272608s] ... ok 2019-02-07 04:12:07.364 6478 INFO oslo_db.sqlalchemy.provision [req-2e78e3d0-ba76-4e13-929a-dc3c230cb263 - - - - -] CREATE BACKEND sqlite:// TOKEN xgnralfnza 2019-02-07 04:12:07.438 6478 INFO octavia.common.config [req-2e78e3d0-ba76-4e13-929a-dc3c230cb263 - - - - -] Logging enabled! 2019-02-07 04:12:07.438 6478 INFO octavia.common.config [req-2e78e3d0-ba76-4e13-929a-dc3c230cb263 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:07.461 6478 WARNING octavia.api.root_controller [req-2e78e3d0-ba76-4e13-929a-dc3c230cb263 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:07.473 6478 INFO octavia.api.v2.controllers.load_balancer [req-02c40fe6-2d47-4e9c-9df8-02e57ff1780c - - - - -] Sending created Load Balancer f34a5672-f0fa-46b7-9073-24115b2ffbf1 to the handler 2019-02-07 04:12:07.526 6477 INFO octavia.api.v2.controllers.l7rule [req-f84ae62f-1f60-430a-a438-12851facc930 - - - - -] Sending Update of L7Rule 5a8be3a1-1a2a-42e4-aaef-bd47cbea7c88 to handler 2019-02-07 04:12:07.594 6478 INFO octavia.api.v2.controllers.listener [req-994ea319-d657-4e47-9f58-a7539249c381 - - - - -] Sending Creation of Listener 005d06ab-c1dc-431f-ac41-d5a7ea3c678d to handler 2019-02-07 04:12:07.614 6477 INFO oslo_db.sqlalchemy.provision [req-88946cf9-c6fb-47b0-aa0d-7cbd167249fb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:07.617 6477 INFO oslo_db.sqlalchemy.provision [req-88946cf9-c6fb-47b0-aa0d-7cbd167249fb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kgixkhlhfy 2019-02-07 04:12:07.617 6477 INFO oslo_db.sqlalchemy.provision [req-88946cf9-c6fb-47b0-aa0d-7cbd167249fb - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update [1.030587s] ... ok 2019-02-07 04:12:07.620 6477 INFO oslo_db.sqlalchemy.provision [req-88946cf9-c6fb-47b0-aa0d-7cbd167249fb - - - - -] CREATE BACKEND sqlite:// TOKEN yxtelxettx 2019-02-07 04:12:07.694 6477 INFO octavia.common.config [req-88946cf9-c6fb-47b0-aa0d-7cbd167249fb - - - - -] Logging enabled! 2019-02-07 04:12:07.696 6477 INFO octavia.common.config [req-88946cf9-c6fb-47b0-aa0d-7cbd167249fb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:07.717 6477 WARNING octavia.api.root_controller [req-88946cf9-c6fb-47b0-aa0d-7cbd167249fb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:07.731 6477 INFO octavia.api.v2.controllers.load_balancer [req-4dc3382f-48fa-4824-87b0-003166c59fa5 - - - - -] Sending created Load Balancer 00d82362-f075-48fc-8677-d22c0cd188d8 to the handler 2019-02-07 04:12:07.725 6478 INFO octavia.api.v2.controllers.pool [req-2fa2ad44-707c-4c56-a13a-1de4ac41e54a - - - - -] Sending Creation of Pool c5e7222f-53b3-4633-80a5-3460060152d7 to handler 2019-02-07 04:12:07.848 6477 INFO octavia.api.v2.controllers.listener [req-cda412cf-2ab1-42a8-90e1-83b8550bc52c - - - - -] Sending Creation of Listener a753bed4-59a0-4331-90da-a8c52f16d4ce to handler 2019-02-07 04:12:07.880 6478 INFO octavia.api.v2.controllers.pool [req-fbc41012-ef03-4504-a704-84acd70895bd - - - - -] Sending Creation of Pool 5a85f25f-316f-4a70-bc7f-227fca1b15ab to handler 2019-02-07 04:12:07.988 6477 INFO octavia.api.v2.controllers.l7policy [req-3dc6b884-ba0f-4205-b057-fef5f26ee819 - - - - -] Sending Creation of L7Policy 3bafa421-60e2-4fe6-a392-303784428ece to handler 2019-02-07 04:12:08.056 6478 INFO octavia.api.v2.controllers.member [req-90b2c5db-df18-4e3b-b215-72791fd51fce - - - - -] Sending Creation of Member 7dedbef5-7d81-4abe-b457-56559eb2b7df to handler 2019-02-07 04:12:08.216 6477 INFO octavia.api.v2.controllers.l7rule [req-7c7072b4-cb43-453e-a74b-cae3ed110290 - - - - -] Sending Creation of L7Rule b655656f-5864-4dae-adea-ce1b96f41369 to handler 2019-02-07 04:12:08.246 6478 INFO octavia.api.v2.controllers.member [req-221fc9ed-9d60-4246-ac7c-6e1a6f8c50c1 - - - - -] Sending Creation of Member fb618884-5473-4ef3-b793-28175d711580 to handler 2019-02-07 04:12:08.464 6477 INFO octavia.api.v2.controllers.l7rule [req-3160a62a-f696-47f6-9af3-4ce79d0f1099 - de2c8884-9583-4dd1-8a68-f03f32d8244b - - -] Sending Update of L7Rule b655656f-5864-4dae-adea-ce1b96f41369 to handler 2019-02-07 04:12:08.508 6478 INFO octavia.api.v2.controllers.member [req-87b5675a-ccfb-44c2-8df3-f63ec01fd2f4 - - - - -] Sending Full Member Update to handler 2019-02-07 04:12:08.544 6477 INFO oslo_db.sqlalchemy.provision [req-41792f64-bd48-4545-ba42-5e50697aeadc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:08.546 6477 INFO oslo_db.sqlalchemy.provision [req-41792f64-bd48-4545-ba42-5e50697aeadc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yxtelxettx 2019-02-07 04:12:08.546 6477 INFO oslo_db.sqlalchemy.provision [req-41792f64-bd48-4545-ba42-5e50697aeadc - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_authorized [0.928504s] ... ok 2019-02-07 04:12:08.549 6477 INFO oslo_db.sqlalchemy.provision [req-41792f64-bd48-4545-ba42-5e50697aeadc - - - - -] CREATE BACKEND sqlite:// TOKEN rzfqlidczc 2019-02-07 04:12:08.603 6478 INFO oslo_db.sqlalchemy.provision [req-c8ce83ea-0fe3-4eb5-a6c4-8c76b2b9c569 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:08.606 6478 INFO oslo_db.sqlalchemy.provision [req-c8ce83ea-0fe3-4eb5-a6c4-8c76b2b9c569 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xgnralfnza 2019-02-07 04:12:08.606 6478 INFO oslo_db.sqlalchemy.provision [req-c8ce83ea-0fe3-4eb5-a6c4-8c76b2b9c569 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_update_batch_members [1.244859s] ... ok 2019-02-07 04:12:08.609 6478 INFO oslo_db.sqlalchemy.provision [req-c8ce83ea-0fe3-4eb5-a6c4-8c76b2b9c569 - - - - -] CREATE BACKEND sqlite:// TOKEN hmkyjoqxep 2019-02-07 04:12:08.682 6478 INFO octavia.common.config [req-c8ce83ea-0fe3-4eb5-a6c4-8c76b2b9c569 - - - - -] Logging enabled! 2019-02-07 04:12:08.682 6478 INFO octavia.common.config [req-c8ce83ea-0fe3-4eb5-a6c4-8c76b2b9c569 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:08.703 6477 INFO octavia.common.config [req-41792f64-bd48-4545-ba42-5e50697aeadc - - - - -] Logging enabled! 2019-02-07 04:12:08.705 6477 INFO octavia.common.config [req-41792f64-bd48-4545-ba42-5e50697aeadc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:08.705 6478 WARNING octavia.api.root_controller [req-c8ce83ea-0fe3-4eb5-a6c4-8c76b2b9c569 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:08.717 6478 INFO octavia.api.v2.controllers.load_balancer [req-df272588-4a2e-4ad2-a8a9-d6008dd08420 - - - - -] Sending created Load Balancer 119032f4-33d0-419b-ba31-04573882faec to the handler 2019-02-07 04:12:08.726 6477 WARNING octavia.api.root_controller [req-41792f64-bd48-4545-ba42-5e50697aeadc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:08.741 6477 INFO octavia.api.v2.controllers.load_balancer [req-9d0f72aa-10b5-45a2-9214-0592abdefdf9 - - - - -] Sending created Load Balancer b7c624d6-3e27-49b6-a5b6-3b695fe1e00c to the handler 2019-02-07 04:12:08.839 6478 INFO octavia.api.v2.controllers.listener [req-53ad2c83-16d5-4e19-992f-9e691c826c3b - - - - -] Sending Creation of Listener 21af922f-af75-443d-84f5-8b53bc26f6fe to handler 2019-02-07 04:12:08.857 6477 INFO octavia.api.v2.controllers.listener [req-6abe2598-38a7-4695-9e8a-b45b8844a047 - - - - -] Sending Creation of Listener 5ca9ae61-e88a-4bf2-98d6-8c17e5cb7657 to handler 2019-02-07 04:12:08.975 6478 INFO octavia.api.v2.controllers.pool [req-3dff5df9-de4f-41e8-bbbc-2a5f3be41580 - - - - -] Sending Creation of Pool 0de78f91-6c29-4da4-9b30-e545eb0be1e6 to handler 2019-02-07 04:12:08.993 6477 INFO octavia.api.v2.controllers.l7policy [req-797ed332-3213-46eb-b2d2-6a0987606958 - - - - -] Sending Creation of L7Policy c057acd5-a627-4ea7-83c2-2c938b8d97a3 to handler 2019-02-07 04:12:09.129 6478 INFO octavia.api.v2.controllers.pool [req-d09ae459-b0bd-478d-9f03-f0d46e4de80d - - - - -] Sending Creation of Pool 8a8c0294-3508-4e1c-891e-914acfbb7a8b to handler 2019-02-07 04:12:09.225 6477 INFO octavia.api.v2.controllers.l7rule [req-c92be7e7-5810-484b-988a-99d04ba9bbf4 - - - - -] Sending Creation of L7Rule f32fd387-bf1a-4c5a-9774-8cf9bb79ca54 to handler 2019-02-07 04:12:09.323 6478 INFO octavia.api.v2.controllers.member [req-06162dc2-f933-4bfc-aa44-4b3d417ac246 - - - - -] Sending Creation of Member 4a00c016-3f50-47ee-8a04-2a6b97b5e374 to handler 2019-02-07 04:12:09.478 6478 INFO octavia.api.v2.controllers.member [req-1fe3b638-1282-4406-ac97-a41733c46328 - - - - -] Sending Update of Member 4a00c016-3f50-47ee-8a04-2a6b97b5e374 to handler 2019-02-07 04:12:09.506 6477 INFO oslo_db.sqlalchemy.provision [req-4eb661e4-dc2b-4bdf-bb06-7f254866e098 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:09.508 6477 INFO oslo_db.sqlalchemy.provision [req-4eb661e4-dc2b-4bdf-bb06-7f254866e098 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rzfqlidczc 2019-02-07 04:12:09.508 6477 INFO oslo_db.sqlalchemy.provision [req-4eb661e4-dc2b-4bdf-bb06-7f254866e098 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_not_authorized [0.961794s] ... ok 2019-02-07 04:12:09.511 6477 INFO oslo_db.sqlalchemy.provision [req-4eb661e4-dc2b-4bdf-bb06-7f254866e098 - - - - -] CREATE BACKEND sqlite:// TOKEN hmshxlqmks 2019-02-07 04:12:09.584 6477 INFO octavia.common.config [req-4eb661e4-dc2b-4bdf-bb06-7f254866e098 - - - - -] Logging enabled! 2019-02-07 04:12:09.584 6477 INFO octavia.common.config [req-4eb661e4-dc2b-4bdf-bb06-7f254866e098 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:09.607 6477 WARNING octavia.api.root_controller [req-4eb661e4-dc2b-4bdf-bb06-7f254866e098 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:09.621 6477 INFO octavia.api.v2.controllers.load_balancer [req-06cea08d-fd64-400e-b664-d40697fc1fe4 - - - - -] Sending created Load Balancer 26eee199-2e79-43db-85e0-cc3e6de9051f to the handler 2019-02-07 04:12:09.814 6477 INFO octavia.api.v2.controllers.listener [req-1482caa9-927c-47c3-bce4-9d8ad5c8ff29 - - - - -] Sending Creation of Listener a284193a-9be7-46b2-9ca4-1529c08a8a43 to handler 2019-02-07 04:12:09.876 6478 INFO oslo_db.sqlalchemy.provision [req-62da1c89-3562-4992-9b2c-868a41f0b016 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:09.877 6478 INFO oslo_db.sqlalchemy.provision [req-62da1c89-3562-4992-9b2c-868a41f0b016 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hmkyjoqxep 2019-02-07 04:12:09.878 6478 INFO oslo_db.sqlalchemy.provision [req-62da1c89-3562-4992-9b2c-868a41f0b016 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_update_sans_listener [1.270983s] ... ok 2019-02-07 04:12:09.881 6478 INFO oslo_db.sqlalchemy.provision [req-62da1c89-3562-4992-9b2c-868a41f0b016 - - - - -] CREATE BACKEND sqlite:// TOKEN cebscyjnid 2019-02-07 04:12:09.956 6478 INFO octavia.common.config [req-62da1c89-3562-4992-9b2c-868a41f0b016 - - - - -] Logging enabled! 2019-02-07 04:12:09.957 6478 INFO octavia.common.config [req-62da1c89-3562-4992-9b2c-868a41f0b016 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:09.949 6477 INFO octavia.api.v2.controllers.l7policy [req-81d62277-3437-4f1d-9982-78cd3619b65c - - - - -] Sending Creation of L7Policy 2b753155-2c7d-411f-9a3c-44e0cf54437c to handler 2019-02-07 04:12:09.980 6478 WARNING octavia.api.root_controller [req-62da1c89-3562-4992-9b2c-868a41f0b016 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:09.994 6478 INFO octavia.api.v2.controllers.load_balancer [req-516f6c13-1ab7-4594-89a1-9df975057a7d - - - - -] Sending created Load Balancer b46de394-a720-4551-a71c-3fb53845a5d6 to the handler 2019-02-07 04:12:10.114 6478 INFO octavia.api.v2.controllers.listener [req-14863ef5-151f-48c4-93f0-43ed444feb81 - - - - -] Sending Creation of Listener 7b473d2b-21c1-4670-9d67-fd06802133f5 to handler 2019-02-07 04:12:10.183 6477 INFO octavia.api.v2.controllers.l7rule [req-c0bd10a7-f728-48b1-b09f-4c7f65695d38 - - - - -] Sending Creation of L7Rule dacd2ffb-fca6-4287-a211-98bf547bede0 to handler 2019-02-07 04:12:10.246 6478 INFO octavia.api.v2.controllers.pool [req-810926c6-5183-4c17-93b0-2823c6d6f608 - - - - -] Sending Creation of Pool 06139ab8-5a2b-40c1-a977-c2a8df08f867 to handler 2019-02-07 04:12:10.424 6477 INFO octavia.api.v2.controllers.l7rule [req-3c392a67-8ce1-44af-8da8-639c84618478 - - - - -] Sending Update of L7Rule dacd2ffb-fca6-4287-a211-98bf547bede0 to handler 2019-02-07 04:12:10.439 6478 INFO octavia.api.v2.controllers.pool [req-6424fe28-9d94-44c8-8e9e-9fcdcc87dfef - - - - -] Sending Creation of Pool c5dfbc8c-f27b-4651-bc23-afacdd960797 to handler 2019-02-07 04:12:10.528 6477 INFO oslo_db.sqlalchemy.provision [req-a9542db9-3010-4776-85ea-dde76895513f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:10.529 6477 INFO oslo_db.sqlalchemy.provision [req-a9542db9-3010-4776-85ea-dde76895513f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hmshxlqmks 2019-02-07 04:12:10.530 6477 INFO oslo_db.sqlalchemy.provision [req-a9542db9-3010-4776-85ea-dde76895513f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_with_bad_handler [1.021592s] ... ok 2019-02-07 04:12:10.533 6477 INFO oslo_db.sqlalchemy.provision [req-a9542db9-3010-4776-85ea-dde76895513f - - - - -] CREATE BACKEND sqlite:// TOKEN mikgktbnpf 2019-02-07 04:12:10.619 6478 INFO octavia.api.v2.controllers.member [req-a49bab81-ce4d-4e94-b9c1-5046a20b8649 - - - - -] Sending Creation of Member 171c4fb4-dc18-4eb8-8340-3df30201ecee to handler 2019-02-07 04:12:10.606 6477 INFO octavia.common.config [req-a9542db9-3010-4776-85ea-dde76895513f - - - - -] Logging enabled! 2019-02-07 04:12:10.606 6477 INFO octavia.common.config [req-a9542db9-3010-4776-85ea-dde76895513f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:10.629 6477 WARNING octavia.api.root_controller [req-a9542db9-3010-4776-85ea-dde76895513f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:10.640 6477 INFO octavia.api.v2.controllers.load_balancer [req-a9d283b8-0680-4c74-aa77-3687fe4923f8 - - - - -] Sending created Load Balancer 4eafd38e-00d3-490a-b9fb-1eba46bd3b0c to the handler 2019-02-07 04:12:10.760 6477 INFO octavia.api.v2.controllers.listener [req-9d802109-cfa3-48b0-8a6f-62acb09187b6 - - - - -] Sending Creation of Listener 4d75cb08-39d3-440b-b376-0f8d969051a9 to handler 2019-02-07 04:12:10.777 6478 INFO octavia.api.v2.controllers.member [req-7fd4f56d-6d6e-482b-a442-812c8dace9c1 - - - - -] Sending Update of Member 171c4fb4-dc18-4eb8-8340-3df30201ecee to handler 2019-02-07 04:12:10.903 6477 INFO octavia.api.v2.controllers.l7policy [req-1fa79185-cb30-42c0-b9fd-d8bac39aa74e - - - - -] Sending Creation of L7Policy e4838fc9-7084-461c-8cf7-8753e1c5611e to handler 2019-02-07 04:12:10.904 6478 INFO oslo_db.sqlalchemy.provision [req-0cfdd949-4fcd-4a97-9f9d-437d0eee6cab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:10.906 6478 INFO oslo_db.sqlalchemy.provision [req-0cfdd949-4fcd-4a97-9f9d-437d0eee6cab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cebscyjnid 2019-02-07 04:12:10.906 6478 INFO oslo_db.sqlalchemy.provision [req-0cfdd949-4fcd-4a97-9f9d-437d0eee6cab - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_member.TestMember.test_update_with_bad_handler [1.028063s] ... ok 2019-02-07 04:12:10.909 6478 INFO oslo_db.sqlalchemy.provision [req-0cfdd949-4fcd-4a97-9f9d-437d0eee6cab - - - - -] CREATE BACKEND sqlite:// TOKEN frtugknpfr 2019-02-07 04:12:10.984 6478 INFO octavia.common.config [req-0cfdd949-4fcd-4a97-9f9d-437d0eee6cab - - - - -] Logging enabled! 2019-02-07 04:12:10.984 6478 INFO octavia.common.config [req-0cfdd949-4fcd-4a97-9f9d-437d0eee6cab - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:11.007 6478 WARNING octavia.api.root_controller [req-0cfdd949-4fcd-4a97-9f9d-437d0eee6cab - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:11.021 6478 INFO octavia.api.v2.controllers.load_balancer [req-a44daffc-2101-4537-8bb6-0418822d2b4e - - - - -] Sending created Load Balancer d667ffe6-c698-4dfd-8429-27cd286751d5 to the handler 2019-02-07 04:12:11.214 6477 INFO octavia.api.v2.controllers.l7rule [req-9a9aeaba-e6cb-4182-8c8b-6510eb935aa4 - - - - -] Sending Creation of L7Rule 1e8532ac-0b98-4ddd-ae33-6a419a818f9c to handler 2019-02-07 04:12:11.224 6478 INFO octavia.api.v2.controllers.listener [req-fc6d71c9-ef5a-4023-a86d-10255f5d876d - - - - -] Sending Creation of Listener 702adfa6-271e-4f47-9f18-6d36c6400208 to handler 2019-02-07 04:12:11.379 6478 INFO octavia.api.v2.controllers.pool [req-07e9f4d4-0087-4b57-9040-6f7c4ce9a5c6 - - - - -] Sending Creation of Pool 70ee8651-7001-41ef-902d-1a7755adcc0e to handler 2019-02-07 04:12:11.490 6477 INFO oslo_db.sqlalchemy.provision [req-f7a16f2e-fbc4-4649-ab83-1ef412a7835f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:11.491 6477 INFO oslo_db.sqlalchemy.provision [req-f7a16f2e-fbc4-4649-ab83-1ef412a7835f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mikgktbnpf 2019-02-07 04:12:11.491 6477 INFO oslo_db.sqlalchemy.provision [req-f7a16f2e-fbc4-4649-ab83-1ef412a7835f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_l7rule.TestL7Rule.test_update_with_invalid_rule [0.961541s] ... ok 2019-02-07 04:12:11.499 6477 INFO oslo_db.sqlalchemy.provision [req-f7a16f2e-fbc4-4649-ab83-1ef412a7835f - - - - -] CREATE BACKEND sqlite:// TOKEN mtrjbxqhtl 2019-02-07 04:12:11.543 6478 INFO octavia.api.v2.controllers.pool [req-151a6ae4-a113-44be-a79c-7767429cfe73 - - - - -] Sending Update of Pool 70ee8651-7001-41ef-902d-1a7755adcc0e to handler 2019-02-07 04:12:11.568 6477 INFO octavia.common.config [req-f7a16f2e-fbc4-4649-ab83-1ef412a7835f - - - - -] Logging enabled! 2019-02-07 04:12:11.569 6477 INFO octavia.common.config [req-f7a16f2e-fbc4-4649-ab83-1ef412a7835f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:11.592 6477 WARNING octavia.api.root_controller [req-f7a16f2e-fbc4-4649-ab83-1ef412a7835f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:11.606 6477 INFO octavia.api.v2.controllers.load_balancer [req-0d9c398d-b7ea-49b0-a5f7-2d021f673d28 - - - - -] Sending created Load Balancer 88286c6c-d557-4d87-b5a5-2e85dbdce20d to the handler 2019-02-07 04:12:11.633 6478 INFO oslo_db.sqlalchemy.provision [req-27618310-b8d8-41b5-b6ff-42d569a86529 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:11.634 6478 INFO oslo_db.sqlalchemy.provision [req-27618310-b8d8-41b5-b6ff-42d569a86529 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN frtugknpfr 2019-02-07 04:12:11.634 6478 INFO oslo_db.sqlalchemy.provision [req-27618310-b8d8-41b5-b6ff-42d569a86529 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_add_session_persistence [0.728239s] ... ok 2019-02-07 04:12:11.637 6478 INFO oslo_db.sqlalchemy.provision [req-27618310-b8d8-41b5-b6ff-42d569a86529 - - - - -] CREATE BACKEND sqlite:// TOKEN pfueaosmdp 2019-02-07 04:12:11.714 6478 INFO octavia.common.config [req-27618310-b8d8-41b5-b6ff-42d569a86529 - - - - -] Logging enabled! 2019-02-07 04:12:11.715 6478 INFO octavia.common.config [req-27618310-b8d8-41b5-b6ff-42d569a86529 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:11.723 6477 INFO octavia.api.v2.controllers.pool [req-8298ca3c-103d-4cab-94a0-83bcafe8f2ac - - - - -] Sending Creation of Pool 1757db96-d5f1-4ce5-b5c9-43d7549ead7c to handler 2019-02-07 04:12:11.737 6478 WARNING octavia.api.root_controller [req-27618310-b8d8-41b5-b6ff-42d569a86529 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:11.749 6478 INFO octavia.api.v2.controllers.load_balancer [req-048fec71-9062-4845-b054-570b4d656cca - - - - -] Sending created Load Balancer 04ec478c-edb4-4e18-8f04-3b584683620c to the handler 2019-02-07 04:12:11.858 6477 INFO octavia.api.v2.controllers.listener [req-35de09be-416d-4e93-bf9d-91a326f3c2b5 - - - - -] Sending Creation of Listener e154b188-d7f7-406b-86bf-193b9e83e51f to handler 2019-02-07 04:12:11.870 6478 INFO octavia.api.v2.controllers.listener [req-62699567-6b2a-494b-a563-63978d08177f - - - - -] Sending Creation of Listener dfe2a691-1f29-4639-ac0a-3746cd23267a to handler 2019-02-07 04:12:12.017 6478 INFO octavia.api.v2.controllers.pool [req-99174645-250f-41c8-aeab-92a2c147fb2e - - - - -] Sending Creation of Pool 1da19686-ba6d-4684-a6d0-8e6eb86b4ba4 to handler 2019-02-07 04:12:12.026 6477 INFO oslo_db.sqlalchemy.provision [req-f8789467-af20-48c0-bdb0-315d296f7a7e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:12.027 6477 INFO oslo_db.sqlalchemy.provision [req-f8789467-af20-48c0-bdb0-315d296f7a7e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mtrjbxqhtl 2019-02-07 04:12:12.028 6477 INFO oslo_db.sqlalchemy.provision [req-f8789467-af20-48c0-bdb0-315d296f7a7e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_create [0.536087s] ... ok 2019-02-07 04:12:12.031 6477 INFO oslo_db.sqlalchemy.provision [req-f8789467-af20-48c0-bdb0-315d296f7a7e - - - - -] CREATE BACKEND sqlite:// TOKEN gxrxddmbkx 2019-02-07 04:12:12.104 6477 INFO octavia.common.config [req-f8789467-af20-48c0-bdb0-315d296f7a7e - - - - -] Logging enabled! 2019-02-07 04:12:12.104 6477 INFO octavia.common.config [req-f8789467-af20-48c0-bdb0-315d296f7a7e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:12.127 6477 WARNING octavia.api.root_controller [req-f8789467-af20-48c0-bdb0-315d296f7a7e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:12.141 6477 INFO octavia.api.v2.controllers.load_balancer [req-4a9ba2a7-b051-45ad-a2a0-ad830deb6edd - - - - -] Sending created Load Balancer de0f988e-a147-413c-bd80-6e0c5a38de6f to the handler 2019-02-07 04:12:12.245 6478 INFO oslo_db.sqlalchemy.provision [req-bb13e330-10c9-4d18-bfbd-f83ec80bcdba - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:12.246 6478 INFO oslo_db.sqlalchemy.provision [req-bb13e330-10c9-4d18-bfbd-f83ec80bcdba - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pfueaosmdp 2019-02-07 04:12:12.246 6478 INFO oslo_db.sqlalchemy.provision [req-bb13e330-10c9-4d18-bfbd-f83ec80bcdba - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_create [0.611877s] ... ok 2019-02-07 04:12:12.259 6477 INFO octavia.api.v2.controllers.pool [req-80630159-148d-4498-bb2b-a88b40b5fb49 - - - - -] Sending Creation of Pool 4344cdfe-fa0c-4772-8410-258eeed53dc7 to handler 2019-02-07 04:12:12.249 6478 INFO oslo_db.sqlalchemy.provision [req-bb13e330-10c9-4d18-bfbd-f83ec80bcdba - - - - -] CREATE BACKEND sqlite:// TOKEN rvsehturda 2019-02-07 04:12:12.322 6478 INFO octavia.common.config [req-bb13e330-10c9-4d18-bfbd-f83ec80bcdba - - - - -] Logging enabled! 2019-02-07 04:12:12.323 6478 INFO octavia.common.config [req-bb13e330-10c9-4d18-bfbd-f83ec80bcdba - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:12.345 6478 WARNING octavia.api.root_controller [req-bb13e330-10c9-4d18-bfbd-f83ec80bcdba - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:12.359 6478 INFO octavia.api.v2.controllers.load_balancer [req-371ee852-76b2-4f32-806f-27c713ec1025 - - - - -] Sending created Load Balancer 145fcbe4-1c01-470b-ada8-d055e3c1bcf7 to the handler 2019-02-07 04:12:12.410 6477 INFO octavia.api.v2.controllers.listener [req-9e036e90-b682-4d35-9015-207012a359a9 - a7043b80-eda0-4b55-9d17-81ca70912725 - - -] Sending Creation of Listener cde41efa-0f81-4c8f-ac94-c82061651a64 to handler 2019-02-07 04:12:12.576 6478 INFO octavia.api.v2.controllers.listener [req-df799862-a7a3-4ff7-a904-97b3d8d85459 - - - - -] Sending Creation of Listener 4ce6a4b7-e5a0-4700-bbd2-8c650a64f193 to handler 2019-02-07 04:12:12.588 6477 INFO oslo_db.sqlalchemy.provision [req-c0094eb5-7ace-4144-9c3e-7b56767ef1ad - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:12.589 6477 INFO oslo_db.sqlalchemy.provision [req-c0094eb5-7ace-4144-9c3e-7b56767ef1ad - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gxrxddmbkx 2019-02-07 04:12:12.589 6477 INFO oslo_db.sqlalchemy.provision [req-c0094eb5-7ace-4144-9c3e-7b56767ef1ad - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_authorized [0.561474s] ... ok 2019-02-07 04:12:12.592 6477 INFO oslo_db.sqlalchemy.provision [req-c0094eb5-7ace-4144-9c3e-7b56767ef1ad - - - - -] CREATE BACKEND sqlite:// TOKEN oqeroswtai 2019-02-07 04:12:12.668 6477 INFO octavia.common.config [req-c0094eb5-7ace-4144-9c3e-7b56767ef1ad - - - - -] Logging enabled! 2019-02-07 04:12:12.668 6477 INFO octavia.common.config [req-c0094eb5-7ace-4144-9c3e-7b56767ef1ad - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:12.691 6477 WARNING octavia.api.root_controller [req-c0094eb5-7ace-4144-9c3e-7b56767ef1ad - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:12.705 6477 INFO octavia.api.v2.controllers.load_balancer [req-9e2c0935-3c06-413b-b15f-6130f5cbc0da - - - - -] Sending created Load Balancer 8f6a9de7-3dec-44da-8876-898b3c9594bb to the handler 2019-02-07 04:12:12.732 6478 INFO octavia.api.v2.controllers.pool [req-1c864bbf-4964-4117-8cc9-3919140b2f28 - 768798d3-583e-476d-b352-1e6f615395ab - - -] Sending Creation of Pool 9514bec1-4613-43e2-9fd3-ee133ee0e24b to handler 2019-02-07 04:12:12.911 6477 INFO octavia.api.v2.controllers.pool [req-5d8f1442-aa09-45d6-a210-fc6ae4e46073 - - - - -] Sending Creation of Pool 71e24042-63a5-4a05-9828-628035d5c66a to handler 2019-02-07 04:12:12.964 6478 INFO oslo_db.sqlalchemy.provision [req-b86976b6-2f57-421a-9f5c-c94a389933ee - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:12.967 6478 INFO oslo_db.sqlalchemy.provision [req-b86976b6-2f57-421a-9f5c-c94a389933ee - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rvsehturda 2019-02-07 04:12:12.967 6478 INFO oslo_db.sqlalchemy.provision [req-b86976b6-2f57-421a-9f5c-c94a389933ee - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_authorized [0.720236s] ... ok 2019-02-07 04:12:12.970 6478 INFO oslo_db.sqlalchemy.provision [req-b86976b6-2f57-421a-9f5c-c94a389933ee - - - - -] CREATE BACKEND sqlite:// TOKEN qxazjofpan 2019-02-07 04:12:13.042 6478 INFO octavia.common.config [req-b86976b6-2f57-421a-9f5c-c94a389933ee - - - - -] Logging enabled! 2019-02-07 04:12:13.042 6478 INFO octavia.common.config [req-b86976b6-2f57-421a-9f5c-c94a389933ee - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:13.042 6477 INFO octavia.api.v2.controllers.listener [req-04351e4c-a4f7-4170-addc-fd364ec00af0 - - - - -] Sending Creation of Listener 484b5120-282c-451f-8520-6bd4c5787b5d to handler 2019-02-07 04:12:13.065 6478 WARNING octavia.api.root_controller [req-b86976b6-2f57-421a-9f5c-c94a389933ee - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:13.076 6478 INFO octavia.api.v2.controllers.load_balancer [req-6181c7a4-4834-4930-95c2-9d51de2777df - - - - -] Sending created Load Balancer 4c42dc9b-0ad6-488c-aa9c-cbfc1b30c4a0 to the handler 2019-02-07 04:12:13.197 6478 INFO octavia.api.v2.controllers.listener [req-de574ab3-9479-44e1-8c5d-29c5b38b8c40 - - - - -] Sending Creation of Listener 0081b263-8ed7-48d3-8515-34e913943297 to handler 2019-02-07 04:12:13.211 6477 INFO oslo_db.sqlalchemy.provision [req-460a1c96-44b0-4c95-a550-4bfcac7f4b0c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:13.213 6477 INFO oslo_db.sqlalchemy.provision [req-460a1c96-44b0-4c95-a550-4bfcac7f4b0c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oqeroswtai 2019-02-07 04:12:13.213 6477 INFO oslo_db.sqlalchemy.provision [req-460a1c96-44b0-4c95-a550-4bfcac7f4b0c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_defaults [0.623477s] ... ok 2019-02-07 04:12:13.216 6477 INFO oslo_db.sqlalchemy.provision [req-460a1c96-44b0-4c95-a550-4bfcac7f4b0c - - - - -] CREATE BACKEND sqlite:// TOKEN sulvhwbhsq 2019-02-07 04:12:13.290 6477 INFO octavia.common.config [req-460a1c96-44b0-4c95-a550-4bfcac7f4b0c - - - - -] Logging enabled! 2019-02-07 04:12:13.291 6477 INFO octavia.common.config [req-460a1c96-44b0-4c95-a550-4bfcac7f4b0c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:13.320 6478 INFO oslo_db.sqlalchemy.provision [req-56aabcfd-06c6-4945-986f-d56bf6de9999 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:13.321 6478 INFO oslo_db.sqlalchemy.provision [req-56aabcfd-06c6-4945-986f-d56bf6de9999 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qxazjofpan 2019-02-07 04:12:13.321 6478 INFO oslo_db.sqlalchemy.provision [req-56aabcfd-06c6-4945-986f-d56bf6de9999 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_bad_protocol [0.354435s] ... ok 2019-02-07 04:12:13.314 6477 WARNING octavia.api.root_controller [req-460a1c96-44b0-4c95-a550-4bfcac7f4b0c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:13.326 6477 INFO octavia.api.v2.controllers.load_balancer [req-6e8e3027-c191-443d-ba19-5b2c5e254c93 - - - - -] Sending created Load Balancer 0032cd19-ef0e-46a0-89f3-4f98bcc6a1b5 to the handler 2019-02-07 04:12:13.324 6478 INFO oslo_db.sqlalchemy.provision [req-56aabcfd-06c6-4945-986f-d56bf6de9999 - - - - -] CREATE BACKEND sqlite:// TOKEN vmjbfihaxh 2019-02-07 04:12:13.400 6478 INFO octavia.common.config [req-56aabcfd-06c6-4945-986f-d56bf6de9999 - - - - -] Logging enabled! 2019-02-07 04:12:13.400 6478 INFO octavia.common.config [req-56aabcfd-06c6-4945-986f-d56bf6de9999 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:13.422 6478 WARNING octavia.api.root_controller [req-56aabcfd-06c6-4945-986f-d56bf6de9999 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:13.437 6478 INFO octavia.api.v2.controllers.load_balancer [req-56b7b069-3e1c-44cb-bfb0-2acb684e3f23 - - - - -] Sending created Load Balancer ec44c773-7674-4400-a755-0fb129606420 to the handler 2019-02-07 04:12:13.449 6477 INFO octavia.api.v2.controllers.pool [req-5d1d6bf8-721d-42dc-9af7-aec3bd40780b - - - - -] Sending Creation of Pool 4c20595b-4655-4796-ac6e-285a28f53a63 to handler 2019-02-07 04:12:13.554 6478 INFO octavia.api.v2.controllers.listener [req-d8835863-ea9d-48a6-a58a-9467959bdc95 - - - - -] Sending Creation of Listener 7ac6ba0d-350f-49d2-92e9-1579af46b444 to handler 2019-02-07 04:12:13.583 6477 INFO octavia.api.v2.controllers.listener [req-555e0372-14f0-45dd-8136-6ac7a99e1651 - - - - -] Sending Creation of Listener 01d5ac79-b4db-4af9-992a-f4fd95ca1a21 to handler 2019-02-07 04:12:13.736 6477 INFO oslo_db.sqlalchemy.provision [req-aab34e16-29a8-4acd-982d-7b68ade8aae8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:13.738 6477 INFO oslo_db.sqlalchemy.provision [req-aab34e16-29a8-4acd-982d-7b68ade8aae8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sulvhwbhsq 2019-02-07 04:12:13.738 6477 INFO oslo_db.sqlalchemy.provision [req-aab34e16-29a8-4acd-982d-7b68ade8aae8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_duplicate_fails [0.524862s] ... ok 2019-02-07 04:12:13.741 6477 INFO oslo_db.sqlalchemy.provision [req-aab34e16-29a8-4acd-982d-7b68ade8aae8 - - - - -] CREATE BACKEND sqlite:// TOKEN sjmdmzkfdm 2019-02-07 04:12:13.803 6478 INFO oslo_db.sqlalchemy.provision [req-4da11554-a778-4411-9ddb-b15c3a48939e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:13.806 6478 INFO oslo_db.sqlalchemy.provision [req-4da11554-a778-4411-9ddb-b15c3a48939e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vmjbfihaxh 2019-02-07 04:12:13.806 6478 INFO oslo_db.sqlalchemy.provision [req-4da11554-a778-4411-9ddb-b15c3a48939e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_over_quota [0.484552s] ... ok 2019-02-07 04:12:13.809 6478 INFO oslo_db.sqlalchemy.provision [req-4da11554-a778-4411-9ddb-b15c3a48939e - - - - -] CREATE BACKEND sqlite:// TOKEN jxpqyluzal 2019-02-07 04:12:13.814 6477 INFO octavia.common.config [req-aab34e16-29a8-4acd-982d-7b68ade8aae8 - - - - -] Logging enabled! 2019-02-07 04:12:13.815 6477 INFO octavia.common.config [req-aab34e16-29a8-4acd-982d-7b68ade8aae8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:13.837 6477 WARNING octavia.api.root_controller [req-aab34e16-29a8-4acd-982d-7b68ade8aae8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:13.848 6477 INFO octavia.api.v2.controllers.load_balancer [req-8d2c1912-cdb9-4121-93ff-f0f7f6e3e9aa - - - - -] Sending created Load Balancer f2d2d2a7-cc0f-478b-b526-edeb27a041b7 to the handler 2019-02-07 04:12:13.883 6478 INFO octavia.common.config [req-4da11554-a778-4411-9ddb-b15c3a48939e - - - - -] Logging enabled! 2019-02-07 04:12:13.883 6478 INFO octavia.common.config [req-4da11554-a778-4411-9ddb-b15c3a48939e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:13.906 6478 WARNING octavia.api.root_controller [req-4da11554-a778-4411-9ddb-b15c3a48939e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:13.918 6478 INFO octavia.api.v2.controllers.load_balancer [req-16e91cde-37cf-43e1-a585-413089172c11 - - - - -] Sending created Load Balancer 2761bcc0-4235-44e2-90ca-9b1a77b57981 to the handler 2019-02-07 04:12:13.969 6477 INFO octavia.api.v2.controllers.pool [req-669d8dc6-aed8-458d-a3dc-982466bf760c - - - - -] Sending Creation of Pool 2d2d8304-dda5-4860-bdf3-becfcdbb7e1b to handler 2019-02-07 04:12:14.040 6478 INFO octavia.api.v2.controllers.listener [req-103e3193-8a7b-48ce-a98c-dc4be4762887 - - - - -] Sending Creation of Listener fe035562-84a1-4f8a-9a68-2b6b09644ed5 to handler 2019-02-07 04:12:14.087 6477 INFO oslo_db.sqlalchemy.provision [req-6d256166-9571-4e3f-909a-a6dcde6e50a4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:14.089 6477 INFO oslo_db.sqlalchemy.provision [req-6d256166-9571-4e3f-909a-a6dcde6e50a4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sjmdmzkfdm 2019-02-07 04:12:14.089 6477 INFO oslo_db.sqlalchemy.provision [req-6d256166-9571-4e3f-909a-a6dcde6e50a4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_listener_bad_protocol [0.350758s] ... ok 2019-02-07 04:12:14.092 6477 INFO oslo_db.sqlalchemy.provision [req-6d256166-9571-4e3f-909a-a6dcde6e50a4 - - - - -] CREATE BACKEND sqlite:// TOKEN kthtbdnpvz 2019-02-07 04:12:14.166 6477 INFO octavia.common.config [req-6d256166-9571-4e3f-909a-a6dcde6e50a4 - - - - -] Logging enabled! 2019-02-07 04:12:14.167 6477 INFO octavia.common.config [req-6d256166-9571-4e3f-909a-a6dcde6e50a4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:14.164 6478 INFO octavia.api.v2.controllers.load_balancer [req-1d0dfd74-5a6d-4d08-8d54-3d518a3a624d - - - - -] Sending deleted Load Balancer 2761bcc0-4235-44e2-90ca-9b1a77b57981 to the handler 2019-02-07 04:12:14.183 6478 INFO octavia.api.v2.controllers.pool [req-12e44517-8bf4-40dc-9afc-f79393046ce0 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:12:14.195 6478 INFO oslo_db.sqlalchemy.provision [req-12e44517-8bf4-40dc-9afc-f79393046ce0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:14.196 6478 INFO oslo_db.sqlalchemy.provision [req-12e44517-8bf4-40dc-9afc-f79393046ce0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jxpqyluzal 2019-02-07 04:12:14.196 6478 INFO oslo_db.sqlalchemy.provision [req-12e44517-8bf4-40dc-9afc-f79393046ce0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_when_lb_pending_delete [0.390091s] ... ok 2019-02-07 04:12:14.199 6478 INFO oslo_db.sqlalchemy.provision [req-12e44517-8bf4-40dc-9afc-f79393046ce0 - - - - -] CREATE BACKEND sqlite:// TOKEN vvakaehsrn 2019-02-07 04:12:14.190 6477 WARNING octavia.api.root_controller [req-6d256166-9571-4e3f-909a-a6dcde6e50a4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:14.204 6477 INFO octavia.api.v2.controllers.load_balancer [req-bcaa2513-9f5d-4786-b4e5-a82ea8e65cff - - - - -] Sending created Load Balancer 98f08643-d667-49b6-b917-eb3f14fcf5fb to the handler 2019-02-07 04:12:14.278 6478 INFO octavia.common.config [req-12e44517-8bf4-40dc-9afc-f79393046ce0 - - - - -] Logging enabled! 2019-02-07 04:12:14.278 6478 INFO octavia.common.config [req-12e44517-8bf4-40dc-9afc-f79393046ce0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:14.301 6478 WARNING octavia.api.root_controller [req-12e44517-8bf4-40dc-9afc-f79393046ce0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:14.317 6478 INFO octavia.api.v2.controllers.load_balancer [req-7c64d551-a784-4adf-9663-2c7c1def3b0e - - - - -] Sending created Load Balancer 0e62d7ad-ca89-4346-aa9c-b368cc774251 to the handler 2019-02-07 04:12:14.402 6477 INFO octavia.api.v2.controllers.pool [req-dabba65b-b0f8-4c7f-a2e2-33f32f242f8c - - - - -] Sending Creation of Pool 7ed42097-7641-4d75-b6d1-39dc5b27c5a1 to handler 2019-02-07 04:12:14.435 6478 INFO octavia.api.v2.controllers.listener [req-d6a8a9ed-c3b6-4e4f-990f-0bbf39aaa85c - - - - -] Sending Creation of Listener 78b627b5-747d-43f4-874f-ec2e9b9f511a to handler 2019-02-07 04:12:14.532 6477 INFO oslo_db.sqlalchemy.provision [req-881c1284-9130-4044-8e0f-0147d3366752 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:14.533 6477 INFO oslo_db.sqlalchemy.provision [req-881c1284-9130-4044-8e0f-0147d3366752 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kthtbdnpvz 2019-02-07 04:12:14.534 6477 INFO oslo_db.sqlalchemy.provision [req-881c1284-9130-4044-8e0f-0147d3366752 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_bad_default_pool_id [0.444416s] ... ok 2019-02-07 04:12:14.541 6477 INFO oslo_db.sqlalchemy.provision [req-881c1284-9130-4044-8e0f-0147d3366752 - - - - -] CREATE BACKEND sqlite:// TOKEN ljuufadeik 2019-02-07 04:12:14.579 6478 INFO octavia.api.v2.controllers.pool [req-e52906c2-b3dc-4321-ba31-6aeb5e270fae - - - - -] Sending Creation of Pool 6ca44d18-344a-4e78-92ba-586be65cfd42 to handler 2019-02-07 04:12:14.610 6477 INFO octavia.common.config [req-881c1284-9130-4044-8e0f-0147d3366752 - - - - -] Logging enabled! 2019-02-07 04:12:14.610 6477 INFO octavia.common.config [req-881c1284-9130-4044-8e0f-0147d3366752 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:14.632 6477 WARNING octavia.api.root_controller [req-881c1284-9130-4044-8e0f-0147d3366752 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:14.647 6477 INFO octavia.api.v2.controllers.load_balancer [req-2779340c-fef8-429c-add3-0a9324bffbfb - - - - -] Sending created Load Balancer 11972984-2fd9-494c-9385-96d872e5246f to the handler 2019-02-07 04:12:14.659 6478 INFO oslo_db.sqlalchemy.provision [req-ea5401fd-13f9-4ca0-99a4-65dbab639cfb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:14.660 6478 INFO oslo_db.sqlalchemy.provision [req-ea5401fd-13f9-4ca0-99a4-65dbab639cfb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vvakaehsrn 2019-02-07 04:12:14.661 6478 INFO oslo_db.sqlalchemy.provision [req-ea5401fd-13f9-4ca0-99a4-65dbab639cfb - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_bad_handler [0.463848s] ... ok 2019-02-07 04:12:14.663 6478 INFO oslo_db.sqlalchemy.provision [req-ea5401fd-13f9-4ca0-99a4-65dbab639cfb - - - - -] CREATE BACKEND sqlite:// TOKEN yxiduzjlep 2019-02-07 04:12:14.752 6478 INFO octavia.common.config [req-ea5401fd-13f9-4ca0-99a4-65dbab639cfb - - - - -] Logging enabled! 2019-02-07 04:12:14.752 6478 INFO octavia.common.config [req-ea5401fd-13f9-4ca0-99a4-65dbab639cfb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:14.764 6477 INFO octavia.api.v2.controllers.pool [req-318cb421-3271-4771-abdf-4ddc94651d57 - - - - -] Sending Creation of Pool 31ea8e1a-d473-474e-a54c-e9b50c225e62 to handler 2019-02-07 04:12:14.790 6478 WARNING octavia.api.root_controller [req-ea5401fd-13f9-4ca0-99a4-65dbab639cfb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:14.802 6478 INFO octavia.api.v2.controllers.load_balancer [req-44b5d91b-8840-4d20-a647-01af100235a6 - - - - -] Sending created Load Balancer a4afc533-9c6d-46d9-9986-fbdbce781c84 to the handler 2019-02-07 04:12:14.893 6477 INFO octavia.api.v2.controllers.listener [req-2c1b4d9c-d788-471c-b7f4-2a988ce673e5 - - - - -] Sending Creation of Listener d6d09dc3-9c54-42f1-a8f5-8d89b13efe27 to handler 2019-02-07 04:12:14.974 6477 INFO oslo_db.sqlalchemy.provision [req-c5510c88-e11b-4891-a798-338535070aee - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:14.976 6477 INFO oslo_db.sqlalchemy.provision [req-c5510c88-e11b-4891-a798-338535070aee - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ljuufadeik 2019-02-07 04:12:14.976 6477 INFO oslo_db.sqlalchemy.provision [req-c5510c88-e11b-4891-a798-338535070aee - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_bad_handler [0.442525s] ... ok 2019-02-07 04:12:14.979 6477 INFO oslo_db.sqlalchemy.provision [req-c5510c88-e11b-4891-a798-338535070aee - - - - -] CREATE BACKEND sqlite:// TOKEN zqsnziloru 2019-02-07 04:12:15.053 6477 INFO octavia.common.config [req-c5510c88-e11b-4891-a798-338535070aee - - - - -] Logging enabled! 2019-02-07 04:12:15.053 6477 INFO octavia.common.config [req-c5510c88-e11b-4891-a798-338535070aee - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:15.068 6478 INFO octavia.api.v2.controllers.listener [req-60aa99da-508d-41b7-80fa-d68b28a6b938 - - - - -] Sending Creation of Listener 6958c251-4e31-40db-b0a3-71c35ed50152 to handler 2019-02-07 04:12:15.075 6477 WARNING octavia.api.root_controller [req-c5510c88-e11b-4891-a798-338535070aee - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:15.089 6477 INFO octavia.api.v2.controllers.load_balancer [req-2193f800-8e5d-4fea-82c0-5f0c541d05b0 - - - - -] Sending created Load Balancer eae4cdab-132a-4db8-8020-27789992576d to the handler 2019-02-07 04:12:15.208 6477 INFO octavia.api.v2.controllers.pool [req-3fefd16a-6301-4b29-91d8-95442390e67b - - - - -] Sending Creation of Pool b321669a-c2cc-4ef1-a210-b5e14f4903f8 to handler 2019-02-07 04:12:15.232 6478 INFO oslo_db.sqlalchemy.provision [req-fc5f19d6-06e8-4227-be5c-14a62aa7c66b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:15.234 6478 INFO oslo_db.sqlalchemy.provision [req-fc5f19d6-06e8-4227-be5c-14a62aa7c66b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yxiduzjlep 2019-02-07 04:12:15.234 6478 INFO oslo_db.sqlalchemy.provision [req-fc5f19d6-06e8-4227-be5c-14a62aa7c66b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_bad_session_persistence [0.577349s] ... ok 2019-02-07 04:12:15.241 6478 INFO oslo_db.sqlalchemy.provision [req-fc5f19d6-06e8-4227-be5c-14a62aa7c66b - - - - -] CREATE BACKEND sqlite:// TOKEN nothzfvcyi 2019-02-07 04:12:15.312 6478 INFO octavia.common.config [req-fc5f19d6-06e8-4227-be5c-14a62aa7c66b - - - - -] Logging enabled! 2019-02-07 04:12:15.312 6478 INFO octavia.common.config [req-fc5f19d6-06e8-4227-be5c-14a62aa7c66b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:15.338 6477 INFO oslo_db.sqlalchemy.provision [req-3c20a5f3-f26b-4d97-9196-fd461bc1b66d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:15.340 6477 INFO oslo_db.sqlalchemy.provision [req-3c20a5f3-f26b-4d97-9196-fd461bc1b66d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zqsnziloru 2019-02-07 04:12:15.340 6477 INFO oslo_db.sqlalchemy.provision [req-3c20a5f3-f26b-4d97-9196-fd461bc1b66d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_bad_insert_headers [0.363394s] ... ok 2019-02-07 04:12:15.334 6478 WARNING octavia.api.root_controller [req-fc5f19d6-06e8-4227-be5c-14a62aa7c66b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:15.346 6478 INFO octavia.api.v2.controllers.load_balancer [req-661260c1-7557-4462-bcc2-ec68e27c11a0 - - - - -] Sending created Load Balancer dbf04a47-e354-4d2d-9c0d-6275b2703886 to the handler 2019-02-07 04:12:15.343 6477 INFO oslo_db.sqlalchemy.provision [req-3c20a5f3-f26b-4d97-9196-fd461bc1b66d - - - - -] CREATE BACKEND sqlite:// TOKEN jbbobafasq 2019-02-07 04:12:15.418 6477 INFO octavia.common.config [req-3c20a5f3-f26b-4d97-9196-fd461bc1b66d - - - - -] Logging enabled! 2019-02-07 04:12:15.419 6477 INFO octavia.common.config [req-3c20a5f3-f26b-4d97-9196-fd461bc1b66d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:15.441 6477 WARNING octavia.api.root_controller [req-3c20a5f3-f26b-4d97-9196-fd461bc1b66d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:15.455 6477 INFO octavia.api.v2.controllers.load_balancer [req-8cde5fe3-0ac2-4c01-8c75-ad91ac2835d6 - - - - -] Sending created Load Balancer 2aa6f576-a50e-4fa1-993f-a601ef8ca079 to the handler 2019-02-07 04:12:15.469 6478 INFO octavia.api.v2.controllers.listener [req-0c97675c-b928-4794-b395-282e8d324c99 - - - - -] Sending Creation of Listener 864c562e-601a-4623-9c43-f323c2553297 to handler 2019-02-07 04:12:15.623 6478 INFO octavia.api.v2.controllers.pool [req-537a3033-8612-4a84-b3d7-10d9fdbf4996 - - - - -] Sending Creation of Pool c616f2f6-eaae-4cf4-b889-743400e1a319 to handler 2019-02-07 04:12:15.651 6477 INFO octavia.api.v2.controllers.pool [req-2f717ac4-4f8a-435f-8cd8-145d1d0f64da - - - - -] Sending Creation of Pool 3998e031-b3bc-4c2d-a7ed-c00f7e805d19 to handler 2019-02-07 04:12:15.780 6478 INFO oslo_db.sqlalchemy.provision [req-accb9ce5-8288-40b7-b6ce-21894fa9bd63 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:15.781 6478 INFO oslo_db.sqlalchemy.provision [req-accb9ce5-8288-40b7-b6ce-21894fa9bd63 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nothzfvcyi 2019-02-07 04:12:15.781 6478 INFO oslo_db.sqlalchemy.provision [req-accb9ce5-8288-40b7-b6ce-21894fa9bd63 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_listener_with_default_pool_id_set [0.543169s] ... ok 2019-02-07 04:12:15.785 6477 INFO octavia.api.v2.controllers.listener [req-a79afcea-2c42-4135-913c-9be27edae4c8 - - - - -] Sending Creation of Listener 641cb989-1344-405a-be91-cfe8f9de8585 to handler 2019-02-07 04:12:15.784 6478 INFO oslo_db.sqlalchemy.provision [req-accb9ce5-8288-40b7-b6ce-21894fa9bd63 - - - - -] CREATE BACKEND sqlite:// TOKEN ptwxpjzkol 2019-02-07 04:12:15.859 6478 INFO octavia.common.config [req-accb9ce5-8288-40b7-b6ce-21894fa9bd63 - - - - -] Logging enabled! 2019-02-07 04:12:15.860 6478 INFO octavia.common.config [req-accb9ce5-8288-40b7-b6ce-21894fa9bd63 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:15.882 6478 WARNING octavia.api.root_controller [req-accb9ce5-8288-40b7-b6ce-21894fa9bd63 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:15.898 6478 INFO octavia.api.v2.controllers.load_balancer [req-a2b92ad9-9340-47b9-b95e-254385213164 - - - - -] Sending created Load Balancer 4f144561-5410-4edc-bb7e-e07a9e0dfb58 to the handler 2019-02-07 04:12:15.963 6477 INFO oslo_db.sqlalchemy.provision [req-b70ac2b6-dfe3-4fce-9e17-90d63a3f7e47 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:15.964 6477 INFO oslo_db.sqlalchemy.provision [req-b70ac2b6-dfe3-4fce-9e17-90d63a3f7e47 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jbbobafasq 2019-02-07 04:12:15.966 6477 INFO oslo_db.sqlalchemy.provision [req-b70ac2b6-dfe3-4fce-9e17-90d63a3f7e47 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_project_id [0.626031s] ... ok 2019-02-07 04:12:15.969 6477 INFO oslo_db.sqlalchemy.provision [req-b70ac2b6-dfe3-4fce-9e17-90d63a3f7e47 - - - - -] CREATE BACKEND sqlite:// TOKEN dhpcrmbfwc 2019-02-07 04:12:16.017 6478 INFO octavia.api.v2.controllers.listener [req-96d6b948-33aa-4522-97fa-ec0c0e3706df - - - - -] Sending Creation of Listener 3e14c0b9-e2bc-40c2-ae52-361b89c33b27 to handler 2019-02-07 04:12:16.041 6477 INFO octavia.common.config [req-b70ac2b6-dfe3-4fce-9e17-90d63a3f7e47 - - - - -] Logging enabled! 2019-02-07 04:12:16.041 6477 INFO octavia.common.config [req-b70ac2b6-dfe3-4fce-9e17-90d63a3f7e47 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:16.063 6477 WARNING octavia.api.root_controller [req-b70ac2b6-dfe3-4fce-9e17-90d63a3f7e47 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:16.078 6477 INFO octavia.api.v2.controllers.load_balancer [req-e34bb291-c3c4-4358-83b6-2c8f07b93b32 - - - - -] Sending created Load Balancer 702c6515-ff8d-4a62-8308-8cb0174bb424 to the handler 2019-02-07 04:12:16.149 6478 INFO oslo_db.sqlalchemy.provision [req-3ddd14ea-6b38-4c5e-9480-2e9ffd397d32 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:16.151 6478 INFO oslo_db.sqlalchemy.provision [req-3ddd14ea-6b38-4c5e-9480-2e9ffd397d32 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ptwxpjzkol 2019-02-07 04:12:16.151 6478 INFO oslo_db.sqlalchemy.provision [req-3ddd14ea-6b38-4c5e-9480-2e9ffd397d32 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_missing_cookie_name [0.369297s] ... ok 2019-02-07 04:12:16.154 6478 INFO oslo_db.sqlalchemy.provision [req-3ddd14ea-6b38-4c5e-9480-2e9ffd397d32 - - - - -] CREATE BACKEND sqlite:// TOKEN ihsfgtkgko 2019-02-07 04:12:16.195 6477 INFO octavia.api.v2.controllers.pool [req-d691be03-27ef-4a1e-a169-7b3b186fbd2c - - - - -] Sending Creation of Pool 91896f37-7013-4553-8940-5956bc75e517 to handler 2019-02-07 04:12:16.328 6478 INFO octavia.common.config [req-3ddd14ea-6b38-4c5e-9480-2e9ffd397d32 - - - - -] Logging enabled! 2019-02-07 04:12:16.328 6478 INFO octavia.common.config [req-3ddd14ea-6b38-4c5e-9480-2e9ffd397d32 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:16.352 6478 WARNING octavia.api.root_controller [req-3ddd14ea-6b38-4c5e-9480-2e9ffd397d32 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:16.367 6478 INFO octavia.api.v2.controllers.load_balancer [req-1bd8c9a2-8874-496f-9855-b69a91a4e154 - - - - -] Sending created Load Balancer 467f7799-cbf4-4a51-a1f7-5103f42aebd1 to the handler 2019-02-07 04:12:16.325 6477 INFO octavia.api.v2.controllers.listener [req-bf107d4a-7ae3-4b9d-ade7-b6920e4c966a - - - - -] Sending Creation of Listener 44b92680-755c-4077-810b-6cfbd6bdd36b to handler 2019-02-07 04:12:16.372 6477 INFO oslo_db.sqlalchemy.provision [req-69468246-60f1-4529-ae39-b0eec68a63e8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:16.373 6477 INFO oslo_db.sqlalchemy.provision [req-69468246-60f1-4529-ae39-b0eec68a63e8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dhpcrmbfwc 2019-02-07 04:12:16.374 6477 INFO oslo_db.sqlalchemy.provision [req-69468246-60f1-4529-ae39-b0eec68a63e8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_tls_termination_data [0.407562s] ... ok 2019-02-07 04:12:16.384 6477 INFO oslo_db.sqlalchemy.provision [req-69468246-60f1-4529-ae39-b0eec68a63e8 - - - - -] CREATE BACKEND sqlite:// TOKEN dlvssilwuk 2019-02-07 04:12:16.459 6477 INFO octavia.common.config [req-69468246-60f1-4529-ae39-b0eec68a63e8 - - - - -] Logging enabled! 2019-02-07 04:12:16.460 6477 INFO octavia.common.config [req-69468246-60f1-4529-ae39-b0eec68a63e8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:16.488 6478 INFO octavia.api.v2.controllers.listener [req-e9314718-ebe6-4ed2-80a8-4afaac292120 - - - - -] Sending Creation of Listener fc95ac90-435d-4fd1-90b7-ea36535eda52 to handler 2019-02-07 04:12:16.483 6477 WARNING octavia.api.root_controller [req-69468246-60f1-4529-ae39-b0eec68a63e8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:16.498 6477 INFO octavia.api.v2.controllers.load_balancer [req-dd8ed045-dd3d-486d-a27b-581969ad845f - - - - -] Sending created Load Balancer 4c73d0c0-c53f-4641-8e9d-e5172efc1dc6 to the handler 2019-02-07 04:12:16.625 6477 INFO octavia.api.v2.controllers.pool [req-dd8050d9-aa04-4fce-abf9-0dbbcf819591 - - - - -] Sending Creation of Pool 63a9ebff-44e2-4c25-8c5c-3032a9b1cf58 to handler 2019-02-07 04:12:16.632 6478 INFO octavia.api.v2.controllers.pool [req-da1a0bb8-edc3-496f-b35c-23cfad49a372 - - - - -] Sending Creation of Pool d9b55a27-fd5e-478c-8150-74ace8a2aba8 to handler 2019-02-07 04:12:16.842 6477 INFO octavia.api.v2.controllers.listener [req-4e6f1d87-5d60-4506-a441-a446b77ff14a - - - - -] Sending Creation of Listener 12d5458d-4de0-4e7b-a24f-81d389a84e0e to handler 2019-02-07 04:12:16.863 6477 INFO oslo_db.sqlalchemy.provision [req-4e6f1d87-5d60-4506-a441-a446b77ff14a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:16.865 6477 INFO oslo_db.sqlalchemy.provision [req-4e6f1d87-5d60-4506-a441-a446b77ff14a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dlvssilwuk 2019-02-07 04:12:16.865 6477 INFO oslo_db.sqlalchemy.provision [req-4e6f1d87-5d60-4506-a441-a446b77ff14a - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_create_with_valid_insert_headers [0.483581s] ... ok 2019-02-07 04:12:16.868 6477 INFO oslo_db.sqlalchemy.provision [req-4e6f1d87-5d60-4506-a441-a446b77ff14a - - - - -] CREATE BACKEND sqlite:// TOKEN cpujstrxeh 2019-02-07 04:12:16.864 6478 INFO oslo_db.sqlalchemy.provision [req-d7c88e15-ddd5-4cd0-88d9-9da1f830c7cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:16.867 6478 INFO oslo_db.sqlalchemy.provision [req-d7c88e15-ddd5-4cd0-88d9-9da1f830c7cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ihsfgtkgko 2019-02-07 04:12:16.867 6478 INFO oslo_db.sqlalchemy.provision [req-d7c88e15-ddd5-4cd0-88d9-9da1f830c7cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_proxy_protocol [0.716345s] ... ok 2019-02-07 04:12:16.870 6478 INFO oslo_db.sqlalchemy.provision [req-d7c88e15-ddd5-4cd0-88d9-9da1f830c7cb - - - - -] CREATE BACKEND sqlite:// TOKEN azqpgfqgga 2019-02-07 04:12:16.941 6477 INFO octavia.common.config [req-4e6f1d87-5d60-4506-a441-a446b77ff14a - - - - -] Logging enabled! 2019-02-07 04:12:16.942 6477 INFO octavia.common.config [req-4e6f1d87-5d60-4506-a441-a446b77ff14a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:16.964 6477 WARNING octavia.api.root_controller [req-4e6f1d87-5d60-4506-a441-a446b77ff14a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:16.978 6477 INFO octavia.api.v2.controllers.load_balancer [req-f6245567-d96a-4fac-9a13-c8e33c0cb677 - - - - -] Sending created Load Balancer a587436f-f933-4d2d-8eb8-a8449971b96c to the handler 2019-02-07 04:12:16.944 6478 INFO octavia.common.config [req-d7c88e15-ddd5-4cd0-88d9-9da1f830c7cb - - - - -] Logging enabled! 2019-02-07 04:12:16.945 6478 INFO octavia.common.config [req-d7c88e15-ddd5-4cd0-88d9-9da1f830c7cb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:16.964 6478 WARNING octavia.api.root_controller [req-d7c88e15-ddd5-4cd0-88d9-9da1f830c7cb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:16.976 6478 INFO octavia.api.v2.controllers.load_balancer [req-ef53e5e0-df64-4d81-bb61-cdf82df15d18 - - - - -] Sending created Load Balancer 254cce46-73b1-4406-8cb1-42e909df9a42 to the handler 2019-02-07 04:12:17.094 6477 INFO octavia.api.v2.controllers.pool [req-e92e0911-b437-4a4f-9f5c-385a77e2ce7b - - - - -] Sending Creation of Pool 71c68e19-885b-4105-b1f1-32992e8f6123 to handler 2019-02-07 04:12:17.099 6478 INFO octavia.api.v2.controllers.listener [req-4ff25701-4321-409d-b67b-4e6e7cffa04d - - - - -] Sending Creation of Listener 7552bda6-434f-429c-9a2d-2da4e0ac7e01 to handler 2019-02-07 04:12:17.221 6477 INFO octavia.api.v2.controllers.listener [req-c3395302-4d1c-4c00-b171-ad2b180f7b93 - - - - -] Sending Creation of Listener 2a0c3362-686b-4e56-95c4-331fd6c5b4e6 to handler 2019-02-07 04:12:17.243 6478 INFO octavia.api.v2.controllers.pool [req-3e24068f-5a30-4b73-829b-79e2cc50ef98 - - - - -] Sending Creation of Pool 2187faa8-03f7-4754-9961-697b7546ae26 to handler 2019-02-07 04:12:17.363 6477 INFO octavia.api.v2.controllers.listener [req-900dc9e5-78fc-49b1-8521-d7d00738f41d - - - - -] Sending Deletion of Listener 2a0c3362-686b-4e56-95c4-331fd6c5b4e6 to handler 2019-02-07 04:12:17.573 6477 INFO oslo_db.sqlalchemy.provision [req-6fd5e17b-36df-48c4-8638-a4bd0ef14c11 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:17.578 6477 INFO oslo_db.sqlalchemy.provision [req-6fd5e17b-36df-48c4-8638-a4bd0ef14c11 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cpujstrxeh 2019-02-07 04:12:17.579 6477 INFO oslo_db.sqlalchemy.provision [req-6fd5e17b-36df-48c4-8638-a4bd0ef14c11 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete [0.713793s] ... ok 2019-02-07 04:12:17.584 6477 INFO oslo_db.sqlalchemy.provision [req-6fd5e17b-36df-48c4-8638-a4bd0ef14c11 - - - - -] CREATE BACKEND sqlite:// TOKEN axveuzronr 2019-02-07 04:12:17.588 6478 INFO oslo_db.sqlalchemy.provision [req-d8f58f84-1cf0-4409-9122-d94ea184d17b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:17.589 6478 INFO oslo_db.sqlalchemy.provision [req-d8f58f84-1cf0-4409-9122-d94ea184d17b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN azqpgfqgga 2019-02-07 04:12:17.589 6478 INFO oslo_db.sqlalchemy.provision [req-d8f58f84-1cf0-4409-9122-d94ea184d17b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_session_persistence [0.721874s] ... ok 2019-02-07 04:12:17.592 6478 INFO oslo_db.sqlalchemy.provision [req-d8f58f84-1cf0-4409-9122-d94ea184d17b - - - - -] CREATE BACKEND sqlite:// TOKEN knlkruchgg 2019-02-07 04:12:17.671 6478 INFO octavia.common.config [req-d8f58f84-1cf0-4409-9122-d94ea184d17b - - - - -] Logging enabled! 2019-02-07 04:12:17.671 6478 INFO octavia.common.config [req-d8f58f84-1cf0-4409-9122-d94ea184d17b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:17.693 6478 WARNING octavia.api.root_controller [req-d8f58f84-1cf0-4409-9122-d94ea184d17b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:17.707 6478 INFO octavia.api.v2.controllers.load_balancer [req-d91a582b-d482-4a7c-a977-6fbda7c0d500 - - - - -] Sending created Load Balancer 49887ebb-c9c9-4681-b4a9-8fd1866764e4 to the handler 2019-02-07 04:12:17.717 6477 INFO octavia.common.config [req-6fd5e17b-36df-48c4-8638-a4bd0ef14c11 - - - - -] Logging enabled! 2019-02-07 04:12:17.717 6477 INFO octavia.common.config [req-6fd5e17b-36df-48c4-8638-a4bd0ef14c11 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:17.757 6477 WARNING octavia.api.root_controller [req-6fd5e17b-36df-48c4-8638-a4bd0ef14c11 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:17.781 6477 INFO octavia.api.v2.controllers.load_balancer [req-9b3c5a7a-f306-46eb-846d-de7f50445c05 - - - - -] Sending created Load Balancer 3a24d524-c508-4e5d-aa53-f87d860c56f4 to the handler 2019-02-07 04:12:17.824 6478 INFO octavia.api.v2.controllers.listener [req-e57ef206-0e8e-4394-a0d6-bc94ac6ed340 - - - - -] Sending Creation of Listener 755b2266-fe55-4b48-a0f4-9fd4bb947a3a to handler 2019-02-07 04:12:17.968 6478 INFO octavia.api.v2.controllers.pool [req-c29dbb24-2e09-4daa-8794-885eef493d2f - - - - -] Sending Creation of Pool 8ad8ad25-9e1a-4566-b197-b3e4a56d299c to handler 2019-02-07 04:12:17.974 6477 INFO octavia.api.v2.controllers.pool [req-702d892d-b45e-4829-a4ae-77af38ab0489 - - - - -] Sending Creation of Pool beeca155-2d8e-48a7-b60e-6d565f0c2188 to handler 2019-02-07 04:12:18.120 6478 INFO octavia.api.v2.controllers.pool [req-3136307f-d9e1-4c2b-b6ca-3e7f78b5eb0b - - - - -] Sending Deletion of Pool 8ad8ad25-9e1a-4566-b197-b3e4a56d299c to handler 2019-02-07 04:12:18.183 6478 INFO oslo_db.sqlalchemy.provision [req-54c9b70a-3a23-48ab-9ff2-c1cee32aa2e1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:18.186 6478 INFO oslo_db.sqlalchemy.provision [req-54c9b70a-3a23-48ab-9ff2-c1cee32aa2e1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN knlkruchgg 2019-02-07 04:12:18.187 6478 INFO oslo_db.sqlalchemy.provision [req-54c9b70a-3a23-48ab-9ff2-c1cee32aa2e1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete [0.597001s] ... ok 2019-02-07 04:12:18.190 6478 INFO oslo_db.sqlalchemy.provision [req-54c9b70a-3a23-48ab-9ff2-c1cee32aa2e1 - - - - -] CREATE BACKEND sqlite:// TOKEN stsfykarwz 2019-02-07 04:12:18.249 6477 INFO octavia.api.v2.controllers.load_balancer [req-ab2c6d41-e625-465a-9cd9-287895534402 - - - - -] Sending created Load Balancer d3b4af72-597e-4dd4-9aa0-9fad53115942 to the handler 2019-02-07 04:12:18.263 6478 INFO octavia.common.config [req-54c9b70a-3a23-48ab-9ff2-c1cee32aa2e1 - - - - -] Logging enabled! 2019-02-07 04:12:18.263 6478 INFO octavia.common.config [req-54c9b70a-3a23-48ab-9ff2-c1cee32aa2e1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:18.282 6478 WARNING octavia.api.root_controller [req-54c9b70a-3a23-48ab-9ff2-c1cee32aa2e1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:18.300 6478 INFO octavia.api.v2.controllers.load_balancer [req-e43d9a38-3e2e-4fe3-8be2-dd47208e0995 - - - - -] Sending created Load Balancer 8915e3e2-8619-4d54-8558-29660c745d32 to the handler 2019-02-07 04:12:18.409 6477 INFO octavia.api.v2.controllers.listener [req-13c3ebaf-f28a-49cc-970e-a801da00e328 - - - - -] Sending Creation of Listener 9747a6e0-6a74-4a6c-b285-997d81fc1a80 to handler 2019-02-07 04:12:18.429 6478 INFO octavia.api.v2.controllers.listener [req-e8f6b6ce-f487-452c-b1bf-ad604e1eb02b - - - - -] Sending Creation of Listener 3870aa27-ef26-492d-84f4-08480b702e3d to handler 2019-02-07 04:12:18.585 6477 INFO oslo_db.sqlalchemy.provision [req-dfe0cae7-4ae2-4ec4-81ae-1dcf21edbb20 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:18.587 6477 INFO oslo_db.sqlalchemy.provision [req-dfe0cae7-4ae2-4ec4-81ae-1dcf21edbb20 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN axveuzronr 2019-02-07 04:12:18.588 6477 INFO oslo_db.sqlalchemy.provision [req-dfe0cae7-4ae2-4ec4-81ae-1dcf21edbb20 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_already_deleted [1.008550s] ... ok 2019-02-07 04:12:18.592 6477 INFO oslo_db.sqlalchemy.provision [req-dfe0cae7-4ae2-4ec4-81ae-1dcf21edbb20 - - - - -] CREATE BACKEND sqlite:// TOKEN dnnrphzdvb 2019-02-07 04:12:18.603 6478 INFO octavia.api.v2.controllers.pool [req-69fe6eb6-594f-4dc9-8dc8-eaddc4454a65 - - - - -] Sending Creation of Pool 350b4fe7-cb65-441c-97cb-4505b5103592 to handler 2019-02-07 04:12:18.687 6477 INFO octavia.common.config [req-dfe0cae7-4ae2-4ec4-81ae-1dcf21edbb20 - - - - -] Logging enabled! 2019-02-07 04:12:18.687 6477 INFO octavia.common.config [req-dfe0cae7-4ae2-4ec4-81ae-1dcf21edbb20 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:18.714 6477 WARNING octavia.api.root_controller [req-dfe0cae7-4ae2-4ec4-81ae-1dcf21edbb20 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:18.731 6477 INFO octavia.api.v2.controllers.load_balancer [req-a4c4ee4c-b089-4743-8aef-469e864bbd9e - - - - -] Sending created Load Balancer 043f03a9-f8e2-499d-979c-b9e2227d8b7b to the handler 2019-02-07 04:12:18.843 6478 INFO octavia.api.v2.controllers.pool [req-3c11e913-49c3-48ee-ba19-425d90f37d6d - bce1277f-90a9-42d0-bfd4-55eb4a10c4b3 - - -] Sending Deletion of Pool 350b4fe7-cb65-441c-97cb-4505b5103592 to handler 2019-02-07 04:12:18.873 6477 INFO octavia.api.v2.controllers.pool [req-92cba58d-3f6e-48b9-8eda-3368ffb22273 - - - - -] Sending Creation of Pool c60b2e15-a742-4303-94eb-7bd2ec3da23d to handler 2019-02-07 04:12:18.906 6478 INFO oslo_db.sqlalchemy.provision [req-938f5086-c8df-4e88-9b01-39bb2e8b1d61 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:18.908 6478 INFO oslo_db.sqlalchemy.provision [req-938f5086-c8df-4e88-9b01-39bb2e8b1d61 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN stsfykarwz 2019-02-07 04:12:18.908 6478 INFO oslo_db.sqlalchemy.provision [req-938f5086-c8df-4e88-9b01-39bb2e8b1d61 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_authorize [0.721469s] ... ok 2019-02-07 04:12:18.911 6478 INFO oslo_db.sqlalchemy.provision [req-938f5086-c8df-4e88-9b01-39bb2e8b1d61 - - - - -] CREATE BACKEND sqlite:// TOKEN teurbriyvu 2019-02-07 04:12:18.986 6478 INFO octavia.common.config [req-938f5086-c8df-4e88-9b01-39bb2e8b1d61 - - - - -] Logging enabled! 2019-02-07 04:12:18.986 6478 INFO octavia.common.config [req-938f5086-c8df-4e88-9b01-39bb2e8b1d61 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:19.009 6478 WARNING octavia.api.root_controller [req-938f5086-c8df-4e88-9b01-39bb2e8b1d61 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:19.022 6478 INFO octavia.api.v2.controllers.load_balancer [req-8952f19d-d69c-45cc-93bb-73dd399bd1b7 - - - - -] Sending created Load Balancer 2b5b532d-8513-4f1c-8ba5-ed6009539921 to the handler 2019-02-07 04:12:19.021 6477 INFO octavia.api.v2.controllers.listener [req-0eada470-62be-43f6-94cc-0864c1bdddcc - - - - -] Sending Creation of Listener 7b275d2c-9d4a-478f-95ab-5a63503f708f to handler 2019-02-07 04:12:19.141 6478 INFO octavia.api.v2.controllers.listener [req-5204a71c-017c-4bbc-b2f4-2f14145e94a1 - - - - -] Sending Creation of Listener f1d7bc67-b3c0-4e21-97df-5a004a9bdd86 to handler 2019-02-07 04:12:19.202 6477 INFO oslo_db.sqlalchemy.provision [req-ac2a9427-4c20-45ea-9932-85f9ca8cb82b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:19.204 6477 INFO oslo_db.sqlalchemy.provision [req-ac2a9427-4c20-45ea-9932-85f9ca8cb82b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dnnrphzdvb 2019-02-07 04:12:19.204 6477 INFO oslo_db.sqlalchemy.provision [req-ac2a9427-4c20-45ea-9932-85f9ca8cb82b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_not_authorized [0.620499s] ... ok 2019-02-07 04:12:19.212 6477 INFO oslo_db.sqlalchemy.provision [req-ac2a9427-4c20-45ea-9932-85f9ca8cb82b - - - - -] CREATE BACKEND sqlite:// TOKEN azynfjeggm 2019-02-07 04:12:19.286 6478 INFO octavia.api.v2.controllers.pool [req-a35c66e2-64e7-4bf0-9c20-5cc650b256f6 - - - - -] Sending Creation of Pool b044078c-aa45-4740-9bc8-dcff45e65c13 to handler 2019-02-07 04:12:19.283 6477 INFO octavia.common.config [req-ac2a9427-4c20-45ea-9932-85f9ca8cb82b - - - - -] Logging enabled! 2019-02-07 04:12:19.285 6477 INFO octavia.common.config [req-ac2a9427-4c20-45ea-9932-85f9ca8cb82b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:19.307 6477 WARNING octavia.api.root_controller [req-ac2a9427-4c20-45ea-9932-85f9ca8cb82b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:19.319 6477 INFO octavia.api.v2.controllers.load_balancer [req-9e7a926f-dee6-4c43-9eb4-1aeca2011290 - - - - -] Sending created Load Balancer 72bc8d91-43ae-45fd-b5ce-68a23d433c0a to the handler 2019-02-07 04:12:19.492 6478 INFO oslo_db.sqlalchemy.provision [req-f4a9b425-8eb9-4bc2-b338-af1b54e3c3e3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:19.494 6478 INFO oslo_db.sqlalchemy.provision [req-f4a9b425-8eb9-4bc2-b338-af1b54e3c3e3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN teurbriyvu 2019-02-07 04:12:19.494 6478 INFO oslo_db.sqlalchemy.provision [req-f4a9b425-8eb9-4bc2-b338-af1b54e3c3e3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_not_authorize [0.589497s] ... ok 2019-02-07 04:12:19.501 6478 INFO oslo_db.sqlalchemy.provision [req-f4a9b425-8eb9-4bc2-b338-af1b54e3c3e3 - - - - -] CREATE BACKEND sqlite:// TOKEN dcpmchxclu 2019-02-07 04:12:19.523 6477 INFO octavia.api.v2.controllers.pool [req-d8a045ba-8161-40e6-8797-53cf31361c69 - - - - -] Sending Creation of Pool d9046cdf-3c54-4055-a2e5-0cc81c626b5b to handler 2019-02-07 04:12:19.587 6478 INFO octavia.common.config [req-f4a9b425-8eb9-4bc2-b338-af1b54e3c3e3 - - - - -] Logging enabled! 2019-02-07 04:12:19.588 6478 INFO octavia.common.config [req-f4a9b425-8eb9-4bc2-b338-af1b54e3c3e3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:19.610 6478 WARNING octavia.api.root_controller [req-f4a9b425-8eb9-4bc2-b338-af1b54e3c3e3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:19.646 6477 INFO octavia.api.v2.controllers.load_balancer [req-0c917714-54b7-49e9-a260-6364559cee60 - - - - -] Sending created Load Balancer dd9f85f9-a81b-4555-b676-5a8d0507d545 to the handler 2019-02-07 04:12:19.628 6478 INFO octavia.api.v2.controllers.load_balancer [req-f80a9cd1-7d2b-4cfe-acb8-73d9095e246d - - - - -] Sending created Load Balancer 4f96092d-aeb5-4293-960d-6c691d24dfea to the handler 2019-02-07 04:12:19.762 6477 INFO octavia.api.v2.controllers.listener [req-82abc0af-3b17-4a56-ad4c-04940caedf35 - - - - -] Sending Creation of Listener 791da8ac-bfe5-4280-a67e-043188f77a01 to handler 2019-02-07 04:12:19.777 6478 INFO octavia.api.v2.controllers.listener [req-a2bed7c2-dc92-4bfa-a819-3899d5c44de4 - - - - -] Sending Creation of Listener 214ec60c-19d7-43c4-ab04-59916738caa4 to handler 2019-02-07 04:12:19.795 6477 INFO octavia.api.v2.controllers.listener [req-9789ce6c-f107-49f5-8974-ec7e70b5ecf3 - - - - -] Load Balancer dd9f85f9-a81b-4555-b676-5a8d0507d545 is immutable. 2019-02-07 04:12:19.814 6477 INFO oslo_db.sqlalchemy.provision [req-9789ce6c-f107-49f5-8974-ec7e70b5ecf3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:19.816 6477 INFO oslo_db.sqlalchemy.provision [req-9789ce6c-f107-49f5-8974-ec7e70b5ecf3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN azynfjeggm 2019-02-07 04:12:19.816 6477 INFO oslo_db.sqlalchemy.provision [req-9789ce6c-f107-49f5-8974-ec7e70b5ecf3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_delete_pending_update [0.607306s] ... ok 2019-02-07 04:12:19.819 6477 INFO oslo_db.sqlalchemy.provision [req-9789ce6c-f107-49f5-8974-ec7e70b5ecf3 - - - - -] CREATE BACKEND sqlite:// TOKEN dvjceyusth 2019-02-07 04:12:19.894 6477 INFO octavia.common.config [req-9789ce6c-f107-49f5-8974-ec7e70b5ecf3 - - - - -] Logging enabled! 2019-02-07 04:12:19.895 6477 INFO octavia.common.config [req-9789ce6c-f107-49f5-8974-ec7e70b5ecf3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:19.917 6477 WARNING octavia.api.root_controller [req-9789ce6c-f107-49f5-8974-ec7e70b5ecf3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:19.932 6477 INFO octavia.api.v2.controllers.load_balancer [req-9d8bea8d-d815-4899-99b3-e8e28783681a - - - - -] Sending created Load Balancer 82860815-0f9b-4ffd-84e6-fc05967c9cb9 to the handler 2019-02-07 04:12:20.009 6478 INFO octavia.api.v2.controllers.pool [req-87e362d3-cfb5-4bb9-a971-18c091ab465e - - - - -] Sending Creation of Pool 20a97b8d-bb83-4245-892b-b42a163e62ec to handler 2019-02-07 04:12:20.050 6477 INFO octavia.api.v2.controllers.pool [req-da450687-176f-4cac-94c7-1df0f93fdd2d - - - - -] Sending Creation of Pool 64cdc398-977c-4ce8-961c-fd34b883ac30 to handler 2019-02-07 04:12:20.155 6478 INFO octavia.api.v2.controllers.pool [req-623b5e23-5971-4747-bfd0-047a24fcc0c9 - - - - -] Sending Update of Pool 20a97b8d-bb83-4245-892b-b42a163e62ec to handler 2019-02-07 04:12:20.183 6477 INFO octavia.api.v2.controllers.listener [req-141b0a76-0648-4938-8f80-eee8a7f003a3 - - - - -] Sending Creation of Listener 49411da8-a7a6-483b-bf7d-997fca39ee4d to handler 2019-02-07 04:12:20.222 6477 INFO oslo_db.sqlalchemy.provision [req-66825839-f127-4e81-b841-4b3f96233d13 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:20.224 6477 INFO oslo_db.sqlalchemy.provision [req-66825839-f127-4e81-b841-4b3f96233d13 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dvjceyusth 2019-02-07 04:12:20.224 6477 INFO oslo_db.sqlalchemy.provision [req-66825839-f127-4e81-b841-4b3f96233d13 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_get [0.411657s] ... ok 2019-02-07 04:12:20.231 6477 INFO oslo_db.sqlalchemy.provision [req-66825839-f127-4e81-b841-4b3f96233d13 - - - - -] CREATE BACKEND sqlite:// TOKEN mitamdozio 2019-02-07 04:12:20.241 6478 INFO oslo_db.sqlalchemy.provision [req-3d14ce9e-27eb-4974-8800-6311456166a6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:20.242 6478 INFO oslo_db.sqlalchemy.provision [req-3d14ce9e-27eb-4974-8800-6311456166a6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dcpmchxclu 2019-02-07 04:12:20.242 6478 INFO oslo_db.sqlalchemy.provision [req-3d14ce9e-27eb-4974-8800-6311456166a6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_session_persistence [0.744326s] ... ok 2019-02-07 04:12:20.245 6478 INFO oslo_db.sqlalchemy.provision [req-3d14ce9e-27eb-4974-8800-6311456166a6 - - - - -] CREATE BACKEND sqlite:// TOKEN gerdhdftaa 2019-02-07 04:12:20.302 6477 INFO octavia.common.config [req-66825839-f127-4e81-b841-4b3f96233d13 - - - - -] Logging enabled! 2019-02-07 04:12:20.303 6477 INFO octavia.common.config [req-66825839-f127-4e81-b841-4b3f96233d13 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:20.325 6477 WARNING octavia.api.root_controller [req-66825839-f127-4e81-b841-4b3f96233d13 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:20.339 6477 INFO octavia.api.v2.controllers.load_balancer [req-0dd2d9d2-8b5c-4332-ad41-66dc7a54b649 - - - - -] Sending created Load Balancer 742778cb-cb4b-4c1e-855d-8e6e0fa48ae8 to the handler 2019-02-07 04:12:20.337 6478 INFO octavia.common.config [req-3d14ce9e-27eb-4974-8800-6311456166a6 - - - - -] Logging enabled! 2019-02-07 04:12:20.337 6478 INFO octavia.common.config [req-3d14ce9e-27eb-4974-8800-6311456166a6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:20.371 6478 WARNING octavia.api.root_controller [req-3d14ce9e-27eb-4974-8800-6311456166a6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:20.383 6478 INFO octavia.api.v2.controllers.load_balancer [req-1980db06-7f85-461d-97b3-7b62d6ad7bca - - - - -] Sending created Load Balancer fa2e1cb7-5b68-405e-9d9d-5a0d83a22862 to the handler 2019-02-07 04:12:20.465 6477 INFO octavia.api.v2.controllers.pool [req-709072c3-00d4-4035-9589-762740436eeb - - - - -] Sending Creation of Pool 77387dd3-9feb-4be6-be75-29a8ff4eb484 to handler 2019-02-07 04:12:20.544 6478 INFO octavia.api.v2.controllers.listener [req-63ac9476-358a-4a48-85e9-d39b845e6842 - - - - -] Sending Creation of Listener f4aad68d-648f-4581-9a7d-5561a67938a9 to handler 2019-02-07 04:12:20.667 6477 INFO octavia.api.v2.controllers.load_balancer [req-392be892-9055-4667-b1ad-f36ad73c544f - - - - -] Sending created Load Balancer 41515f1f-f5a0-4a62-9f77-0e1a7e198f54 to the handler 2019-02-07 04:12:20.737 6478 INFO octavia.api.v2.controllers.pool [req-10d6e453-5438-4a4f-8824-d624c72754b0 - - - - -] Sending Creation of Pool 1260c979-0b73-4c4a-956c-88b7ea680d3e to handler 2019-02-07 04:12:20.787 6477 INFO octavia.api.v2.controllers.listener [req-6cec7022-9ea2-4740-a31d-4dcaabe4b3b8 - - - - -] Sending Creation of Listener 329d8b78-153d-4d8f-a33c-d68ea0795d15 to handler 2019-02-07 04:12:20.916 6477 INFO octavia.api.v2.controllers.listener [req-f9816e5c-af05-400b-952c-6d02de06e09b - - - - -] Sending Creation of Listener 34d869c5-7e07-4e1e-8b52-2c4b7979b4ea to handler 2019-02-07 04:12:20.928 6478 INFO octavia.api.v2.controllers.l7policy [req-6513edd0-0a06-42aa-9c55-0ccac75fef70 - - - - -] Sending Creation of L7Policy 58684c3f-787e-41f1-b3f3-f737d3ea6cb8 to handler 2019-02-07 04:12:21.064 6477 INFO octavia.api.v2.controllers.listener [req-b55ddcdd-7b8b-4d09-a70a-033f9c6957ae - - - - -] Sending Creation of Listener 044d15d4-0daf-44e9-a061-d178dc402b2d to handler 2019-02-07 04:12:21.159 6478 INFO oslo_db.sqlalchemy.provision [req-51dbe7eb-f6d5-4195-b5fa-646c7ae61499 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:21.160 6478 INFO oslo_db.sqlalchemy.provision [req-51dbe7eb-f6d5-4195-b5fa-646c7ae61499 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gerdhdftaa 2019-02-07 04:12:21.160 6478 INFO oslo_db.sqlalchemy.provision [req-51dbe7eb-f6d5-4195-b5fa-646c7ae61499 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_with_l7policy [0.917810s] ... ok 2019-02-07 04:12:21.163 6478 INFO oslo_db.sqlalchemy.provision [req-51dbe7eb-f6d5-4195-b5fa-646c7ae61499 - - - - -] CREATE BACKEND sqlite:// TOKEN rftbkqnduo 2019-02-07 04:12:21.231 6478 INFO octavia.common.config [req-51dbe7eb-f6d5-4195-b5fa-646c7ae61499 - - - - -] Logging enabled! 2019-02-07 04:12:21.231 6478 INFO octavia.common.config [req-51dbe7eb-f6d5-4195-b5fa-646c7ae61499 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:21.250 6478 WARNING octavia.api.root_controller [req-51dbe7eb-f6d5-4195-b5fa-646c7ae61499 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:21.262 6478 INFO octavia.api.v2.controllers.load_balancer [req-76ac4986-9daa-4df6-8345-4e7f1b3dfb05 - - - - -] Sending created Load Balancer 36f3529e-9ca5-4f39-bbef-b31b746ff46b to the handler 2019-02-07 04:12:21.280 6477 INFO oslo_db.sqlalchemy.provision [req-37cb6864-3aa6-4ecf-bf62-8305a734a5bb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:21.282 6477 INFO oslo_db.sqlalchemy.provision [req-37cb6864-3aa6-4ecf-bf62-8305a734a5bb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mitamdozio 2019-02-07 04:12:21.282 6477 INFO oslo_db.sqlalchemy.provision [req-37cb6864-3aa6-4ecf-bf62-8305a734a5bb - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_admin [1.053761s] ... ok 2019-02-07 04:12:21.290 6477 INFO oslo_db.sqlalchemy.provision [req-37cb6864-3aa6-4ecf-bf62-8305a734a5bb - - - - -] CREATE BACKEND sqlite:// TOKEN zhijvkrbtm 2019-02-07 04:12:21.360 6477 INFO octavia.common.config [req-37cb6864-3aa6-4ecf-bf62-8305a734a5bb - - - - -] Logging enabled! 2019-02-07 04:12:21.360 6477 INFO octavia.common.config [req-37cb6864-3aa6-4ecf-bf62-8305a734a5bb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:21.383 6477 WARNING octavia.api.root_controller [req-37cb6864-3aa6-4ecf-bf62-8305a734a5bb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:21.397 6477 INFO octavia.api.v2.controllers.load_balancer [req-2d436da7-30f1-4717-b13b-472b1d8ad585 - - - - -] Sending created Load Balancer adbeac74-f6b9-464e-8314-0f9733aefdde to the handler 2019-02-07 04:12:21.459 6478 INFO octavia.api.v2.controllers.listener [req-35db464c-5632-4859-983f-6343f6e156f5 - - - - -] Sending Creation of Listener aaed63ec-6e2a-412d-b4ac-40020fdadd99 to handler 2019-02-07 04:12:21.519 6477 INFO octavia.api.v2.controllers.pool [req-946eb124-832f-486d-9721-c519077f09b6 - - - - -] Sending Creation of Pool c484d8db-60a9-40fd-a7e9-97046bdf49ec to handler 2019-02-07 04:12:21.630 6478 INFO oslo_db.sqlalchemy.provision [req-54ad671c-8315-4e85-bb8c-906837bf6f13 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:21.632 6478 INFO oslo_db.sqlalchemy.provision [req-54ad671c-8315-4e85-bb8c-906837bf6f13 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rftbkqnduo 2019-02-07 04:12:21.632 6478 INFO oslo_db.sqlalchemy.provision [req-54ad671c-8315-4e85-bb8c-906837bf6f13 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_empty_get_all [0.471576s] ... ok 2019-02-07 04:12:21.635 6478 INFO oslo_db.sqlalchemy.provision [req-54ad671c-8315-4e85-bb8c-906837bf6f13 - - - - -] CREATE BACKEND sqlite:// TOKEN gixigxbvuh 2019-02-07 04:12:21.703 6478 INFO octavia.common.config [req-54ad671c-8315-4e85-bb8c-906837bf6f13 - - - - -] Logging enabled! 2019-02-07 04:12:21.703 6478 INFO octavia.common.config [req-54ad671c-8315-4e85-bb8c-906837bf6f13 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:21.722 6478 WARNING octavia.api.root_controller [req-54ad671c-8315-4e85-bb8c-906837bf6f13 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:21.734 6478 INFO octavia.api.v2.controllers.load_balancer [req-79a69030-0d07-4a95-9f15-883003ffcc52 - - - - -] Sending created Load Balancer 73c55f33-0df4-498a-be46-5ce3e5168ccd to the handler 2019-02-07 04:12:21.746 6477 INFO octavia.api.v2.controllers.listener [req-1f5b718f-8e30-40ad-b1c1-1c97a6f0161c - - - - -] Sending Creation of Listener a5e8b82a-422c-4678-ba5f-6d640e075475 to handler 2019-02-07 04:12:21.850 6478 INFO octavia.api.v2.controllers.listener [req-2b04df6a-6db1-4e46-8717-ac63d5ad8b1f - - - - -] Sending Creation of Listener 32d3f140-a004-4ae3-8fa3-ecbd60af540b to handler 2019-02-07 04:12:21.898 6477 INFO octavia.api.v2.controllers.listener [req-78cab89a-e925-4e88-81e1-e8751076479b - - - - -] Sending Creation of Listener ee5d222d-d37a-464a-b8bb-1557c7481502 to handler 2019-02-07 04:12:22.007 6478 INFO octavia.api.v2.controllers.pool [req-ea7d7ff4-8f6f-4a78-bee1-a00e554db293 - - - - -] Sending Creation of Pool 148294de-9d64-45a1-abc8-f6f6064fc9a1 to handler 2019-02-07 04:12:22.056 6477 INFO octavia.api.v2.controllers.listener [req-86b75bac-7523-474c-9778-4fe15105b777 - - - - -] Sending Creation of Listener fa442690-7c3c-4cf9-b116-999f3b627e2e to handler 2019-02-07 04:12:22.192 6478 INFO oslo_db.sqlalchemy.provision [req-fea96168-a2d6-4537-bce3-05732e2e9871 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:22.193 6478 INFO oslo_db.sqlalchemy.provision [req-fea96168-a2d6-4537-bce3-05732e2e9871 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gixigxbvuh 2019-02-07 04:12:22.193 6478 INFO oslo_db.sqlalchemy.provision [req-fea96168-a2d6-4537-bce3-05732e2e9871 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all [0.561085s] ... ok 2019-02-07 04:12:22.196 6478 INFO oslo_db.sqlalchemy.provision [req-fea96168-a2d6-4537-bce3-05732e2e9871 - - - - -] CREATE BACKEND sqlite:// TOKEN iiergqltgy 2019-02-07 04:12:22.264 6478 INFO octavia.common.config [req-fea96168-a2d6-4537-bce3-05732e2e9871 - - - - -] Logging enabled! 2019-02-07 04:12:22.264 6478 INFO octavia.common.config [req-fea96168-a2d6-4537-bce3-05732e2e9871 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:22.283 6478 WARNING octavia.api.root_controller [req-fea96168-a2d6-4537-bce3-05732e2e9871 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:22.301 6477 INFO oslo_db.sqlalchemy.provision [req-aee499fe-bb48-4d38-b9cd-20ad8c56ca40 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:22.302 6477 INFO oslo_db.sqlalchemy.provision [req-aee499fe-bb48-4d38-b9cd-20ad8c56ca40 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zhijvkrbtm 2019-02-07 04:12:22.302 6477 INFO oslo_db.sqlalchemy.provision [req-aee499fe-bb48-4d38-b9cd-20ad8c56ca40 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_fields_filter [1.020255s] ... ok 2019-02-07 04:12:22.295 6478 INFO octavia.api.v2.controllers.load_balancer [req-79f28136-cdf3-4f79-a49b-d98c9d2b59ce - - - - -] Sending created Load Balancer 1504e558-519e-4cab-8d1a-3fff71e5cb96 to the handler 2019-02-07 04:12:22.305 6477 INFO oslo_db.sqlalchemy.provision [req-aee499fe-bb48-4d38-b9cd-20ad8c56ca40 - - - - -] CREATE BACKEND sqlite:// TOKEN hvahtcvomx 2019-02-07 04:12:22.382 6477 INFO octavia.common.config [req-aee499fe-bb48-4d38-b9cd-20ad8c56ca40 - - - - -] Logging enabled! 2019-02-07 04:12:22.383 6477 INFO octavia.common.config [req-aee499fe-bb48-4d38-b9cd-20ad8c56ca40 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:22.405 6477 WARNING octavia.api.root_controller [req-aee499fe-bb48-4d38-b9cd-20ad8c56ca40 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:22.419 6477 INFO octavia.api.v2.controllers.load_balancer [req-1c8e93cb-f33f-481b-b127-573535b932f0 - - - - -] Sending created Load Balancer 97730c17-db1c-4035-a834-b11b546b9f9f to the handler 2019-02-07 04:12:22.494 6478 INFO octavia.api.v2.controllers.listener [req-1bb6caf6-c65c-4491-bf57-9ad5d614fff0 - - - - -] Sending Creation of Listener e52d414d-5504-4cc9-b127-5656e7c04c21 to handler 2019-02-07 04:12:22.545 6477 INFO octavia.api.v2.controllers.pool [req-8430e5b4-f80a-4957-9668-489dddd3aa96 - - - - -] Sending Creation of Pool b5a3fe26-77f3-49ea-a241-dbc88d238724 to handler 2019-02-07 04:12:22.614 6478 INFO octavia.api.v2.controllers.load_balancer [req-96aeffb0-1e80-4b5f-87ef-d63fb49b4e3a - - - - -] Sending created Load Balancer 70a1c061-955a-4f1d-91e4-9511b2e71fa9 to the handler 2019-02-07 04:12:22.696 6477 INFO octavia.api.v2.controllers.listener [req-84de84d5-941f-4b41-8021-2946bd8eb9e9 - - - - -] Sending Creation of Listener e2310053-db70-4c5c-972a-083207deb31b to handler 2019-02-07 04:12:22.732 6478 INFO octavia.api.v2.controllers.pool [req-6b2d19fd-802e-43a3-88ca-5ff33b0def02 - - - - -] Sending Creation of Pool 120efc59-d812-4723-8f4b-38d67c0e51a5 to handler 2019-02-07 04:12:22.855 6477 INFO octavia.api.v2.controllers.listener [req-3ea18073-ef37-4ecd-9d44-c3911ac7796b - - - - -] Sending Creation of Listener 814c3325-26ff-47e9-8956-6759823751c7 to handler 2019-02-07 04:12:22.864 6478 INFO octavia.api.v2.controllers.pool [req-e9033090-75f8-47e8-8ffb-a131b4da5126 - - - - -] Sending Creation of Pool 61bc6aa6-3b12-49ec-acb5-b8502bfca6f3 to handler 2019-02-07 04:12:23.021 6477 INFO octavia.api.v2.controllers.listener [req-573b6781-496d-4601-a678-10a2c74e67f3 - - - - -] Sending Creation of Listener bf1e14d7-7000-410f-9f0f-cf113f67d714 to handler 2019-02-07 04:12:23.009 6478 INFO octavia.api.v2.controllers.pool [req-5cd0a709-8cee-44e4-8e78-dc43daabb84b - - - - -] Sending Creation of Pool ed2be1c8-cb44-4085-9e2f-368b01798c2d to handler 2019-02-07 04:12:23.227 6478 INFO oslo_db.sqlalchemy.provision [req-87d034da-07b1-4843-a471-6f5525980f51 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:23.229 6478 INFO oslo_db.sqlalchemy.provision [req-87d034da-07b1-4843-a471-6f5525980f51 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iiergqltgy 2019-02-07 04:12:23.229 6478 INFO oslo_db.sqlalchemy.provision [req-87d034da-07b1-4843-a471-6f5525980f51 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_admin [1.035168s] ... ok 2019-02-07 04:12:23.232 6478 INFO oslo_db.sqlalchemy.provision [req-87d034da-07b1-4843-a471-6f5525980f51 - - - - -] CREATE BACKEND sqlite:// TOKEN lolpmcpgch 2019-02-07 04:12:23.305 6478 INFO octavia.common.config [req-87d034da-07b1-4843-a471-6f5525980f51 - - - - -] Logging enabled! 2019-02-07 04:12:23.306 6478 INFO octavia.common.config [req-87d034da-07b1-4843-a471-6f5525980f51 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:23.328 6478 WARNING octavia.api.root_controller [req-87d034da-07b1-4843-a471-6f5525980f51 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:23.342 6478 INFO octavia.api.v2.controllers.load_balancer [req-64edb390-6d6d-4b7a-87db-12f8521bf9e5 - - - - -] Sending created Load Balancer e51f3a88-3bf2-4bae-9f77-71983bbd8ea8 to the handler 2019-02-07 04:12:23.483 6477 INFO oslo_db.sqlalchemy.provision [req-1b95ba74-38fe-403f-a9a6-4907acc3a543 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:23.486 6477 INFO oslo_db.sqlalchemy.provision [req-1b95ba74-38fe-403f-a9a6-4907acc3a543 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hvahtcvomx 2019-02-07 04:12:23.486 6477 INFO oslo_db.sqlalchemy.provision [req-1b95ba74-38fe-403f-a9a6-4907acc3a543 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_limited [1.183938s] ... ok 2019-02-07 04:12:23.489 6477 INFO oslo_db.sqlalchemy.provision [req-1b95ba74-38fe-403f-a9a6-4907acc3a543 - - - - -] CREATE BACKEND sqlite:// TOKEN kpozcayzif 2019-02-07 04:12:23.540 6478 INFO octavia.api.v2.controllers.listener [req-826abe44-e6c2-4e5e-805e-4f8cba7f9ace - - - - -] Sending Creation of Listener d0c9d745-3ceb-44fc-8d5a-96836c08d322 to handler 2019-02-07 04:12:23.564 6477 INFO octavia.common.config [req-1b95ba74-38fe-403f-a9a6-4907acc3a543 - - - - -] Logging enabled! 2019-02-07 04:12:23.566 6477 INFO octavia.common.config [req-1b95ba74-38fe-403f-a9a6-4907acc3a543 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:23.588 6477 WARNING octavia.api.root_controller [req-1b95ba74-38fe-403f-a9a6-4907acc3a543 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:23.602 6477 INFO octavia.api.v2.controllers.load_balancer [req-05cada47-e99b-40b1-90e8-a9114ad7dba7 - - - - -] Sending created Load Balancer e1431c31-6bf6-4c4a-97ba-dfb43098d529 to the handler 2019-02-07 04:12:23.673 6478 INFO octavia.api.v2.controllers.pool [req-b860755f-24ed-4772-9d7e-f636cb853832 - - - - -] Sending Creation of Pool 06dd631e-c691-4c51-ae69-2e7489895cc8 to handler 2019-02-07 04:12:23.724 6477 INFO octavia.api.v2.controllers.pool [req-b46b9356-a0b0-42f0-a96f-753e7d609ddb - - - - -] Sending Creation of Pool 68719ffb-5a6b-4f60-a136-50fd6bca231e to handler 2019-02-07 04:12:23.822 6478 INFO octavia.api.v2.controllers.pool [req-357f5d70-8f6b-4357-a23b-32a17cd3261a - - - - -] Sending Creation of Pool 4db1ce81-f34e-4798-a473-07f81db04927 to handler 2019-02-07 04:12:23.845 6477 INFO octavia.api.v2.controllers.load_balancer [req-2f0752c6-9e30-4775-91d0-0079d7f46e38 - - - - -] Sending created Load Balancer a3f3c1fc-9b6f-4e53-a0b9-a1f4f58de528 to the handler 2019-02-07 04:12:23.964 6477 INFO octavia.api.v2.controllers.listener [req-06ca4d9d-eae7-4975-b256-ea781f15d00f - - - - -] Sending Creation of Listener d655df36-8831-4d35-84c5-2eb1759f22c2 to handler 2019-02-07 04:12:23.987 6478 INFO octavia.api.v2.controllers.pool [req-1ff3f635-ee4b-4e4c-8d1b-b2c0a539a3f6 - - - - -] Sending Creation of Pool accaf479-92e9-4857-a218-7fc6fedca782 to handler 2019-02-07 04:12:24.098 6477 INFO octavia.api.v2.controllers.listener [req-4880e24c-070d-4b85-a0bf-95d2e91eaea0 - - - - -] Sending Creation of Listener 82203325-c136-442d-a6c5-8311913ade2d to handler 2019-02-07 04:12:24.239 6477 INFO octavia.api.v2.controllers.listener [req-9e67e0ec-380f-4994-87d5-dabfae130690 - - - - -] Sending Creation of Listener be246b42-9a00-4472-9b8d-ee5da3444bb9 to handler 2019-02-07 04:12:24.328 6478 INFO oslo_db.sqlalchemy.provision [req-8e83ac56-51d4-41e5-9426-420e23b13166 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:24.330 6478 INFO oslo_db.sqlalchemy.provision [req-8e83ac56-51d4-41e5-9426-420e23b13166 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lolpmcpgch 2019-02-07 04:12:24.330 6478 INFO oslo_db.sqlalchemy.provision [req-8e83ac56-51d4-41e5-9426-420e23b13166 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_limited [1.101004s] ... ok 2019-02-07 04:12:24.333 6478 INFO oslo_db.sqlalchemy.provision [req-8e83ac56-51d4-41e5-9426-420e23b13166 - - - - -] CREATE BACKEND sqlite:// TOKEN rxeenrufet 2019-02-07 04:12:24.374 6477 INFO oslo_db.sqlalchemy.provision [req-53e3d406-fdf9-41ad-bb10-8a226356f79a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:24.376 6477 INFO oslo_db.sqlalchemy.provision [req-53e3d406-fdf9-41ad-bb10-8a226356f79a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kpozcayzif 2019-02-07 04:12:24.376 6477 INFO oslo_db.sqlalchemy.provision [req-53e3d406-fdf9-41ad-bb10-8a226356f79a - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_not_authorized [0.889488s] ... ok 2019-02-07 04:12:24.379 6477 INFO oslo_db.sqlalchemy.provision [req-53e3d406-fdf9-41ad-bb10-8a226356f79a - - - - -] CREATE BACKEND sqlite:// TOKEN bukvtxnbjz 2019-02-07 04:12:24.412 6478 INFO octavia.common.config [req-8e83ac56-51d4-41e5-9426-420e23b13166 - - - - -] Logging enabled! 2019-02-07 04:12:24.414 6478 INFO octavia.common.config [req-8e83ac56-51d4-41e5-9426-420e23b13166 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:24.435 6478 WARNING octavia.api.root_controller [req-8e83ac56-51d4-41e5-9426-420e23b13166 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:24.446 6478 INFO octavia.api.v2.controllers.load_balancer [req-f47088d5-0e69-482a-8d70-f43277b04a41 - - - - -] Sending created Load Balancer 7e487cb2-a8de-48ec-b587-378023998198 to the handler 2019-02-07 04:12:24.450 6477 INFO octavia.common.config [req-53e3d406-fdf9-41ad-bb10-8a226356f79a - - - - -] Logging enabled! 2019-02-07 04:12:24.450 6477 INFO octavia.common.config [req-53e3d406-fdf9-41ad-bb10-8a226356f79a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:24.469 6477 WARNING octavia.api.root_controller [req-53e3d406-fdf9-41ad-bb10-8a226356f79a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:24.481 6477 INFO octavia.api.v2.controllers.load_balancer [req-b891685c-2e24-45bf-9376-18ef57aa2f1c - - - - -] Sending created Load Balancer 07253d73-6819-4841-a72d-f369d6d8b684 to the handler 2019-02-07 04:12:24.647 6478 INFO octavia.api.v2.controllers.listener [req-1d289ba8-80cb-4cff-a467-2804f8cbddf4 - - - - -] Sending Creation of Listener 79df7221-7f0a-451d-94e9-f2660530c592 to handler 2019-02-07 04:12:24.679 6477 INFO octavia.api.v2.controllers.pool [req-3ecabad8-7ceb-47a2-8b3c-4c660122c79e - - - - -] Sending Creation of Pool 7f201846-89ea-4ced-be38-986c91d412b4 to handler 2019-02-07 04:12:24.768 6478 INFO octavia.api.v2.controllers.load_balancer [req-17290ee5-c19a-459b-9247-5609a0af6086 - - - - -] Sending created Load Balancer 83a388d1-4b21-4d73-be6e-2ac18894548a to the handler 2019-02-07 04:12:24.810 6477 INFO octavia.api.v2.controllers.listener [req-d4cbd654-d40c-48fb-bfaf-fda8d5ad56d9 - - - - -] Sending Creation of Listener 24c8b816-68d2-468b-9641-c8ac79778cbc to handler 2019-02-07 04:12:24.886 6478 INFO octavia.api.v2.controllers.pool [req-b4c9c8f5-47c7-4b39-9086-6a7c54af8497 - - - - -] Sending Creation of Pool 53c76739-b4c5-4bcd-97bc-c7c5a46cdd5b to handler 2019-02-07 04:12:24.966 6477 INFO octavia.api.v2.controllers.listener [req-3ed73d47-e689-4be9-a490-61fdd0273ca5 - - - - -] Sending Creation of Listener 42787895-bb2e-4d0f-a6f1-d0c6779b7846 to handler 2019-02-07 04:12:25.018 6478 INFO octavia.api.v2.controllers.pool [req-df258cb9-62ce-4e0b-ab66-83821417e14c - - - - -] Sending Creation of Pool 4f7c7e3c-b264-4741-8e3b-e4c808110556 to handler 2019-02-07 04:12:25.131 6477 INFO octavia.api.v2.controllers.listener [req-3ee2484a-b7db-4581-af38-744eefff3a9b - - - - -] Sending Creation of Listener 519c92f0-5253-4c38-a6da-1804e96a76e4 to handler 2019-02-07 04:12:25.151 6478 INFO octavia.api.v2.controllers.pool [req-4861e8f0-5ce4-417c-bcb1-c14c2f9abc1a - - - - -] Sending Creation of Pool 17f81dcd-8cd8-4743-a21f-87659f4ae90a to handler 2019-02-07 04:12:25.354 6478 INFO oslo_db.sqlalchemy.provision [req-afd9b783-6278-46d5-8035-f5a80f7bddbe - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:25.357 6478 INFO oslo_db.sqlalchemy.provision [req-afd9b783-6278-46d5-8035-f5a80f7bddbe - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rxeenrufet 2019-02-07 04:12:25.357 6478 INFO oslo_db.sqlalchemy.provision [req-afd9b783-6278-46d5-8035-f5a80f7bddbe - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_non_admin [1.026852s] ... ok 2019-02-07 04:12:25.360 6478 INFO oslo_db.sqlalchemy.provision [req-afd9b783-6278-46d5-8035-f5a80f7bddbe - - - - -] CREATE BACKEND sqlite:// TOKEN vlgovvtngg 2019-02-07 04:12:25.432 6478 INFO octavia.common.config [req-afd9b783-6278-46d5-8035-f5a80f7bddbe - - - - -] Logging enabled! 2019-02-07 04:12:25.432 6478 INFO octavia.common.config [req-afd9b783-6278-46d5-8035-f5a80f7bddbe - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:25.435 6477 INFO oslo_db.sqlalchemy.provision [req-093735d0-cc7f-4364-a35a-4686c891b67c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:25.437 6477 INFO oslo_db.sqlalchemy.provision [req-093735d0-cc7f-4364-a35a-4686c891b67c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bukvtxnbjz 2019-02-07 04:12:25.437 6477 INFO oslo_db.sqlalchemy.provision [req-093735d0-cc7f-4364-a35a-4686c891b67c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_all_sorted [1.060820s] ... ok 2019-02-07 04:12:25.440 6477 INFO oslo_db.sqlalchemy.provision [req-093735d0-cc7f-4364-a35a-4686c891b67c - - - - -] CREATE BACKEND sqlite:// TOKEN wltfvgvarl 2019-02-07 04:12:25.454 6478 WARNING octavia.api.root_controller [req-afd9b783-6278-46d5-8035-f5a80f7bddbe - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:25.468 6478 INFO octavia.api.v2.controllers.load_balancer [req-cf97566b-f251-4d39-b88f-6bdfff7e7118 - - - - -] Sending created Load Balancer a2fafb95-4148-48cc-8007-6707b142c253 to the handler 2019-02-07 04:12:25.517 6477 INFO octavia.common.config [req-093735d0-cc7f-4364-a35a-4686c891b67c - - - - -] Logging enabled! 2019-02-07 04:12:25.517 6477 INFO octavia.common.config [req-093735d0-cc7f-4364-a35a-4686c891b67c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:25.540 6477 WARNING octavia.api.root_controller [req-093735d0-cc7f-4364-a35a-4686c891b67c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:25.555 6477 INFO octavia.api.v2.controllers.load_balancer [req-23ba549e-e87c-40f6-884f-776fa4e299f9 - - - - -] Sending created Load Balancer 78e3f78c-b422-4d74-919f-5c4839e699bd to the handler 2019-02-07 04:12:25.659 6478 INFO octavia.api.v2.controllers.listener [req-e37d91a7-db9a-40f4-80aa-eb659294c788 - - - - -] Sending Creation of Listener 03540c36-47b9-4ee9-965e-44fc99cce4ae to handler 2019-02-07 04:12:25.749 6477 INFO octavia.api.v2.controllers.pool [req-95d81a14-2d21-4efd-b1c4-9e80000d1f3c - - - - -] Sending Creation of Pool f229f596-0449-4e8d-9b22-add388cdc2d1 to handler 2019-02-07 04:12:25.803 6478 INFO octavia.api.v2.controllers.pool [req-26819e13-26b3-4828-8c34-c21c2adc5a4d - - - - -] Sending Creation of Pool aadd31d5-7f5a-4a0a-941a-7268dba950cd to handler 2019-02-07 04:12:25.884 6477 INFO octavia.api.v2.controllers.listener [req-84182553-9819-48d6-898e-891eff0c8a86 - - - - -] Sending Creation of Listener b4d6ade7-ccca-4de3-900f-0896780c35fc to handler 2019-02-07 04:12:25.931 6477 INFO oslo_db.sqlalchemy.provision [req-a6c96146-afb4-4319-8508-9448d7811c4b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:25.933 6477 INFO oslo_db.sqlalchemy.provision [req-a6c96146-afb4-4319-8508-9448d7811c4b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wltfvgvarl 2019-02-07 04:12:25.933 6477 INFO oslo_db.sqlalchemy.provision [req-a6c96146-afb4-4319-8508-9448d7811c4b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_authorized [0.495750s] ... ok 2019-02-07 04:12:25.941 6477 INFO oslo_db.sqlalchemy.provision [req-a6c96146-afb4-4319-8508-9448d7811c4b - - - - -] CREATE BACKEND sqlite:// TOKEN luftsggqzr 2019-02-07 04:12:25.981 6478 INFO oslo_db.sqlalchemy.provision [req-dad26df1-a5a7-4bef-9fc4-8a20d60f4841 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:25.983 6478 INFO oslo_db.sqlalchemy.provision [req-dad26df1-a5a7-4bef-9fc4-8a20d60f4841 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vlgovvtngg 2019-02-07 04:12:25.983 6478 INFO oslo_db.sqlalchemy.provision [req-dad26df1-a5a7-4bef-9fc4-8a20d60f4841 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_with_listener [0.625979s] ... ok 2019-02-07 04:12:25.986 6478 INFO oslo_db.sqlalchemy.provision [req-dad26df1-a5a7-4bef-9fc4-8a20d60f4841 - - - - -] CREATE BACKEND sqlite:// TOKEN jkxtjxmnwz 2019-02-07 04:12:26.018 6477 INFO octavia.common.config [req-a6c96146-afb4-4319-8508-9448d7811c4b - - - - -] Logging enabled! 2019-02-07 04:12:26.018 6477 INFO octavia.common.config [req-a6c96146-afb4-4319-8508-9448d7811c4b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:26.041 6477 WARNING octavia.api.root_controller [req-a6c96146-afb4-4319-8508-9448d7811c4b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:26.056 6477 INFO octavia.api.v2.controllers.load_balancer [req-fd0bb0cf-b938-4900-99b5-d69d5e2f205b - - - - -] Sending created Load Balancer a2d332dd-3390-4040-a8ad-479a22d0ef1a to the handler 2019-02-07 04:12:26.054 6478 INFO octavia.common.config [req-dad26df1-a5a7-4bef-9fc4-8a20d60f4841 - - - - -] Logging enabled! 2019-02-07 04:12:26.054 6478 INFO octavia.common.config [req-dad26df1-a5a7-4bef-9fc4-8a20d60f4841 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:26.075 6478 WARNING octavia.api.root_controller [req-dad26df1-a5a7-4bef-9fc4-8a20d60f4841 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:26.091 6478 INFO octavia.api.v2.controllers.load_balancer [req-60d9819d-af61-4d0b-8386-8448b067c06a - - - - -] Sending created Load Balancer 4be9ed0e-da51-4137-918c-a2990732c5bf to the handler 2019-02-07 04:12:26.178 6477 INFO octavia.api.v2.controllers.pool [req-9de579e6-a6d5-49ec-8407-318932ab0939 - - - - -] Sending Creation of Pool b3ff45dd-6cf0-44d7-bb2d-a19cc37d1436 to handler 2019-02-07 04:12:26.208 6478 INFO octavia.api.v2.controllers.listener [req-44318148-72c0-4693-b812-84ba76186662 - - - - -] Sending Creation of Listener 10961cf4-3237-4f4a-b22c-fcab14c8d5d6 to handler 2019-02-07 04:12:26.294 6477 ERROR octavia.api.v2.controllers.base [req-7aa827f3-34e0-4abb-9b03-25d3f6581b1e - - - - -] Listener SEAN-CONNERY not found: None 2019-02-07 04:12:26.294 6477 ERROR octavia.api.v2.controllers.base None 2019-02-07 04:12:26.294 6477 ERROR octavia.api.v2.controllers.base 2019-02-07 04:12:26.308 6477 INFO oslo_db.sqlalchemy.provision [req-7aa827f3-34e0-4abb-9b03-25d3f6581b1e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:26.310 6477 INFO oslo_db.sqlalchemy.provision [req-7aa827f3-34e0-4abb-9b03-25d3f6581b1e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN luftsggqzr 2019-02-07 04:12:26.310 6477 INFO oslo_db.sqlalchemy.provision [req-7aa827f3-34e0-4abb-9b03-25d3f6581b1e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_get_bad_listener_id [0.376912s] ... ok 2019-02-07 04:12:26.313 6477 INFO oslo_db.sqlalchemy.provision [req-7aa827f3-34e0-4abb-9b03-25d3f6581b1e - - - - -] CREATE BACKEND sqlite:// TOKEN gpwqptceto 2019-02-07 04:12:26.365 6478 INFO octavia.api.v2.controllers.pool [req-39594d4e-d691-48a8-8195-a8d7a7974d86 - - - - -] Sending Creation of Pool d16c8755-feac-4345-b21c-d29bad236589 to handler 2019-02-07 04:12:26.389 6477 INFO octavia.common.config [req-7aa827f3-34e0-4abb-9b03-25d3f6581b1e - - - - -] Logging enabled! 2019-02-07 04:12:26.390 6477 INFO octavia.common.config [req-7aa827f3-34e0-4abb-9b03-25d3f6581b1e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:26.412 6477 WARNING octavia.api.root_controller [req-7aa827f3-34e0-4abb-9b03-25d3f6581b1e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:26.427 6477 INFO octavia.api.v2.controllers.load_balancer [req-3beb42cb-0495-4540-bce5-38af38c3c78f - - - - -] Sending created Load Balancer e584680f-5cd5-40d7-8edf-f6cde661a1b0 to the handler 2019-02-07 04:12:26.550 6478 INFO oslo_db.sqlalchemy.provision [req-9f187990-e4f9-42f5-935d-1120d3142489 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:26.551 6478 INFO oslo_db.sqlalchemy.provision [req-9f187990-e4f9-42f5-935d-1120d3142489 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jkxtjxmnwz 2019-02-07 04:12:26.551 6478 INFO oslo_db.sqlalchemy.provision [req-9f187990-e4f9-42f5-935d-1120d3142489 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_authorized [0.568035s] ... ok 2019-02-07 04:12:26.547 6477 INFO octavia.api.v2.controllers.pool [req-587dc262-fbfd-4e3b-bd94-4eb5e1be3153 - - - - -] Sending Creation of Pool 4a192f36-5f3e-46ad-b0a2-fa0bc54048dc to handler 2019-02-07 04:12:26.554 6478 INFO oslo_db.sqlalchemy.provision [req-9f187990-e4f9-42f5-935d-1120d3142489 - - - - -] CREATE BACKEND sqlite:// TOKEN tjagmdpdac 2019-02-07 04:12:26.631 6478 INFO octavia.common.config [req-9f187990-e4f9-42f5-935d-1120d3142489 - - - - -] Logging enabled! 2019-02-07 04:12:26.631 6478 INFO octavia.common.config [req-9f187990-e4f9-42f5-935d-1120d3142489 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:26.653 6478 WARNING octavia.api.root_controller [req-9f187990-e4f9-42f5-935d-1120d3142489 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:26.669 6478 INFO octavia.api.v2.controllers.load_balancer [req-a27bc574-cfe0-4175-b4be-be2b1d1ad354 - - - - -] Sending created Load Balancer 3b398988-bbe2-4b06-90d5-e424d43f4e5a to the handler 2019-02-07 04:12:26.673 6477 INFO octavia.api.v2.controllers.load_balancer [req-e67d10a4-ec84-4098-a35c-6aca3287986a - - - - -] Sending created Load Balancer 71e801ab-ff1b-4656-afe0-d290d81d1c07 to the handler 2019-02-07 04:12:26.785 6478 INFO octavia.api.v2.controllers.listener [req-46ed4d01-e118-4d8d-9aa1-4390ab1a6cb8 - - - - -] Sending Creation of Listener fd91ec22-d21e-49ad-a040-7d0828d46f7a to handler 2019-02-07 04:12:26.791 6477 INFO octavia.api.v2.controllers.listener [req-17655fe5-d02e-4163-bf50-c4ac9d6ff70e - - - - -] Sending Creation of Listener a526c152-f39e-4062-a1e7-058c2a0568ea to handler 2019-02-07 04:12:26.840 6477 INFO oslo_db.sqlalchemy.provision [req-d8421718-e2b9-4431-9b7f-8ed46fe77576 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:26.842 6477 INFO oslo_db.sqlalchemy.provision [req-d8421718-e2b9-4431-9b7f-8ed46fe77576 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gpwqptceto 2019-02-07 04:12:26.842 6477 INFO oslo_db.sqlalchemy.provision [req-d8421718-e2b9-4431-9b7f-8ed46fe77576 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_statistics [0.531922s] ... ok 2019-02-07 04:12:26.849 6477 INFO oslo_db.sqlalchemy.provision [req-d8421718-e2b9-4431-9b7f-8ed46fe77576 - - - - -] CREATE BACKEND sqlite:// TOKEN gqbmuqqknp 2019-02-07 04:12:26.991 6477 INFO octavia.common.config [req-d8421718-e2b9-4431-9b7f-8ed46fe77576 - - - - -] Logging enabled! 2019-02-07 04:12:26.991 6477 INFO octavia.common.config [req-d8421718-e2b9-4431-9b7f-8ed46fe77576 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:27.014 6477 WARNING octavia.api.root_controller [req-d8421718-e2b9-4431-9b7f-8ed46fe77576 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:27.028 6477 INFO octavia.api.v2.controllers.load_balancer [req-461ac102-8966-4348-b88d-daf2d6665beb - - - - -] Sending created Load Balancer d656da40-df22-4540-b51a-cf7a026befdd to the handler 2019-02-07 04:12:27.016 6478 INFO octavia.api.v2.controllers.pool [req-872e211c-ba5c-426b-a135-67b1ec9cdc69 - - - - -] Sending Creation of Pool b8610f26-c465-4d69-8a78-677855b4de4c to handler 2019-02-07 04:12:27.141 6478 INFO oslo_db.sqlalchemy.provision [req-58607708-fc95-4da1-b2da-c04fde70dca5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:27.143 6478 INFO oslo_db.sqlalchemy.provision [req-58607708-fc95-4da1-b2da-c04fde70dca5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tjagmdpdac 2019-02-07 04:12:27.143 6478 INFO oslo_db.sqlalchemy.provision [req-58607708-fc95-4da1-b2da-c04fde70dca5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_hides_deleted [0.591665s] ... ok 2019-02-07 04:12:27.148 6477 INFO octavia.api.v2.controllers.pool [req-2788b12d-4f12-4358-9f10-1b4c89acfe14 - - - - -] Sending Creation of Pool 5e6d25af-3ab8-4fa4-976a-110466de3d75 to handler 2019-02-07 04:12:27.151 6478 INFO oslo_db.sqlalchemy.provision [req-58607708-fc95-4da1-b2da-c04fde70dca5 - - - - -] CREATE BACKEND sqlite:// TOKEN qoqnkkoexc 2019-02-07 04:12:27.223 6478 INFO octavia.common.config [req-58607708-fc95-4da1-b2da-c04fde70dca5 - - - - -] Logging enabled! 2019-02-07 04:12:27.223 6478 INFO octavia.common.config [req-58607708-fc95-4da1-b2da-c04fde70dca5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:27.246 6478 WARNING octavia.api.root_controller [req-58607708-fc95-4da1-b2da-c04fde70dca5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:27.260 6478 INFO octavia.api.v2.controllers.load_balancer [req-4aef87bc-68d6-41ba-90ae-12af2300e39d - - - - -] Sending created Load Balancer 9452041b-654d-4b3f-ae70-518eb32f18f7 to the handler 2019-02-07 04:12:27.271 6477 INFO octavia.api.v2.controllers.load_balancer [req-d77b6b97-9b75-437e-9bcb-cdeff5ba3da2 - - - - -] Sending created Load Balancer efd8d003-9d9e-43aa-b39c-e70d0038bbf1 to the handler 2019-02-07 04:12:27.379 6478 INFO octavia.api.v2.controllers.listener [req-af4b0efd-897d-4a07-a4f2-f08072274f7f - - - - -] Sending Creation of Listener c6f43170-0870-43dc-988e-6a235dc19bbe to handler 2019-02-07 04:12:27.389 6477 INFO octavia.api.v2.controllers.listener [req-cd313177-c591-487e-b673-c4b82f2b0558 - - - - -] Sending Creation of Listener 0c5f2c8c-670d-4ac1-b25f-87b212a0c3fb to handler 2019-02-07 04:12:27.439 6477 INFO oslo_db.sqlalchemy.provision [req-648d9d81-870e-489d-96be-732445296405 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:27.440 6477 INFO oslo_db.sqlalchemy.provision [req-648d9d81-870e-489d-96be-732445296405 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gqbmuqqknp 2019-02-07 04:12:27.440 6477 INFO oslo_db.sqlalchemy.provision [req-648d9d81-870e-489d-96be-732445296405 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_statistics_authorized [0.598142s] ... ok 2019-02-07 04:12:27.443 6477 INFO oslo_db.sqlalchemy.provision [req-648d9d81-870e-489d-96be-732445296405 - - - - -] CREATE BACKEND sqlite:// TOKEN azzrmnvdvd 2019-02-07 04:12:27.523 6478 INFO octavia.api.v2.controllers.pool [req-5872c692-40ad-438a-994b-7bd7b3c2aa35 - - - - -] Sending Creation of Pool d39c7d7c-6698-4a04-9d1a-c8c8e2af07b2 to handler 2019-02-07 04:12:27.517 6477 INFO octavia.common.config [req-648d9d81-870e-489d-96be-732445296405 - - - - -] Logging enabled! 2019-02-07 04:12:27.517 6477 INFO octavia.common.config [req-648d9d81-870e-489d-96be-732445296405 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:27.538 6477 WARNING octavia.api.root_controller [req-648d9d81-870e-489d-96be-732445296405 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:27.555 6477 INFO octavia.api.v2.controllers.load_balancer [req-e7a52f24-f2d0-44a2-8280-05347ced831f - - - - -] Sending created Load Balancer e884ea20-1a29-415d-beb1-603b6151abaa to the handler 2019-02-07 04:12:27.676 6477 INFO octavia.api.v2.controllers.pool [req-22f9a92f-ac8e-4196-bd30-30d035152ffb - - - - -] Sending Creation of Pool 1b7df391-890a-4f4d-99d8-14e00abd6d35 to handler 2019-02-07 04:12:27.701 6478 INFO oslo_db.sqlalchemy.provision [req-ffba7861-ad5f-45e0-8073-2567578adeca - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:27.702 6478 INFO oslo_db.sqlalchemy.provision [req-ffba7861-ad5f-45e0-8073-2567578adeca - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qoqnkkoexc 2019-02-07 04:12:27.703 6478 INFO oslo_db.sqlalchemy.provision [req-ffba7861-ad5f-45e0-8073-2567578adeca - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_not_authorized [0.559112s] ... ok 2019-02-07 04:12:27.706 6478 INFO oslo_db.sqlalchemy.provision [req-ffba7861-ad5f-45e0-8073-2567578adeca - - - - -] CREATE BACKEND sqlite:// TOKEN jijkozjbyu 2019-02-07 04:12:27.781 6478 INFO octavia.common.config [req-ffba7861-ad5f-45e0-8073-2567578adeca - - - - -] Logging enabled! 2019-02-07 04:12:27.782 6478 INFO octavia.common.config [req-ffba7861-ad5f-45e0-8073-2567578adeca - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:27.794 6477 INFO octavia.api.v2.controllers.load_balancer [req-340c9c28-b4b1-4e81-80fc-f1757ad9eee4 - - - - -] Sending created Load Balancer 6cd3a458-1488-484e-8e93-f77b0b9e95b4 to the handler 2019-02-07 04:12:27.804 6478 WARNING octavia.api.root_controller [req-ffba7861-ad5f-45e0-8073-2567578adeca - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:27.816 6478 INFO octavia.api.v2.controllers.load_balancer [req-ec9dc53e-85fe-4fc8-bc92-8a330025ddcf - - - - -] Sending created Load Balancer 5194af7e-b3de-409e-ade9-fdd378c19c1d to the handler 2019-02-07 04:12:27.912 6477 INFO octavia.api.v2.controllers.listener [req-f9f6cf88-0a75-40df-8b73-0d0d4e498524 - - - - -] Sending Creation of Listener 8ad30371-5378-46c4-b032-db2805e0070a to handler 2019-02-07 04:12:27.936 6478 INFO octavia.api.v2.controllers.listener [req-30df40c1-503e-4cf4-933b-408a1c9ab292 - - - - -] Sending Creation of Listener a667f661-4596-4455-aaa5-f679fb8a03c8 to handler 2019-02-07 04:12:27.959 6477 INFO oslo_db.sqlalchemy.provision [req-ccca85d8-52c8-4730-a93d-0fa79d4eff56 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:27.961 6477 INFO oslo_db.sqlalchemy.provision [req-ccca85d8-52c8-4730-a93d-0fa79d4eff56 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN azzrmnvdvd 2019-02-07 04:12:27.961 6477 INFO oslo_db.sqlalchemy.provision [req-ccca85d8-52c8-4730-a93d-0fa79d4eff56 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_statistics_not_authorized [0.520612s] ... ok 2019-02-07 04:12:27.964 6477 INFO oslo_db.sqlalchemy.provision [req-ccca85d8-52c8-4730-a93d-0fa79d4eff56 - - - - -] CREATE BACKEND sqlite:// TOKEN hsmgbamfov 2019-02-07 04:12:28.109 6477 INFO octavia.common.config [req-ccca85d8-52c8-4730-a93d-0fa79d4eff56 - - - - -] Logging enabled! 2019-02-07 04:12:28.109 6477 INFO octavia.common.config [req-ccca85d8-52c8-4730-a93d-0fa79d4eff56 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:28.131 6477 WARNING octavia.api.root_controller [req-ccca85d8-52c8-4730-a93d-0fa79d4eff56 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:28.143 6477 INFO octavia.api.v2.controllers.load_balancer [req-1f50bf17-a874-466c-a998-99b0232140b9 - - - - -] Sending created Load Balancer 119e81e3-481c-4b26-8bd6-fe88afe31a1d to the handler 2019-02-07 04:12:28.157 6478 INFO octavia.api.v2.controllers.pool [req-80e08a85-fd39-41db-ae54-5ee236b7b0a6 - - - - -] Sending Creation of Pool f722b0ed-ebce-4a8b-b91e-8bcadca02596 to handler 2019-02-07 04:12:28.266 6477 INFO octavia.api.v2.controllers.pool [req-4696a392-2981-4441-9e12-5f74be8fed5f - - - - -] Sending Creation of Pool fdeaec57-9580-48eb-b668-dd84f7a2a72d to handler 2019-02-07 04:12:28.296 6478 INFO octavia.api.v2.controllers.pool [req-a5798299-12d7-4874-8ca9-64259e98003c - - - - -] Sending Update of Pool f722b0ed-ebce-4a8b-b91e-8bcadca02596 to handler 2019-02-07 04:12:28.401 6477 INFO octavia.api.v2.controllers.listener [req-f74f83e0-3406-47bf-a805-1dcb513048df - - - - -] Sending Creation of Listener c8d15c77-afd2-4c2d-b971-d6194f127a5d to handler 2019-02-07 04:12:28.541 6478 INFO oslo_db.sqlalchemy.provision [req-1a3a2b0d-0d12-4265-97ab-0272f6edb600 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:28.543 6478 INFO oslo_db.sqlalchemy.provision [req-1a3a2b0d-0d12-4265-97ab-0272f6edb600 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jijkozjbyu 2019-02-07 04:12:28.543 6478 INFO oslo_db.sqlalchemy.provision [req-1a3a2b0d-0d12-4265-97ab-0272f6edb600 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_update [0.840078s] ... ok 2019-02-07 04:12:28.550 6478 INFO oslo_db.sqlalchemy.provision [req-1a3a2b0d-0d12-4265-97ab-0272f6edb600 - - - - -] CREATE BACKEND sqlite:// TOKEN fdwotdxwpd 2019-02-07 04:12:28.557 6477 INFO octavia.api.v2.controllers.listener [req-b73bce42-adbd-457a-a45a-30765f563b1a - - - - -] Sending Update of Listener c8d15c77-afd2-4c2d-b971-d6194f127a5d to handler 2019-02-07 04:12:28.620 6478 INFO octavia.common.config [req-1a3a2b0d-0d12-4265-97ab-0272f6edb600 - - - - -] Logging enabled! 2019-02-07 04:12:28.620 6478 INFO octavia.common.config [req-1a3a2b0d-0d12-4265-97ab-0272f6edb600 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:28.643 6478 WARNING octavia.api.root_controller [req-1a3a2b0d-0d12-4265-97ab-0272f6edb600 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:28.654 6478 INFO octavia.api.v2.controllers.load_balancer [req-18b066af-5415-4db3-9628-388ace1fc3dd - - - - -] Sending created Load Balancer c40ca6fb-7938-456a-9e07-c8a102a6a6ae to the handler 2019-02-07 04:12:28.729 6477 INFO oslo_db.sqlalchemy.provision [req-417480cd-f0c0-47f7-8e81-fcc6f67dae9c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:28.731 6477 INFO oslo_db.sqlalchemy.provision [req-417480cd-f0c0-47f7-8e81-fcc6f67dae9c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hsmgbamfov 2019-02-07 04:12:28.731 6477 INFO oslo_db.sqlalchemy.provision [req-417480cd-f0c0-47f7-8e81-fcc6f67dae9c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_update [0.769516s] ... ok 2019-02-07 04:12:28.734 6477 INFO oslo_db.sqlalchemy.provision [req-417480cd-f0c0-47f7-8e81-fcc6f67dae9c - - - - -] CREATE BACKEND sqlite:// TOKEN foebvzhybc 2019-02-07 04:12:28.792 6478 INFO octavia.api.v2.controllers.listener [req-9ad55a94-3141-4fd6-b2c3-eb25925292fe - - - - -] Sending Creation of Listener d8476834-2b75-44f6-8599-2a830acd8d22 to handler 2019-02-07 04:12:28.808 6477 INFO octavia.common.config [req-417480cd-f0c0-47f7-8e81-fcc6f67dae9c - - - - -] Logging enabled! 2019-02-07 04:12:28.809 6477 INFO octavia.common.config [req-417480cd-f0c0-47f7-8e81-fcc6f67dae9c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:28.832 6477 WARNING octavia.api.root_controller [req-417480cd-f0c0-47f7-8e81-fcc6f67dae9c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:28.844 6477 INFO octavia.api.v2.controllers.load_balancer [req-6704d54a-d485-43f0-ae09-1f70098f8c45 - - - - -] Sending created Load Balancer 4fedadaf-74cc-4bfa-a873-cc6d684827d3 to the handler 2019-02-07 04:12:28.967 6477 INFO octavia.api.v2.controllers.pool [req-d9a3e888-88ec-457c-afaf-2a11cf0128d9 - - - - -] Sending Creation of Pool 2f0394a1-4e73-460e-9fae-e8dc8bd45714 to handler 2019-02-07 04:12:28.981 6478 INFO octavia.api.v2.controllers.pool [req-ea4e3be9-f510-4731-bd38-df94ee15bb3c - - - - -] Sending Creation of Pool 76f585a1-790a-4c8a-a5b8-3193f64ec503 to handler 2019-02-07 04:12:29.100 6477 INFO octavia.api.v2.controllers.listener [req-e1283738-ee7a-4a9e-9420-6eef9d4cfe20 - - - - -] Sending Creation of Listener 0c07b81b-0e2a-4b01-a288-29bc45c81012 to handler 2019-02-07 04:12:29.148 6478 INFO oslo_db.sqlalchemy.provision [req-c88730ae-660b-4d71-a052-6f9b055c386e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:29.149 6478 INFO oslo_db.sqlalchemy.provision [req-c88730ae-660b-4d71-a052-6f9b055c386e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fdwotdxwpd 2019-02-07 04:12:29.150 6478 INFO oslo_db.sqlalchemy.provision [req-c88730ae-660b-4d71-a052-6f9b055c386e - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_bad_session_persistence [0.606664s] ... ok 2019-02-07 04:12:29.153 6478 INFO oslo_db.sqlalchemy.provision [req-c88730ae-660b-4d71-a052-6f9b055c386e - - - - -] CREATE BACKEND sqlite:// TOKEN jxetbhqafu 2019-02-07 04:12:29.226 6478 INFO octavia.common.config [req-c88730ae-660b-4d71-a052-6f9b055c386e - - - - -] Logging enabled! 2019-02-07 04:12:29.226 6478 INFO octavia.common.config [req-c88730ae-660b-4d71-a052-6f9b055c386e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:29.248 6478 WARNING octavia.api.root_controller [req-c88730ae-660b-4d71-a052-6f9b055c386e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:29.264 6478 INFO octavia.api.v2.controllers.load_balancer [req-8686d96c-f6b6-48b3-8ded-fee8f7db4d48 - - - - -] Sending created Load Balancer 9c6f12ee-f857-4da4-a10f-24626449b935 to the handler 2019-02-07 04:12:29.322 6477 INFO octavia.api.v2.controllers.listener [req-e1d466c3-8e33-437d-8e84-c674de2d3bab - 3ea819ae-23ac-4dc3-847c-6af2bb3529bd - - -] Sending Update of Listener 0c07b81b-0e2a-4b01-a288-29bc45c81012 to handler 2019-02-07 04:12:29.380 6478 INFO octavia.api.v2.controllers.listener [req-16cf8ac3-3b65-4ff8-994f-74778b447fac - - - - -] Sending Creation of Listener 8f76b13f-74a7-4c07-baf0-a753f34e0366 to handler 2019-02-07 04:12:29.502 6477 INFO oslo_db.sqlalchemy.provision [req-a586bf90-dccb-4093-8da2-671d1996cf79 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:29.503 6477 INFO oslo_db.sqlalchemy.provision [req-a586bf90-dccb-4093-8da2-671d1996cf79 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN foebvzhybc 2019-02-07 04:12:29.503 6477 INFO oslo_db.sqlalchemy.provision [req-a586bf90-dccb-4093-8da2-671d1996cf79 - - - - -] DISPOSE ENGINE Engine(sqlite://) 2019-02-07 04:12:29.604 6478 INFO octavia.api.v2.controllers.pool [req-2b72b38d-a44e-4af2-b78c-dd23b96beca9 - - - - -] Sending Creation of Pool 1a3aa3cf-b53e-43d2-886c-86924069fb41 to handler {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_authorized [0.884504s] ... ok 2019-02-07 04:12:29.620 6477 INFO oslo_db.sqlalchemy.provision [req-a586bf90-dccb-4093-8da2-671d1996cf79 - - - - -] CREATE BACKEND sqlite:// TOKEN xhddmmuytz 2019-02-07 04:12:29.742 6478 INFO octavia.api.v2.controllers.pool [req-28951430-62e9-44ac-81df-a52eedbfca96 - - - - -] Sending Update of Pool 1a3aa3cf-b53e-43d2-886c-86924069fb41 to handler 2019-02-07 04:12:29.758 6477 INFO octavia.common.config [req-a586bf90-dccb-4093-8da2-671d1996cf79 - - - - -] Logging enabled! 2019-02-07 04:12:29.759 6477 INFO octavia.common.config [req-a586bf90-dccb-4093-8da2-671d1996cf79 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:29.801 6477 WARNING octavia.api.root_controller [req-a586bf90-dccb-4093-8da2-671d1996cf79 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:29.827 6477 INFO octavia.api.v2.controllers.load_balancer [req-ea388cd1-61b0-4fa5-abbc-5cf80b517b1b - - - - -] Sending created Load Balancer 0c461031-4320-4dce-b469-623e928b318d to the handler 2019-02-07 04:12:29.830 6478 INFO oslo_db.sqlalchemy.provision [req-17229d79-faaf-4929-9ae0-a309575b92e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:29.832 6478 INFO oslo_db.sqlalchemy.provision [req-17229d79-faaf-4929-9ae0-a309575b92e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jxetbhqafu 2019-02-07 04:12:29.832 6478 INFO oslo_db.sqlalchemy.provision [req-17229d79-faaf-4929-9ae0-a309575b92e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_preserve_session_persistence [0.682066s] ... ok 2019-02-07 04:12:29.835 6478 INFO oslo_db.sqlalchemy.provision [req-17229d79-faaf-4929-9ae0-a309575b92e2 - - - - -] CREATE BACKEND sqlite:// TOKEN fiumdycgkv 2019-02-07 04:12:29.908 6478 INFO octavia.common.config [req-17229d79-faaf-4929-9ae0-a309575b92e2 - - - - -] Logging enabled! 2019-02-07 04:12:29.908 6478 INFO octavia.common.config [req-17229d79-faaf-4929-9ae0-a309575b92e2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:29.930 6478 WARNING octavia.api.root_controller [req-17229d79-faaf-4929-9ae0-a309575b92e2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:29.942 6478 INFO octavia.api.v2.controllers.load_balancer [req-20385e1f-f0d5-47a8-accc-46916b5f7a27 - - - - -] Sending created Load Balancer c3ae78f4-02c7-4a96-b25c-9d7e2be27c60 to the handler 2019-02-07 04:12:30.035 6477 INFO octavia.api.v2.controllers.pool [req-f95e924e-356f-4fdd-a915-043d7f3ca4a2 - - - - -] Sending Creation of Pool 65d668ab-9d29-470a-b286-f768f49d7831 to handler 2019-02-07 04:12:30.062 6478 INFO octavia.api.v2.controllers.listener [req-e97d1eab-b790-4403-b7c9-95c959dc0cf6 - - - - -] Sending Creation of Listener 8d92b05c-5b4d-4dce-96c2-dd791bf72ed6 to handler 2019-02-07 04:12:30.220 6477 ERROR octavia.api.v2.controllers.base [req-2ced899f-e2bc-4a23-82b5-9751b476a6b9 - - - - -] Listener SEAN-CONNERY not found: None 2019-02-07 04:12:30.220 6477 ERROR octavia.api.v2.controllers.base None 2019-02-07 04:12:30.220 6477 ERROR octavia.api.v2.controllers.base 2019-02-07 04:12:30.244 6478 INFO octavia.api.v2.controllers.pool [req-3d702876-f2aa-42f6-a334-40b759626d4b - - - - -] Sending Creation of Pool edb60b46-68c2-49ad-bb58-18f22fc7f193 to handler 2019-02-07 04:12:30.242 6477 INFO oslo_db.sqlalchemy.provision [req-2ced899f-e2bc-4a23-82b5-9751b476a6b9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:30.244 6477 INFO oslo_db.sqlalchemy.provision [req-2ced899f-e2bc-4a23-82b5-9751b476a6b9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xhddmmuytz 2019-02-07 04:12:30.244 6477 INFO oslo_db.sqlalchemy.provision [req-2ced899f-e2bc-4a23-82b5-9751b476a6b9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_bad_listener_id [0.634582s] ... ok 2019-02-07 04:12:30.254 6477 INFO oslo_db.sqlalchemy.provision [req-2ced899f-e2bc-4a23-82b5-9751b476a6b9 - - - - -] CREATE BACKEND sqlite:// TOKEN rdzabjjoji 2019-02-07 04:12:30.361 6477 INFO octavia.common.config [req-2ced899f-e2bc-4a23-82b5-9751b476a6b9 - - - - -] Logging enabled! 2019-02-07 04:12:30.361 6477 INFO octavia.common.config [req-2ced899f-e2bc-4a23-82b5-9751b476a6b9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:30.394 6477 WARNING octavia.api.root_controller [req-2ced899f-e2bc-4a23-82b5-9751b476a6b9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:30.414 6477 INFO octavia.api.v2.controllers.load_balancer [req-c797a1e3-20ca-4d12-8c79-a7456a195354 - - - - -] Sending created Load Balancer df72eac3-1f41-44bb-806d-cf304cb1e12c to the handler 2019-02-07 04:12:30.453 6478 INFO oslo_db.sqlalchemy.provision [req-42592582-33d6-4485-8ab6-36b00beb8971 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:30.456 6478 INFO oslo_db.sqlalchemy.provision [req-42592582-33d6-4485-8ab6-36b00beb8971 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fiumdycgkv 2019-02-07 04:12:30.456 6478 INFO oslo_db.sqlalchemy.provision [req-42592582-33d6-4485-8ab6-36b00beb8971 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_with_bad_SP_cookie_name [0.624169s] ... ok 2019-02-07 04:12:30.459 6478 INFO oslo_db.sqlalchemy.provision [req-42592582-33d6-4485-8ab6-36b00beb8971 - - - - -] CREATE BACKEND sqlite:// TOKEN vyhudaambe 2019-02-07 04:12:30.561 6478 INFO octavia.common.config [req-42592582-33d6-4485-8ab6-36b00beb8971 - - - - -] Logging enabled! 2019-02-07 04:12:30.562 6478 INFO octavia.common.config [req-42592582-33d6-4485-8ab6-36b00beb8971 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:30.579 6477 INFO octavia.api.v2.controllers.pool [req-51a13a3d-0770-4201-a796-744cb4cfe4ad - - - - -] Sending Creation of Pool 633769ec-e2e7-4301-83f6-de9531978c2f to handler 2019-02-07 04:12:30.592 6478 WARNING octavia.api.root_controller [req-42592582-33d6-4485-8ab6-36b00beb8971 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:30.603 6478 INFO octavia.api.v2.controllers.load_balancer [req-753f4cbb-afe4-4574-a8cc-fe223a5d5994 - - - - -] Sending created Load Balancer da4ba673-d01a-4e4f-8adf-c15562ba6845 to the handler 2019-02-07 04:12:30.754 6478 INFO octavia.api.v2.controllers.listener [req-8de3275d-8015-4006-be93-4b15a04ae573 - - - - -] Sending Creation of Listener 891e0a90-2a98-4cac-97fe-be6bb40fdca1 to handler 2019-02-07 04:12:30.760 6477 INFO octavia.api.v2.controllers.listener [req-acf543f6-98fe-4e6e-924a-836b91bec886 - - - - -] Sending Creation of Listener 23b57320-81c0-4ae0-987a-c6d6ce876a35 to handler 2019-02-07 04:12:30.899 6478 INFO octavia.api.v2.controllers.pool [req-c6a696d4-3cc5-41dd-82e6-1cba37a0174b - - - - -] Sending Creation of Pool d2ad2a0a-d53f-4548-85fa-ba901665490d to handler 2019-02-07 04:12:31.029 6477 INFO oslo_db.sqlalchemy.provision [req-8a8cded5-243a-4895-a41d-61978287985c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:31.031 6477 INFO oslo_db.sqlalchemy.provision [req-8a8cded5-243a-4895-a41d-61978287985c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rdzabjjoji 2019-02-07 04:12:31.031 6477 INFO oslo_db.sqlalchemy.provision [req-8a8cded5-243a-4895-a41d-61978287985c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_bad_tls_ref [0.780859s] ... ok 2019-02-07 04:12:31.040 6477 INFO oslo_db.sqlalchemy.provision [req-8a8cded5-243a-4895-a41d-61978287985c - - - - -] CREATE BACKEND sqlite:// TOKEN sbgnruigil 2019-02-07 04:12:31.119 6477 INFO octavia.common.config [req-8a8cded5-243a-4895-a41d-61978287985c - - - - -] Logging enabled! 2019-02-07 04:12:31.119 6477 INFO octavia.common.config [req-8a8cded5-243a-4895-a41d-61978287985c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:31.139 6478 INFO oslo_db.sqlalchemy.provision [req-b5a3f79f-eec9-4cc4-848c-94323b23f28d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:31.141 6478 INFO oslo_db.sqlalchemy.provision [req-b5a3f79f-eec9-4cc4-848c-94323b23f28d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vyhudaambe 2019-02-07 04:12:31.141 6478 INFO oslo_db.sqlalchemy.provision [req-b5a3f79f-eec9-4cc4-848c-94323b23f28d - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_with_bad_SP_type_IP_cookie [0.684723s] ... ok 2019-02-07 04:12:31.144 6478 INFO oslo_db.sqlalchemy.provision [req-b5a3f79f-eec9-4cc4-848c-94323b23f28d - - - - -] CREATE BACKEND sqlite:// TOKEN hdhuwxsvnv 2019-02-07 04:12:31.144 6477 WARNING octavia.api.root_controller [req-8a8cded5-243a-4895-a41d-61978287985c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:31.161 6477 INFO octavia.api.v2.controllers.load_balancer [req-d0d15725-bcd5-4cb2-949c-ddb1b301eb2e - - - - -] Sending created Load Balancer dc2b4454-2436-43ab-821e-4ea4e89d32d9 to the handler 2019-02-07 04:12:31.219 6478 INFO octavia.common.config [req-b5a3f79f-eec9-4cc4-848c-94323b23f28d - - - - -] Logging enabled! 2019-02-07 04:12:31.220 6478 INFO octavia.common.config [req-b5a3f79f-eec9-4cc4-848c-94323b23f28d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:31.242 6478 WARNING octavia.api.root_controller [req-b5a3f79f-eec9-4cc4-848c-94323b23f28d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:31.257 6478 INFO octavia.api.v2.controllers.load_balancer [req-2770720b-e3cb-46d4-959e-a5c17ba87a64 - - - - -] Sending created Load Balancer 0b089a44-4bd6-4a5b-b00c-cbf8128a9181 to the handler 2019-02-07 04:12:31.293 6477 INFO octavia.api.v2.controllers.pool [req-ec99c8e4-e387-499b-a4bc-3374412185db - - - - -] Sending Creation of Pool 8257ff56-3fb9-4980-a45c-ca4a35a25331 to handler 2019-02-07 04:12:31.375 6478 INFO octavia.api.v2.controllers.listener [req-9fb57ce7-0a7d-4ebf-bd61-f78f62c32dca - - - - -] Sending Creation of Listener 3725b759-4914-4b5d-bde8-55eafb211410 to handler 2019-02-07 04:12:31.439 6477 INFO octavia.api.v2.controllers.listener [req-2547a314-528f-43c2-b8fc-94203c2e3ce8 - - - - -] Sending Creation of Listener 2fecba4a-f508-44d1-9609-56ddca1d0f9a to handler 2019-02-07 04:12:31.520 6478 INFO octavia.api.v2.controllers.pool [req-9be2567b-17d1-4bd8-a3bd-72f678454d56 - - - - -] Sending Creation of Pool 3ba845d7-cb2a-4982-b29c-d239ab3f63c9 to handler 2019-02-07 04:12:31.581 6477 INFO oslo_db.sqlalchemy.provision [req-66067a07-d2b4-4dae-b6ce-7a6ec17fd650 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:31.582 6477 INFO oslo_db.sqlalchemy.provision [req-66067a07-d2b4-4dae-b6ce-7a6ec17fd650 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sbgnruigil 2019-02-07 04:12:31.583 6477 INFO oslo_db.sqlalchemy.provision [req-66067a07-d2b4-4dae-b6ce-7a6ec17fd650 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_listener_bad_protocol [0.550931s] ... ok 2019-02-07 04:12:31.590 6477 INFO oslo_db.sqlalchemy.provision [req-66067a07-d2b4-4dae-b6ce-7a6ec17fd650 - - - - -] CREATE BACKEND sqlite:// TOKEN cejqopaafx 2019-02-07 04:12:31.661 6477 INFO octavia.common.config [req-66067a07-d2b4-4dae-b6ce-7a6ec17fd650 - - - - -] Logging enabled! 2019-02-07 04:12:31.661 6477 INFO octavia.common.config [req-66067a07-d2b4-4dae-b6ce-7a6ec17fd650 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:31.687 6478 INFO oslo_db.sqlalchemy.provision [req-d09e97d0-1b21-46ed-9343-9fa5a0a863ca - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:31.688 6478 INFO oslo_db.sqlalchemy.provision [req-d09e97d0-1b21-46ed-9343-9fa5a0a863ca - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hdhuwxsvnv 2019-02-07 04:12:31.689 6478 INFO oslo_db.sqlalchemy.provision [req-d09e97d0-1b21-46ed-9343-9fa5a0a863ca - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_with_missing_SP_cookie_name [0.547242s] ... ok 2019-02-07 04:12:31.692 6478 INFO oslo_db.sqlalchemy.provision [req-d09e97d0-1b21-46ed-9343-9fa5a0a863ca - - - - -] CREATE BACKEND sqlite:// TOKEN etvpelqapj 2019-02-07 04:12:31.684 6477 WARNING octavia.api.root_controller [req-66067a07-d2b4-4dae-b6ce-7a6ec17fd650 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:31.698 6477 INFO octavia.api.v2.controllers.load_balancer [req-b4ac76a9-64bf-474e-b158-d92174481973 - - - - -] Sending created Load Balancer 1a3dca7e-268c-486d-83e7-bd4b2e60963f to the handler 2019-02-07 04:12:31.779 6478 INFO octavia.common.config [req-d09e97d0-1b21-46ed-9343-9fa5a0a863ca - - - - -] Logging enabled! 2019-02-07 04:12:31.779 6478 INFO octavia.common.config [req-d09e97d0-1b21-46ed-9343-9fa5a0a863ca - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:31.804 6478 WARNING octavia.api.root_controller [req-d09e97d0-1b21-46ed-9343-9fa5a0a863ca - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:31.819 6477 INFO octavia.api.v2.controllers.pool [req-863c74fe-7af4-4c58-acac-70e59d089d4f - - - - -] Sending Creation of Pool 1a7feb9f-acc7-44aa-9965-749460bfa6bb to handler 2019-02-07 04:12:31.852 6478 INFO oslo_db.sqlalchemy.provision [req-fa1f1fe8-8331-45b8-a584-f1a8fdcbb6ba - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:31.854 6478 INFO oslo_db.sqlalchemy.provision [req-fa1f1fe8-8331-45b8-a584-f1a8fdcbb6ba - - - - -] DROP BACKEND Engine(sqlite://) TOKEN etvpelqapj 2019-02-07 04:12:31.854 6478 INFO oslo_db.sqlalchemy.provision [req-fa1f1fe8-8331-45b8-a584-f1a8fdcbb6ba - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_custom_missing_quotas [0.165314s] ... ok 2019-02-07 04:12:31.857 6478 INFO oslo_db.sqlalchemy.provision [req-fa1f1fe8-8331-45b8-a584-f1a8fdcbb6ba - - - - -] CREATE BACKEND sqlite:// TOKEN gkfatomjxq 2019-02-07 04:12:31.952 6477 INFO octavia.api.v2.controllers.listener [req-fa8785b2-0551-4a20-8a0c-2bc86c3bc30e - - - - -] Sending Creation of Listener c8da496c-f01e-411d-8221-638166ec3c79 to handler 2019-02-07 04:12:31.949 6478 INFO octavia.common.config [req-fa1f1fe8-8331-45b8-a584-f1a8fdcbb6ba - - - - -] Logging enabled! 2019-02-07 04:12:31.949 6478 INFO octavia.common.config [req-fa1f1fe8-8331-45b8-a584-f1a8fdcbb6ba - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:31.973 6478 WARNING octavia.api.root_controller [req-fa1f1fe8-8331-45b8-a584-f1a8fdcbb6ba - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:32.002 6478 INFO oslo_db.sqlalchemy.provision [req-85152b6a-51ea-447e-b1c7-f61f42409960 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:32.004 6478 INFO oslo_db.sqlalchemy.provision [req-85152b6a-51ea-447e-b1c7-f61f42409960 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gkfatomjxq 2019-02-07 04:12:32.004 6478 INFO oslo_db.sqlalchemy.provision [req-85152b6a-51ea-447e-b1c7-f61f42409960 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_custom_partial_quotas [0.153944s] ... ok 2019-02-07 04:12:32.011 6478 INFO oslo_db.sqlalchemy.provision [req-85152b6a-51ea-447e-b1c7-f61f42409960 - - - - -] CREATE BACKEND sqlite:// TOKEN vdepgpmode 2019-02-07 04:12:32.081 6478 INFO octavia.common.config [req-85152b6a-51ea-447e-b1c7-f61f42409960 - - - - -] Logging enabled! 2019-02-07 04:12:32.082 6478 INFO octavia.common.config [req-85152b6a-51ea-447e-b1c7-f61f42409960 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:32.105 6478 WARNING octavia.api.root_controller [req-85152b6a-51ea-447e-b1c7-f61f42409960 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:32.121 6477 INFO oslo_db.sqlalchemy.provision [req-6f3ad15b-f52c-4e0c-b63b-eea94857cc3f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:32.122 6477 INFO oslo_db.sqlalchemy.provision [req-6f3ad15b-f52c-4e0c-b63b-eea94857cc3f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cejqopaafx 2019-02-07 04:12:32.123 6477 INFO oslo_db.sqlalchemy.provision [req-6f3ad15b-f52c-4e0c-b63b-eea94857cc3f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_not_authorized [0.539819s] ... ok 2019-02-07 04:12:32.134 6478 INFO oslo_db.sqlalchemy.provision [req-2fd4c3d4-6f21-4bae-a550-558f117403c6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:32.136 6478 INFO oslo_db.sqlalchemy.provision [req-2fd4c3d4-6f21-4bae-a550-558f117403c6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vdepgpmode 2019-02-07 04:12:32.136 6478 INFO oslo_db.sqlalchemy.provision [req-2fd4c3d4-6f21-4bae-a550-558f117403c6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_custom_quotas_quota_admin [0.127535s] ... ok 2019-02-07 04:12:32.139 6478 INFO oslo_db.sqlalchemy.provision [req-2fd4c3d4-6f21-4bae-a550-558f117403c6 - - - - -] CREATE BACKEND sqlite:// TOKEN euhivrkaif 2019-02-07 04:12:32.125 6477 INFO oslo_db.sqlalchemy.provision [req-6f3ad15b-f52c-4e0c-b63b-eea94857cc3f - - - - -] CREATE BACKEND sqlite:// TOKEN epetzijbre 2019-02-07 04:12:32.215 6478 INFO octavia.common.config [req-2fd4c3d4-6f21-4bae-a550-558f117403c6 - - - - -] Logging enabled! 2019-02-07 04:12:32.215 6478 INFO octavia.common.config [req-2fd4c3d4-6f21-4bae-a550-558f117403c6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:32.238 6478 WARNING octavia.api.root_controller [req-2fd4c3d4-6f21-4bae-a550-558f117403c6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:32.269 6477 INFO octavia.common.config [req-6f3ad15b-f52c-4e0c-b63b-eea94857cc3f - - - - -] Logging enabled! 2019-02-07 04:12:32.269 6477 INFO octavia.common.config [req-6f3ad15b-f52c-4e0c-b63b-eea94857cc3f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:32.291 6477 WARNING octavia.api.root_controller [req-6f3ad15b-f52c-4e0c-b63b-eea94857cc3f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:32.277 6478 INFO oslo_db.sqlalchemy.provision [req-0e9f3ff8-7df0-4eba-abb4-bf4e8b2d556b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:32.279 6478 INFO oslo_db.sqlalchemy.provision [req-0e9f3ff8-7df0-4eba-abb4-bf4e8b2d556b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN euhivrkaif 2019-02-07 04:12:32.279 6478 INFO oslo_db.sqlalchemy.provision [req-0e9f3ff8-7df0-4eba-abb4-bf4e8b2d556b - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_delete_custom_quotas [0.142832s] ... ok 2019-02-07 04:12:32.306 6477 INFO octavia.api.v2.controllers.load_balancer [req-853efe75-086c-46bc-87b1-1be260e95dfc - - - - -] Sending created Load Balancer ab5ed103-9cbf-437b-9107-06594a06279c to the handler 2019-02-07 04:12:32.282 6478 INFO oslo_db.sqlalchemy.provision [req-0e9f3ff8-7df0-4eba-abb4-bf4e8b2d556b - - - - -] CREATE BACKEND sqlite:// TOKEN wmpalwvgyc 2019-02-07 04:12:32.358 6478 INFO octavia.common.config [req-0e9f3ff8-7df0-4eba-abb4-bf4e8b2d556b - - - - -] Logging enabled! 2019-02-07 04:12:32.359 6478 INFO octavia.common.config [req-0e9f3ff8-7df0-4eba-abb4-bf4e8b2d556b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:32.381 6478 WARNING octavia.api.root_controller [req-0e9f3ff8-7df0-4eba-abb4-bf4e8b2d556b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:32.401 6478 INFO oslo_db.sqlalchemy.provision [req-f8983c33-3a96-4cf9-b776-d9ff1baa351f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:32.402 6478 INFO oslo_db.sqlalchemy.provision [req-f8983c33-3a96-4cf9-b776-d9ff1baa351f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wmpalwvgyc 2019-02-07 04:12:32.402 6478 INFO oslo_db.sqlalchemy.provision [req-f8983c33-3a96-4cf9-b776-d9ff1baa351f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_delete_non_existent_custom_quotas [0.123206s] ... ok 2019-02-07 04:12:32.409 6478 INFO oslo_db.sqlalchemy.provision [req-f8983c33-3a96-4cf9-b776-d9ff1baa351f - - - - -] CREATE BACKEND sqlite:// TOKEN mcakziavii 2019-02-07 04:12:32.428 6477 INFO octavia.api.v2.controllers.pool [req-165e4840-ccda-4df5-bc08-aad58954908f - - - - -] Sending Creation of Pool e6ee04b5-6e52-47a3-b086-209017621b5f to handler 2019-02-07 04:12:32.478 6478 INFO octavia.common.config [req-f8983c33-3a96-4cf9-b776-d9ff1baa351f - - - - -] Logging enabled! 2019-02-07 04:12:32.478 6478 INFO octavia.common.config [req-f8983c33-3a96-4cf9-b776-d9ff1baa351f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:32.500 6478 WARNING octavia.api.root_controller [req-f8983c33-3a96-4cf9-b776-d9ff1baa351f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:32.535 6478 INFO oslo_db.sqlalchemy.provision [req-d5b50af0-4dd5-4ec6-b5a9-f4667d35747f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:32.537 6478 INFO oslo_db.sqlalchemy.provision [req-d5b50af0-4dd5-4ec6-b5a9-f4667d35747f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mcakziavii 2019-02-07 04:12:32.537 6478 INFO oslo_db.sqlalchemy.provision [req-d5b50af0-4dd5-4ec6-b5a9-f4667d35747f - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_delete_quotas_not_Authorized_member [0.134588s] ... ok 2019-02-07 04:12:32.548 6477 INFO octavia.api.v2.controllers.load_balancer [req-0e2f29cf-cb2d-4f23-8a10-923d32afc5f7 - - - - -] Sending created Load Balancer 6842ea60-e1ee-417f-9b07-8ebba6824d87 to the handler 2019-02-07 04:12:32.540 6478 INFO oslo_db.sqlalchemy.provision [req-d5b50af0-4dd5-4ec6-b5a9-f4667d35747f - - - - -] CREATE BACKEND sqlite:// TOKEN ezmfzndeyz 2019-02-07 04:12:32.667 6477 INFO octavia.api.v2.controllers.listener [req-3d807b76-e2ae-40c3-a029-6b1ebe66e5e8 - - - - -] Sending Creation of Listener 03315c9e-fbda-4259-915d-33fdbbf6d061 to handler 2019-02-07 04:12:32.689 6478 INFO octavia.common.config [req-d5b50af0-4dd5-4ec6-b5a9-f4667d35747f - - - - -] Logging enabled! 2019-02-07 04:12:32.689 6478 INFO octavia.common.config [req-d5b50af0-4dd5-4ec6-b5a9-f4667d35747f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:32.711 6478 WARNING octavia.api.root_controller [req-d5b50af0-4dd5-4ec6-b5a9-f4667d35747f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:32.758 6478 INFO oslo_db.sqlalchemy.provision [req-f20660e2-cf64-4acc-9fd7-cf2976639aa6 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:32.759 6478 INFO oslo_db.sqlalchemy.provision [req-f20660e2-cf64-4acc-9fd7-cf2976639aa6 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ezmfzndeyz 2019-02-07 04:12:32.760 6478 INFO oslo_db.sqlalchemy.provision [req-f20660e2-cf64-4acc-9fd7-cf2976639aa6 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_admin [0.222407s] ... ok 2019-02-07 04:12:32.762 6478 INFO oslo_db.sqlalchemy.provision [req-f20660e2-cf64-4acc-9fd7-cf2976639aa6 - - - - -] CREATE BACKEND sqlite:// TOKEN qqiviizstn 2019-02-07 04:12:32.794 6477 INFO octavia.api.v2.controllers.load_balancer [req-25e3aba7-e69a-43de-b224-69ecaff98eeb - - - - -] Sending deleted Load Balancer 6842ea60-e1ee-417f-9b07-8ebba6824d87 to the handler 2019-02-07 04:12:32.812 6477 INFO octavia.api.v2.controllers.listener [req-557143cd-dc45-40ea-9be3-bb2240b1d932 - - - - -] Load Balancer 6842ea60-e1ee-417f-9b07-8ebba6824d87 is immutable. 2019-02-07 04:12:32.836 6478 INFO octavia.common.config [req-f20660e2-cf64-4acc-9fd7-cf2976639aa6 - - - - -] Logging enabled! 2019-02-07 04:12:32.836 6478 INFO octavia.common.config [req-f20660e2-cf64-4acc-9fd7-cf2976639aa6 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:32.859 6478 WARNING octavia.api.root_controller [req-f20660e2-cf64-4acc-9fd7-cf2976639aa6 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:32.832 6477 INFO oslo_db.sqlalchemy.provision [req-557143cd-dc45-40ea-9be3-bb2240b1d932 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:32.834 6477 INFO oslo_db.sqlalchemy.provision [req-557143cd-dc45-40ea-9be3-bb2240b1d932 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN epetzijbre 2019-02-07 04:12:32.834 6477 INFO oslo_db.sqlalchemy.provision [req-557143cd-dc45-40ea-9be3-bb2240b1d932 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_pending_delete [0.715508s] ... ok 2019-02-07 04:12:32.841 6477 INFO oslo_db.sqlalchemy.provision [req-557143cd-dc45-40ea-9be3-bb2240b1d932 - - - - -] CREATE BACKEND sqlite:// TOKEN ucfjmwdmkp 2019-02-07 04:12:32.912 6477 INFO octavia.common.config [req-557143cd-dc45-40ea-9be3-bb2240b1d932 - - - - -] Logging enabled! 2019-02-07 04:12:32.913 6477 INFO octavia.common.config [req-557143cd-dc45-40ea-9be3-bb2240b1d932 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:32.905 6478 INFO oslo_db.sqlalchemy.provision [req-d0fb959d-8481-473c-959b-2464477e8af8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:32.907 6478 INFO oslo_db.sqlalchemy.provision [req-d0fb959d-8481-473c-959b-2464477e8af8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qqiviizstn 2019-02-07 04:12:32.907 6478 INFO oslo_db.sqlalchemy.provision [req-d0fb959d-8481-473c-959b-2464477e8af8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_non_admin [0.147324s] ... ok 2019-02-07 04:12:32.910 6478 INFO oslo_db.sqlalchemy.provision [req-d0fb959d-8481-473c-959b-2464477e8af8 - - - - -] CREATE BACKEND sqlite:// TOKEN nzkcgckstk 2019-02-07 04:12:32.936 6477 WARNING octavia.api.root_controller [req-557143cd-dc45-40ea-9be3-bb2240b1d932 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:32.950 6477 INFO octavia.api.v2.controllers.load_balancer [req-7f6228e3-54b6-4e42-97aa-13392a4a4064 - - - - -] Sending created Load Balancer c505670a-7a40-489b-9994-5cde92f31955 to the handler 2019-02-07 04:12:32.995 6478 INFO octavia.common.config [req-d0fb959d-8481-473c-959b-2464477e8af8 - - - - -] Logging enabled! 2019-02-07 04:12:32.995 6478 INFO octavia.common.config [req-d0fb959d-8481-473c-959b-2464477e8af8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:33.020 6478 WARNING octavia.api.root_controller [req-d0fb959d-8481-473c-959b-2464477e8af8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:33.070 6477 INFO octavia.api.v2.controllers.pool [req-09c8a5c1-65d1-47bd-84e7-8fa7ce5b59b3 - - - - -] Sending Creation of Pool 7f575c2a-805f-4b0e-9ac8-0141c2a6ca13 to handler 2019-02-07 04:12:33.071 6478 INFO oslo_db.sqlalchemy.provision [req-db340f60-9a2d-49c8-ac75-45f25d049beb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:33.073 6478 INFO oslo_db.sqlalchemy.provision [req-db340f60-9a2d-49c8-ac75-45f25d049beb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nzkcgckstk 2019-02-07 04:12:33.073 6478 INFO oslo_db.sqlalchemy.provision [req-db340f60-9a2d-49c8-ac75-45f25d049beb - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_non_admin_global_observer [0.165681s] ... ok 2019-02-07 04:12:33.076 6478 INFO oslo_db.sqlalchemy.provision [req-db340f60-9a2d-49c8-ac75-45f25d049beb - - - - -] CREATE BACKEND sqlite:// TOKEN rkgufpnybj 2019-02-07 04:12:33.185 6478 INFO octavia.common.config [req-db340f60-9a2d-49c8-ac75-45f25d049beb - - - - -] Logging enabled! 2019-02-07 04:12:33.186 6478 INFO octavia.common.config [req-db340f60-9a2d-49c8-ac75-45f25d049beb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:33.191 6477 INFO octavia.api.v2.controllers.load_balancer [req-9709c9e0-9d17-40bf-92a2-47b5b01e6fae - - - - -] Sending created Load Balancer e09e1222-7472-4bed-aeb3-a249ef4bffbe to the handler 2019-02-07 04:12:33.211 6478 WARNING octavia.api.root_controller [req-db340f60-9a2d-49c8-ac75-45f25d049beb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:33.231 6478 INFO oslo_db.sqlalchemy.provision [req-c89a1df9-f809-4031-8709-9431b06ad736 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:33.233 6478 INFO oslo_db.sqlalchemy.provision [req-c89a1df9-f809-4031-8709-9431b06ad736 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rkgufpnybj 2019-02-07 04:12:33.233 6478 INFO oslo_db.sqlalchemy.provision [req-c89a1df9-f809-4031-8709-9431b06ad736 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_quotas_no_quotas [0.160115s] ... ok 2019-02-07 04:12:33.241 6478 INFO oslo_db.sqlalchemy.provision [req-c89a1df9-f809-4031-8709-9431b06ad736 - - - - -] CREATE BACKEND sqlite:// TOKEN rieigulnvr 2019-02-07 04:12:33.311 6478 INFO octavia.common.config [req-c89a1df9-f809-4031-8709-9431b06ad736 - - - - -] Logging enabled! 2019-02-07 04:12:33.311 6478 INFO octavia.common.config [req-c89a1df9-f809-4031-8709-9431b06ad736 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:33.334 6478 WARNING octavia.api.root_controller [req-c89a1df9-f809-4031-8709-9431b06ad736 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:33.376 6477 INFO octavia.api.v2.controllers.listener [req-8599a132-a9e1-4f1e-a934-16240953ab8f - - - - -] Sending Creation of Listener 2ea03be0-b2e4-4f53-a049-a5c0c907cd95 to handler 2019-02-07 04:12:33.386 6478 INFO oslo_db.sqlalchemy.provision [req-d7f93f7b-738e-4b31-8f23-006fb49bc028 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:33.388 6478 INFO oslo_db.sqlalchemy.provision [req-d7f93f7b-738e-4b31-8f23-006fb49bc028 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rieigulnvr 2019-02-07 04:12:33.388 6478 INFO oslo_db.sqlalchemy.provision [req-d7f93f7b-738e-4b31-8f23-006fb49bc028 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_sorted [0.154371s] ... ok 2019-02-07 04:12:33.391 6478 INFO oslo_db.sqlalchemy.provision [req-d7f93f7b-738e-4b31-8f23-006fb49bc028 - - - - -] CREATE BACKEND sqlite:// TOKEN jylalmllsu 2019-02-07 04:12:33.465 6478 INFO octavia.common.config [req-d7f93f7b-738e-4b31-8f23-006fb49bc028 - - - - -] Logging enabled! 2019-02-07 04:12:33.465 6478 INFO octavia.common.config [req-d7f93f7b-738e-4b31-8f23-006fb49bc028 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:33.488 6478 WARNING octavia.api.root_controller [req-d7f93f7b-738e-4b31-8f23-006fb49bc028 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:33.503 6477 INFO octavia.api.v2.controllers.load_balancer [req-61797824-a110-4b01-b300-82c84e1145ff - - - - -] Sending updated Load Balancer e09e1222-7472-4bed-aeb3-a249ef4bffbe to the handler 2019-02-07 04:12:33.530 6478 INFO oslo_db.sqlalchemy.provision [req-274abbd3-b0af-471b-b37a-977f37974670 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:33.531 6478 INFO oslo_db.sqlalchemy.provision [req-274abbd3-b0af-471b-b37a-977f37974670 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jylalmllsu 2019-02-07 04:12:33.532 6478 INFO oslo_db.sqlalchemy.provision [req-274abbd3-b0af-471b-b37a-977f37974670 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_by_project_id [0.143805s] ... ok 2019-02-07 04:12:33.535 6478 INFO oslo_db.sqlalchemy.provision [req-274abbd3-b0af-471b-b37a-977f37974670 - - - - -] CREATE BACKEND sqlite:// TOKEN bggeaftics 2019-02-07 04:12:33.529 6477 INFO octavia.api.v2.controllers.listener [req-41f6ba42-4cae-4181-8868-8cf8628c8b19 - - - - -] Load Balancer e09e1222-7472-4bed-aeb3-a249ef4bffbe is immutable. 2019-02-07 04:12:33.548 6477 INFO oslo_db.sqlalchemy.provision [req-41f6ba42-4cae-4181-8868-8cf8628c8b19 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:33.550 6477 INFO oslo_db.sqlalchemy.provision [req-41f6ba42-4cae-4181-8868-8cf8628c8b19 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ucfjmwdmkp 2019-02-07 04:12:33.550 6477 INFO oslo_db.sqlalchemy.provision [req-41f6ba42-4cae-4181-8868-8cf8628c8b19 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_pending_update [0.711879s] ... ok 2019-02-07 04:12:33.553 6477 INFO oslo_db.sqlalchemy.provision [req-41f6ba42-4cae-4181-8868-8cf8628c8b19 - - - - -] CREATE BACKEND sqlite:// TOKEN wzvicoiedt 2019-02-07 04:12:33.613 6478 INFO octavia.common.config [req-274abbd3-b0af-471b-b37a-977f37974670 - - - - -] Logging enabled! 2019-02-07 04:12:33.613 6478 INFO octavia.common.config [req-274abbd3-b0af-471b-b37a-977f37974670 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:33.627 6477 INFO octavia.common.config [req-41f6ba42-4cae-4181-8868-8cf8628c8b19 - - - - -] Logging enabled! 2019-02-07 04:12:33.627 6477 INFO octavia.common.config [req-41f6ba42-4cae-4181-8868-8cf8628c8b19 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:33.636 6478 WARNING octavia.api.root_controller [req-274abbd3-b0af-471b-b37a-977f37974670 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:33.653 6478 INFO oslo_db.sqlalchemy.provision [req-c4902c4b-f270-4ab5-8cc6-3fccf60367a2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:33.655 6478 INFO oslo_db.sqlalchemy.provision [req-c4902c4b-f270-4ab5-8cc6-3fccf60367a2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bggeaftics 2019-02-07 04:12:33.655 6478 INFO oslo_db.sqlalchemy.provision [req-c4902c4b-f270-4ab5-8cc6-3fccf60367a2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_default_quotas_Authorized [0.122899s] ... ok 2019-02-07 04:12:33.650 6477 WARNING octavia.api.root_controller [req-41f6ba42-4cae-4181-8868-8cf8628c8b19 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:33.658 6478 INFO oslo_db.sqlalchemy.provision [req-c4902c4b-f270-4ab5-8cc6-3fccf60367a2 - - - - -] CREATE BACKEND sqlite:// TOKEN rxlqukzplc 2019-02-07 04:12:33.664 6477 INFO octavia.api.v2.controllers.load_balancer [req-632275c7-e47c-4415-b204-95bf637d3422 - - - - -] Sending created Load Balancer 07c23b80-7122-4c1d-b7d4-466bafef2424 to the handler 2019-02-07 04:12:33.736 6478 INFO octavia.common.config [req-c4902c4b-f270-4ab5-8cc6-3fccf60367a2 - - - - -] Logging enabled! 2019-02-07 04:12:33.736 6478 INFO octavia.common.config [req-c4902c4b-f270-4ab5-8cc6-3fccf60367a2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:33.760 6478 WARNING octavia.api.root_controller [req-c4902c4b-f270-4ab5-8cc6-3fccf60367a2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:33.779 6478 INFO oslo_db.sqlalchemy.provision [req-4c5e52f6-b89e-4fb2-9871-a1b5e2f2aaa7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:33.780 6478 INFO oslo_db.sqlalchemy.provision [req-4c5e52f6-b89e-4fb2-9871-a1b5e2f2aaa7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rxlqukzplc 2019-02-07 04:12:33.781 6478 INFO oslo_db.sqlalchemy.provision [req-4c5e52f6-b89e-4fb2-9871-a1b5e2f2aaa7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_default_quotas_not_Authorized [0.125600s] ... ok 2019-02-07 04:12:33.783 6478 INFO oslo_db.sqlalchemy.provision [req-4c5e52f6-b89e-4fb2-9871-a1b5e2f2aaa7 - - - - -] CREATE BACKEND sqlite:// TOKEN njzvjkpreo 2019-02-07 04:12:33.784 6477 INFO octavia.api.v2.controllers.pool [req-fa08330e-ac12-4769-99a1-07931bbc0fe1 - - - - -] Sending Creation of Pool 50e748b6-e47d-481c-849c-325dd8d5bbbc to handler 2019-02-07 04:12:33.859 6478 INFO octavia.common.config [req-4c5e52f6-b89e-4fb2-9871-a1b5e2f2aaa7 - - - - -] Logging enabled! 2019-02-07 04:12:33.859 6478 INFO octavia.common.config [req-4c5e52f6-b89e-4fb2-9871-a1b5e2f2aaa7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:33.882 6478 WARNING octavia.api.root_controller [req-4c5e52f6-b89e-4fb2-9871-a1b5e2f2aaa7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:33.909 6478 INFO oslo_db.sqlalchemy.provision [req-b19e4099-a314-4d3e-a4b9-efa512afa824 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:33.910 6478 INFO oslo_db.sqlalchemy.provision [req-b19e4099-a314-4d3e-a4b9-efa512afa824 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN njzvjkpreo 2019-02-07 04:12:33.911 6478 INFO oslo_db.sqlalchemy.provision [req-b19e4099-a314-4d3e-a4b9-efa512afa824 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_not_Authorized [0.129813s] ... ok 2019-02-07 04:12:33.913 6478 INFO oslo_db.sqlalchemy.provision [req-b19e4099-a314-4d3e-a4b9-efa512afa824 - - - - -] CREATE BACKEND sqlite:// TOKEN zyqroligxy 2019-02-07 04:12:33.914 6477 INFO octavia.api.v2.controllers.listener [req-0ae890f7-d003-4a3e-8111-453ed5264c4c - - - - -] Sending Creation of Listener 0d0c5e80-8c06-4c75-80dd-306de1baba79 to handler 2019-02-07 04:12:33.988 6478 INFO octavia.common.config [req-b19e4099-a314-4d3e-a4b9-efa512afa824 - - - - -] Logging enabled! 2019-02-07 04:12:33.988 6478 INFO octavia.common.config [req-b19e4099-a314-4d3e-a4b9-efa512afa824 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:34.011 6478 WARNING octavia.api.root_controller [req-b19e4099-a314-4d3e-a4b9-efa512afa824 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:34.039 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:34.041 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zyqroligxy 2019-02-07 04:12:34.041 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_not_Authorized_no_role [0.130136s] ... ok 2019-02-07 04:12:34.044 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN fauyyqgnnm 2019-02-07 04:12:34.064 6477 INFO octavia.api.v2.controllers.listener [req-d58cf8c2-136f-463a-a9dc-1de8035796f0 - - - - -] Sending Update of Listener 0d0c5e80-8c06-4c75-80dd-306de1baba79 to handler 2019-02-07 04:12:34.136 6477 INFO oslo_db.sqlalchemy.provision [req-fd411471-98fc-4205-9cb0-d3f04e4eb7d9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:34.137 6477 INFO oslo_db.sqlalchemy.provision [req-fd411471-98fc-4205-9cb0-d3f04e4eb7d9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wzvicoiedt 2019-02-07 04:12:34.138 6477 INFO oslo_db.sqlalchemy.provision [req-fd411471-98fc-4205-9cb0-d3f04e4eb7d9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_with_bad_handler [0.587097s] ... ok 2019-02-07 04:12:34.128 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:34.129 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fauyyqgnnm 2019-02-07 04:12:34.130 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.AmphoraHealthModelTest.test_create [0.088639s] ... ok 2019-02-07 04:12:34.132 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN edoawntfnf 2019-02-07 04:12:34.140 6477 INFO oslo_db.sqlalchemy.provision [req-fd411471-98fc-4205-9cb0-d3f04e4eb7d9 - - - - -] CREATE BACKEND sqlite:// TOKEN milimmlxix 2019-02-07 04:12:34.215 6477 INFO octavia.common.config [req-fd411471-98fc-4205-9cb0-d3f04e4eb7d9 - - - - -] Logging enabled! 2019-02-07 04:12:34.215 6477 INFO octavia.common.config [req-fd411471-98fc-4205-9cb0-d3f04e4eb7d9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:34.218 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:34.219 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN edoawntfnf 2019-02-07 04:12:34.220 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.AmphoraModelTest.test_create [0.089738s] ... ok 2019-02-07 04:12:34.222 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN wkkyczfyjd 2019-02-07 04:12:34.238 6477 WARNING octavia.api.root_controller [req-fd411471-98fc-4205-9cb0-d3f04e4eb7d9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:34.252 6477 INFO octavia.api.v2.controllers.load_balancer [req-f4b1f598-c1e5-49a9-8284-5f1f45aeead9 - - - - -] Sending created Load Balancer c1fe0577-e9f9-44fa-a3f2-5df60e07a04c to the handler 2019-02-07 04:12:34.332 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:34.334 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wkkyczfyjd 2019-02-07 04:12:34.334 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.HealthMonitorModelTest.test_create [0.121526s] ... ok 2019-02-07 04:12:34.344 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN jqsdqruzxn 2019-02-07 04:12:34.370 6477 INFO octavia.api.v2.controllers.pool [req-fb2a5f61-b419-4efb-a293-84a4c7ae4802 - - - - -] Sending Creation of Pool a10ceba8-9e69-482b-a298-d0b0019de69a to handler 2019-02-07 04:12:34.449 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:34.451 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jqsdqruzxn 2019-02-07 04:12:34.451 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.HealthMonitorModelTest.test_pool_relationship [0.109641s] ... ok 2019-02-07 04:12:34.454 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN sfnpkhoies 2019-02-07 04:12:34.570 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:34.571 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sfnpkhoies 2019-02-07 04:12:34.572 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.HealthMonitorModelTest.test_update [0.120353s] ... ok 2019-02-07 04:12:34.568 6477 INFO octavia.api.v2.controllers.listener [req-7d58a307-9330-4ba6-83e5-ceb03f5e95e4 - - - - -] Sending Creation of Listener b826942c-4f54-4508-bf83-1b58209776ca to handler 2019-02-07 04:12:34.574 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN dtizddjdwr 2019-02-07 04:12:34.666 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:34.668 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dtizddjdwr 2019-02-07 04:12:34.668 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_delete [0.096452s] ... ok 2019-02-07 04:12:34.671 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN wwfvyzgkyi 2019-02-07 04:12:34.743 6477 INFO octavia.api.v2.controllers.listener [req-9c668e6f-90da-49c3-aa21-0bbb5eecd9ae - - - - -] Sending Update of Listener b826942c-4f54-4508-bf83-1b58209776ca to handler 2019-02-07 04:12:34.761 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:34.763 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wwfvyzgkyi 2019-02-07 04:12:34.763 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_listener_relationship [0.094614s] ... ok 2019-02-07 04:12:34.771 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN tvwxppiyfk 2019-02-07 04:12:34.789 6477 INFO oslo_db.sqlalchemy.provision [req-dc7ee88f-d4a7-4f2b-90d2-98fdba46e1ed - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:34.791 6477 INFO oslo_db.sqlalchemy.provision [req-dc7ee88f-d4a7-4f2b-90d2-98fdba46e1ed - - - - -] DROP BACKEND Engine(sqlite://) TOKEN milimmlxix 2019-02-07 04:12:34.791 6477 INFO oslo_db.sqlalchemy.provision [req-dc7ee88f-d4a7-4f2b-90d2-98fdba46e1ed - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_listener.TestListener.test_update_with_sni_data [0.653108s] ... ok 2019-02-07 04:12:34.794 6477 INFO oslo_db.sqlalchemy.provision [req-dc7ee88f-d4a7-4f2b-90d2-98fdba46e1ed - - - - -] CREATE BACKEND sqlite:// TOKEN tljdoyvzap 2019-02-07 04:12:34.859 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:34.861 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tvwxppiyfk 2019-02-07 04:12:34.861 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_update [0.097898s] ... ok 2019-02-07 04:12:34.864 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN sttdamtvtc 2019-02-07 04:12:34.867 6477 INFO octavia.common.config [req-dc7ee88f-d4a7-4f2b-90d2-98fdba46e1ed - - - - -] Logging enabled! 2019-02-07 04:12:34.867 6477 INFO octavia.common.config [req-dc7ee88f-d4a7-4f2b-90d2-98fdba46e1ed - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:34.890 6477 WARNING octavia.api.root_controller [req-dc7ee88f-d4a7-4f2b-90d2-98fdba46e1ed - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:34.916 6477 INFO octavia.api.v2.controllers.load_balancer [req-e0771d5c-963b-4ded-bd48-cb2fed668e66 - 7487c380-1e36-4af7-a21d-2902b730285c - - -] Sending created Load Balancer d0dc4e6e-00ab-46d7-9c35-f34bdac0fc03 to the handler 2019-02-07 04:12:34.934 6477 INFO oslo_db.sqlalchemy.provision [req-e0771d5c-963b-4ded-bd48-cb2fed668e66 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:34.939 6477 INFO oslo_db.sqlalchemy.provision [req-e0771d5c-963b-4ded-bd48-cb2fed668e66 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tljdoyvzap 2019-02-07 04:12:34.939 6477 INFO oslo_db.sqlalchemy.provision [req-e0771d5c-963b-4ded-bd48-cb2fed668e66 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_authorized [0.147895s] ... ok 2019-02-07 04:12:34.951 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:34.953 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sttdamtvtc 2019-02-07 04:12:34.953 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.L7RuleModelTest.test_create [0.091578s] ... ok 2019-02-07 04:12:34.942 6477 INFO oslo_db.sqlalchemy.provision [req-e0771d5c-963b-4ded-bd48-cb2fed668e66 - - - - -] CREATE BACKEND sqlite:// TOKEN yiiwfmryed 2019-02-07 04:12:34.961 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN dnzomuiwcv 2019-02-07 04:12:35.014 6477 INFO octavia.common.config [req-e0771d5c-963b-4ded-bd48-cb2fed668e66 - - - - -] Logging enabled! 2019-02-07 04:12:35.014 6477 INFO octavia.common.config [req-e0771d5c-963b-4ded-bd48-cb2fed668e66 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:35.036 6477 WARNING octavia.api.root_controller [req-e0771d5c-963b-4ded-bd48-cb2fed668e66 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:35.051 6477 INFO oslo_db.sqlalchemy.provision [req-3eb2337e-9421-4557-87e0-9072e323bf53 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:35.052 6477 INFO oslo_db.sqlalchemy.provision [req-3eb2337e-9421-4557-87e0-9072e323bf53 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yiiwfmryed 2019-02-07 04:12:35.052 6477 INFO oslo_db.sqlalchemy.provision [req-3eb2337e-9421-4557-87e0-9072e323bf53 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_flavor_bogus [0.113334s] ... ok 2019-02-07 04:12:35.050 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:35.051 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dnzomuiwcv 2019-02-07 04:12:35.052 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.L7RuleModelTest.test_l7policy_relationship [0.098570s] ... ok 2019-02-07 04:12:35.054 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN phfwuttssz 2019-02-07 04:12:35.063 6477 INFO oslo_db.sqlalchemy.provision [req-3eb2337e-9421-4557-87e0-9072e323bf53 - - - - -] CREATE BACKEND sqlite:// TOKEN pphaasmnek 2019-02-07 04:12:35.133 6477 INFO octavia.common.config [req-3eb2337e-9421-4557-87e0-9072e323bf53 - - - - -] Logging enabled! 2019-02-07 04:12:35.133 6477 INFO octavia.common.config [req-3eb2337e-9421-4557-87e0-9072e323bf53 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:35.146 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:35.148 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN phfwuttssz 2019-02-07 04:12:35.148 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.L7RuleModelTest.test_update [0.096243s] ... ok 2019-02-07 04:12:35.151 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN snvwplivok 2019-02-07 04:12:35.156 6477 WARNING octavia.api.root_controller [req-3eb2337e-9421-4557-87e0-9072e323bf53 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:35.170 6477 INFO oslo_db.sqlalchemy.provision [req-94969f29-841a-4656-9129-6d6e7adfaabc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:35.172 6477 INFO oslo_db.sqlalchemy.provision [req-94969f29-841a-4656-9129-6d6e7adfaabc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pphaasmnek 2019-02-07 04:12:35.172 6477 INFO oslo_db.sqlalchemy.provision [req-94969f29-841a-4656-9129-6d6e7adfaabc - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_no_project_id [0.119602s] ... ok 2019-02-07 04:12:35.182 6477 INFO oslo_db.sqlalchemy.provision [req-94969f29-841a-4656-9129-6d6e7adfaabc - - - - -] CREATE BACKEND sqlite:// TOKEN fapsdujmkq 2019-02-07 04:12:35.235 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:35.237 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN snvwplivok 2019-02-07 04:12:35.237 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.ListenerModelTest.test_create [0.088750s] ... ok 2019-02-07 04:12:35.240 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN lthygzniit 2019-02-07 04:12:35.250 6477 INFO octavia.common.config [req-94969f29-841a-4656-9129-6d6e7adfaabc - - - - -] Logging enabled! 2019-02-07 04:12:35.251 6477 INFO octavia.common.config [req-94969f29-841a-4656-9129-6d6e7adfaabc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:35.273 6477 WARNING octavia.api.root_controller [req-94969f29-841a-4656-9129-6d6e7adfaabc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:35.291 6477 INFO oslo_db.sqlalchemy.provision [req-16ba4feb-c7bf-4f47-87bb-03292176842c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:35.292 6477 INFO oslo_db.sqlalchemy.provision [req-16ba4feb-c7bf-4f47-87bb-03292176842c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fapsdujmkq 2019-02-07 04:12:35.292 6477 INFO oslo_db.sqlalchemy.provision [req-16ba4feb-c7bf-4f47-87bb-03292176842c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_provider_bogus [0.120099s] ... ok 2019-02-07 04:12:35.295 6477 INFO oslo_db.sqlalchemy.provision [req-16ba4feb-c7bf-4f47-87bb-03292176842c - - - - -] CREATE BACKEND sqlite:// TOKEN lwrektvzau 2019-02-07 04:12:35.327 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:35.329 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lthygzniit 2019-02-07 04:12:35.329 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.ListenerModelTest.test_delete [0.091816s] ... ok 2019-02-07 04:12:35.332 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN tbhxvmzzaf 2019-02-07 04:12:35.368 6477 INFO octavia.common.config [req-16ba4feb-c7bf-4f47-87bb-03292176842c - - - - -] Logging enabled! 2019-02-07 04:12:35.369 6477 INFO octavia.common.config [req-16ba4feb-c7bf-4f47-87bb-03292176842c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:35.391 6477 WARNING octavia.api.root_controller [req-16ba4feb-c7bf-4f47-87bb-03292176842c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:35.402 6477 INFO octavia.api.v2.controllers.load_balancer [req-acaf88d9-a6eb-42a9-9896-2586ed934706 - - - - -] Sending created Load Balancer affe72e3-a190-432a-95f3-278444552fb1 to the handler 2019-02-07 04:12:35.424 6477 INFO oslo_db.sqlalchemy.provision [req-acaf88d9-a6eb-42a9-9896-2586ed934706 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:35.426 6477 INFO oslo_db.sqlalchemy.provision [req-acaf88d9-a6eb-42a9-9896-2586ed934706 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lwrektvzau 2019-02-07 04:12:35.426 6477 INFO oslo_db.sqlalchemy.provision [req-acaf88d9-a6eb-42a9-9896-2586ed934706 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_provider_octavia [0.133486s] ... ok 2019-02-07 04:12:35.419 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:35.421 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tbhxvmzzaf 2019-02-07 04:12:35.421 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.ListenerModelTest.test_load_balancer_relationship [0.092200s] ... ok 2019-02-07 04:12:35.429 6477 INFO oslo_db.sqlalchemy.provision [req-acaf88d9-a6eb-42a9-9896-2586ed934706 - - - - -] CREATE BACKEND sqlite:// TOKEN enqupgtgfy 2019-02-07 04:12:35.424 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN sffcvjipqa 2019-02-07 04:12:35.502 6477 INFO octavia.common.config [req-acaf88d9-a6eb-42a9-9896-2586ed934706 - - - - -] Logging enabled! 2019-02-07 04:12:35.503 6477 INFO octavia.common.config [req-acaf88d9-a6eb-42a9-9896-2586ed934706 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:35.515 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:35.517 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sffcvjipqa 2019-02-07 04:12:35.517 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.ListenerModelTest.test_sni_relationship [0.095836s] ... ok 2019-02-07 04:12:35.526 6477 WARNING octavia.api.root_controller [req-acaf88d9-a6eb-42a9-9896-2586ed934706 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:35.520 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN kkrhvuffvl 2019-02-07 04:12:35.544 6477 INFO oslo_db.sqlalchemy.provision [req-addfad4f-5b04-4a76-ae7d-e7108f55a15c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:35.546 6477 INFO oslo_db.sqlalchemy.provision [req-addfad4f-5b04-4a76-ae7d-e7108f55a15c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN enqupgtgfy 2019-02-07 04:12:35.546 6477 INFO oslo_db.sqlalchemy.provision [req-addfad4f-5b04-4a76-ae7d-e7108f55a15c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_disallowed_network_id [0.120000s] ... ok 2019-02-07 04:12:35.549 6477 INFO oslo_db.sqlalchemy.provision [req-addfad4f-5b04-4a76-ae7d-e7108f55a15c - - - - -] CREATE BACKEND sqlite:// TOKEN nqqorrnain 2019-02-07 04:12:35.622 6477 INFO octavia.common.config [req-addfad4f-5b04-4a76-ae7d-e7108f55a15c - - - - -] Logging enabled! 2019-02-07 04:12:35.622 6477 INFO octavia.common.config [req-addfad4f-5b04-4a76-ae7d-e7108f55a15c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:35.622 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:35.624 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kkrhvuffvl 2019-02-07 04:12:35.624 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_listener_relationship [0.106747s] ... ok 2019-02-07 04:12:35.627 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN kqnpqwhreo 2019-02-07 04:12:35.644 6477 WARNING octavia.api.root_controller [req-addfad4f-5b04-4a76-ae7d-e7108f55a15c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:35.667 6477 INFO oslo_db.sqlalchemy.provision [req-7894db9b-a714-4741-acce-e025cf3469e1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:35.669 6477 INFO oslo_db.sqlalchemy.provision [req-7894db9b-a714-4741-acce-e025cf3469e1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nqqorrnain 2019-02-07 04:12:35.669 6477 INFO oslo_db.sqlalchemy.provision [req-7894db9b-a714-4741-acce-e025cf3469e1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_disallowed_vip_objects [0.122432s] ... ok 2019-02-07 04:12:35.672 6477 INFO oslo_db.sqlalchemy.provision [req-7894db9b-a714-4741-acce-e025cf3469e1 - - - - -] CREATE BACKEND sqlite:// TOKEN bwhmoelefh 2019-02-07 04:12:35.730 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:35.731 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kqnpqwhreo 2019-02-07 04:12:35.731 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_update [0.107120s] ... ok 2019-02-07 04:12:35.734 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN bpnfyarjhx 2019-02-07 04:12:35.750 6477 INFO octavia.common.config [req-7894db9b-a714-4741-acce-e025cf3469e1 - - - - -] Logging enabled! 2019-02-07 04:12:35.761 6477 INFO octavia.common.config [req-7894db9b-a714-4741-acce-e025cf3469e1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:35.782 6477 WARNING octavia.api.root_controller [req-7894db9b-a714-4741-acce-e025cf3469e1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:35.800 6477 INFO oslo_db.sqlalchemy.provision [req-af4fd28e-4f48-43f5-9534-8148b5103986 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:35.802 6477 INFO oslo_db.sqlalchemy.provision [req-af4fd28e-4f48-43f5-9534-8148b5103986 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bwhmoelefh 2019-02-07 04:12:35.802 6477 INFO oslo_db.sqlalchemy.provision [req-af4fd28e-4f48-43f5-9534-8148b5103986 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_invalid_vip_network_subnet [0.133032s] ... ok 2019-02-07 04:12:35.809 6477 INFO oslo_db.sqlalchemy.provision [req-af4fd28e-4f48-43f5-9534-8148b5103986 - - - - -] CREATE BACKEND sqlite:// TOKEN otyecnruvz 2019-02-07 04:12:35.840 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:35.842 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bpnfyarjhx 2019-02-07 04:12:35.842 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.MemberModelTest.test_create [0.110441s] ... ok 2019-02-07 04:12:35.845 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN yuawhffayq 2019-02-07 04:12:35.879 6477 INFO octavia.common.config [req-af4fd28e-4f48-43f5-9534-8148b5103986 - - - - -] Logging enabled! 2019-02-07 04:12:35.879 6477 INFO octavia.common.config [req-af4fd28e-4f48-43f5-9534-8148b5103986 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:35.901 6477 WARNING octavia.api.root_controller [req-af4fd28e-4f48-43f5-9534-8148b5103986 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:35.918 6477 INFO oslo_db.sqlalchemy.provision [req-470a23fb-3a74-4ab1-9296-73215354a60c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:35.920 6477 INFO oslo_db.sqlalchemy.provision [req-470a23fb-3a74-4ab1-9296-73215354a60c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN otyecnruvz 2019-02-07 04:12:35.920 6477 INFO oslo_db.sqlalchemy.provision [req-470a23fb-3a74-4ab1-9296-73215354a60c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_long_name [0.118043s] ... ok 2019-02-07 04:12:35.923 6477 INFO oslo_db.sqlalchemy.provision [req-470a23fb-3a74-4ab1-9296-73215354a60c - - - - -] CREATE BACKEND sqlite:// TOKEN ijzepyrxwt 2019-02-07 04:12:35.951 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:35.953 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yuawhffayq 2019-02-07 04:12:35.953 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.MemberModelTest.test_delete [0.110978s] ... ok 2019-02-07 04:12:35.964 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN hmkjjrzhpi 2019-02-07 04:12:35.998 6477 INFO octavia.common.config [req-470a23fb-3a74-4ab1-9296-73215354a60c - - - - -] Logging enabled! 2019-02-07 04:12:35.998 6477 INFO octavia.common.config [req-470a23fb-3a74-4ab1-9296-73215354a60c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:36.020 6477 WARNING octavia.api.root_controller [req-470a23fb-3a74-4ab1-9296-73215354a60c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:36.039 6477 INFO oslo_db.sqlalchemy.provision [req-4348e033-4b58-438e-ba06-8bbc43767d6e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:36.040 6477 INFO oslo_db.sqlalchemy.provision [req-4348e033-4b58-438e-ba06-8bbc43767d6e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ijzepyrxwt 2019-02-07 04:12:36.041 6477 INFO oslo_db.sqlalchemy.provision [req-4348e033-4b58-438e-ba06-8bbc43767d6e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_non_exist_qos_policy_id [0.120179s] ... ok 2019-02-07 04:12:36.043 6477 INFO oslo_db.sqlalchemy.provision [req-4348e033-4b58-438e-ba06-8bbc43767d6e - - - - -] CREATE BACKEND sqlite:// TOKEN qmqfkfqduf 2019-02-07 04:12:36.088 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:36.089 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hmkjjrzhpi 2019-02-07 04:12:36.090 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.PoolModelTest.test_delete [0.136235s] ... ok 2019-02-07 04:12:36.092 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN pywkufhlpl 2019-02-07 04:12:36.117 6477 INFO octavia.common.config [req-4348e033-4b58-438e-ba06-8bbc43767d6e - - - - -] Logging enabled! 2019-02-07 04:12:36.117 6477 INFO octavia.common.config [req-4348e033-4b58-438e-ba06-8bbc43767d6e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:36.140 6477 WARNING octavia.api.root_controller [req-4348e033-4b58-438e-ba06-8bbc43767d6e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:36.157 6477 INFO oslo_db.sqlalchemy.provision [req-457799ff-40e2-46bf-a90c-31cafd7c5012 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:36.159 6477 INFO oslo_db.sqlalchemy.provision [req-457799ff-40e2-46bf-a90c-31cafd7c5012 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qmqfkfqduf 2019-02-07 04:12:36.159 6477 INFO oslo_db.sqlalchemy.provision [req-457799ff-40e2-46bf-a90c-31cafd7c5012 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_nonuuid_vip_attributes [0.118458s] ... ok 2019-02-07 04:12:36.162 6477 INFO oslo_db.sqlalchemy.provision [req-457799ff-40e2-46bf-a90c-31cafd7c5012 - - - - -] CREATE BACKEND sqlite:// TOKEN xswbgroyiy 2019-02-07 04:12:36.253 6477 INFO octavia.common.config [req-457799ff-40e2-46bf-a90c-31cafd7c5012 - - - - -] Logging enabled! 2019-02-07 04:12:36.253 6477 INFO octavia.common.config [req-457799ff-40e2-46bf-a90c-31cafd7c5012 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:36.235 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:36.237 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pywkufhlpl 2019-02-07 04:12:36.237 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.PoolModelTest.test_listener_relationship [0.147125s] ... ok 2019-02-07 04:12:36.240 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN ywkzxylpvz 2019-02-07 04:12:36.286 6477 WARNING octavia.api.root_controller [req-457799ff-40e2-46bf-a90c-31cafd7c5012 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:36.309 6477 INFO octavia.api.v2.controllers.load_balancer [req-50bfe8e1-bbe0-4449-8ea0-751d1f8376b0 - - - - -] Sending created Load Balancer a050a7bc-7768-4ae4-8e46-f8bce0792be5 to the handler 2019-02-07 04:12:36.332 6477 INFO oslo_db.sqlalchemy.provision [req-50bfe8e1-bbe0-4449-8ea0-751d1f8376b0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:36.333 6477 INFO oslo_db.sqlalchemy.provision [req-50bfe8e1-bbe0-4449-8ea0-751d1f8376b0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xswbgroyiy 2019-02-07 04:12:36.333 6477 INFO oslo_db.sqlalchemy.provision [req-50bfe8e1-bbe0-4449-8ea0-751d1f8376b0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_project_id [0.174092s] ... ok 2019-02-07 04:12:36.336 6477 INFO oslo_db.sqlalchemy.provision [req-50bfe8e1-bbe0-4449-8ea0-751d1f8376b0 - - - - -] CREATE BACKEND sqlite:// TOKEN fdleavudfd 2019-02-07 04:12:36.357 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:36.359 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ywkzxylpvz 2019-02-07 04:12:36.359 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.PoolModelTest.test_member_relationship [0.122048s] ... ok 2019-02-07 04:12:36.362 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN dgsmrnatpx 2019-02-07 04:12:36.428 6477 INFO octavia.common.config [req-50bfe8e1-bbe0-4449-8ea0-751d1f8376b0 - - - - -] Logging enabled! 2019-02-07 04:12:36.428 6477 INFO octavia.common.config [req-50bfe8e1-bbe0-4449-8ea0-751d1f8376b0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:36.479 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:36.481 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dgsmrnatpx 2019-02-07 04:12:36.481 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.PoolModelTest.test_update [0.121607s] ... ok 2019-02-07 04:12:36.484 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN lihahmefqk 2019-02-07 04:12:36.455 6477 WARNING octavia.api.root_controller [req-50bfe8e1-bbe0-4449-8ea0-751d1f8376b0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:36.467 6477 INFO octavia.api.v2.controllers.load_balancer [req-082415ca-3bfe-4e2a-989e-eb1b31fa19e2 - - - - -] Sending created Load Balancer c302f031-094f-4e64-8ab4-09e4e73c42c3 to the handler 2019-02-07 04:12:36.501 6477 INFO oslo_db.sqlalchemy.provision [req-082415ca-3bfe-4e2a-989e-eb1b31fa19e2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:36.502 6477 INFO oslo_db.sqlalchemy.provision [req-082415ca-3bfe-4e2a-989e-eb1b31fa19e2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fdleavudfd 2019-02-07 04:12:36.502 6477 INFO oslo_db.sqlalchemy.provision [req-082415ca-3bfe-4e2a-989e-eb1b31fa19e2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_qos [0.168868s] ... ok 2019-02-07 04:12:36.510 6477 INFO oslo_db.sqlalchemy.provision [req-082415ca-3bfe-4e2a-989e-eb1b31fa19e2 - - - - -] CREATE BACKEND sqlite:// TOKEN liafzryqvp 2019-02-07 04:12:36.594 6477 INFO octavia.common.config [req-082415ca-3bfe-4e2a-989e-eb1b31fa19e2 - - - - -] Logging enabled! 2019-02-07 04:12:36.598 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:36.600 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lihahmefqk 2019-02-07 04:12:36.600 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.SNIModelTest.test_create [0.118933s] ... ok 2019-02-07 04:12:36.603 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN mblsowojxd 2019-02-07 04:12:36.596 6477 INFO octavia.common.config [req-082415ca-3bfe-4e2a-989e-eb1b31fa19e2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:36.615 6477 WARNING octavia.api.root_controller [req-082415ca-3bfe-4e2a-989e-eb1b31fa19e2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:36.631 6477 INFO octavia.api.v2.controllers.load_balancer [req-96cc3ee1-bfa5-4c7b-bbc3-5bc991b8b8b3 - - - - -] Sending created Load Balancer 92f053de-2f1a-4104-a143-304ec895fc83 to the handler 2019-02-07 04:12:36.652 6477 INFO oslo_db.sqlalchemy.provision [req-96cc3ee1-bfa5-4c7b-bbc3-5bc991b8b8b3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:36.654 6477 INFO oslo_db.sqlalchemy.provision [req-96cc3ee1-bfa5-4c7b-bbc3-5bc991b8b8b3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN liafzryqvp 2019-02-07 04:12:36.654 6477 INFO oslo_db.sqlalchemy.provision [req-96cc3ee1-bfa5-4c7b-bbc3-5bc991b8b8b3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_full [0.155420s] ... ok 2019-02-07 04:12:36.661 6477 INFO oslo_db.sqlalchemy.provision [req-96cc3ee1-bfa5-4c7b-bbc3-5bc991b8b8b3 - - - - -] CREATE BACKEND sqlite:// TOKEN sqeyaohftr 2019-02-07 04:12:36.805 6477 INFO octavia.common.config [req-96cc3ee1-bfa5-4c7b-bbc3-5bc991b8b8b3 - - - - -] Logging enabled! 2019-02-07 04:12:36.805 6477 INFO octavia.common.config [req-96cc3ee1-bfa5-4c7b-bbc3-5bc991b8b8b3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:36.823 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:36.825 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mblsowojxd 2019-02-07 04:12:36.825 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.SNIModelTest.test_delete [0.224888s] ... ok 2019-02-07 04:12:36.827 6477 WARNING octavia.api.root_controller [req-96cc3ee1-bfa5-4c7b-bbc3-5bc991b8b8b3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:36.840 6477 INFO octavia.api.v2.controllers.load_balancer [req-874d0f17-ad9d-40c9-a8f2-9a7e195e9528 - - - - -] Sending created Load Balancer 129bb293-148a-45ca-9bd3-e88a4cbac47b to the handler 2019-02-07 04:12:36.828 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN xknqpkqxwm 2019-02-07 04:12:36.867 6477 INFO oslo_db.sqlalchemy.provision [req-874d0f17-ad9d-40c9-a8f2-9a7e195e9528 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:36.869 6477 INFO oslo_db.sqlalchemy.provision [req-874d0f17-ad9d-40c9-a8f2-9a7e195e9528 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sqeyaohftr 2019-02-07 04:12:36.869 6477 INFO oslo_db.sqlalchemy.provision [req-874d0f17-ad9d-40c9-a8f2-9a7e195e9528 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_and_address [0.211025s] ... ok 2019-02-07 04:12:36.872 6477 INFO oslo_db.sqlalchemy.provision [req-874d0f17-ad9d-40c9-a8f2-9a7e195e9528 - - - - -] CREATE BACKEND sqlite:// TOKEN vmunrucdey 2019-02-07 04:12:36.918 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:36.919 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xknqpkqxwm 2019-02-07 04:12:36.920 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.SessionPersistenceModelTest.test_delete [0.094460s] ... ok 2019-02-07 04:12:36.922 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN fcrvvadozi 2019-02-07 04:12:36.945 6477 INFO octavia.common.config [req-874d0f17-ad9d-40c9-a8f2-9a7e195e9528 - - - - -] Logging enabled! 2019-02-07 04:12:36.945 6477 INFO octavia.common.config [req-874d0f17-ad9d-40c9-a8f2-9a7e195e9528 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:36.968 6477 WARNING octavia.api.root_controller [req-874d0f17-ad9d-40c9-a8f2-9a7e195e9528 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:36.987 6477 INFO oslo_db.sqlalchemy.provision [req-e0872d63-0e6a-43f3-a6af-45076ff7ad93 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:36.989 6477 INFO oslo_db.sqlalchemy.provision [req-e0872d63-0e6a-43f3-a6af-45076ff7ad93 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vmunrucdey 2019-02-07 04:12:36.989 6477 INFO oslo_db.sqlalchemy.provision [req-e0872d63-0e6a-43f3-a6af-45076ff7ad93 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_and_address_no_subnet_match [0.119528s] ... ok 2019-02-07 04:12:36.992 6477 INFO oslo_db.sqlalchemy.provision [req-e0872d63-0e6a-43f3-a6af-45076ff7ad93 - - - - -] CREATE BACKEND sqlite:// TOKEN fgqjqrkmbe 2019-02-07 04:12:37.010 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:37.011 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fcrvvadozi 2019-02-07 04:12:37.011 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.SessionPersistenceModelTest.test_update [0.091530s] ... ok 2019-02-07 04:12:37.014 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN akfqftzhaq 2019-02-07 04:12:37.065 6477 INFO octavia.common.config [req-e0872d63-0e6a-43f3-a6af-45076ff7ad93 - - - - -] Logging enabled! 2019-02-07 04:12:37.065 6477 INFO octavia.common.config [req-e0872d63-0e6a-43f3-a6af-45076ff7ad93 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:37.087 6477 WARNING octavia.api.root_controller [req-e0872d63-0e6a-43f3-a6af-45076ff7ad93 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:37.099 6477 INFO octavia.api.v2.controllers.load_balancer [req-59aa3901-6e7f-4cee-a87a-e01e7c53d2e4 - - - - -] Sending created Load Balancer 532537d5-5ef4-4b9d-89f0-b02d3fbd0a25 to the handler 2019-02-07 04:12:37.121 6477 INFO oslo_db.sqlalchemy.provision [req-59aa3901-6e7f-4cee-a87a-e01e7c53d2e4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:37.123 6477 INFO oslo_db.sqlalchemy.provision [req-59aa3901-6e7f-4cee-a87a-e01e7c53d2e4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fgqjqrkmbe 2019-02-07 04:12:37.123 6477 INFO oslo_db.sqlalchemy.provision [req-59aa3901-6e7f-4cee-a87a-e01e7c53d2e4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_picks_subnet_ipv4 [0.134047s] ... ok 2019-02-07 04:12:37.130 6477 INFO oslo_db.sqlalchemy.provision [req-59aa3901-6e7f-4cee-a87a-e01e7c53d2e4 - - - - -] CREATE BACKEND sqlite:// TOKEN ihlwvxhowx 2019-02-07 04:12:37.159 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:37.161 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN akfqftzhaq 2019-02-07 04:12:37.161 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_graph_completeness [0.149352s] ... ok 2019-02-07 04:12:37.164 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN yyrpqocddv 2019-02-07 04:12:37.201 6477 INFO octavia.common.config [req-59aa3901-6e7f-4cee-a87a-e01e7c53d2e4 - - - - -] Logging enabled! 2019-02-07 04:12:37.201 6477 INFO octavia.common.config [req-59aa3901-6e7f-4cee-a87a-e01e7c53d2e4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:37.223 6477 WARNING octavia.api.root_controller [req-59aa3901-6e7f-4cee-a87a-e01e7c53d2e4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:37.238 6477 INFO octavia.api.v2.controllers.load_balancer [req-11de52e8-95bd-4eb2-ade6-efc7945b4e50 - - - - -] Sending created Load Balancer cf47075b-53ff-4412-a477-c9797e56361c to the handler 2019-02-07 04:12:37.258 6477 INFO oslo_db.sqlalchemy.provision [req-11de52e8-95bd-4eb2-ade6-efc7945b4e50 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:37.259 6477 INFO oslo_db.sqlalchemy.provision [req-11de52e8-95bd-4eb2-ade6-efc7945b4e50 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ihlwvxhowx 2019-02-07 04:12:37.260 6477 INFO oslo_db.sqlalchemy.provision [req-11de52e8-95bd-4eb2-ade6-efc7945b4e50 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_network_picks_subnet_ipv6 [0.136317s] ... ok 2019-02-07 04:12:37.262 6477 INFO oslo_db.sqlalchemy.provision [req-11de52e8-95bd-4eb2-ade6-efc7945b4e50 - - - - -] CREATE BACKEND sqlite:// TOKEN gmnfbavzmy 2019-02-07 04:12:37.301 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:37.303 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yyrpqocddv 2019-02-07 04:12:37.303 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_health_monitor_tree [0.142259s] ... ok 2019-02-07 04:12:37.310 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN nrtruykdob 2019-02-07 04:12:37.336 6477 INFO octavia.common.config [req-11de52e8-95bd-4eb2-ade6-efc7945b4e50 - - - - -] Logging enabled! 2019-02-07 04:12:37.337 6477 INFO octavia.common.config [req-11de52e8-95bd-4eb2-ade6-efc7945b4e50 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:37.360 6477 WARNING octavia.api.root_controller [req-11de52e8-95bd-4eb2-ade6-efc7945b4e50 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:37.375 6477 INFO octavia.api.v2.controllers.load_balancer [req-91e61b9c-1062-4819-8def-6c80b4624b51 - - - - -] Sending created Load Balancer 5f311267-7d8d-40bf-afac-0f7f563029c4 to the handler 2019-02-07 04:12:37.395 6477 INFO oslo_db.sqlalchemy.provision [req-91e61b9c-1062-4819-8def-6c80b4624b51 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:37.397 6477 INFO oslo_db.sqlalchemy.provision [req-91e61b9c-1062-4819-8def-6c80b4624b51 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gmnfbavzmy 2019-02-07 04:12:37.397 6477 INFO oslo_db.sqlalchemy.provision [req-91e61b9c-1062-4819-8def-6c80b4624b51 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_port_1_fixed_ip [0.137416s] ... ok 2019-02-07 04:12:37.400 6477 INFO oslo_db.sqlalchemy.provision [req-91e61b9c-1062-4819-8def-6c80b4624b51 - - - - -] CREATE BACKEND sqlite:// TOKEN tgfcdyoupi 2019-02-07 04:12:37.442 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:37.444 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nrtruykdob 2019-02-07 04:12:37.444 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_l7policy_tree [0.144544s] ... ok 2019-02-07 04:12:37.451 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN rncnkkgmst 2019-02-07 04:12:37.474 6477 INFO octavia.common.config [req-91e61b9c-1062-4819-8def-6c80b4624b51 - - - - -] Logging enabled! 2019-02-07 04:12:37.475 6477 INFO octavia.common.config [req-91e61b9c-1062-4819-8def-6c80b4624b51 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:37.494 6477 WARNING octavia.api.root_controller [req-91e61b9c-1062-4819-8def-6c80b4624b51 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:37.513 6477 INFO octavia.api.v2.controllers.load_balancer [req-96feaffd-0000-4bb2-ad59-3150e7c2dd0d - - - - -] Sending created Load Balancer 599793b7-6ab5-4f1c-93d2-05fa3810b24d to the handler 2019-02-07 04:12:37.533 6477 INFO oslo_db.sqlalchemy.provision [req-96feaffd-0000-4bb2-ad59-3150e7c2dd0d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:37.534 6477 INFO oslo_db.sqlalchemy.provision [req-96feaffd-0000-4bb2-ad59-3150e7c2dd0d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tgfcdyoupi 2019-02-07 04:12:37.536 6477 INFO oslo_db.sqlalchemy.provision [req-96feaffd-0000-4bb2-ad59-3150e7c2dd0d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_port_and_address [0.138753s] ... ok 2019-02-07 04:12:37.539 6477 INFO oslo_db.sqlalchemy.provision [req-96feaffd-0000-4bb2-ad59-3150e7c2dd0d - - - - -] CREATE BACKEND sqlite:// TOKEN npiknhodjy 2019-02-07 04:12:37.583 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:37.586 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rncnkkgmst 2019-02-07 04:12:37.586 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_l7rule_tree [0.138160s] ... ok 2019-02-07 04:12:37.613 6477 INFO octavia.common.config [req-96feaffd-0000-4bb2-ad59-3150e7c2dd0d - - - - -] Logging enabled! 2019-02-07 04:12:37.614 6477 INFO octavia.common.config [req-96feaffd-0000-4bb2-ad59-3150e7c2dd0d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:37.589 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN dzypfektlt 2019-02-07 04:12:37.637 6477 WARNING octavia.api.root_controller [req-96feaffd-0000-4bb2-ad59-3150e7c2dd0d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:37.656 6477 INFO oslo_db.sqlalchemy.provision [req-aeb3e2c8-5f1e-415f-ac19-9284a88c5d59 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:37.658 6477 INFO oslo_db.sqlalchemy.provision [req-aeb3e2c8-5f1e-415f-ac19-9284a88c5d59 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN npiknhodjy 2019-02-07 04:12:37.658 6477 INFO oslo_db.sqlalchemy.provision [req-aeb3e2c8-5f1e-415f-ac19-9284a88c5d59 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_port_and_bad_address [0.121763s] ... ok 2019-02-07 04:12:37.661 6477 INFO oslo_db.sqlalchemy.provision [req-aeb3e2c8-5f1e-415f-ac19-9284a88c5d59 - - - - -] CREATE BACKEND sqlite:// TOKEN otwbywloaf 2019-02-07 04:12:37.723 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:37.726 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dzypfektlt 2019-02-07 04:12:37.726 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_listener_statistics_tree [0.139991s] ... ok 2019-02-07 04:12:37.735 6477 INFO octavia.common.config [req-aeb3e2c8-5f1e-415f-ac19-9284a88c5d59 - - - - -] Logging enabled! 2019-02-07 04:12:37.735 6477 INFO octavia.common.config [req-aeb3e2c8-5f1e-415f-ac19-9284a88c5d59 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:37.729 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN wceclnxuhz 2019-02-07 04:12:37.759 6477 WARNING octavia.api.root_controller [req-aeb3e2c8-5f1e-415f-ac19-9284a88c5d59 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:37.774 6477 INFO octavia.api.v2.controllers.load_balancer [req-2675966b-a660-4e30-8e54-02a2d3405aa2 - - - - -] Sending created Load Balancer e7116248-732f-4dca-aee3-245ca00f1757 to the handler 2019-02-07 04:12:37.794 6477 INFO oslo_db.sqlalchemy.provision [req-2675966b-a660-4e30-8e54-02a2d3405aa2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:37.797 6477 INFO oslo_db.sqlalchemy.provision [req-2675966b-a660-4e30-8e54-02a2d3405aa2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN otwbywloaf 2019-02-07 04:12:37.797 6477 INFO oslo_db.sqlalchemy.provision [req-2675966b-a660-4e30-8e54-02a2d3405aa2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_with_vip_subnet_fills_network [0.139037s] ... ok 2019-02-07 04:12:37.800 6477 INFO oslo_db.sqlalchemy.provision [req-2675966b-a660-4e30-8e54-02a2d3405aa2 - - - - -] CREATE BACKEND sqlite:// TOKEN ogrrlzlzkj 2019-02-07 04:12:37.871 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:37.873 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wceclnxuhz 2019-02-07 04:12:37.873 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_load_balancer_tree [0.146293s] ... ok 2019-02-07 04:12:37.883 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN yjkpksdubp 2019-02-07 04:12:37.872 6477 INFO octavia.common.config [req-2675966b-a660-4e30-8e54-02a2d3405aa2 - - - - -] Logging enabled! 2019-02-07 04:12:37.873 6477 INFO octavia.common.config [req-2675966b-a660-4e30-8e54-02a2d3405aa2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:37.894 6477 WARNING octavia.api.root_controller [req-2675966b-a660-4e30-8e54-02a2d3405aa2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:37.914 6477 INFO oslo_db.sqlalchemy.provision [req-a25af4d3-1f89-48c4-9bf9-0ee9f35a9584 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:37.915 6477 INFO oslo_db.sqlalchemy.provision [req-a25af4d3-1f89-48c4-9bf9-0ee9f35a9584 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ogrrlzlzkj 2019-02-07 04:12:37.916 6477 INFO oslo_db.sqlalchemy.provision [req-a25af4d3-1f89-48c4-9bf9-0ee9f35a9584 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_create_without_vip [0.118286s] ... ok 2019-02-07 04:12:37.918 6477 INFO oslo_db.sqlalchemy.provision [req-a25af4d3-1f89-48c4-9bf9-0ee9f35a9584 - - - - -] CREATE BACKEND sqlite:// TOKEN uhtyktkfra 2019-02-07 04:12:37.992 6477 INFO octavia.common.config [req-a25af4d3-1f89-48c4-9bf9-0ee9f35a9584 - - - - -] Logging enabled! 2019-02-07 04:12:37.993 6477 INFO octavia.common.config [req-a25af4d3-1f89-48c4-9bf9-0ee9f35a9584 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:38.016 6477 WARNING octavia.api.root_controller [req-a25af4d3-1f89-48c4-9bf9-0ee9f35a9584 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:38.030 6477 INFO octavia.api.v2.controllers.load_balancer [req-76f33c68-fd32-4dd8-92d4-f1af151784f0 - - - - -] Sending created Load Balancer 292a70f4-445e-4353-b9e5-5efc139a454a to the handler 2019-02-07 04:12:38.046 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:38.047 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yjkpksdubp 2019-02-07 04:12:38.048 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_pool_tree [0.174602s] ... ok 2019-02-07 04:12:38.050 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN ercpcmkdtu 2019-02-07 04:12:38.142 6477 INFO octavia.api.v2.controllers.load_balancer [req-29bfcf00-7922-4346-8b98-0930c3a12613 - - - - -] Sending deleted Load Balancer 292a70f4-445e-4353-b9e5-5efc139a454a to the handler 2019-02-07 04:12:38.174 6477 INFO oslo_db.sqlalchemy.provision [req-b3e08924-9a91-428e-81b6-e0823db729a3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:38.177 6477 INFO oslo_db.sqlalchemy.provision [req-b3e08924-9a91-428e-81b6-e0823db729a3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uhtyktkfra 2019-02-07 04:12:38.177 6477 INFO oslo_db.sqlalchemy.provision [req-b3e08924-9a91-428e-81b6-e0823db729a3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete [0.261200s] ... ok 2019-02-07 04:12:38.180 6477 INFO oslo_db.sqlalchemy.provision [req-b3e08924-9a91-428e-81b6-e0823db729a3 - - - - -] CREATE BACKEND sqlite:// TOKEN mqlmnlnhke 2019-02-07 04:12:38.229 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:38.231 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ercpcmkdtu 2019-02-07 04:12:38.231 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_session_persistence_tree [0.183309s] ... ok 2019-02-07 04:12:38.234 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN bjndoluuau 2019-02-07 04:12:38.253 6477 INFO octavia.common.config [req-b3e08924-9a91-428e-81b6-e0823db729a3 - - - - -] Logging enabled! 2019-02-07 04:12:38.254 6477 INFO octavia.common.config [req-b3e08924-9a91-428e-81b6-e0823db729a3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:38.277 6477 WARNING octavia.api.root_controller [req-b3e08924-9a91-428e-81b6-e0823db729a3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:38.291 6477 INFO octavia.api.v2.controllers.load_balancer [req-2d26bbb0-fcec-4848-94b6-f7eb79e1a667 - - - - -] Sending created Load Balancer fa3d8aae-a27c-429c-9b06-2c3c97b1e804 to the handler 2019-02-07 04:12:38.401 6477 INFO octavia.api.v2.controllers.load_balancer [req-04bcf5d4-c9d2-4690-873b-6b1de733e903 - ea3c54de-b426-49d6-89dc-5586a60c01ab - - -] Sending deleted Load Balancer fa3d8aae-a27c-429c-9b06-2c3c97b1e804 to the handler 2019-02-07 04:12:38.402 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:38.404 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bjndoluuau 2019-02-07 04:12:38.404 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_sni_tree [0.179211s] ... ok 2019-02-07 04:12:38.413 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN qaimilvfdy 2019-02-07 04:12:38.433 6477 INFO oslo_db.sqlalchemy.provision [req-fa0cbac5-104c-4788-95ff-e3e50e732450 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:38.436 6477 INFO oslo_db.sqlalchemy.provision [req-fa0cbac5-104c-4788-95ff-e3e50e732450 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mqlmnlnhke 2019-02-07 04:12:38.436 6477 INFO oslo_db.sqlalchemy.provision [req-fa0cbac5-104c-4788-95ff-e3e50e732450 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_authorized [0.258930s] ... ok 2019-02-07 04:12:38.439 6477 INFO oslo_db.sqlalchemy.provision [req-fa0cbac5-104c-4788-95ff-e3e50e732450 - - - - -] CREATE BACKEND sqlite:// TOKEN guaokgxlip 2019-02-07 04:12:38.559 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:38.561 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qaimilvfdy 2019-02-07 04:12:38.561 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_unique_key_generation [0.150350s] ... ok 2019-02-07 04:12:38.564 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN xdhofahsbx 2019-02-07 04:12:38.585 6477 INFO octavia.common.config [req-fa0cbac5-104c-4788-95ff-e3e50e732450 - - - - -] Logging enabled! 2019-02-07 04:12:38.586 6477 INFO octavia.common.config [req-fa0cbac5-104c-4788-95ff-e3e50e732450 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:38.608 6477 WARNING octavia.api.root_controller [req-fa0cbac5-104c-4788-95ff-e3e50e732450 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:38.614 6477 ERROR octavia.api.v2.controllers.base [req-82214a75-4fa0-46b1-9f05-03c067310b7d - - - - -] Load Balancer bad_uuid not found: None 2019-02-07 04:12:38.614 6477 ERROR octavia.api.v2.controllers.base None 2019-02-07 04:12:38.614 6477 ERROR octavia.api.v2.controllers.base 2019-02-07 04:12:38.630 6477 INFO oslo_db.sqlalchemy.provision [req-82214a75-4fa0-46b1-9f05-03c067310b7d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:38.632 6477 INFO oslo_db.sqlalchemy.provision [req-82214a75-4fa0-46b1-9f05-03c067310b7d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN guaokgxlip 2019-02-07 04:12:38.632 6477 INFO oslo_db.sqlalchemy.provision [req-82214a75-4fa0-46b1-9f05-03c067310b7d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_bad_lb_id [0.195692s] ... ok 2019-02-07 04:12:38.640 6477 INFO oslo_db.sqlalchemy.provision [req-82214a75-4fa0-46b1-9f05-03c067310b7d - - - - -] CREATE BACKEND sqlite:// TOKEN gzzctyhnbn 2019-02-07 04:12:38.709 6477 INFO octavia.common.config [req-82214a75-4fa0-46b1-9f05-03c067310b7d - - - - -] Logging enabled! 2019-02-07 04:12:38.709 6477 INFO octavia.common.config [req-82214a75-4fa0-46b1-9f05-03c067310b7d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:38.716 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:38.717 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xdhofahsbx 2019-02-07 04:12:38.717 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_delete_not_listener_default_pool [0.156185s] ... ok 2019-02-07 04:12:38.732 6477 WARNING octavia.api.root_controller [req-82214a75-4fa0-46b1-9f05-03c067310b7d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:38.720 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN gqykrgjcyq 2019-02-07 04:12:38.747 6477 INFO octavia.api.v2.controllers.load_balancer [req-8305051e-b30e-48e4-8581-11178622a745 - - - - -] Sending created Load Balancer fa03a190-6776-418d-b91b-51fb13e2b691 to the handler 2019-02-07 04:12:38.770 6477 INFO octavia.api.v2.controllers.load_balancer [req-014b2b38-59e4-4075-ae8d-1c639f17f3a7 - - - - -] Invalid state PENDING_CREATE of loadbalancer resource fa03a190-6776-418d-b91b-51fb13e2b691 2019-02-07 04:12:38.784 6477 INFO oslo_db.sqlalchemy.provision [req-014b2b38-59e4-4075-ae8d-1c639f17f3a7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:38.787 6477 INFO oslo_db.sqlalchemy.provision [req-014b2b38-59e4-4075-ae8d-1c639f17f3a7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gzzctyhnbn 2019-02-07 04:12:38.787 6477 INFO oslo_db.sqlalchemy.provision [req-014b2b38-59e4-4075-ae8d-1c639f17f3a7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_pending_create [0.155335s] ... ok 2019-02-07 04:12:38.790 6477 INFO oslo_db.sqlalchemy.provision [req-014b2b38-59e4-4075-ae8d-1c639f17f3a7 - - - - -] CREATE BACKEND sqlite:// TOKEN chxrfklvup 2019-02-07 04:12:38.863 6477 INFO octavia.common.config [req-014b2b38-59e4-4075-ae8d-1c639f17f3a7 - - - - -] Logging enabled! 2019-02-07 04:12:38.863 6477 INFO octavia.common.config [req-014b2b38-59e4-4075-ae8d-1c639f17f3a7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:38.873 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:38.874 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gqykrgjcyq 2019-02-07 04:12:38.874 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_disable_with_default_pool_link [0.156963s] ... ok 2019-02-07 04:12:38.886 6477 WARNING octavia.api.root_controller [req-014b2b38-59e4-4075-ae8d-1c639f17f3a7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:38.877 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN jucowsxcql 2019-02-07 04:12:38.901 6477 INFO octavia.api.v2.controllers.load_balancer [req-598c2815-c483-4978-a81a-3f71fc07432e - - - - -] Sending created Load Balancer 6130bd8c-8398-4ce4-a6e5-59864ac9be7c to the handler 2019-02-07 04:12:39.014 6477 INFO octavia.api.v2.controllers.load_balancer [req-24e83a8b-529d-4907-a314-daa97ce31558 - - - - -] Sending deleted Load Balancer 6130bd8c-8398-4ce4-a6e5-59864ac9be7c to the handler 2019-02-07 04:12:39.030 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:39.032 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jucowsxcql 2019-02-07 04:12:39.032 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_reject_to_rdr_pool_with_no_l7rules [0.157183s] ... ok 2019-02-07 04:12:39.035 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN bnqwcmvtcp 2019-02-07 04:12:39.030 6477 INFO octavia.api.v2.controllers.load_balancer [req-20779dd3-a696-4db1-971b-3b90b6e57ba9 - - - - -] Invalid state PENDING_DELETE of loadbalancer resource 6130bd8c-8398-4ce4-a6e5-59864ac9be7c 2019-02-07 04:12:39.043 6477 INFO oslo_db.sqlalchemy.provision [req-20779dd3-a696-4db1-971b-3b90b6e57ba9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:39.046 6477 INFO oslo_db.sqlalchemy.provision [req-20779dd3-a696-4db1-971b-3b90b6e57ba9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN chxrfklvup 2019-02-07 04:12:39.046 6477 INFO oslo_db.sqlalchemy.provision [req-20779dd3-a696-4db1-971b-3b90b6e57ba9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_pending_delete [0.258928s] ... ok 2019-02-07 04:12:39.049 6477 INFO oslo_db.sqlalchemy.provision [req-20779dd3-a696-4db1-971b-3b90b6e57ba9 - - - - -] CREATE BACKEND sqlite:// TOKEN ddwxscwmkm 2019-02-07 04:12:39.125 6477 INFO octavia.common.config [req-20779dd3-a696-4db1-971b-3b90b6e57ba9 - - - - -] Logging enabled! 2019-02-07 04:12:39.125 6477 INFO octavia.common.config [req-20779dd3-a696-4db1-971b-3b90b6e57ba9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:39.147 6477 WARNING octavia.api.root_controller [req-20779dd3-a696-4db1-971b-3b90b6e57ba9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:39.161 6477 INFO octavia.api.v2.controllers.load_balancer [req-f4227fab-3a00-40ae-a74d-d4a649709a7b - - - - -] Sending created Load Balancer 2e3156c9-bf74-44d3-8e0d-1fa395c88a51 to the handler 2019-02-07 04:12:39.189 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:39.191 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bnqwcmvtcp 2019-02-07 04:12:39.191 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7rule_delete [0.159031s] ... ok 2019-02-07 04:12:39.194 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN zfcbuvsngd 2019-02-07 04:12:39.275 6477 INFO octavia.api.v2.controllers.load_balancer [req-8bcd5f64-b510-4a4f-9fde-fef8d23b4894 - - - - -] Sending updated Load Balancer 2e3156c9-bf74-44d3-8e0d-1fa395c88a51 to the handler 2019-02-07 04:12:39.298 6477 INFO octavia.api.v2.controllers.load_balancer [req-7e043743-ce84-467c-8f13-8209af65f539 - - - - -] Invalid state PENDING_UPDATE of loadbalancer resource 2e3156c9-bf74-44d3-8e0d-1fa395c88a51 2019-02-07 04:12:39.311 6477 INFO oslo_db.sqlalchemy.provision [req-7e043743-ce84-467c-8f13-8209af65f539 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:39.313 6477 INFO oslo_db.sqlalchemy.provision [req-7e043743-ce84-467c-8f13-8209af65f539 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ddwxscwmkm 2019-02-07 04:12:39.313 6477 INFO oslo_db.sqlalchemy.provision [req-7e043743-ce84-467c-8f13-8209af65f539 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_delete_pending_update [0.266785s] ... ok 2019-02-07 04:12:39.321 6477 INFO oslo_db.sqlalchemy.provision [req-7e043743-ce84-467c-8f13-8209af65f539 - - - - -] CREATE BACKEND sqlite:// TOKEN wkbmackasu 2019-02-07 04:12:39.344 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:39.346 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zfcbuvsngd 2019-02-07 04:12:39.346 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_listener_delete [0.154697s] ... ok 2019-02-07 04:12:39.349 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN eousgmyvlf 2019-02-07 04:12:39.392 6477 INFO octavia.common.config [req-7e043743-ce84-467c-8f13-8209af65f539 - - - - -] Logging enabled! 2019-02-07 04:12:39.392 6477 INFO octavia.common.config [req-7e043743-ce84-467c-8f13-8209af65f539 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:39.415 6477 WARNING octavia.api.root_controller [req-7e043743-ce84-467c-8f13-8209af65f539 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:39.486 6477 INFO oslo_db.sqlalchemy.provision [req-7b0f2c01-0fc9-4b91-92e2-712c6fd140d3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:39.487 6477 INFO oslo_db.sqlalchemy.provision [req-7b0f2c01-0fc9-4b91-92e2-712c6fd140d3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wkbmackasu 2019-02-07 04:12:39.488 6477 INFO oslo_db.sqlalchemy.provision [req-7b0f2c01-0fc9-4b91-92e2-712c6fd140d3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_empty_list [0.174274s] ... ok 2019-02-07 04:12:39.490 6477 INFO oslo_db.sqlalchemy.provision [req-7b0f2c01-0fc9-4b91-92e2-712c6fd140d3 - - - - -] CREATE BACKEND sqlite:// TOKEN mxzopqkprz 2019-02-07 04:12:39.529 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:39.530 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eousgmyvlf 2019-02-07 04:12:39.531 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_listener_update_and_clear_default_pool [0.184500s] ... ok 2019-02-07 04:12:39.533 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN mjxspdbpkj 2019-02-07 04:12:39.565 6477 INFO octavia.common.config [req-7b0f2c01-0fc9-4b91-92e2-712c6fd140d3 - - - - -] Logging enabled! 2019-02-07 04:12:39.566 6477 INFO octavia.common.config [req-7b0f2c01-0fc9-4b91-92e2-712c6fd140d3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:39.588 6477 WARNING octavia.api.root_controller [req-7b0f2c01-0fc9-4b91-92e2-712c6fd140d3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:39.602 6477 INFO octavia.api.v2.controllers.load_balancer [req-86ca8460-b925-4409-ac90-0d08639cf430 - - - - -] Sending created Load Balancer 6dcea4d3-eaa5-48b9-ae65-d9790c2c58c4 to the handler 2019-02-07 04:12:39.713 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:39.719 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mjxspdbpkj 2019-02-07 04:12:39.719 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_listener_update_clear_default_pool_with_l7p_referral [0.188343s] ... ok 2019-02-07 04:12:39.724 6477 INFO octavia.api.v2.controllers.load_balancer [req-223e05f1-6471-4ea5-8813-9a576bf82998 - - - - -] Invalid state ERROR of loadbalancer resource 6dcea4d3-eaa5-48b9-ae65-d9790c2c58c4 2019-02-07 04:12:39.722 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN iuyvaqbqjl 2019-02-07 04:12:39.737 6477 INFO oslo_db.sqlalchemy.provision [req-223e05f1-6471-4ea5-8813-9a576bf82998 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:39.739 6477 INFO oslo_db.sqlalchemy.provision [req-223e05f1-6471-4ea5-8813-9a576bf82998 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mxzopqkprz 2019-02-07 04:12:39.739 6477 INFO oslo_db.sqlalchemy.provision [req-223e05f1-6471-4ea5-8813-9a576bf82998 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_error [0.251126s] ... ok 2019-02-07 04:12:39.742 6477 INFO oslo_db.sqlalchemy.provision [req-223e05f1-6471-4ea5-8813-9a576bf82998 - - - - -] CREATE BACKEND sqlite:// TOKEN dapzdqbdoa 2019-02-07 04:12:39.817 6477 INFO octavia.common.config [req-223e05f1-6471-4ea5-8813-9a576bf82998 - - - - -] Logging enabled! 2019-02-07 04:12:39.818 6477 INFO octavia.common.config [req-223e05f1-6471-4ea5-8813-9a576bf82998 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:39.841 6477 WARNING octavia.api.root_controller [req-223e05f1-6471-4ea5-8813-9a576bf82998 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:39.856 6477 INFO octavia.api.v2.controllers.load_balancer [req-9ebc599f-140f-476c-9b3d-72dd7412a7ae - - - - -] Sending created Load Balancer c0edf408-795a-48a4-8507-56f39d45552d to the handler 2019-02-07 04:12:39.910 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:39.911 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iuyvaqbqjl 2019-02-07 04:12:39.911 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_pool_delete [0.192290s] ... ok 2019-02-07 04:12:39.914 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN grioslzejl 2019-02-07 04:12:40.043 6477 INFO oslo_db.sqlalchemy.provision [req-c13f998d-2ad5-438c-b4bd-4bf547ad537b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:40.046 6477 INFO oslo_db.sqlalchemy.provision [req-c13f998d-2ad5-438c-b4bd-4bf547ad537b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dapzdqbdoa 2019-02-07 04:12:40.046 6477 INFO oslo_db.sqlalchemy.provision [req-c13f998d-2ad5-438c-b4bd-4bf547ad537b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_not_authorized_no_role [0.307169s] ... ok 2019-02-07 04:12:40.049 6477 INFO oslo_db.sqlalchemy.provision [req-c13f998d-2ad5-438c-b4bd-4bf547ad537b - - - - -] CREATE BACKEND sqlite:// TOKEN kglaeaklcs 2019-02-07 04:12:40.097 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:40.099 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN grioslzejl 2019-02-07 04:12:40.099 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_pool_session_persistence_create [0.187136s] ... ok 2019-02-07 04:12:40.122 6477 INFO octavia.common.config [req-c13f998d-2ad5-438c-b4bd-4bf547ad537b - - - - -] Logging enabled! 2019-02-07 04:12:40.122 6477 INFO octavia.common.config [req-c13f998d-2ad5-438c-b4bd-4bf547ad537b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:40.102 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN ilelyrlheu 2019-02-07 04:12:40.146 6477 WARNING octavia.api.root_controller [req-c13f998d-2ad5-438c-b4bd-4bf547ad537b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:40.158 6477 INFO octavia.api.v2.controllers.load_balancer [req-2ee9166f-26fb-4aed-b61e-20192b584318 - - - - -] Sending created Load Balancer 897e6133-652e-4956-9b72-4d9df9b4c171 to the handler 2019-02-07 04:12:40.253 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:40.256 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ilelyrlheu 2019-02-07 04:12:40.256 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_pool_session_persistence_delete [0.157560s] ... ok 2019-02-07 04:12:40.259 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN dxapacasag 2019-02-07 04:12:40.283 6477 INFO octavia.api.v2.controllers.load_balancer [req-41b015be-efaa-4625-b72e-4330fb40fc8e - - - - -] Invalid state PENDING_UPDATE of loadbalancer resource 897e6133-652e-4956-9b72-4d9df9b4c171 2019-02-07 04:12:40.294 6477 INFO oslo_db.sqlalchemy.provision [req-41b015be-efaa-4625-b72e-4330fb40fc8e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:40.298 6477 INFO oslo_db.sqlalchemy.provision [req-41b015be-efaa-4625-b72e-4330fb40fc8e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kglaeaklcs 2019-02-07 04:12:40.299 6477 INFO oslo_db.sqlalchemy.provision [req-41b015be-efaa-4625-b72e-4330fb40fc8e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_failover_pending [0.252088s] ... ok 2019-02-07 04:12:40.301 6477 INFO oslo_db.sqlalchemy.provision [req-41b015be-efaa-4625-b72e-4330fb40fc8e - - - - -] CREATE BACKEND sqlite:// TOKEN slwrhtutjc 2019-02-07 04:12:40.376 6477 INFO octavia.common.config [req-41b015be-efaa-4625-b72e-4330fb40fc8e - - - - -] Logging enabled! 2019-02-07 04:12:40.376 6477 INFO octavia.common.config [req-41b015be-efaa-4625-b72e-4330fb40fc8e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:40.398 6477 WARNING octavia.api.root_controller [req-41b015be-efaa-4625-b72e-4330fb40fc8e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:40.412 6477 INFO octavia.api.v2.controllers.load_balancer [req-b5613813-a75b-49d4-8767-f7795d5c74f4 - - - - -] Sending created Load Balancer 53d323d7-6df5-4296-94d2-32f12f002a8c to the handler 2019-02-07 04:12:40.409 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:40.411 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dxapacasag 2019-02-07 04:12:40.411 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_pool_session_persistence_update [0.154270s] ... ok 2019-02-07 04:12:40.414 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN juhoqwovjr 2019-02-07 04:12:40.432 6477 INFO octavia.api.v2.controllers.load_balancer [req-91656e0e-8eae-46ba-862b-f7fdb9aa3866 - - - - -] Sending created Load Balancer f1dfc156-17b6-4d1a-9c75-355d226cf586 to the handler 2019-02-07 04:12:40.451 6477 INFO octavia.api.v2.controllers.load_balancer [req-a7a260ff-6b68-4b86-860a-ce8ece0bcbb8 - - - - -] Sending created Load Balancer daf45608-d8f5-4b1a-a762-3471bebac30f to the handler 2019-02-07 04:12:40.539 6477 INFO oslo_db.sqlalchemy.provision [req-8bdf272c-c6ae-4e15-8964-182140feb95c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:40.540 6477 INFO oslo_db.sqlalchemy.provision [req-8bdf272c-c6ae-4e15-8964-182140feb95c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN slwrhtutjc 2019-02-07 04:12:40.541 6477 INFO oslo_db.sqlalchemy.provision [req-8bdf272c-c6ae-4e15-8964-182140feb95c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_admin [0.241831s] ... ok 2019-02-07 04:12:40.543 6477 INFO oslo_db.sqlalchemy.provision [req-8bdf272c-c6ae-4e15-8964-182140feb95c - - - - -] CREATE BACKEND sqlite:// TOKEN mmnwicsmjs 2019-02-07 04:12:40.578 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:40.580 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN juhoqwovjr 2019-02-07 04:12:40.580 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_pool_simple_update [0.168929s] ... ok 2019-02-07 04:12:40.583 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN voljbqrtix 2019-02-07 04:12:40.622 6477 INFO octavia.common.config [req-8bdf272c-c6ae-4e15-8964-182140feb95c - - - - -] Logging enabled! 2019-02-07 04:12:40.622 6477 INFO octavia.common.config [req-8bdf272c-c6ae-4e15-8964-182140feb95c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:40.646 6477 WARNING octavia.api.root_controller [req-8bdf272c-c6ae-4e15-8964-182140feb95c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:40.659 6477 INFO octavia.api.v2.controllers.load_balancer [req-e086c0f6-ecb8-415f-9146-413fcb02a8dc - - - - -] Sending created Load Balancer 0449010b-4474-4aa0-89c0-b6fee9a2adaf to the handler 2019-02-07 04:12:40.679 6477 INFO octavia.api.v2.controllers.load_balancer [req-46a4852b-df5c-4b2a-b1f6-b35b5b000ba7 - - - - -] Sending created Load Balancer 9528d04d-af0e-48a4-b823-82bbd0e2d428 to the handler 2019-02-07 04:12:40.730 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:40.731 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN voljbqrtix 2019-02-07 04:12:40.731 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_session_persistence_delete [0.151307s] ... ok 2019-02-07 04:12:40.734 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN gdnkovydow 2019-02-07 04:12:40.760 6477 INFO oslo_db.sqlalchemy.provision [req-41c24566-6862-451d-8ead-d8059e051eb4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:40.761 6477 INFO oslo_db.sqlalchemy.provision [req-41c24566-6862-451d-8ead-d8059e051eb4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mmnwicsmjs 2019-02-07 04:12:40.761 6477 INFO oslo_db.sqlalchemy.provision [req-41c24566-6862-451d-8ead-d8059e051eb4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_admin_state_up_filter [0.220692s] ... ok 2019-02-07 04:12:40.764 6477 INFO oslo_db.sqlalchemy.provision [req-41c24566-6862-451d-8ead-d8059e051eb4 - - - - -] CREATE BACKEND sqlite:// TOKEN wznbhmijoz 2019-02-07 04:12:40.813 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:40.814 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gdnkovydow 2019-02-07 04:12:40.814 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_models.VipModelTest.test_vip_load_balancer_relationship [0.082725s] ... ok 2019-02-07 04:12:40.818 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN obrwocfnjd 2019-02-07 04:12:40.847 6477 INFO octavia.common.config [req-41c24566-6862-451d-8ead-d8059e051eb4 - - - - -] Logging enabled! 2019-02-07 04:12:40.847 6477 INFO octavia.common.config [req-41c24566-6862-451d-8ead-d8059e051eb4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:40.869 6477 WARNING octavia.api.root_controller [req-41c24566-6862-451d-8ead-d8059e051eb4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:40.881 6477 INFO octavia.api.v2.controllers.load_balancer [req-e1fa5e04-55da-414f-bf90-17a9c7b82cd7 - - - - -] Sending created Load Balancer 98eb8664-6c12-4e92-a472-98597f07b147 to the handler 2019-02-07 04:12:40.902 6477 INFO octavia.api.v2.controllers.load_balancer [req-1e40f7c3-e44f-4beb-977c-cc013384acbf - - - - -] Sending created Load Balancer 7f65c68f-0441-40e2-8aae-031004bff510 to the handler 2019-02-07 04:12:40.920 6477 INFO octavia.api.v2.controllers.load_balancer [req-625151b6-3a6e-4946-86fa-4c7451b2d1d2 - - - - -] Sending created Load Balancer de3abe02-5477-4673-98dd-b0f13a161616 to the handler 2019-02-07 04:12:40.909 6478 WARNING octavia.db.repositories [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] Quota project lock timed out for project: e5ab8b56-bcd9-430d-8f63-8610181d3b08: DBDeadlock: None 2019-02-07 04:12:40.998 6477 INFO oslo_db.sqlalchemy.provision [req-eaeb7f31-896d-4a04-9a9f-6fc7f999ecfb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:40.999 6477 INFO oslo_db.sqlalchemy.provision [req-eaeb7f31-896d-4a04-9a9f-6fc7f999ecfb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wznbhmijoz 2019-02-07 04:12:41.000 6477 INFO oslo_db.sqlalchemy.provision [req-eaeb7f31-896d-4a04-9a9f-6fc7f999ecfb - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_filter [0.238113s] ... ok 2019-02-07 04:12:41.002 6477 INFO oslo_db.sqlalchemy.provision [req-eaeb7f31-896d-4a04-9a9f-6fc7f999ecfb - - - - -] CREATE BACKEND sqlite:// TOKEN dvwakhyhxf 2019-02-07 04:12:41.087 6477 INFO octavia.common.config [req-eaeb7f31-896d-4a04-9a9f-6fc7f999ecfb - - - - -] Logging enabled! 2019-02-07 04:12:41.087 6477 INFO octavia.common.config [req-eaeb7f31-896d-4a04-9a9f-6fc7f999ecfb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:41.113 6477 WARNING octavia.api.root_controller [req-eaeb7f31-896d-4a04-9a9f-6fc7f999ecfb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:41.132 6477 INFO octavia.api.v2.controllers.load_balancer [req-dff71918-471b-487e-8e38-71c4b6166f35 - - - - -] Sending created Load Balancer a37fbbb8-2cb3-4782-8649-0960f549a6c1 to the handler 2019-02-07 04:12:41.163 6477 INFO octavia.api.v2.controllers.load_balancer [req-41d4a52e-f332-4ce3-b132-c675f055889f - - - - -] Sending created Load Balancer 549f28e1-2942-4661-bace-0c81da306967 to the handler 2019-02-07 04:12:41.181 6477 INFO octavia.api.v2.controllers.load_balancer [req-f6bba044-6415-4f9b-b59f-4f9f633df20e - - - - -] Sending created Load Balancer 6feb1209-ba0a-4d3e-908b-a059594a2be2 to the handler 2019-02-07 04:12:41.397 6477 INFO oslo_db.sqlalchemy.provision [req-5c1a69ed-03d6-4ecd-b1fb-faa2f18adc5c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:41.398 6477 INFO oslo_db.sqlalchemy.provision [req-5c1a69ed-03d6-4ecd-b1fb-faa2f18adc5c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dvwakhyhxf 2019-02-07 04:12:41.399 6477 INFO oslo_db.sqlalchemy.provision [req-5c1a69ed-03d6-4ecd-b1fb-faa2f18adc5c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_limited [0.398745s] ... ok 2019-02-07 04:12:41.401 6477 INFO oslo_db.sqlalchemy.provision [req-5c1a69ed-03d6-4ecd-b1fb-faa2f18adc5c - - - - -] CREATE BACKEND sqlite:// TOKEN vccerjdwhu 2019-02-07 04:12:41.475 6477 INFO octavia.common.config [req-5c1a69ed-03d6-4ecd-b1fb-faa2f18adc5c - - - - -] Logging enabled! 2019-02-07 04:12:41.475 6477 INFO octavia.common.config [req-5c1a69ed-03d6-4ecd-b1fb-faa2f18adc5c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:41.498 6477 WARNING octavia.api.root_controller [req-5c1a69ed-03d6-4ecd-b1fb-faa2f18adc5c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:41.511 6477 INFO octavia.api.v2.controllers.load_balancer [req-a90515c0-444e-4bc5-80af-6fd0fd3695ad - - - - -] Sending created Load Balancer 1b882d12-85ad-4f9a-9b83-908e594c38f6 to the handler 2019-02-07 04:12:41.532 6477 INFO octavia.api.v2.controllers.load_balancer [req-73b98d2f-33d9-4d7e-a8ca-00784aec794c - - - - -] Sending created Load Balancer a487c04f-4ed9-42af-b834-f83b77e9ff57 to the handler 2019-02-07 04:12:41.551 6477 INFO octavia.api.v2.controllers.load_balancer [req-78e315f9-73f4-40f8-9f6f-4bb09413bf71 - - - - -] Sending created Load Balancer d9b002d4-d30e-452f-a008-1930c85a298f to the handler 2019-02-07 04:12:41.625 6477 INFO oslo_db.sqlalchemy.provision [req-ba10247b-a4e4-4e0d-b0cc-a8cf55021dd7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:41.627 6477 INFO oslo_db.sqlalchemy.provision [req-ba10247b-a4e4-4e0d-b0cc-a8cf55021dd7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vccerjdwhu 2019-02-07 04:12:41.627 6477 INFO oslo_db.sqlalchemy.provision [req-ba10247b-a4e4-4e0d-b0cc-a8cf55021dd7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_non_admin [0.228388s] ... ok 2019-02-07 04:12:41.630 6477 INFO oslo_db.sqlalchemy.provision [req-ba10247b-a4e4-4e0d-b0cc-a8cf55021dd7 - - - - -] CREATE BACKEND sqlite:// TOKEN rbobcdxfsj 2019-02-07 04:12:41.705 6477 INFO octavia.common.config [req-ba10247b-a4e4-4e0d-b0cc-a8cf55021dd7 - - - - -] Logging enabled! 2019-02-07 04:12:41.705 6477 INFO octavia.common.config [req-ba10247b-a4e4-4e0d-b0cc-a8cf55021dd7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:41.743 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:41.744 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN obrwocfnjd 2019-02-07 04:12:41.744 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_check_quota_met [0.929957s] ... ok 2019-02-07 04:12:41.728 6477 WARNING octavia.api.root_controller [req-ba10247b-a4e4-4e0d-b0cc-a8cf55021dd7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:41.742 6477 INFO octavia.api.v2.controllers.load_balancer [req-343ccb4d-3e91-4a42-a712-7c1deeb2083e - - - - -] Sending created Load Balancer f18da982-3bf8-4dc4-910c-53d6f2a53094 to the handler 2019-02-07 04:12:41.747 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN gsxasrmtzk 2019-02-07 04:12:41.768 6477 INFO octavia.api.v2.controllers.load_balancer [req-dad00957-c16e-415f-a0b7-e5ffd0665f7a - - - - -] Sending created Load Balancer 7892a42f-a2ff-4726-9df1-34386f16d986 to the handler 2019-02-07 04:12:41.786 6477 INFO octavia.api.v2.controllers.load_balancer [req-9216ff3e-087a-4d8c-ac01-234b966e7bcd - - - - -] Sending created Load Balancer 3cf909c9-aca1-44ca-afe6-4d93cd47bd43 to the handler 2019-02-07 04:12:41.862 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:41.863 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gsxasrmtzk 2019-02-07 04:12:41.863 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_create_pool_on_listener_with_sp [0.118757s] ... ok 2019-02-07 04:12:41.866 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN kgbkqejmxw 2019-02-07 04:12:41.952 6478 ERROR octavia.db.repositories [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] Quota decrement on called on project: 7c7f5c03-4bf0-4ec7-9356-88547cf8a543 with no quota record in the database. 2019-02-07 04:12:41.956 6478 WARNING octavia.db.repositories [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] Quota project lock timed out for project: 0f962a30-6fd3-451a-afdb-c5d0900dca20: DBDeadlock: None 2019-02-07 04:12:41.962 6478 WARNING octavia.db.repositories [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] Quota decrement on called on project: cfb228b9-46b8-4560-9297-34dc3a98117b that would cause a negative quota. 2019-02-07 04:12:41.988 6478 WARNING octavia.db.repositories [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] Quota decrement on called on project: 74ffcd4e-0844-49f9-a1c5-79b72a1be2c1 that would cause a negative quota. 2019-02-07 04:12:42.005 6477 INFO oslo_db.sqlalchemy.provision [req-a18ac603-a844-4c7e-9517-246b49408744 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:42.007 6477 INFO oslo_db.sqlalchemy.provision [req-a18ac603-a844-4c7e-9517-246b49408744 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rbobcdxfsj 2019-02-07 04:12:42.007 6477 INFO oslo_db.sqlalchemy.provision [req-a18ac603-a844-4c7e-9517-246b49408744 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_all_sorted [0.379802s] ... ok 2019-02-07 04:12:42.016 6478 WARNING octavia.db.repositories [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] Quota decrement on called on project: 26158114-50e9-4f85-a22b-e9ea91d84a32 that would cause a negative quota. 2019-02-07 04:12:42.010 6477 INFO oslo_db.sqlalchemy.provision [req-a18ac603-a844-4c7e-9517-246b49408744 - - - - -] CREATE BACKEND sqlite:// TOKEN twyzuqzeyu 2019-02-07 04:12:42.043 6478 WARNING octavia.db.repositories [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] Quota decrement on called on project: ca585040-af62-43ea-90eb-7369dd236247 that would cause a negative quota. 2019-02-07 04:12:42.070 6478 WARNING octavia.db.repositories [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] Quota decrement on called on project: d859fdf8-c36d-4283-9f49-2d09f34d0b14 that would cause a negative quota. 2019-02-07 04:12:42.089 6477 INFO octavia.common.config [req-a18ac603-a844-4c7e-9517-246b49408744 - - - - -] Logging enabled! 2019-02-07 04:12:42.089 6477 INFO octavia.common.config [req-a18ac603-a844-4c7e-9517-246b49408744 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:42.113 6477 WARNING octavia.api.root_controller [req-a18ac603-a844-4c7e-9517-246b49408744 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:42.107 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:42.108 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kgbkqejmxw 2019-02-07 04:12:42.109 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_decrement_quota [0.244945s] ... ok 2019-02-07 04:12:42.128 6477 INFO octavia.api.v2.controllers.load_balancer [req-0dde15f1-beb5-4d9c-b9be-6146d2b82033 - - - - -] Sending created Load Balancer b065a9e6-77dc-4e98-8e13-6eeea726256e to the handler 2019-02-07 04:12:42.111 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN qpvzfubozs 2019-02-07 04:12:42.159 6477 INFO oslo_db.sqlalchemy.provision [req-ed101838-2890-4db1-94b8-99cfe38ac68f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:42.161 6477 INFO oslo_db.sqlalchemy.provision [req-ed101838-2890-4db1-94b8-99cfe38ac68f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN twyzuqzeyu 2019-02-07 04:12:42.161 6477 INFO oslo_db.sqlalchemy.provision [req-ed101838-2890-4db1-94b8-99cfe38ac68f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_authorized [0.153628s] ... ok 2019-02-07 04:12:42.163 6477 INFO oslo_db.sqlalchemy.provision [req-ed101838-2890-4db1-94b8-99cfe38ac68f - - - - -] CREATE BACKEND sqlite:// TOKEN isekdjtutb 2019-02-07 04:12:42.238 6477 INFO octavia.common.config [req-ed101838-2890-4db1-94b8-99cfe38ac68f - - - - -] Logging enabled! 2019-02-07 04:12:42.238 6477 INFO octavia.common.config [req-ed101838-2890-4db1-94b8-99cfe38ac68f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:42.232 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:42.234 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qpvzfubozs 2019-02-07 04:12:42.234 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_sqlite_transactions_broken [0.125203s] ... ok 2019-02-07 04:12:42.241 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN mqcdrhptoi 2019-02-07 04:12:42.261 6477 WARNING octavia.api.root_controller [req-ed101838-2890-4db1-94b8-99cfe38ac68f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:42.266 6477 ERROR octavia.api.v2.controllers.base [req-427241eb-1d47-464a-a249-25ac9ddd3905 - - - - -] Load Balancer SEAN-CONNERY not found: None 2019-02-07 04:12:42.266 6477 ERROR octavia.api.v2.controllers.base None 2019-02-07 04:12:42.266 6477 ERROR octavia.api.v2.controllers.base 2019-02-07 04:12:42.284 6477 INFO oslo_db.sqlalchemy.provision [req-427241eb-1d47-464a-a249-25ac9ddd3905 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:42.286 6477 INFO oslo_db.sqlalchemy.provision [req-427241eb-1d47-464a-a249-25ac9ddd3905 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN isekdjtutb 2019-02-07 04:12:42.286 6477 INFO oslo_db.sqlalchemy.provision [req-427241eb-1d47-464a-a249-25ac9ddd3905 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_bad_lb_id [0.124850s] ... ok 2019-02-07 04:12:42.288 6477 INFO oslo_db.sqlalchemy.provision [req-427241eb-1d47-464a-a249-25ac9ddd3905 - - - - -] CREATE BACKEND sqlite:// TOKEN crywaylggg 2019-02-07 04:12:42.369 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:42.371 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mqcdrhptoi 2019-02-07 04:12:42.371 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_update_pool_with_existing_sp [0.132953s] ... ok 2019-02-07 04:12:42.374 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN utuagnqtrh 2019-02-07 04:12:42.380 6477 INFO octavia.common.config [req-427241eb-1d47-464a-a249-25ac9ddd3905 - - - - -] Logging enabled! 2019-02-07 04:12:42.381 6477 INFO octavia.common.config [req-427241eb-1d47-464a-a249-25ac9ddd3905 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:42.412 6477 WARNING octavia.api.root_controller [req-427241eb-1d47-464a-a249-25ac9ddd3905 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:42.430 6477 INFO octavia.api.v2.controllers.load_balancer [req-d4619d76-83f0-4619-9136-387bdc59f3be - - - - -] Sending created Load Balancer 78601009-f903-4c22-8ce1-268f624275aa to the handler 2019-02-07 04:12:42.462 6477 INFO oslo_db.sqlalchemy.provision [req-2f219f8e-6e68-416d-b013-f33f20ddaa22 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:42.464 6477 INFO oslo_db.sqlalchemy.provision [req-2f219f8e-6e68-416d-b013-f33f20ddaa22 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN crywaylggg 2019-02-07 04:12:42.464 6477 INFO oslo_db.sqlalchemy.provision [req-2f219f8e-6e68-416d-b013-f33f20ddaa22 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_get_not_authorized [0.191463s] ... ok 2019-02-07 04:12:42.480 6477 INFO oslo_db.sqlalchemy.provision [req-2f219f8e-6e68-416d-b013-f33f20ddaa22 - - - - -] CREATE BACKEND sqlite:// TOKEN yedaaegoex 2019-02-07 04:12:42.507 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:42.509 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN utuagnqtrh 2019-02-07 04:12:42.509 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_update_pool_with_existing_sp_delete_sp [0.137760s] ... ok 2019-02-07 04:12:42.512 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN detgrdujzu 2019-02-07 04:12:42.567 6477 INFO octavia.common.config [req-2f219f8e-6e68-416d-b013-f33f20ddaa22 - - - - -] Logging enabled! 2019-02-07 04:12:42.568 6477 INFO octavia.common.config [req-2f219f8e-6e68-416d-b013-f33f20ddaa22 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:42.591 6477 WARNING octavia.api.root_controller [req-2f219f8e-6e68-416d-b013-f33f20ddaa22 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:42.608 6477 INFO octavia.api.v2.controllers.load_balancer [req-1ed86f82-36b9-4727-8301-d89e4ac1c18d - - - - -] Sending created Load Balancer ce572c18-9cb4-4558-8580-e7b958ca7a28 to the handler 2019-02-07 04:12:42.642 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:42.643 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN detgrdujzu 2019-02-07 04:12:42.643 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_update_pool_with_nonexisting_sp [0.134263s] ... ok 2019-02-07 04:12:42.651 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN xkbchnoyit 2019-02-07 04:12:42.732 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:42.733 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xkbchnoyit 2019-02-07 04:12:42.734 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_check_amphora_expired_with_exp_age [0.090178s] ... ok 2019-02-07 04:12:42.719 6477 INFO octavia.api.v2.controllers.load_balancer [req-a375cf55-9eb4-4c82-93de-24a2bdd50bc2 - - - - -] Sending updated Load Balancer ce572c18-9cb4-4558-8580-e7b958ca7a28 to the handler 2019-02-07 04:12:42.742 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN htamfvyufq 2019-02-07 04:12:42.747 6477 INFO oslo_db.sqlalchemy.provision [req-d301d16b-8ae1-4d2d-8a47-e68d63ea9789 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:42.748 6477 INFO oslo_db.sqlalchemy.provision [req-d301d16b-8ae1-4d2d-8a47-e68d63ea9789 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yedaaegoex 2019-02-07 04:12:42.749 6477 INFO oslo_db.sqlalchemy.provision [req-d301d16b-8ae1-4d2d-8a47-e68d63ea9789 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update [0.270962s] ... ok 2019-02-07 04:12:42.751 6477 INFO oslo_db.sqlalchemy.provision [req-d301d16b-8ae1-4d2d-8a47-e68d63ea9789 - - - - -] CREATE BACKEND sqlite:// TOKEN wfhdvznddj 2019-02-07 04:12:42.826 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:42.828 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN htamfvyufq 2019-02-07 04:12:42.828 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_delete [0.094010s] ... ok 2019-02-07 04:12:42.831 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN yemconqgsb 2019-02-07 04:12:42.824 6477 INFO octavia.common.config [req-d301d16b-8ae1-4d2d-8a47-e68d63ea9789 - - - - -] Logging enabled! 2019-02-07 04:12:42.824 6477 INFO octavia.common.config [req-d301d16b-8ae1-4d2d-8a47-e68d63ea9789 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:42.848 6477 WARNING octavia.api.root_controller [req-d301d16b-8ae1-4d2d-8a47-e68d63ea9789 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:42.861 6477 INFO octavia.api.v2.controllers.load_balancer [req-f488c855-902b-48bf-a6d4-089ba192273f - - - - -] Sending created Load Balancer 98d7672e-07ae-4617-bcf5-441bac14f24f to the handler 2019-02-07 04:12:42.917 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:42.919 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yemconqgsb 2019-02-07 04:12:42.919 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_get [0.091208s] ... ok 2019-02-07 04:12:42.922 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN grulhqovmw 2019-02-07 04:12:42.971 6477 INFO octavia.api.v2.controllers.load_balancer [req-a89a421e-e31c-4e27-ac2e-8f89017b9c36 - - - - -] Sending deleted Load Balancer 98d7672e-07ae-4617-bcf5-441bac14f24f to the handler 2019-02-07 04:12:42.989 6477 INFO octavia.api.v2.controllers.load_balancer [req-9ff1161c-a2ac-45c1-a0f0-8052adba3771 - - - - -] Invalid state PENDING_DELETE of loadbalancer resource 98d7672e-07ae-4617-bcf5-441bac14f24f 2019-02-07 04:12:43.000 6477 INFO oslo_db.sqlalchemy.provision [req-9ff1161c-a2ac-45c1-a0f0-8052adba3771 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:43.002 6477 INFO oslo_db.sqlalchemy.provision [req-9ff1161c-a2ac-45c1-a0f0-8052adba3771 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wfhdvznddj 2019-02-07 04:12:43.002 6477 INFO oslo_db.sqlalchemy.provision [req-9ff1161c-a2ac-45c1-a0f0-8052adba3771 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_pending_delete [0.253171s] ... ok 2019-02-07 04:12:43.011 6477 INFO oslo_db.sqlalchemy.provision [req-9ff1161c-a2ac-45c1-a0f0-8052adba3771 - - - - -] CREATE BACKEND sqlite:// TOKEN mstqsmrwcq 2019-02-07 04:12:43.079 6477 INFO octavia.common.config [req-9ff1161c-a2ac-45c1-a0f0-8052adba3771 - - - - -] Logging enabled! 2019-02-07 04:12:43.080 6477 INFO octavia.common.config [req-9ff1161c-a2ac-45c1-a0f0-8052adba3771 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:43.103 6477 WARNING octavia.api.root_controller [req-9ff1161c-a2ac-45c1-a0f0-8052adba3771 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:43.118 6477 INFO octavia.api.v2.controllers.load_balancer [req-c49a2669-cbdf-4e5f-8ba4-65945277d166 - - - - -] Sending created Load Balancer aafaba21-542f-4f8b-aa71-3cbe62aea095 to the handler 2019-02-07 04:12:43.166 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:43.168 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN grulhqovmw 2019-02-07 04:12:43.168 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_get_all_return_value [0.248829s] ... ok 2019-02-07 04:12:43.171 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN jbvejksawl 2019-02-07 04:12:43.228 6477 INFO octavia.api.v2.controllers.load_balancer [req-d120e68b-f4cd-4038-a3cf-ce411d02d239 - - - - -] Sending updated Load Balancer aafaba21-542f-4f8b-aa71-3cbe62aea095 to the handler 2019-02-07 04:12:43.252 6477 INFO octavia.api.v2.controllers.load_balancer [req-647a5d3a-3f68-4497-a562-8576ee048528 - - - - -] Invalid state PENDING_UPDATE of loadbalancer resource aafaba21-542f-4f8b-aa71-3cbe62aea095 2019-02-07 04:12:43.263 6477 INFO oslo_db.sqlalchemy.provision [req-647a5d3a-3f68-4497-a562-8576ee048528 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:43.264 6477 INFO oslo_db.sqlalchemy.provision [req-647a5d3a-3f68-4497-a562-8576ee048528 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mstqsmrwcq 2019-02-07 04:12:43.265 6477 INFO oslo_db.sqlalchemy.provision [req-647a5d3a-3f68-4497-a562-8576ee048528 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_pending_update [0.262789s] ... ok 2019-02-07 04:12:43.268 6477 INFO oslo_db.sqlalchemy.provision [req-647a5d3a-3f68-4497-a562-8576ee048528 - - - - -] CREATE BACKEND sqlite:// TOKEN mulusdmand 2019-02-07 04:12:43.263 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:43.264 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jbvejksawl 2019-02-07 04:12:43.264 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_replace [0.099177s] ... ok 2019-02-07 04:12:43.270 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN frhaxrafbr 2019-02-07 04:12:43.344 6477 INFO octavia.common.config [req-647a5d3a-3f68-4497-a562-8576ee048528 - - - - -] Logging enabled! 2019-02-07 04:12:43.344 6477 INFO octavia.common.config [req-647a5d3a-3f68-4497-a562-8576ee048528 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:43.366 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:43.368 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN frhaxrafbr 2019-02-07 04:12:43.368 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_update [0.100564s] ... ok 2019-02-07 04:12:43.373 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN eykugvjluc 2019-02-07 04:12:43.367 6477 WARNING octavia.api.root_controller [req-647a5d3a-3f68-4497-a562-8576ee048528 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:43.379 6477 INFO octavia.api.v2.controllers.load_balancer [req-ac234721-e7c2-4505-9462-4d6088edde77 - - - - -] Sending created Load Balancer 74f25a0a-a963-4d91-b83e-735985e7816a to the handler 2019-02-07 04:12:43.493 6477 INFO octavia.api.v2.controllers.load_balancer [req-3cd3c683-7a3a-4f01-96c7-4aba46d4e8c5 - - - - -] Sending updated Load Balancer 74f25a0a-a963-4d91-b83e-735985e7816a to the handler 2019-02-07 04:12:43.521 6477 INFO oslo_db.sqlalchemy.provision [req-c0f46c9d-41fc-4961-b0a3-42eef5238e9c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:43.523 6477 INFO oslo_db.sqlalchemy.provision [req-c0f46c9d-41fc-4961-b0a3-42eef5238e9c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mulusdmand 2019-02-07 04:12:43.523 6477 INFO oslo_db.sqlalchemy.provision [req-c0f46c9d-41fc-4961-b0a3-42eef5238e9c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_with_bad_handler [0.258284s] ... ok 2019-02-07 04:12:43.530 6477 INFO oslo_db.sqlalchemy.provision [req-c0f46c9d-41fc-4961-b0a3-42eef5238e9c - - - - -] CREATE BACKEND sqlite:// TOKEN tbpkteilqy 2019-02-07 04:12:43.554 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:43.557 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eykugvjluc 2019-02-07 04:12:43.558 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_associate_amphora_load_balancer [0.189426s] ... ok 2019-02-07 04:12:43.562 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN snvrrcmauz 2019-02-07 04:12:43.599 6477 INFO octavia.common.config [req-c0f46c9d-41fc-4961-b0a3-42eef5238e9c - - - - -] Logging enabled! 2019-02-07 04:12:43.599 6477 INFO octavia.common.config [req-c0f46c9d-41fc-4961-b0a3-42eef5238e9c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:43.624 6477 WARNING octavia.api.root_controller [req-c0f46c9d-41fc-4961-b0a3-42eef5238e9c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:43.647 6477 INFO octavia.api.v2.controllers.load_balancer [req-89f45d7f-61af-4b7e-90ab-281321a2dab7 - - - - -] Sending created Load Balancer 8dc5c75a-9849-4d96-b35c-c2a858b4fa28 to the handler 2019-02-07 04:12:43.780 6477 INFO octavia.api.v2.controllers.load_balancer [req-6bb323eb-2b7f-41cd-994c-5b137a594be0 - - - - -] Sending updated Load Balancer 8dc5c75a-9849-4d96-b35c-c2a858b4fa28 to the handler 2019-02-07 04:12:43.800 6477 INFO oslo_db.sqlalchemy.provision [req-6bb323eb-2b7f-41cd-994c-5b137a594be0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:43.801 6477 INFO oslo_db.sqlalchemy.provision [req-6bb323eb-2b7f-41cd-994c-5b137a594be0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tbpkteilqy 2019-02-07 04:12:43.801 6477 INFO oslo_db.sqlalchemy.provision [req-6bb323eb-2b7f-41cd-994c-5b137a594be0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancer.test_update_with_qos [0.277986s] ... ok 2019-02-07 04:12:43.818 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:43.821 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN snvrrcmauz 2019-02-07 04:12:43.821 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_count [0.263102s] ... ok 2019-02-07 04:12:43.805 6477 INFO oslo_db.sqlalchemy.provision [req-6bb323eb-2b7f-41cd-994c-5b137a594be0 - - - - -] CREATE BACKEND sqlite:// TOKEN ptimotjgpu 2019-02-07 04:12:43.834 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN worhikhcql 2019-02-07 04:12:43.878 6477 INFO octavia.common.config [req-6bb323eb-2b7f-41cd-994c-5b137a594be0 - - - - -] Logging enabled! 2019-02-07 04:12:43.879 6477 INFO octavia.common.config [req-6bb323eb-2b7f-41cd-994c-5b137a594be0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:43.903 6477 WARNING octavia.api.root_controller [req-6bb323eb-2b7f-41cd-994c-5b137a594be0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:43.964 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:43.967 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN worhikhcql 2019-02-07 04:12:43.967 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_delete [0.145725s] ... ok 2019-02-07 04:12:43.971 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN qmuantkwxd 2019-02-07 04:12:44.012 6477 INFO oslo_db.sqlalchemy.provision [req-de9d4660-968c-4ce2-a028-441412ac9680 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:44.014 6477 INFO oslo_db.sqlalchemy.provision [req-de9d4660-968c-4ce2-a028-441412ac9680 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ptimotjgpu 2019-02-07 04:12:44.014 6477 INFO oslo_db.sqlalchemy.provision [req-de9d4660-968c-4ce2-a028-441412ac9680 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_hms [0.215563s] ... ok 2019-02-07 04:12:44.020 6477 INFO oslo_db.sqlalchemy.provision [req-de9d4660-968c-4ce2-a028-441412ac9680 - - - - -] CREATE BACKEND sqlite:// TOKEN peyndfvmmr 2019-02-07 04:12:44.091 6477 INFO octavia.common.config [req-de9d4660-968c-4ce2-a028-441412ac9680 - - - - -] Logging enabled! 2019-02-07 04:12:44.092 6477 INFO octavia.common.config [req-de9d4660-968c-4ce2-a028-441412ac9680 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:44.098 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:44.100 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qmuantkwxd 2019-02-07 04:12:44.100 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_exists_true [0.132993s] ... ok 2019-02-07 04:12:44.104 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN frzgfbyvfu 2019-02-07 04:12:44.114 6477 WARNING octavia.api.root_controller [req-de9d4660-968c-4ce2-a028-441412ac9680 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:44.132 6477 INFO oslo_db.sqlalchemy.provision [req-8d7fd102-a6b0-47f7-a218-dbc4b23ae359 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:44.133 6477 INFO oslo_db.sqlalchemy.provision [req-8d7fd102-a6b0-47f7-a218-dbc4b23ae359 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN peyndfvmmr 2019-02-07 04:12:44.134 6477 INFO oslo_db.sqlalchemy.provision [req-8d7fd102-a6b0-47f7-a218-dbc4b23ae359 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_lb [0.116326s] ... ok 2019-02-07 04:12:44.136 6477 INFO oslo_db.sqlalchemy.provision [req-8d7fd102-a6b0-47f7-a218-dbc4b23ae359 - - - - -] CREATE BACKEND sqlite:// TOKEN epepjenast 2019-02-07 04:12:44.215 6477 INFO octavia.common.config [req-8d7fd102-a6b0-47f7-a218-dbc4b23ae359 - - - - -] Logging enabled! 2019-02-07 04:12:44.215 6477 INFO octavia.common.config [req-8d7fd102-a6b0-47f7-a218-dbc4b23ae359 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:44.228 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:44.230 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN frzgfbyvfu 2019-02-07 04:12:44.231 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get [0.130226s] ... ok 2019-02-07 04:12:44.234 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN znqtqobmwr 2019-02-07 04:12:44.239 6477 WARNING octavia.api.root_controller [req-8d7fd102-a6b0-47f7-a218-dbc4b23ae359 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:44.275 6477 INFO oslo_db.sqlalchemy.provision [req-547a129f-56f8-47e7-a778-10e1e7e5ba85 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:44.276 6477 INFO oslo_db.sqlalchemy.provision [req-547a129f-56f8-47e7-a778-10e1e7e5ba85 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN epepjenast 2019-02-07 04:12:44.277 6477 INFO oslo_db.sqlalchemy.provision [req-547a129f-56f8-47e7-a778-10e1e7e5ba85 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_members [0.142854s] ... ok 2019-02-07 04:12:44.279 6477 INFO oslo_db.sqlalchemy.provision [req-547a129f-56f8-47e7-a778-10e1e7e5ba85 - - - - -] CREATE BACKEND sqlite:// TOKEN msrrzzefal 2019-02-07 04:12:44.358 6477 INFO octavia.common.config [req-547a129f-56f8-47e7-a778-10e1e7e5ba85 - - - - -] Logging enabled! 2019-02-07 04:12:44.358 6477 INFO octavia.common.config [req-547a129f-56f8-47e7-a778-10e1e7e5ba85 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:44.381 6477 WARNING octavia.api.root_controller [req-547a129f-56f8-47e7-a778-10e1e7e5ba85 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:44.408 6477 INFO oslo_db.sqlalchemy.provision [req-60318071-79ea-40fa-937d-dbf2ff66e605 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:44.410 6477 INFO oslo_db.sqlalchemy.provision [req-60318071-79ea-40fa-937d-dbf2ff66e605 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN msrrzzefal 2019-02-07 04:12:44.410 6477 INFO oslo_db.sqlalchemy.provision [req-60318071-79ea-40fa-937d-dbf2ff66e605 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_pools [0.133372s] ... ok 2019-02-07 04:12:44.413 6477 INFO oslo_db.sqlalchemy.provision [req-60318071-79ea-40fa-937d-dbf2ff66e605 - - - - -] CREATE BACKEND sqlite:// TOKEN fhpatitjlh 2019-02-07 04:12:44.488 6477 INFO octavia.common.config [req-60318071-79ea-40fa-937d-dbf2ff66e605 - - - - -] Logging enabled! 2019-02-07 04:12:44.488 6477 INFO octavia.common.config [req-60318071-79ea-40fa-937d-dbf2ff66e605 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:44.513 6477 WARNING octavia.api.root_controller [req-60318071-79ea-40fa-937d-dbf2ff66e605 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:44.547 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:44.549 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN znqtqobmwr 2019-02-07 04:12:44.549 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_all_return_value [0.318197s] ... ok 2019-02-07 04:12:44.553 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN kphjnyrwtq 2019-02-07 04:12:44.592 6477 INFO octavia.api.v2.controllers.load_balancer [req-9c90b903-6da9-4592-90f3-9494b43aa414 - - - - -] Sending created Load Balancer 68a4f63f-d99d-4f9e-a535-0c730d04e33d to the handler 2019-02-07 04:12:44.623 6477 INFO oslo_db.sqlalchemy.provision [req-9c90b903-6da9-4592-90f3-9494b43aa414 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:44.624 6477 INFO oslo_db.sqlalchemy.provision [req-9c90b903-6da9-4592-90f3-9494b43aa414 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fhpatitjlh 2019-02-07 04:12:44.626 6477 INFO oslo_db.sqlalchemy.provision [req-9c90b903-6da9-4592-90f3-9494b43aa414 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_create_over_quota_sanity_check [0.215894s] ... ok 2019-02-07 04:12:44.629 6477 INFO oslo_db.sqlalchemy.provision [req-9c90b903-6da9-4592-90f3-9494b43aa414 - - - - -] CREATE BACKEND sqlite:// TOKEN fhlpvgjekt 2019-02-07 04:12:44.663 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:44.665 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kphjnyrwtq 2019-02-07 04:12:44.665 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_cert_expired_amphora [0.115588s] ... ok 2019-02-07 04:12:44.668 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN dsdgqyhcan 2019-02-07 04:12:44.704 6477 INFO octavia.common.config [req-9c90b903-6da9-4592-90f3-9494b43aa414 - - - - -] Logging enabled! 2019-02-07 04:12:44.706 6477 INFO octavia.common.config [req-9c90b903-6da9-4592-90f3-9494b43aa414 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:44.727 6477 WARNING octavia.api.root_controller [req-9c90b903-6da9-4592-90f3-9494b43aa414 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:44.733 6477 ERROR wsme.api [req-65bb958a-b91a-46f9-ac66-28b6b0591fe2 - - - - -] 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.4/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.4/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 2019-02-07 04:12:44.758 6477 INFO oslo_db.sqlalchemy.provision [req-65bb958a-b91a-46f9-ac66-28b6b0591fe2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:44.759 6477 INFO oslo_db.sqlalchemy.provision [req-65bb958a-b91a-46f9-ac66-28b6b0591fe2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fhlpvgjekt 2019-02-07 04:12:44.759 6477 INFO oslo_db.sqlalchemy.provision [req-65bb958a-b91a-46f9-ac66-28b6b0591fe2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_db_create_failure [0.133279s] ... ok 2019-02-07 04:12:44.762 6477 INFO oslo_db.sqlalchemy.provision [req-65bb958a-b91a-46f9-ac66-28b6b0591fe2 - - - - -] CREATE BACKEND sqlite:// TOKEN zkoifgjybt 2019-02-07 04:12:44.832 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:44.834 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dsdgqyhcan 2019-02-07 04:12:44.834 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_lb_for_amphora [0.173378s] ... ok 2019-02-07 04:12:44.842 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN duqdyyrhlf 2019-02-07 04:12:44.863 6477 INFO octavia.common.config [req-65bb958a-b91a-46f9-ac66-28b6b0591fe2 - - - - -] Logging enabled! 2019-02-07 04:12:44.868 6477 INFO octavia.common.config [req-65bb958a-b91a-46f9-ac66-28b6b0591fe2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:44.890 6477 WARNING octavia.api.root_controller [req-65bb958a-b91a-46f9-ac66-28b6b0591fe2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:44.929 6477 INFO oslo_db.sqlalchemy.provision [req-24ca8a8e-fc40-4154-b1ca-67c05480096b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:44.931 6477 INFO oslo_db.sqlalchemy.provision [req-24ca8a8e-fc40-4154-b1ca-67c05480096b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zkoifgjybt 2019-02-07 04:12:44.931 6477 INFO oslo_db.sqlalchemy.provision [req-24ca8a8e-fc40-4154-b1ca-67c05480096b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_pool_names_must_have_specs [0.171313s] ... ok 2019-02-07 04:12:44.934 6477 INFO oslo_db.sqlalchemy.provision [req-24ca8a8e-fc40-4154-b1ca-67c05480096b - - - - -] CREATE BACKEND sqlite:// TOKEN lwhydallex 2019-02-07 04:12:44.939 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:44.940 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN duqdyyrhlf 2019-02-07 04:12:44.941 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_none_cert_expired_amphora [0.102045s] ... ok 2019-02-07 04:12:44.944 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN fecxsdhimt 2019-02-07 04:12:45.033 6477 INFO octavia.common.config [req-24ca8a8e-fc40-4154-b1ca-67c05480096b - - - - -] Logging enabled! 2019-02-07 04:12:45.033 6477 INFO octavia.common.config [req-24ca8a8e-fc40-4154-b1ca-67c05480096b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:45.055 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:45.056 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fecxsdhimt 2019-02-07 04:12:45.056 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_spare_amphora_count [0.115588s] ... ok 2019-02-07 04:12:45.059 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN ypmwuwiehc 2019-02-07 04:12:45.067 6477 WARNING octavia.api.root_controller [req-24ca8a8e-fc40-4154-b1ca-67c05480096b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:45.094 6477 INFO oslo_db.sqlalchemy.provision [req-935d72b7-ec07-4189-9545-40ad0ebab39e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:45.096 6477 INFO oslo_db.sqlalchemy.provision [req-935d72b7-ec07-4189-9545-40ad0ebab39e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lwhydallex 2019-02-07 04:12:45.096 6477 INFO oslo_db.sqlalchemy.provision [req-935d72b7-ec07-4189-9545-40ad0ebab39e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_pool_names_not_unique [0.165347s] ... ok 2019-02-07 04:12:45.099 6477 INFO oslo_db.sqlalchemy.provision [req-935d72b7-ec07-4189-9545-40ad0ebab39e - - - - -] CREATE BACKEND sqlite:// TOKEN ushcfmjczz 2019-02-07 04:12:45.152 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:45.154 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ypmwuwiehc 2019-02-07 04:12:45.154 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_update [0.101457s] ... ok 2019-02-07 04:12:45.161 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN fbfhmovujj 2019-02-07 04:12:45.194 6477 INFO octavia.common.config [req-935d72b7-ec07-4189-9545-40ad0ebab39e - - - - -] Logging enabled! 2019-02-07 04:12:45.204 6477 INFO octavia.common.config [req-935d72b7-ec07-4189-9545-40ad0ebab39e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:45.229 6477 WARNING octavia.api.root_controller [req-935d72b7-ec07-4189-9545-40ad0ebab39e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:45.253 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:45.256 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fbfhmovujj 2019-02-07 04:12:45.256 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.HealthMonitorRepositoryTest.test_get [0.097843s] ... ok 2019-02-07 04:12:45.259 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN dclmmqhvyt 2019-02-07 04:12:45.249 6477 INFO octavia.api.v2.controllers.load_balancer [req-56b70582-e407-41f7-b8e0-5b6a8276099c - - - - -] Sending created Load Balancer 3be1001d-b669-41a7-a206-de39d28476f0 to the handler 2019-02-07 04:12:45.394 6477 INFO octavia.api.v2.controllers.listener [req-8318b442-e461-41cd-a4df-a71320d599d4 - - - - -] Sending Creation of Listener 36e721c8-5359-4bb0-830e-15545332bdac to handler 2019-02-07 04:12:45.447 6477 INFO oslo_db.sqlalchemy.provision [req-66f61a4e-6967-42e8-a996-0be9807553b4 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:45.449 6477 INFO oslo_db.sqlalchemy.provision [req-66f61a4e-6967-42e8-a996-0be9807553b4 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ushcfmjczz 2019-02-07 04:12:45.449 6477 INFO oslo_db.sqlalchemy.provision [req-66f61a4e-6967-42e8-a996-0be9807553b4 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statistics_authorized [0.352389s] ... ok 2019-02-07 04:12:45.452 6477 INFO oslo_db.sqlalchemy.provision [req-66f61a4e-6967-42e8-a996-0be9807553b4 - - - - -] CREATE BACKEND sqlite:// TOKEN tbpfdfzuag 2019-02-07 04:12:45.506 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:45.507 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dclmmqhvyt 2019-02-07 04:12:45.508 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.HealthMonitorRepositoryTest.test_get_all_return_value [0.251227s] ... ok 2019-02-07 04:12:45.510 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN djqaudnrzh 2019-02-07 04:12:45.525 6477 INFO octavia.common.config [req-66f61a4e-6967-42e8-a996-0be9807553b4 - - - - -] Logging enabled! 2019-02-07 04:12:45.525 6477 INFO octavia.common.config [req-66f61a4e-6967-42e8-a996-0be9807553b4 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:45.547 6477 WARNING octavia.api.root_controller [req-66f61a4e-6967-42e8-a996-0be9807553b4 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:45.558 6477 INFO octavia.api.v2.controllers.load_balancer [req-94ef1c9a-ab2a-4715-a517-d937e5be8ad9 - - - - -] Sending created Load Balancer c950d636-7cbc-4c95-8e03-d2621e74c478 to the handler 2019-02-07 04:12:45.614 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:45.617 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN djqaudnrzh 2019-02-07 04:12:45.617 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.HealthMonitorRepositoryTest.test_update [0.109237s] ... ok 2019-02-07 04:12:45.620 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN nwqqsqpoot 2019-02-07 04:12:45.677 6477 INFO octavia.api.v2.controllers.listener [req-8a20dae7-7808-4c37-87c0-029c7ac23044 - - - - -] Sending Creation of Listener f71c65b7-a8d2-4034-9b2f-b63bb0e2d25f to handler 2019-02-07 04:12:45.721 6477 INFO oslo_db.sqlalchemy.provision [req-649c6307-1217-4765-9ce8-b63e3ac09ebc - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:45.723 6477 INFO oslo_db.sqlalchemy.provision [req-649c6307-1217-4765-9ce8-b63e3ac09ebc - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tbpfdfzuag 2019-02-07 04:12:45.723 6477 INFO oslo_db.sqlalchemy.provision [req-649c6307-1217-4765-9ce8-b63e3ac09ebc - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statistics_not_authorized [0.273931s] ... ok 2019-02-07 04:12:45.730 6477 INFO oslo_db.sqlalchemy.provision [req-649c6307-1217-4765-9ce8-b63e3ac09ebc - - - - -] CREATE BACKEND sqlite:// TOKEN xxlthlezgz 2019-02-07 04:12:45.755 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:45.756 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nwqqsqpoot 2019-02-07 04:12:45.756 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_create [0.139236s] ... ok 2019-02-07 04:12:45.759 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN bawygjuney 2019-02-07 04:12:45.798 6477 INFO octavia.common.config [req-649c6307-1217-4765-9ce8-b63e3ac09ebc - - - - -] Logging enabled! 2019-02-07 04:12:45.799 6477 INFO octavia.common.config [req-649c6307-1217-4765-9ce8-b63e3ac09ebc - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:45.822 6477 WARNING octavia.api.root_controller [req-649c6307-1217-4765-9ce8-b63e3ac09ebc - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:45.833 6477 INFO octavia.api.v2.controllers.load_balancer [req-cfc690f0-4a3a-45e9-94f4-659e1f912740 - - - - -] Sending created Load Balancer fd331a79-909c-45d6-81a3-e1765392c155 to the handler 2019-02-07 04:12:45.869 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:45.871 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bawygjuney 2019-02-07 04:12:45.871 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_create_with_invalid_redirect_pool_id [0.114465s] ... ok 2019-02-07 04:12:45.874 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN tapekofduc 2019-02-07 04:12:45.865 6477 INFO oslo_db.sqlalchemy.provision [req-c76088bd-111f-41fa-964a-434ee9007962 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:45.866 6477 INFO oslo_db.sqlalchemy.provision [req-c76088bd-111f-41fa-964a-434ee9007962 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xxlthlezgz 2019-02-07 04:12:45.866 6477 INFO oslo_db.sqlalchemy.provision [req-c76088bd-111f-41fa-964a-434ee9007962 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_status [0.143230s] ... ok 2019-02-07 04:12:45.869 6477 INFO oslo_db.sqlalchemy.provision [req-c76088bd-111f-41fa-964a-434ee9007962 - - - - -] CREATE BACKEND sqlite:// TOKEN kiaiyjbtkv 2019-02-07 04:12:45.942 6477 INFO octavia.common.config [req-c76088bd-111f-41fa-964a-434ee9007962 - - - - -] Logging enabled! 2019-02-07 04:12:45.942 6477 INFO octavia.common.config [req-c76088bd-111f-41fa-964a-434ee9007962 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:45.964 6477 WARNING octavia.api.root_controller [req-c76088bd-111f-41fa-964a-434ee9007962 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:45.975 6477 INFO octavia.api.v2.controllers.load_balancer [req-622997b1-14ee-4557-b7a5-b2b3e8ae6917 - - - - -] Sending created Load Balancer efdbe416-75ee-4316-9183-859ea7f658a8 to the handler 2019-02-07 04:12:46.022 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:46.023 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tapekofduc 2019-02-07 04:12:46.024 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_delete [0.152389s] ... ok 2019-02-07 04:12:46.032 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN aksnyllzgh 2019-02-07 04:12:46.161 6477 INFO octavia.api.v2.controllers.listener [req-4373ed06-823b-4a22-ad45-7702c6f8febd - - - - -] Sending Creation of Listener 3b7b4fa8-b98d-4fd6-94e7-00e51c14b682 to handler 2019-02-07 04:12:46.197 6477 INFO oslo_db.sqlalchemy.provision [req-344a45ed-6ef5-4fc0-90f7-fc2513f4e9e3 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:46.199 6477 INFO oslo_db.sqlalchemy.provision [req-344a45ed-6ef5-4fc0-90f7-fc2513f4e9e3 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kiaiyjbtkv 2019-02-07 04:12:46.199 6477 INFO oslo_db.sqlalchemy.provision [req-344a45ed-6ef5-4fc0-90f7-fc2513f4e9e3 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_listener [0.332407s] ... ok 2019-02-07 04:12:46.202 6477 INFO oslo_db.sqlalchemy.provision [req-344a45ed-6ef5-4fc0-90f7-fc2513f4e9e3 - - - - -] CREATE BACKEND sqlite:// TOKEN zmqtiaoszu 2019-02-07 04:12:46.248 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:46.249 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aksnyllzgh 2019-02-07 04:12:46.249 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_delete_forcing_reorder [0.225613s] ... ok 2019-02-07 04:12:46.252 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN sspzcmxxjr 2019-02-07 04:12:46.275 6477 INFO octavia.common.config [req-344a45ed-6ef5-4fc0-90f7-fc2513f4e9e3 - - - - -] Logging enabled! 2019-02-07 04:12:46.275 6477 INFO octavia.common.config [req-344a45ed-6ef5-4fc0-90f7-fc2513f4e9e3 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:46.297 6477 WARNING octavia.api.root_controller [req-344a45ed-6ef5-4fc0-90f7-fc2513f4e9e3 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:46.311 6477 INFO octavia.api.v2.controllers.load_balancer [req-8b390c03-3a41-4430-952e-50baf454c9e3 - - - - -] Sending created Load Balancer 5251b5ec-ed6f-4815-8da0-c1ffeceb6024 to the handler 2019-02-07 04:12:46.340 6477 INFO oslo_db.sqlalchemy.provision [req-f72242ab-82c1-41da-a861-3a57ee715403 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:46.341 6477 INFO oslo_db.sqlalchemy.provision [req-f72242ab-82c1-41da-a861-3a57ee715403 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zmqtiaoszu 2019-02-07 04:12:46.341 6477 INFO oslo_db.sqlalchemy.provision [req-f72242ab-82c1-41da-a861-3a57ee715403 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_statuses_not_authorized [0.142230s] ... ok 2019-02-07 04:12:46.344 6477 INFO oslo_db.sqlalchemy.provision [req-f72242ab-82c1-41da-a861-3a57ee715403 - - - - -] CREATE BACKEND sqlite:// TOKEN moyghyvyib 2019-02-07 04:12:46.420 6477 INFO octavia.common.config [req-f72242ab-82c1-41da-a861-3a57ee715403 - - - - -] Logging enabled! 2019-02-07 04:12:46.422 6477 INFO octavia.common.config [req-f72242ab-82c1-41da-a861-3a57ee715403 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:46.458 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:46.459 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sspzcmxxjr 2019-02-07 04:12:46.460 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_get_all [0.210223s] ... ok 2019-02-07 04:12:46.463 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN vgpqztzjcc 2019-02-07 04:12:46.455 6477 WARNING octavia.api.root_controller [req-f72242ab-82c1-41da-a861-3a57ee715403 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:46.542 6477 INFO octavia.api.v2.controllers.load_balancer [req-b2af4da0-2b0d-4bdf-b203-ecab540e38bd - - - - -] Sending created Load Balancer d0eef364-0dc3-49b6-ac71-fe20ad345957 to the handler 2019-02-07 04:12:46.578 6477 INFO oslo_db.sqlalchemy.provision [req-b2af4da0-2b0d-4bdf-b203-ecab540e38bd - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:46.579 6477 INFO oslo_db.sqlalchemy.provision [req-b2af4da0-2b0d-4bdf-b203-ecab540e38bd - - - - -] DROP BACKEND Engine(sqlite://) TOKEN moyghyvyib 2019-02-07 04:12:46.580 6477 INFO oslo_db.sqlalchemy.provision [req-b2af4da0-2b0d-4bdf-b203-ecab540e38bd - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policies_redirect_pools_no_rules [0.238011s] ... ok 2019-02-07 04:12:46.582 6477 INFO oslo_db.sqlalchemy.provision [req-b2af4da0-2b0d-4bdf-b203-ecab540e38bd - - - - -] CREATE BACKEND sqlite:// TOKEN nvhntgggxc 2019-02-07 04:12:46.660 6477 INFO octavia.common.config [req-b2af4da0-2b0d-4bdf-b203-ecab540e38bd - - - - -] Logging enabled! 2019-02-07 04:12:46.671 6477 INFO octavia.common.config [req-b2af4da0-2b0d-4bdf-b203-ecab540e38bd - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:46.696 6477 WARNING octavia.api.root_controller [req-b2af4da0-2b0d-4bdf-b203-ecab540e38bd - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:46.760 6477 INFO octavia.api.v2.controllers.load_balancer [req-618c43d7-f752-4331-aa39-08809c68c5bb - - - - -] Sending created Load Balancer c9cd9ef2-e530-42dc-a3e0-a999234ebfe5 to the handler 2019-02-07 04:12:46.793 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:46.794 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vgpqztzjcc 2019-02-07 04:12:46.796 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_get_all_return_value [0.336315s] ... ok 2019-02-07 04:12:46.790 6477 INFO oslo_db.sqlalchemy.provision [req-618c43d7-f752-4331-aa39-08809c68c5bb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:46.792 6477 INFO oslo_db.sqlalchemy.provision [req-618c43d7-f752-4331-aa39-08809c68c5bb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nvhntgggxc 2019-02-07 04:12:46.792 6477 INFO oslo_db.sqlalchemy.provision [req-618c43d7-f752-4331-aa39-08809c68c5bb - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_l7policy_redirect_pool_one_rule [0.212373s] ... ok 2019-02-07 04:12:46.795 6477 INFO oslo_db.sqlalchemy.provision [req-618c43d7-f752-4331-aa39-08809c68c5bb - - - - -] CREATE BACKEND sqlite:// TOKEN fehovcocro 2019-02-07 04:12:46.799 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN pcvcvcmvjo 2019-02-07 04:12:46.900 6477 INFO octavia.common.config [req-618c43d7-f752-4331-aa39-08809c68c5bb - - - - -] Logging enabled! 2019-02-07 04:12:46.901 6477 INFO octavia.common.config [req-618c43d7-f752-4331-aa39-08809c68c5bb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:46.923 6477 WARNING octavia.api.root_controller [req-618c43d7-f752-4331-aa39-08809c68c5bb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:46.948 6477 INFO octavia.api.v2.controllers.load_balancer [req-af05cec7-b6c6-4c26-ada4-f2d932e55dc2 - - - - -] Sending created Load Balancer c1f4307d-3b80-4bd5-8a93-683c08bb6604 to the handler 2019-02-07 04:12:46.972 6477 INFO oslo_db.sqlalchemy.provision [req-af05cec7-b6c6-4c26-ada4-f2d932e55dc2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:46.974 6477 INFO oslo_db.sqlalchemy.provision [req-af05cec7-b6c6-4c26-ada4-f2d932e55dc2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fehovcocro 2019-02-07 04:12:46.974 6477 INFO oslo_db.sqlalchemy.provision [req-af05cec7-b6c6-4c26-ada4-f2d932e55dc2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_many_listeners [0.185854s] ... ok 2019-02-07 04:12:46.981 6477 INFO oslo_db.sqlalchemy.provision [req-af05cec7-b6c6-4c26-ada4-f2d932e55dc2 - - - - -] CREATE BACKEND sqlite:// TOKEN bizmyvdaff 2019-02-07 04:12:47.052 6477 INFO octavia.common.config [req-af05cec7-b6c6-4c26-ada4-f2d932e55dc2 - - - - -] Logging enabled! 2019-02-07 04:12:47.052 6477 INFO octavia.common.config [req-af05cec7-b6c6-4c26-ada4-f2d932e55dc2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:47.073 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:47.074 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pcvcvcmvjo 2019-02-07 04:12:47.076 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_reorder_policies [0.279555s] ... ok 2019-02-07 04:12:47.079 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN zgkbtadqdp 2019-02-07 04:12:47.075 6477 WARNING octavia.api.root_controller [req-af05cec7-b6c6-4c26-ada4-f2d932e55dc2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:47.093 6477 INFO octavia.api.v2.controllers.load_balancer [req-0caad7ca-e104-433b-89c1-16a2eff5461d - - - - -] Sending created Load Balancer fd9012a1-e7fa-44ae-b231-ab8866813547 to the handler 2019-02-07 04:12:47.113 6477 INFO oslo_db.sqlalchemy.provision [req-0caad7ca-e104-433b-89c1-16a2eff5461d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:47.114 6477 INFO oslo_db.sqlalchemy.provision [req-0caad7ca-e104-433b-89c1-16a2eff5461d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bizmyvdaff 2019-02-07 04:12:47.115 6477 INFO oslo_db.sqlalchemy.provision [req-0caad7ca-e104-433b-89c1-16a2eff5461d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener [0.136465s] ... ok 2019-02-07 04:12:47.118 6477 INFO oslo_db.sqlalchemy.provision [req-0caad7ca-e104-433b-89c1-16a2eff5461d - - - - -] CREATE BACKEND sqlite:// TOKEN wxwgdmkaqd 2019-02-07 04:12:47.195 6477 INFO octavia.common.config [req-0caad7ca-e104-433b-89c1-16a2eff5461d - - - - -] Logging enabled! 2019-02-07 04:12:47.196 6477 INFO octavia.common.config [req-0caad7ca-e104-433b-89c1-16a2eff5461d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:47.219 6477 WARNING octavia.api.root_controller [req-0caad7ca-e104-433b-89c1-16a2eff5461d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:47.217 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:47.219 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zgkbtadqdp 2019-02-07 04:12:47.219 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_action_rdr_url_to_redirect_pool [0.143021s] ... ok 2019-02-07 04:12:47.246 6477 INFO octavia.api.v2.controllers.load_balancer [req-168b0f3e-cf09-4253-8129-f7332ffd0d18 - - - - -] Sending created Load Balancer 644fd61b-6756-45e6-b47b-433707d9da9c to the handler 2019-02-07 04:12:47.222 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN qlfooktysy 2019-02-07 04:12:47.269 6477 INFO oslo_db.sqlalchemy.provision [req-168b0f3e-cf09-4253-8129-f7332ffd0d18 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:47.271 6477 INFO oslo_db.sqlalchemy.provision [req-168b0f3e-cf09-4253-8129-f7332ffd0d18 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wxwgdmkaqd 2019-02-07 04:12:47.271 6477 INFO oslo_db.sqlalchemy.provision [req-168b0f3e-cf09-4253-8129-f7332ffd0d18 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_load_balancer.TestLoadBalancerGraph.test_with_one_listener_sni_containers [0.156128s] ... ok 2019-02-07 04:12:47.274 6477 INFO oslo_db.sqlalchemy.provision [req-168b0f3e-cf09-4253-8129-f7332ffd0d18 - - - - -] CREATE BACKEND sqlite:// TOKEN sjftbmafwi 2019-02-07 04:12:47.348 6477 INFO octavia.common.config [req-168b0f3e-cf09-4253-8129-f7332ffd0d18 - - - - -] Logging enabled! 2019-02-07 04:12:47.349 6477 INFO octavia.common.config [req-168b0f3e-cf09-4253-8129-f7332ffd0d18 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:47.346 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:47.348 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qlfooktysy 2019-02-07 04:12:47.348 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_action_rdr_url_to_reject [0.128934s] ... ok 2019-02-07 04:12:47.371 6477 WARNING octavia.api.root_controller [req-168b0f3e-cf09-4253-8129-f7332ffd0d18 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:47.351 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN bsjniuqnmf 2019-02-07 04:12:47.385 6477 INFO octavia.api.v2.controllers.load_balancer [req-2603499b-85ef-4b2e-a00d-034ddc7e156e - - - - -] Sending created Load Balancer fc8d3c6c-a7d3-4323-9dcb-5d764dc243c8 to the handler 2019-02-07 04:12:47.444 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:47.446 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bsjniuqnmf 2019-02-07 04:12:47.447 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_bad_id [0.098402s] ... ok 2019-02-07 04:12:47.450 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN psparwvqpb 2019-02-07 04:12:47.506 6477 INFO octavia.api.v2.controllers.listener [req-5a250302-e9d3-44ac-9a5e-d1d2b96628e1 - - - - -] Sending Creation of Listener 863584ed-2475-4b7f-9287-2991ba0805c0 to handler 2019-02-07 04:12:47.586 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:47.588 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN psparwvqpb 2019-02-07 04:12:47.588 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_reject_to_rdr_pool [0.141194s] ... ok 2019-02-07 04:12:47.591 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN upfunfgnin 2019-02-07 04:12:47.644 6477 INFO octavia.api.v2.controllers.pool [req-7266d618-a533-4e04-a4d8-fb478caf9f11 - - - - -] Sending Creation of Pool 4af9a5c5-6da6-4748-ad24-7ba46e3d4a35 to handler 2019-02-07 04:12:47.718 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:47.719 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN upfunfgnin 2019-02-07 04:12:47.720 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_reject_to_rdr_url [0.131404s] ... ok 2019-02-07 04:12:47.723 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN dyozseasld 2019-02-07 04:12:47.824 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:47.826 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dyozseasld 2019-02-07 04:12:47.826 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_bad_rule_type [0.106134s] ... ok 2019-02-07 04:12:47.829 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN mhseymvqwi 2019-02-07 04:12:47.874 6477 INFO octavia.api.v2.controllers.pool [req-a6241217-e025-401d-a316-349ba3b0c1e9 - - - - -] Sending Creation of Pool 38ed4a9a-173d-49c6-a450-325f7a4d6f8a to handler 2019-02-07 04:12:47.931 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:47.932 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mhseymvqwi 2019-02-07 04:12:47.933 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule_bad_compare_type [0.106341s] ... ok 2019-02-07 04:12:47.940 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN xwaokcxach 2019-02-07 04:12:48.038 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:48.040 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xwaokcxach 2019-02-07 04:12:48.040 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule_invalid_key [0.107116s] ... ok 2019-02-07 04:12:48.043 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN phlmskmkwz 2019-02-07 04:12:48.070 6477 INFO oslo_db.sqlalchemy.provision [req-ea67ebcb-3fd1-48ae-8951-d9796f07f297 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:48.071 6477 INFO oslo_db.sqlalchemy.provision [req-ea67ebcb-3fd1-48ae-8951-d9796f07f297 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sjftbmafwi 2019-02-07 04:12:48.072 6477 INFO oslo_db.sqlalchemy.provision [req-ea67ebcb-3fd1-48ae-8951-d9796f07f297 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_bad_create [0.800410s] ... ok 2019-02-07 04:12:48.074 6477 INFO oslo_db.sqlalchemy.provision [req-ea67ebcb-3fd1-48ae-8951-d9796f07f297 - - - - -] CREATE BACKEND sqlite:// TOKEN ikkoitommr 2019-02-07 04:12:48.145 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:48.146 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN phlmskmkwz 2019-02-07 04:12:48.147 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule_invalid_value_string [0.106617s] ... ok 2019-02-07 04:12:48.149 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN hdtnvrgvva 2019-02-07 04:12:48.168 6477 INFO octavia.common.config [req-ea67ebcb-3fd1-48ae-8951-d9796f07f297 - - - - -] Logging enabled! 2019-02-07 04:12:48.180 6477 INFO octavia.common.config [req-ea67ebcb-3fd1-48ae-8951-d9796f07f297 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:48.202 6477 WARNING octavia.api.root_controller [req-ea67ebcb-3fd1-48ae-8951-d9796f07f297 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:48.216 6477 INFO octavia.api.v2.controllers.load_balancer [req-df850e7f-b14b-4fb1-89dc-259460284626 - - - - -] Sending created Load Balancer 29d27db8-f4d2-4a83-b0d6-7f052d73df51 to the handler 2019-02-07 04:12:48.269 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:48.271 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hdtnvrgvva 2019-02-07 04:12:48.272 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule_no_key [0.124863s] ... ok 2019-02-07 04:12:48.274 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN nnsmxusegg 2019-02-07 04:12:48.351 6477 INFO octavia.api.v2.controllers.listener [req-a132c00b-8046-4690-8a52-0da8efa978d7 - - - - -] Sending Creation of Listener 0e7cc443-3651-4204-b759-ab46256eaa86 to handler 2019-02-07 04:12:48.377 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:48.379 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nnsmxusegg 2019-02-07 04:12:48.379 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_file_type_rule_invalid_value_string [0.106997s] ... ok 2019-02-07 04:12:48.382 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN iycorvstii 2019-02-07 04:12:48.494 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:48.497 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iycorvstii 2019-02-07 04:12:48.497 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule [0.117880s] ... ok 2019-02-07 04:12:48.500 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN lpeouhgnxb 2019-02-07 04:12:48.516 6477 INFO octavia.api.v2.controllers.pool [req-82a23d51-e9cd-4186-8b7b-daab703828e6 - - - - -] Sending Creation of Pool a20c9c6f-236f-4371-bc41-c3224205c7bc to handler 2019-02-07 04:12:48.600 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:48.602 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lpeouhgnxb 2019-02-07 04:12:48.602 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule_invalid_key [0.105067s] ... ok 2019-02-07 04:12:48.609 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN npodgivebj 2019-02-07 04:12:48.707 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:48.708 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN npodgivebj 2019-02-07 04:12:48.708 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_host_name_rule_bad_compare_type [0.106289s] ... ok 2019-02-07 04:12:48.711 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN mlaoobbdtj 2019-02-07 04:12:48.720 6477 INFO octavia.api.v2.controllers.pool [req-3142f8ae-4272-4df5-91dc-623a2fbb86f6 - - - - -] Sending Creation of Pool c13dd814-18a3-4019-880c-1293894ed1d6 to handler 2019-02-07 04:12:48.817 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:48.818 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mlaoobbdtj 2019-02-07 04:12:48.819 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_host_name_rule_invalid_value_string [0.109933s] ... ok 2019-02-07 04:12:48.821 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN sjrtrztiap 2019-02-07 04:12:48.895 6477 ERROR octavia.api.v2.controllers.base [req-7f1d130e-fa73-4c9a-8063-b7e695cd9648 - - - - -] Member ad04e652-2d46-43ff-b165-a375ed6f2521 not found: None 2019-02-07 04:12:48.895 6477 ERROR octavia.api.v2.controllers.base None 2019-02-07 04:12:48.895 6477 ERROR octavia.api.v2.controllers.base 2019-02-07 04:12:48.909 6477 INFO oslo_db.sqlalchemy.provision [req-7f1d130e-fa73-4c9a-8063-b7e695cd9648 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:48.910 6477 INFO oslo_db.sqlalchemy.provision [req-7f1d130e-fa73-4c9a-8063-b7e695cd9648 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ikkoitommr 2019-02-07 04:12:48.911 6477 INFO oslo_db.sqlalchemy.provision [req-7f1d130e-fa73-4c9a-8063-b7e695cd9648 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_bad_delete [0.838993s] ... ok 2019-02-07 04:12:48.914 6477 INFO oslo_db.sqlalchemy.provision [req-7f1d130e-fa73-4c9a-8063-b7e695cd9648 - - - - -] CREATE BACKEND sqlite:// TOKEN mxzgjxdpho 2019-02-07 04:12:48.933 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:48.934 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sjrtrztiap 2019-02-07 04:12:48.935 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_path_rule [0.115916s] ... ok 2019-02-07 04:12:48.937 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN oepdtyexpv 2019-02-07 04:12:48.988 6477 INFO octavia.common.config [req-7f1d130e-fa73-4c9a-8063-b7e695cd9648 - - - - -] Logging enabled! 2019-02-07 04:12:48.988 6477 INFO octavia.common.config [req-7f1d130e-fa73-4c9a-8063-b7e695cd9648 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:49.011 6477 WARNING octavia.api.root_controller [req-7f1d130e-fa73-4c9a-8063-b7e695cd9648 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:49.025 6477 INFO octavia.api.v2.controllers.load_balancer [req-65cc24cd-b5ca-4577-8b4a-1b4edd411bfb - - - - -] Sending created Load Balancer a53e8ec3-b36f-45ae-a964-7cf6b5a4c03b to the handler 2019-02-07 04:12:49.040 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:49.041 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oepdtyexpv 2019-02-07 04:12:49.042 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_path_rule_bad_compare_type [0.106715s] ... ok 2019-02-07 04:12:49.044 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN xxvsjjbqzx 2019-02-07 04:12:49.146 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:49.147 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xxvsjjbqzx 2019-02-07 04:12:49.148 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_path_rule_invalid_value_string [0.106283s] ... ok 2019-02-07 04:12:49.151 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN kzvubfsyak 2019-02-07 04:12:49.210 6477 INFO octavia.api.v2.controllers.listener [req-0060fec6-a235-4edc-aa02-9481ceb801d0 - - - - -] Sending Creation of Listener b3b94206-ba0d-44ac-97b1-d4fff8b10e74 to handler 2019-02-07 04:12:49.262 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:49.264 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kzvubfsyak 2019-02-07 04:12:49.264 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_without_id [0.119034s] ... ok 2019-02-07 04:12:49.270 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN llszohmlrg 2019-02-07 04:12:49.342 6477 INFO octavia.api.v2.controllers.pool [req-cc4883d8-c5a8-45ca-8c4d-a7166adf8307 - - - - -] Sending Creation of Pool 1f3ab792-938b-4593-aa48-b35d6faf3b7e to handler 2019-02-07 04:12:49.462 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:49.464 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN llszohmlrg 2019-02-07 04:12:49.464 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_get_all [0.200839s] ... ok 2019-02-07 04:12:49.471 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN xzvuuhqhwn 2019-02-07 04:12:49.501 6477 INFO octavia.api.v2.controllers.pool [req-2a1d243f-0e16-42f9-9bdf-b32de763c580 - - - - -] Sending Creation of Pool 02dfd49d-d39d-496e-8d1d-38042f7993ef to handler 2019-02-07 04:12:49.591 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:49.592 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xzvuuhqhwn 2019-02-07 04:12:49.592 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_update [0.124152s] ... ok 2019-02-07 04:12:49.601 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN mwttstccci 2019-02-07 04:12:49.653 6477 ERROR octavia.api.v2.controllers.base [req-79563be9-44bd-498c-a45d-4f8a1e70338d - - - - -] Member 983193af-2310-47bd-aaef-d6d17a2609cb not found: None 2019-02-07 04:12:49.653 6477 ERROR octavia.api.v2.controllers.base None 2019-02-07 04:12:49.653 6477 ERROR octavia.api.v2.controllers.base 2019-02-07 04:12:49.667 6477 INFO oslo_db.sqlalchemy.provision [req-79563be9-44bd-498c-a45d-4f8a1e70338d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:49.668 6477 INFO oslo_db.sqlalchemy.provision [req-79563be9-44bd-498c-a45d-4f8a1e70338d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mxzgjxdpho 2019-02-07 04:12:49.669 6477 INFO oslo_db.sqlalchemy.provision [req-79563be9-44bd-498c-a45d-4f8a1e70338d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_bad_get [0.757874s] ... ok 2019-02-07 04:12:49.672 6477 INFO oslo_db.sqlalchemy.provision [req-79563be9-44bd-498c-a45d-4f8a1e70338d - - - - -] CREATE BACKEND sqlite:// TOKEN ccbxzyharj 2019-02-07 04:12:49.697 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:49.699 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mwttstccci 2019-02-07 04:12:49.699 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_get [0.106469s] ... ok 2019-02-07 04:12:49.702 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN hwgmnxrkbv 2019-02-07 04:12:49.744 6477 INFO octavia.common.config [req-79563be9-44bd-498c-a45d-4f8a1e70338d - - - - -] Logging enabled! 2019-02-07 04:12:49.745 6477 INFO octavia.common.config [req-79563be9-44bd-498c-a45d-4f8a1e70338d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:49.768 6477 WARNING octavia.api.root_controller [req-79563be9-44bd-498c-a45d-4f8a1e70338d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:49.782 6477 INFO octavia.api.v2.controllers.load_balancer [req-b9b4f424-d588-4a6b-be9c-57308b45dc79 - - - - -] Sending created Load Balancer 3e031b3a-ec75-4d59-86e4-dac1bfc2748d to the handler 2019-02-07 04:12:49.813 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:49.814 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hwgmnxrkbv 2019-02-07 04:12:49.816 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_replace [0.117029s] ... ok 2019-02-07 04:12:49.819 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN teczjrhwjy 2019-02-07 04:12:49.922 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:49.923 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN teczjrhwjy 2019-02-07 04:12:49.924 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_update [0.107068s] ... ok 2019-02-07 04:12:49.915 6477 INFO octavia.api.v2.controllers.listener [req-9946b015-f3a9-494e-b4fe-ed1cd5ae2d19 - - - - -] Sending Creation of Listener bdc4e614-a582-4e2d-9bcd-3555003f799c to handler 2019-02-07 04:12:49.932 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN ibsrgtazok 2019-02-07 04:12:50.018 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:50.020 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ibsrgtazok 2019-02-07 04:12:50.020 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_check_load_balancer_expired_default_exp_age [0.096282s] ... ok 2019-02-07 04:12:50.023 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN aiyzaaqeiv 2019-02-07 04:12:50.051 6477 INFO octavia.api.v2.controllers.pool [req-90e9f147-a549-4246-a2df-7f7e8bab3e2a - - - - -] Sending Creation of Pool 40b744dd-98a4-4937-a403-fead5f3f1f32 to handler 2019-02-07 04:12:50.114 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:50.117 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aiyzaaqeiv 2019-02-07 04:12:50.117 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_check_load_balancer_expired_with_exp_age [0.096791s] ... ok 2019-02-07 04:12:50.120 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN ogetjxftiu 2019-02-07 04:12:50.208 6477 INFO octavia.api.v2.controllers.pool [req-5cc337e7-2d6a-4ff1-a97f-759d15bd0757 - - - - -] Sending Creation of Pool 56443b3b-aca1-435f-af8a-aa1ef578390c to handler 2019-02-07 04:12:50.204 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:50.207 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ogetjxftiu 2019-02-07 04:12:50.207 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_create [0.090073s] ... ok 2019-02-07 04:12:50.210 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN oqkqebcbyt 2019-02-07 04:12:50.300 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:50.301 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oqkqebcbyt 2019-02-07 04:12:50.302 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete [0.094391s] ... ok 2019-02-07 04:12:50.310 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN lgtsjpppxj 2019-02-07 04:12:50.382 6477 INFO octavia.api.v2.controllers.member [req-dab6bae3-2a58-430c-bdeb-baad9d1e2836 - - - - -] Sending Creation of Member ac334276-d094-4e4e-8b35-fb1b0e1304bc to handler 2019-02-07 04:12:50.417 6477 INFO oslo_db.sqlalchemy.provision [req-48a4c449-500f-44c7-9c06-32037ff3d96f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:50.419 6477 INFO oslo_db.sqlalchemy.provision [req-48a4c449-500f-44c7-9c06-32037ff3d96f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ccbxzyharj 2019-02-07 04:12:50.419 6477 INFO oslo_db.sqlalchemy.provision [req-48a4c449-500f-44c7-9c06-32037ff3d96f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_bad_update [0.750213s] ... ok 2019-02-07 04:12:50.427 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:50.428 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lgtsjpppxj 2019-02-07 04:12:50.429 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_all_children [0.126721s] ... ok 2019-02-07 04:12:50.431 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN ejwvsqooey 2019-02-07 04:12:50.422 6477 INFO oslo_db.sqlalchemy.provision [req-48a4c449-500f-44c7-9c06-32037ff3d96f - - - - -] CREATE BACKEND sqlite:// TOKEN dlazpupmvw 2019-02-07 04:12:50.494 6477 INFO octavia.common.config [req-48a4c449-500f-44c7-9c06-32037ff3d96f - - - - -] Logging enabled! 2019-02-07 04:12:50.495 6477 INFO octavia.common.config [req-48a4c449-500f-44c7-9c06-32037ff3d96f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:50.543 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:50.546 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ejwvsqooey 2019-02-07 04:12:50.546 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_many_amphora [0.117689s] ... ok 2019-02-07 04:12:50.549 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN nnlmsabtqz 2019-02-07 04:12:50.517 6477 WARNING octavia.api.root_controller [req-48a4c449-500f-44c7-9c06-32037ff3d96f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:50.531 6477 INFO octavia.api.v2.controllers.load_balancer [req-98071148-1da0-42c3-aec6-d9d26f2ec62f - - - - -] Sending created Load Balancer 88faec0f-6b88-4d50-9095-f61430488190 to the handler 2019-02-07 04:12:50.647 6477 INFO octavia.api.v2.controllers.listener [req-b4b37ecb-772f-4275-a8c8-e89d616a82d4 - - - - -] Sending Creation of Listener 7ed1d1cc-2d96-41f7-800a-a288f2b6bd37 to handler 2019-02-07 04:12:50.669 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:50.671 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nnlmsabtqz 2019-02-07 04:12:50.671 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_many_listeners [0.124613s] ... ok 2019-02-07 04:12:50.674 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN olgjotgplx 2019-02-07 04:12:50.773 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:50.774 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN olgjotgplx 2019-02-07 04:12:50.774 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_vip [0.105695s] ... ok 2019-02-07 04:12:50.780 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN knpcpwmkrn 2019-02-07 04:12:50.842 6477 INFO octavia.api.v2.controllers.pool [req-ad23c955-837a-4980-ad51-39d13412cbed - - - - -] Sending Creation of Pool 7c900006-3f95-4952-91a8-6ca17c150831 to handler 2019-02-07 04:12:50.869 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:50.870 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN knpcpwmkrn 2019-02-07 04:12:50.870 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_get [0.093198s] ... ok 2019-02-07 04:12:50.873 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN onrhdgdhmg 2019-02-07 04:12:50.966 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:50.967 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN onrhdgdhmg 2019-02-07 04:12:50.967 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_set_status_for_failover_immutable [0.096733s] ... ok 2019-02-07 04:12:50.970 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN cjugzaufgo 2019-02-07 04:12:51.022 6477 INFO octavia.api.v2.controllers.pool [req-7a4877c2-5558-46b4-8083-9da7dbb73368 - - - - -] Sending Creation of Pool 3a0af9f6-707e-4064-8e5b-5644a8ecf312 to handler 2019-02-07 04:12:51.062 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:51.064 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cjugzaufgo 2019-02-07 04:12:51.064 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_set_status_for_failover_immutable_raise [0.100693s] ... ok 2019-02-07 04:12:51.071 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN lanipsdoqz 2019-02-07 04:12:51.159 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:51.161 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lanipsdoqz 2019-02-07 04:12:51.161 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_set_status_for_failover_mutable [0.092868s] ... ok 2019-02-07 04:12:51.164 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN abezybwjlw 2019-02-07 04:12:51.240 6477 INFO oslo_db.sqlalchemy.provision [req-b422669f-1067-44ff-af03-a1baaba1823e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:51.242 6477 INFO oslo_db.sqlalchemy.provision [req-b422669f-1067-44ff-af03-a1baaba1823e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dlazpupmvw 2019-02-07 04:12:51.242 6477 INFO oslo_db.sqlalchemy.provision [req-b422669f-1067-44ff-af03-a1baaba1823e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_create_bad_port_number [0.822797s] ... ok 2019-02-07 04:12:51.258 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:51.259 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN abezybwjlw 2019-02-07 04:12:51.260 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_test_and_set_provisioning_status_error_on_delete [0.098199s] ... ok 2019-02-07 04:12:51.262 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN ybgvoevyui 2019-02-07 04:12:51.249 6477 INFO oslo_db.sqlalchemy.provision [req-b422669f-1067-44ff-af03-a1baaba1823e - - - - -] CREATE BACKEND sqlite:// TOKEN wpnqqoyvrq 2019-02-07 04:12:51.318 6477 INFO octavia.common.config [req-b422669f-1067-44ff-af03-a1baaba1823e - - - - -] Logging enabled! 2019-02-07 04:12:51.318 6477 INFO octavia.common.config [req-b422669f-1067-44ff-af03-a1baaba1823e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:51.340 6477 WARNING octavia.api.root_controller [req-b422669f-1067-44ff-af03-a1baaba1823e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:51.357 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:51.358 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ybgvoevyui 2019-02-07 04:12:51.358 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_test_and_set_provisioning_status_mutable [0.098529s] ... ok 2019-02-07 04:12:51.355 6477 INFO octavia.api.v2.controllers.load_balancer [req-3c109280-d677-49ba-ba2b-dbf5c6d6ee96 - - - - -] Sending created Load Balancer b0965acd-39cb-4081-b117-3cd289b5547b to the handler 2019-02-07 04:12:51.361 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN lptrectkpf 2019-02-07 04:12:51.458 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:51.459 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lptrectkpf 2019-02-07 04:12:51.460 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_create [0.101261s] ... ok 2019-02-07 04:12:51.462 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN ghjjajmwoh 2019-02-07 04:12:51.471 6477 INFO octavia.api.v2.controllers.listener [req-9fd15c55-0157-4c05-a715-5e95a787fdf1 - - - - -] Sending Creation of Listener f8c3b71f-b7f8-49ac-afa5-36dab2ef06e6 to handler 2019-02-07 04:12:51.564 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:51.566 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ghjjajmwoh 2019-02-07 04:12:51.566 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_delete [0.106044s] ... ok 2019-02-07 04:12:51.569 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN fvpcsdjjat 2019-02-07 04:12:51.599 6477 INFO octavia.api.v2.controllers.pool [req-50a619c0-0441-4239-8a98-36e3dd2d2c38 - - - - -] Sending Creation of Pool eeeabc10-b29b-4c80-81a4-fb39fbfe31d5 to handler 2019-02-07 04:12:51.664 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:51.667 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fvpcsdjjat 2019-02-07 04:12:51.667 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_get [0.101234s] ... ok 2019-02-07 04:12:51.670 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN iuzbcldpga 2019-02-07 04:12:51.757 6477 INFO octavia.api.v2.controllers.pool [req-5bc40f41-fbdd-4912-b9e9-a4f73d31c41f - - - - -] Sending Creation of Pool 04c40987-62b0-46eb-867b-d4b1291cef82 to handler 2019-02-07 04:12:51.809 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:51.810 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iuzbcldpga 2019-02-07 04:12:51.811 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_get_all [0.143294s] ... ok 2019-02-07 04:12:51.814 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN tfiwgmkmbt 2019-02-07 04:12:51.936 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:51.938 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tfiwgmkmbt 2019-02-07 04:12:51.938 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_update_pool_members [0.127278s] ... ok 2019-02-07 04:12:51.941 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN lyhogdurcr 2019-02-07 04:12:51.942 6477 INFO octavia.api.v2.controllers.member [req-d80901cd-496e-4cb1-95ad-4c9e8eb9ce04 - - - - -] Sending Full Member Update to handler 2019-02-07 04:12:52.037 6477 INFO oslo_db.sqlalchemy.provision [req-d91e06d6-11ce-48d7-9591-283617ec57b8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:52.038 6477 INFO oslo_db.sqlalchemy.provision [req-d91e06d6-11ce-48d7-9591-283617ec57b8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wpnqqoyvrq 2019-02-07 04:12:52.039 6477 INFO oslo_db.sqlalchemy.provision [req-d91e06d6-11ce-48d7-9591-283617ec57b8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_create_batch_members [0.796351s] ... ok 2019-02-07 04:12:52.041 6477 INFO oslo_db.sqlalchemy.provision [req-d91e06d6-11ce-48d7-9591-283617ec57b8 - - - - -] CREATE BACKEND sqlite:// TOKEN lmfjwpljwj 2019-02-07 04:12:52.061 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:52.063 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lyhogdurcr 2019-02-07 04:12:52.063 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_create [0.124824s] ... ok 2019-02-07 04:12:52.074 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN mzowaaqaej 2019-02-07 04:12:52.182 6477 INFO octavia.common.config [req-d91e06d6-11ce-48d7-9591-283617ec57b8 - - - - -] Logging enabled! 2019-02-07 04:12:52.182 6477 INFO octavia.common.config [req-d91e06d6-11ce-48d7-9591-283617ec57b8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:52.196 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:52.198 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mzowaaqaej 2019-02-07 04:12:52.198 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_delete [0.134894s] ... ok 2019-02-07 04:12:52.201 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN nuggpopuph 2019-02-07 04:12:52.214 6477 WARNING octavia.api.root_controller [req-d91e06d6-11ce-48d7-9591-283617ec57b8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:52.232 6477 INFO octavia.api.v2.controllers.load_balancer [req-a5df31ca-9221-4ab0-843f-3ca49a61c908 - - - - -] Sending created Load Balancer 6466fb7d-c6f5-43ad-9321-fc4a71c91ff4 to the handler 2019-02-07 04:12:52.381 6477 INFO octavia.api.v2.controllers.listener [req-2eea6036-b241-4b3e-99c6-5fe5fe3e3f63 - - - - -] Sending Creation of Listener b849fbcf-6cf5-441f-b162-eb3438a1439e to handler 2019-02-07 04:12:52.406 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:52.410 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nuggpopuph 2019-02-07 04:12:52.410 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_delete_with_member [0.211590s] ... ok 2019-02-07 04:12:52.413 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN hhapolekzp 2019-02-07 04:12:52.510 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:52.512 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hhapolekzp 2019-02-07 04:12:52.512 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_delete_with_session_persistence [0.101887s] ... ok 2019-02-07 04:12:52.516 6477 INFO octavia.api.v2.controllers.pool [req-a9bc958f-08bd-4ac2-a498-de571f3531be - - - - -] Sending Creation of Pool f67d6a47-a580-45e5-a194-5a5fcb4de7a7 to handler 2019-02-07 04:12:52.519 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN kuuytoptfl 2019-02-07 04:12:52.650 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:52.651 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kuuytoptfl 2019-02-07 04:12:52.651 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_get_all [0.139223s] ... ok 2019-02-07 04:12:52.654 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN crgyglslkn 2019-02-07 04:12:52.672 6477 INFO octavia.api.v2.controllers.pool [req-7f3d4b03-c036-4f41-a574-10daffb373e7 - - - - -] Sending Creation of Pool 389d28ef-6709-43ed-bd5c-b469369749a0 to handler 2019-02-07 04:12:52.840 6477 INFO oslo_db.sqlalchemy.provision [req-e62335b6-14e0-475a-904f-49aa0c8409d8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:52.842 6477 INFO oslo_db.sqlalchemy.provision [req-e62335b6-14e0-475a-904f-49aa0c8409d8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lmfjwpljwj 2019-02-07 04:12:52.842 6477 INFO oslo_db.sqlalchemy.provision [req-e62335b6-14e0-475a-904f-49aa0c8409d8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_create_not_authorized [0.803576s] ... ok 2019-02-07 04:12:52.850 6477 INFO oslo_db.sqlalchemy.provision [req-e62335b6-14e0-475a-904f-49aa0c8409d8 - - - - -] CREATE BACKEND sqlite:// TOKEN sfvpmcobvl 2019-02-07 04:12:52.892 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:52.893 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN crgyglslkn 2019-02-07 04:12:52.894 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_get_all_return_value [0.242151s] ... ok 2019-02-07 04:12:52.901 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN rmvhilwtlj 2019-02-07 04:12:52.920 6477 INFO octavia.common.config [req-e62335b6-14e0-475a-904f-49aa0c8409d8 - - - - -] Logging enabled! 2019-02-07 04:12:52.921 6477 INFO octavia.common.config [req-e62335b6-14e0-475a-904f-49aa0c8409d8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:52.943 6477 WARNING octavia.api.root_controller [req-e62335b6-14e0-475a-904f-49aa0c8409d8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:52.957 6477 INFO octavia.api.v2.controllers.load_balancer [req-9d7d9688-8e9b-4609-ab6c-2997158d144c - - - - -] Sending created Load Balancer 029b2dc5-6ace-40c7-89ab-a42f57e93d44 to the handler 2019-02-07 04:12:52.988 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:52.989 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rmvhilwtlj 2019-02-07 04:12:52.989 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.SNIRepositoryTest.test_create [0.095504s] ... ok 2019-02-07 04:12:52.992 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN sjfrgzytjd 2019-02-07 04:12:53.077 6477 INFO octavia.api.v2.controllers.listener [req-93b59c76-ec7d-47d2-9207-3eb4a6c977d9 - - - - -] Sending Creation of Listener 0429c3e8-127e-4d17-89f3-4cd3529a4949 to handler 2019-02-07 04:12:53.086 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:53.087 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sjfrgzytjd 2019-02-07 04:12:53.087 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.SNIRepositoryTest.test_get [0.097679s] ... ok 2019-02-07 04:12:53.090 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN txdwhsxgzl 2019-02-07 04:12:53.181 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:53.183 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN txdwhsxgzl 2019-02-07 04:12:53.184 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.SessionPersistenceRepositoryTest.test_create [0.096140s] ... ok 2019-02-07 04:12:53.191 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN mxiwiuybko 2019-02-07 04:12:53.209 6477 INFO octavia.api.v2.controllers.pool [req-d16ebcdb-f0c9-46bd-8907-8cb32e6ed6b4 - - - - -] Sending Creation of Pool f9b143ec-3300-4c42-a56a-e6b26bba84bc to handler 2019-02-07 04:12:53.285 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:53.286 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mxiwiuybko 2019-02-07 04:12:53.287 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.SessionPersistenceRepositoryTest.test_delete [0.102966s] ... ok 2019-02-07 04:12:53.290 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN vjutktomuh 2019-02-07 04:12:53.441 6477 INFO octavia.api.v2.controllers.pool [req-9d0e1b6a-f3d8-41c7-802b-628a0ee5fa18 - - - - -] Sending Creation of Pool 142d9f6f-3552-4b82-ac34-6233b256f500 to handler 2019-02-07 04:12:53.533 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:53.536 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vjutktomuh 2019-02-07 04:12:53.536 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.SessionPersistenceRepositoryTest.test_get_all_return_value [0.249591s] ... ok 2019-02-07 04:12:53.539 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN rdplbkvyxu 2019-02-07 04:12:53.635 6477 INFO octavia.api.v2.controllers.member [req-4b6f8ab8-637c-4a87-a70b-00627844f513 - - - - -] Sending Creation of Member b64942ce-60c2-495f-abf7-ddf2221edebf to handler 2019-02-07 04:12:53.651 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:53.653 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rdplbkvyxu 2019-02-07 04:12:53.653 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_create_2_sni_containers [0.116232s] ... ok 2019-02-07 04:12:53.656 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN duwtrccxhe 2019-02-07 04:12:53.763 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:53.765 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN duwtrccxhe 2019-02-07 04:12:53.765 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_create_no_peer_port [0.112143s] ... ok 2019-02-07 04:12:53.781 6477 INFO octavia.api.v2.controllers.load_balancer [req-9c8b9b0a-67e6-449a-8987-7122add0dfcc - - - - -] Sending deleted Load Balancer 029b2dc5-6ace-40c7-89ab-a42f57e93d44 to the handler 2019-02-07 04:12:53.768 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN ulukmwuslu 2019-02-07 04:12:53.823 6477 INFO octavia.api.v2.controllers.member [req-32fc2cab-5c7a-438f-87f5-4a50acb83eca - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:12:53.834 6477 INFO oslo_db.sqlalchemy.provision [req-32fc2cab-5c7a-438f-87f5-4a50acb83eca - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:53.835 6477 INFO oslo_db.sqlalchemy.provision [req-32fc2cab-5c7a-438f-87f5-4a50acb83eca - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sfvpmcobvl 2019-02-07 04:12:53.836 6477 INFO oslo_db.sqlalchemy.provision [req-32fc2cab-5c7a-438f-87f5-4a50acb83eca - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_create_when_lb_pending_delete [0.993196s] ... ok 2019-02-07 04:12:53.838 6477 INFO oslo_db.sqlalchemy.provision [req-32fc2cab-5c7a-438f-87f5-4a50acb83eca - - - - -] CREATE BACKEND sqlite:// TOKEN ixrdmgkqen 2019-02-07 04:12:53.892 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:53.893 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ulukmwuslu 2019-02-07 04:12:53.893 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_create_no_peer_port_increments [0.128074s] ... ok 2019-02-07 04:12:53.901 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN duszslblzm 2019-02-07 04:12:53.908 6477 INFO octavia.common.config [req-32fc2cab-5c7a-438f-87f5-4a50acb83eca - - - - -] Logging enabled! 2019-02-07 04:12:53.908 6477 INFO octavia.common.config [req-32fc2cab-5c7a-438f-87f5-4a50acb83eca - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:53.929 6477 WARNING octavia.api.root_controller [req-32fc2cab-5c7a-438f-87f5-4a50acb83eca - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:53.940 6477 INFO octavia.api.v2.controllers.load_balancer [req-122742b7-5bfe-48f2-acbb-708d96c3c2fa - - - - -] Sending created Load Balancer 1f97c58d-1496-4b50-8b72-bc85d9512ba5 to the handler 2019-02-07 04:12:54.001 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:54.002 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN duszslblzm 2019-02-07 04:12:54.003 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete [0.109046s] ... ok 2019-02-07 04:12:54.005 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN cluswfuxrk 2019-02-07 04:12:54.057 6477 INFO octavia.api.v2.controllers.listener [req-8ce9336e-ec47-4289-9a7a-6b1334ba60d5 - - - - -] Sending Creation of Listener 83b8325f-6e52-4a02-b7cd-f646772f51e6 to handler 2019-02-07 04:12:54.132 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:54.133 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cluswfuxrk 2019-02-07 04:12:54.134 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete_default_pool_from_beneath_listener [0.130823s] ... ok 2019-02-07 04:12:54.141 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN phgaudsxrb 2019-02-07 04:12:54.187 6477 INFO octavia.api.v2.controllers.pool [req-42ca4b01-bc52-4da5-9858-292a137ff144 - - - - -] Sending Creation of Pool 30357d59-b88a-43f2-91c0-5c3bd4918b8d to handler 2019-02-07 04:12:54.264 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:54.267 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN phgaudsxrb 2019-02-07 04:12:54.267 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete_with_pool [0.133397s] ... ok 2019-02-07 04:12:54.270 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN uflrwwbepn 2019-02-07 04:12:54.338 6477 INFO octavia.api.v2.controllers.pool [req-2f033a17-30d3-4df5-ba74-c41a4976d0af - - - - -] Sending Creation of Pool 3d7fafd6-c73c-4acc-aabb-0b8687876a79 to handler 2019-02-07 04:12:54.378 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:54.380 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uflrwwbepn 2019-02-07 04:12:54.380 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete_with_sni [0.112561s] ... ok 2019-02-07 04:12:54.383 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN jcrbgcaubo 2019-02-07 04:12:54.505 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:54.507 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jcrbgcaubo 2019-02-07 04:12:54.507 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete_with_stats [0.126993s] ... ok 2019-02-07 04:12:54.506 6477 INFO octavia.api.v2.controllers.member [req-8224c5e6-e280-4c39-9310-99077f145a3d - - - - -] Sending Creation of Member 9cd88b00-794f-4458-bcff-39225816ff71 to handler 2019-02-07 04:12:54.510 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN qgezbavyju 2019-02-07 04:12:54.659 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:54.660 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qgezbavyju 2019-02-07 04:12:54.660 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_get_all [0.153179s] ... ok 2019-02-07 04:12:54.663 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN artltnwdho 2019-02-07 04:12:54.766 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:54.768 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN artltnwdho 2019-02-07 04:12:54.768 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_update [0.107331s] ... ok 2019-02-07 04:12:54.771 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN kyynpoopks 2019-02-07 04:12:54.837 6477 INFO oslo_db.sqlalchemy.provision [req-35d7cb0e-3cb4-4c07-81d0-d8a1f8b59eeb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:54.838 6477 INFO oslo_db.sqlalchemy.provision [req-35d7cb0e-3cb4-4c07-81d0-d8a1f8b59eeb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ixrdmgkqen 2019-02-07 04:12:54.838 6477 INFO oslo_db.sqlalchemy.provision [req-35d7cb0e-3cb4-4c07-81d0-d8a1f8b59eeb - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_attached_listener [1.002631s] ... ok 2019-02-07 04:12:54.841 6477 INFO oslo_db.sqlalchemy.provision [req-35d7cb0e-3cb4-4c07-81d0-d8a1f8b59eeb - - - - -] CREATE BACKEND sqlite:// TOKEN yymnpemuut 2019-02-07 04:12:54.855 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:54.856 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kyynpoopks 2019-02-07 04:12:54.857 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.TestQuotasRepository.test_get [0.088600s] ... ok 2019-02-07 04:12:54.859 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN gwnuqwgjcz 2019-02-07 04:12:54.916 6477 INFO octavia.common.config [req-35d7cb0e-3cb4-4c07-81d0-d8a1f8b59eeb - - - - -] Logging enabled! 2019-02-07 04:12:54.917 6477 INFO octavia.common.config [req-35d7cb0e-3cb4-4c07-81d0-d8a1f8b59eeb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:54.939 6477 WARNING octavia.api.root_controller [req-35d7cb0e-3cb4-4c07-81d0-d8a1f8b59eeb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:54.953 6477 INFO octavia.api.v2.controllers.load_balancer [req-15b03e0f-2c25-48db-bd71-6db98d009314 - - - - -] Sending created Load Balancer 89088ec4-50e8-403d-8bde-92db77a5321e to the handler 2019-02-07 04:12:55.135 6477 INFO octavia.api.v2.controllers.listener [req-e1bfbeb9-2022-4d64-9cc4-776ec759b40c - - - - -] Sending Creation of Listener 5aa38465-2834-4a2d-b8b6-3d5c18189381 to handler 2019-02-07 04:12:55.170 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:55.172 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gwnuqwgjcz 2019-02-07 04:12:55.172 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.TestQuotasRepository.test_get_all_return_value [0.315086s] ... ok 2019-02-07 04:12:55.179 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN fnwenveelf 2019-02-07 04:12:55.263 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:55.266 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fnwenveelf 2019-02-07 04:12:55.267 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.TestQuotasRepository.test_update [0.094590s] ... ok 2019-02-07 04:12:55.267 6477 INFO octavia.api.v2.controllers.pool [req-e415c7b1-7e7c-440b-b61a-f7be1aaa1719 - - - - -] Sending Creation of Pool 580be42b-d699-4bb8-882f-c5bf3879896a to handler 2019-02-07 04:12:55.269 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN jehgobzddm 2019-02-07 04:12:55.421 6477 INFO octavia.api.v2.controllers.pool [req-07e09194-c7ca-40b3-bd63-94118064638f - - - - -] Sending Creation of Pool 0e39c61c-b6a3-43ea-9270-0628aa35bc27 to handler 2019-02-07 04:12:55.514 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:55.516 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jehgobzddm 2019-02-07 04:12:55.516 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.VRRPGroupRepositoryTest.test_get_all_return_value [0.249332s] ... ok 2019-02-07 04:12:55.519 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN klcaobnnmz 2019-02-07 04:12:55.586 6477 INFO oslo_db.sqlalchemy.provision [req-35d74ca8-16df-4d74-9192-3f4a701c18f7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:55.588 6477 INFO oslo_db.sqlalchemy.provision [req-35d74ca8-16df-4d74-9192-3f4a701c18f7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yymnpemuut 2019-02-07 04:12:55.588 6477 INFO oslo_db.sqlalchemy.provision [req-35d74ca8-16df-4d74-9192-3f4a701c18f7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_create_with_bad_subnet [0.749195s] ... ok 2019-02-07 04:12:55.591 6477 INFO oslo_db.sqlalchemy.provision [req-35d74ca8-16df-4d74-9192-3f4a701c18f7 - - - - -] CREATE BACKEND sqlite:// TOKEN wpuhmpjqyf 2019-02-07 04:12:55.619 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:55.621 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN klcaobnnmz 2019-02-07 04:12:55.621 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.VRRPGroupRepositoryTest.test_update [0.104656s] ... ok 2019-02-07 04:12:55.624 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] CREATE BACKEND sqlite:// TOKEN ipejlxqiwc 2019-02-07 04:12:55.667 6477 INFO octavia.common.config [req-35d74ca8-16df-4d74-9192-3f4a701c18f7 - - - - -] Logging enabled! 2019-02-07 04:12:55.668 6477 INFO octavia.common.config [req-35d74ca8-16df-4d74-9192-3f4a701c18f7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:55.699 6477 WARNING octavia.api.root_controller [req-35d74ca8-16df-4d74-9192-3f4a701c18f7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:55.710 6477 INFO octavia.api.v2.controllers.load_balancer [req-f16f47ec-0653-4711-9608-fc3abcd5be64 - - - - -] Sending created Load Balancer cb37a324-6f48-411b-8479-e2c2eaa7280f to the handler 2019-02-07 04:12:55.720 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:55.721 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ipejlxqiwc 2019-02-07 04:12:55.722 6478 INFO oslo_db.sqlalchemy.provision [req-8a9273fd-169b-4964-a84d-33db394f6099 - - - - -] DISPOSE ENGINE Engine(sqlite://) {1} octavia.tests.functional.db.test_repositories.VipRepositoryTest.test_update [0.100441s] ... ok 2019-02-07 04:12:55.853 6477 INFO octavia.api.v2.controllers.listener [req-723c6629-c017-48c5-b1f2-7189aa142940 - - - - -] Sending Creation of Listener eda2cc81-a33f-4b09-bb8f-8715329b28ac to handler 2019-02-07 04:12:55.990 6477 INFO octavia.api.v2.controllers.pool [req-d36293c6-8202-4273-9e52-461232049b69 - - - - -] Sending Creation of Pool 04cde129-dd4b-480e-bec8-e50a1fedf486 to handler 2019-02-07 04:12:56.148 6477 INFO octavia.api.v2.controllers.pool [req-469b7ccd-e948-4e68-a7af-966521b39129 - - - - -] Sending Creation of Pool 1495580b-5070-4366-97f5-af8f0be0c60d to handler 2019-02-07 04:12:56.389 6477 INFO octavia.api.v2.controllers.member [req-9d463b3f-9eba-4dc0-a27b-bec462d00ae0 - - - - -] Sending Creation of Member f8522dbb-0817-4e81-807e-adb62aa2a85d to handler 2019-02-07 04:12:56.564 6477 INFO octavia.api.v2.controllers.member [req-5447dcaa-c4bf-4f1b-b65e-1e7ef086d897 - - - - -] Sending Deletion of Member f8522dbb-0817-4e81-807e-adb62aa2a85d to handler 2019-02-07 04:12:56.857 6477 INFO oslo_db.sqlalchemy.provision [req-81992450-01fe-4a3d-8193-c6ba12aee995 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:56.858 6477 INFO oslo_db.sqlalchemy.provision [req-81992450-01fe-4a3d-8193-c6ba12aee995 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wpuhmpjqyf 2019-02-07 04:12:56.859 6477 INFO oslo_db.sqlalchemy.provision [req-81992450-01fe-4a3d-8193-c6ba12aee995 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_delete [1.270772s] ... ok 2019-02-07 04:12:56.862 6477 INFO oslo_db.sqlalchemy.provision [req-81992450-01fe-4a3d-8193-c6ba12aee995 - - - - -] CREATE BACKEND sqlite:// TOKEN horxlamhtz 2019-02-07 04:12:56.937 6477 INFO octavia.common.config [req-81992450-01fe-4a3d-8193-c6ba12aee995 - - - - -] Logging enabled! 2019-02-07 04:12:56.938 6477 INFO octavia.common.config [req-81992450-01fe-4a3d-8193-c6ba12aee995 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:56.962 6477 WARNING octavia.api.root_controller [req-81992450-01fe-4a3d-8193-c6ba12aee995 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:56.979 6477 INFO octavia.api.v2.controllers.load_balancer [req-7d5e52f1-1046-4448-9977-be416bc771ef - - - - -] Sending created Load Balancer 5a3e02b8-2e35-41a2-b56c-754d64e493f5 to the handler 2019-02-07 04:12:57.093 6477 INFO octavia.api.v2.controllers.listener [req-b4fd49ec-039f-45c4-b6e8-3439acb9facf - - - - -] Sending Creation of Listener 696c68bf-0648-43b8-b6bd-6cc451aeea1e to handler 2019-02-07 04:12:57.221 6477 INFO octavia.api.v2.controllers.pool [req-b9e34993-aa4f-4416-a438-5bd675206245 - - - - -] Sending Creation of Pool d3ab27f7-28d3-47b4-9395-ef6ee598c04f to handler 2019-02-07 04:12:57.370 6477 INFO octavia.api.v2.controllers.pool [req-ab49e603-b28b-4b39-9df3-48654f4a1cf6 - - - - -] Sending Creation of Pool 025b5070-c119-48c0-9a17-6239f42c8d3b to handler 2019-02-07 04:12:57.605 6477 INFO octavia.api.v2.controllers.member [req-41c325a7-79b2-45de-8346-8de52a34bbd0 - - - - -] Sending Creation of Member e774b850-13f7-4df0-8916-db422f2b72aa to handler 2019-02-07 04:12:57.765 6477 INFO octavia.api.v2.controllers.member [req-80eca89c-23fe-4821-97aa-0589fd6cd27c - - - - -] Sending Creation of Member cda0f112-6b5e-43b5-8b10-ecbe02ebf3de to handler 2019-02-07 04:12:57.927 6477 INFO octavia.api.v2.controllers.member [req-e04443a2-f992-4e07-a9a3-cbcbf66a4b33 - - - - -] Sending Full Member Update to handler 2019-02-07 04:12:58.017 6477 INFO oslo_db.sqlalchemy.provision [req-dd21b6eb-1529-49d7-94f3-bda7bee554a2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:58.018 6477 INFO oslo_db.sqlalchemy.provision [req-dd21b6eb-1529-49d7-94f3-bda7bee554a2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN horxlamhtz 2019-02-07 04:12:58.018 6477 INFO oslo_db.sqlalchemy.provision [req-dd21b6eb-1529-49d7-94f3-bda7bee554a2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_batch_members [1.159469s] ... ok 2019-02-07 04:12:58.021 6477 INFO oslo_db.sqlalchemy.provision [req-dd21b6eb-1529-49d7-94f3-bda7bee554a2 - - - - -] CREATE BACKEND sqlite:// TOKEN gpilzxxbwi 2019-02-07 04:12:58.099 6477 INFO octavia.common.config [req-dd21b6eb-1529-49d7-94f3-bda7bee554a2 - - - - -] Logging enabled! 2019-02-07 04:12:58.099 6477 INFO octavia.common.config [req-dd21b6eb-1529-49d7-94f3-bda7bee554a2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:58.121 6477 WARNING octavia.api.root_controller [req-dd21b6eb-1529-49d7-94f3-bda7bee554a2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:58.140 6477 INFO octavia.api.v2.controllers.load_balancer [req-126505c1-5c41-4a74-8432-6d7632819ce9 - - - - -] Sending created Load Balancer 8fde5076-0e7d-47e0-b617-3fb29b245ace to the handler 2019-02-07 04:12:58.351 6477 INFO octavia.api.v2.controllers.listener [req-4dca90da-6cde-47c8-a91b-4ac0c744475f - - - - -] Sending Creation of Listener 22955010-ac88-4390-ab55-fd22d6afd2b8 to handler 2019-02-07 04:12:58.581 6477 INFO octavia.api.v2.controllers.pool [req-e48b0326-bc71-4e09-aa72-a4a7c64255ec - - - - -] Sending Creation of Pool c7a3b534-4298-4905-a6cb-68cbd4c481ab to handler 2019-02-07 04:12:58.902 6477 INFO octavia.api.v2.controllers.pool [req-c2998306-f7d4-4547-af4d-7331ed0a4a18 - - - - -] Sending Creation of Pool 696d87b2-f1d8-4479-9d0f-5c3474e75162 to handler 2019-02-07 04:12:59.147 6477 INFO octavia.api.v2.controllers.member [req-fadf1c36-5a84-4f90-af86-a1b683158261 - - - - -] Sending Creation of Member 43420561-36fa-45a8-82b2-914e041e5225 to handler 2019-02-07 04:12:59.474 6477 INFO oslo_db.sqlalchemy.provision [req-3585697e-c692-41a2-8c8b-41efdf0857ea - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:12:59.476 6477 INFO oslo_db.sqlalchemy.provision [req-3585697e-c692-41a2-8c8b-41efdf0857ea - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gpilzxxbwi 2019-02-07 04:12:59.476 6477 INFO oslo_db.sqlalchemy.provision [req-3585697e-c692-41a2-8c8b-41efdf0857ea - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_not_authorized [1.457931s] ... ok 2019-02-07 04:12:59.480 6477 INFO oslo_db.sqlalchemy.provision [req-3585697e-c692-41a2-8c8b-41efdf0857ea - - - - -] CREATE BACKEND sqlite:// TOKEN gmxfdsjzxn 2019-02-07 04:12:59.565 6477 INFO octavia.common.config [req-3585697e-c692-41a2-8c8b-41efdf0857ea - - - - -] Logging enabled! 2019-02-07 04:12:59.566 6477 INFO octavia.common.config [req-3585697e-c692-41a2-8c8b-41efdf0857ea - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:12:59.597 6477 WARNING octavia.api.root_controller [req-3585697e-c692-41a2-8c8b-41efdf0857ea - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:12:59.622 6477 INFO octavia.api.v2.controllers.load_balancer [req-d170c681-2e2a-4e53-9f07-8ee1bba79c5c - - - - -] Sending created Load Balancer ed4932a4-5aaa-4e82-ae01-2a4fcc855e16 to the handler 2019-02-07 04:12:59.838 6477 INFO octavia.api.v2.controllers.listener [req-1eb8fd9c-585b-489c-bfd5-1e58546b2eb4 - - - - -] Sending Creation of Listener 027fce19-9ad9-431e-b57b-44bf1d9d7fc6 to handler 2019-02-07 04:13:00.059 6477 INFO octavia.api.v2.controllers.pool [req-f5469d34-acd5-4963-81af-bcc473176bc1 - - - - -] Sending Creation of Pool 2b790b3f-309e-4732-adc6-fa0c1fea48e3 to handler 2019-02-07 04:13:00.277 6477 INFO octavia.api.v2.controllers.pool [req-310a5e6d-7515-4245-a0fb-3c74d4ff8857 - - - - -] Sending Creation of Pool 4e215efd-cdc5-4ba2-bc02-b9ba8501b6e0 to handler 2019-02-07 04:13:00.537 6477 INFO octavia.api.v2.controllers.member [req-bfc9fa0d-0fb8-4bf7-af5a-c9c1fbe503de - - - - -] Sending Creation of Member 059e7512-7eb7-4237-b9e9-a9d15d0d0dd3 to handler 2019-02-07 04:13:00.873 6477 INFO octavia.api.v2.controllers.member [req-a39f14e4-20c1-40f0-b16b-6dc9bde8888a - - - - -] Sending Deletion of Member 059e7512-7eb7-4237-b9e9-a9d15d0d0dd3 to handler 2019-02-07 04:13:01.012 6477 INFO oslo_db.sqlalchemy.provision [req-74487291-9b9c-4df4-aac7-b74a3df9aa0c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:01.014 6477 INFO oslo_db.sqlalchemy.provision [req-74487291-9b9c-4df4-aac7-b74a3df9aa0c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gmxfdsjzxn 2019-02-07 04:13:01.015 6477 INFO oslo_db.sqlalchemy.provision [req-74487291-9b9c-4df4-aac7-b74a3df9aa0c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_delete_with_bad_handler [1.538153s] ... ok 2019-02-07 04:13:01.018 6477 INFO oslo_db.sqlalchemy.provision [req-74487291-9b9c-4df4-aac7-b74a3df9aa0c - - - - -] CREATE BACKEND sqlite:// TOKEN lodfxklafs 2019-02-07 04:13:01.100 6477 INFO octavia.common.config [req-74487291-9b9c-4df4-aac7-b74a3df9aa0c - - - - -] Logging enabled! 2019-02-07 04:13:01.101 6477 INFO octavia.common.config [req-74487291-9b9c-4df4-aac7-b74a3df9aa0c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:01.124 6477 WARNING octavia.api.root_controller [req-74487291-9b9c-4df4-aac7-b74a3df9aa0c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:01.140 6477 INFO octavia.api.v2.controllers.load_balancer [req-7e4dea4a-e2a0-4269-9c0c-129b0cdca0c3 - - - - -] Sending created Load Balancer 16f14c3b-c7a3-4ee2-b754-83673b18246b to the handler 2019-02-07 04:13:01.284 6477 INFO octavia.api.v2.controllers.listener [req-fdd18993-b42f-4365-b726-828edf6b534b - - - - -] Sending Creation of Listener 39422d11-1300-41e2-80e9-7fc8e9325fa8 to handler 2019-02-07 04:13:01.449 6477 INFO octavia.api.v2.controllers.pool [req-38801351-5844-4926-9da0-ccb46c533b9e - - - - -] Sending Creation of Pool 3c4b3bd3-b5d2-4198-83ea-7c3da3d530ac to handler 2019-02-07 04:13:01.635 6477 INFO octavia.api.v2.controllers.pool [req-f359d82a-c339-4222-ae2a-b7e415f85934 - - - - -] Sending Creation of Pool 274ba93c-f174-4a54-aa0d-29b74a395121 to handler 2019-02-07 04:13:01.867 6477 INFO oslo_db.sqlalchemy.provision [req-0d85a027-0662-4945-ab51-77b803a20ee0 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:01.869 6477 INFO oslo_db.sqlalchemy.provision [req-0d85a027-0662-4945-ab51-77b803a20ee0 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lodfxklafs 2019-02-07 04:13:01.869 6477 INFO oslo_db.sqlalchemy.provision [req-0d85a027-0662-4945-ab51-77b803a20ee0 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_empty_get_all [0.854059s] ... ok 2019-02-07 04:13:01.872 6477 INFO oslo_db.sqlalchemy.provision [req-0d85a027-0662-4945-ab51-77b803a20ee0 - - - - -] CREATE BACKEND sqlite:// TOKEN quduvmoqyp 2019-02-07 04:13:01.953 6477 INFO octavia.common.config [req-0d85a027-0662-4945-ab51-77b803a20ee0 - - - - -] Logging enabled! 2019-02-07 04:13:01.953 6477 INFO octavia.common.config [req-0d85a027-0662-4945-ab51-77b803a20ee0 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:01.978 6477 WARNING octavia.api.root_controller [req-0d85a027-0662-4945-ab51-77b803a20ee0 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:01.990 6477 INFO octavia.api.v2.controllers.load_balancer [req-af24fa74-702e-443d-b709-630e2664a029 - - - - -] Sending created Load Balancer 26b53ed6-69aa-41b7-ab19-81b5af796cc9 to the handler 2019-02-07 04:13:02.111 6477 INFO octavia.api.v2.controllers.listener [req-8af7ed31-0779-47e0-bca0-36a785b44dae - - - - -] Sending Creation of Listener 99c651e1-928a-4ea9-97be-e49f78e8db20 to handler 2019-02-07 04:13:02.244 6477 INFO octavia.api.v2.controllers.pool [req-fe64d1b4-93a6-470f-8b51-c1d8b78700dd - - - - -] Sending Creation of Pool 7c408391-034d-42bb-87e2-52808a672a90 to handler 2019-02-07 04:13:02.460 6477 INFO octavia.api.v2.controllers.pool [req-c0335b8f-d6bb-416c-b868-ead12b5620a4 - - - - -] Sending Creation of Pool 392b8a79-4963-44b8-88ce-05d59777f2fc to handler 2019-02-07 04:13:02.632 6477 INFO octavia.api.v2.controllers.member [req-7dafab73-9c3b-4b04-9077-2f82cccbf0a0 - - - - -] Sending Creation of Member 87a826ea-4a99-4e04-8727-24eb07060f74 to handler 2019-02-07 04:13:02.669 6477 INFO oslo_db.sqlalchemy.provision [req-093b974e-a9f1-493f-89de-a2931e8901f7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:02.670 6477 INFO oslo_db.sqlalchemy.provision [req-093b974e-a9f1-493f-89de-a2931e8901f7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN quduvmoqyp 2019-02-07 04:13:02.671 6477 INFO oslo_db.sqlalchemy.provision [req-093b974e-a9f1-493f-89de-a2931e8901f7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_get [0.801406s] ... ok 2019-02-07 04:13:02.673 6477 INFO oslo_db.sqlalchemy.provision [req-093b974e-a9f1-493f-89de-a2931e8901f7 - - - - -] CREATE BACKEND sqlite:// TOKEN etxtemsjlw 2019-02-07 04:13:02.740 6477 INFO octavia.common.config [req-093b974e-a9f1-493f-89de-a2931e8901f7 - - - - -] Logging enabled! 2019-02-07 04:13:02.741 6477 INFO octavia.common.config [req-093b974e-a9f1-493f-89de-a2931e8901f7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:02.760 6477 WARNING octavia.api.root_controller [req-093b974e-a9f1-493f-89de-a2931e8901f7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:02.771 6477 INFO octavia.api.v2.controllers.load_balancer [req-8bcec177-835b-4cba-8aaf-e39e84321ce4 - - - - -] Sending created Load Balancer 688cf2d4-0db1-48de-859e-5283511e8929 to the handler 2019-02-07 04:13:02.885 6477 INFO octavia.api.v2.controllers.listener [req-c80a3c4b-1a58-4add-8552-3ed799edb720 - - - - -] Sending Creation of Listener ccd33e21-bcc4-40b5-bdc5-e4f9eca3c27b to handler 2019-02-07 04:13:03.012 6477 INFO octavia.api.v2.controllers.pool [req-9d55f734-7fc0-40a7-9051-1c0793f5f292 - - - - -] Sending Creation of Pool 8429304d-b21a-4436-bcdb-d60167d9da50 to handler 2019-02-07 04:13:03.171 6477 INFO octavia.api.v2.controllers.pool [req-bb6f0f79-962e-4a78-94da-f3658858d524 - - - - -] Sending Creation of Pool 7593996a-8102-4c93-bcc0-e6e8a94d7c6d to handler 2019-02-07 04:13:03.334 6477 INFO octavia.api.v2.controllers.member [req-91d7e829-0634-4f56-97da-11d4ae13944e - - - - -] Sending Creation of Member cb0af827-06d6-4b60-b743-6b58425ece39 to handler 2019-02-07 04:13:03.560 6477 INFO octavia.api.v2.controllers.member [req-d140faba-698f-421e-9c5d-d73685980f4a - - - - -] Sending Creation of Member 62e92e3e-6b79-427e-aa36-dc69421fad69 to handler 2019-02-07 04:13:03.725 6477 INFO octavia.api.v2.controllers.member [req-0f3cb429-51da-4e62-85de-a7b75422c0a9 - - - - -] Sending Creation of Member ef83e3f4-78cd-4be4-9f50-05afa050a76b to handler 2019-02-07 04:13:03.944 6477 INFO oslo_db.sqlalchemy.provision [req-803fe4f3-d3a5-489b-b9e3-922b8db439c1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:03.947 6477 INFO oslo_db.sqlalchemy.provision [req-803fe4f3-d3a5-489b-b9e3-922b8db439c1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN etxtemsjlw 2019-02-07 04:13:03.947 6477 INFO oslo_db.sqlalchemy.provision [req-803fe4f3-d3a5-489b-b9e3-922b8db439c1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_fields_filter [1.276250s] ... ok 2019-02-07 04:13:03.950 6477 INFO oslo_db.sqlalchemy.provision [req-803fe4f3-d3a5-489b-b9e3-922b8db439c1 - - - - -] CREATE BACKEND sqlite:// TOKEN fwijzspwvo 2019-02-07 04:13:04.065 6477 INFO octavia.common.config [req-803fe4f3-d3a5-489b-b9e3-922b8db439c1 - - - - -] Logging enabled! 2019-02-07 04:13:04.066 6477 INFO octavia.common.config [req-803fe4f3-d3a5-489b-b9e3-922b8db439c1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:04.099 6477 WARNING octavia.api.root_controller [req-803fe4f3-d3a5-489b-b9e3-922b8db439c1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:04.118 6477 INFO octavia.api.v2.controllers.load_balancer [req-251bde01-c221-4906-aa1e-acdb8c2d6e93 - - - - -] Sending created Load Balancer 761675e5-b354-4921-9533-f02cb682ac33 to the handler 2019-02-07 04:13:04.307 6477 INFO octavia.api.v2.controllers.listener [req-df08d658-a6d4-43e6-830e-0f127030afda - - - - -] Sending Creation of Listener 37800c01-bce7-4d77-88cc-9d0b1bf8c42b to handler 2019-02-07 04:13:04.507 6477 INFO octavia.api.v2.controllers.pool [req-83497ee4-0ef1-4789-a118-b53d1077977c - - - - -] Sending Creation of Pool 8b68afdd-6b73-49fb-99c2-52db02d85f87 to handler 2019-02-07 04:13:04.724 6477 INFO octavia.api.v2.controllers.pool [req-8923723c-af25-4ad1-95ce-08c4f7dda6cc - - - - -] Sending Creation of Pool 0792b0c0-1d9c-4bbe-950b-1f55ffc4924e to handler 2019-02-07 04:13:05.023 6477 INFO octavia.api.v2.controllers.member [req-059dc320-5c42-4e1d-9dd1-77c91debd6de - - - - -] Sending Creation of Member 51d89346-b014-4b68-8d91-ff007b8e138a to handler 2019-02-07 04:13:05.228 6477 INFO octavia.api.v2.controllers.member [req-3d4e34d1-ef2a-46f9-af53-65425029563b - - - - -] Sending Creation of Member b7bb9332-15e4-418a-b166-0ec8f5766839 to handler 2019-02-07 04:13:05.418 6477 INFO octavia.api.v2.controllers.member [req-9d132150-3954-470c-aca4-1a5aa3e6019e - - - - -] Sending Creation of Member 9c7eba18-1144-453d-bfd6-57d24f3b260b to handler 2019-02-07 04:13:05.652 6477 INFO oslo_db.sqlalchemy.provision [req-a3689310-833a-4250-a0ff-26f685825e2c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:05.654 6477 INFO oslo_db.sqlalchemy.provision [req-a3689310-833a-4250-a0ff-26f685825e2c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fwijzspwvo 2019-02-07 04:13:05.654 6477 INFO oslo_db.sqlalchemy.provision [req-a3689310-833a-4250-a0ff-26f685825e2c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_filter [1.706895s] ... ok 2019-02-07 04:13:05.657 6477 INFO oslo_db.sqlalchemy.provision [req-a3689310-833a-4250-a0ff-26f685825e2c - - - - -] CREATE BACKEND sqlite:// TOKEN arkfujqvua 2019-02-07 04:13:05.725 6477 INFO octavia.common.config [req-a3689310-833a-4250-a0ff-26f685825e2c - - - - -] Logging enabled! 2019-02-07 04:13:05.726 6477 INFO octavia.common.config [req-a3689310-833a-4250-a0ff-26f685825e2c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:05.748 6477 WARNING octavia.api.root_controller [req-a3689310-833a-4250-a0ff-26f685825e2c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:05.761 6477 INFO octavia.api.v2.controllers.load_balancer [req-3a0391d5-80f5-46ac-9991-1450848ff843 - - - - -] Sending created Load Balancer 08aae12a-5e32-42b3-b3a6-0f189a0c2983 to the handler 2019-02-07 04:13:05.875 6477 INFO octavia.api.v2.controllers.listener [req-5b16c910-f5b1-4727-a890-fe2ed5e6be12 - - - - -] Sending Creation of Listener a1522b69-fcb1-42d6-8b6e-a566686f8306 to handler 2019-02-07 04:13:06.002 6477 INFO octavia.api.v2.controllers.pool [req-2df22f23-494f-45e8-8395-19a2a6475944 - - - - -] Sending Creation of Pool 9e75418c-70ba-4cc5-89b7-65a515f25186 to handler 2019-02-07 04:13:06.213 6477 INFO octavia.api.v2.controllers.pool [req-e339ddcf-83fc-4d8c-8450-36a4925e9c42 - - - - -] Sending Creation of Pool b4166364-af50-4fcb-8dc3-1797fb46eec9 to handler 2019-02-07 04:13:06.382 6477 INFO octavia.api.v2.controllers.member [req-e52808c9-1eed-4913-8dc4-3b8ccf555829 - - - - -] Sending Creation of Member 396e623d-1cda-4e5a-8d78-aa5dd8f5e4ae to handler 2019-02-07 04:13:06.552 6477 INFO octavia.api.v2.controllers.member [req-34600494-727e-4530-8379-91e93954b113 - - - - -] Sending Creation of Member 5f14d764-e05f-4a47-a335-7ad6141fc707 to handler 2019-02-07 04:13:06.751 6477 INFO octavia.api.v2.controllers.member [req-a14b08b0-9117-4380-bd1a-b06e6305d172 - - - - -] Sending Creation of Member 3a497515-7c05-4314-8ddd-95c88daef847 to handler 2019-02-07 04:13:07.320 6477 INFO oslo_db.sqlalchemy.provision [req-69d7519f-7db9-4f8a-8b4a-42ee28fc4b4e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:07.322 6477 INFO oslo_db.sqlalchemy.provision [req-69d7519f-7db9-4f8a-8b4a-42ee28fc4b4e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN arkfujqvua 2019-02-07 04:13:07.322 6477 INFO oslo_db.sqlalchemy.provision [req-69d7519f-7db9-4f8a-8b4a-42ee28fc4b4e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_limited [1.667810s] ... ok 2019-02-07 04:13:07.325 6477 INFO oslo_db.sqlalchemy.provision [req-69d7519f-7db9-4f8a-8b4a-42ee28fc4b4e - - - - -] CREATE BACKEND sqlite:// TOKEN cuzguuxnij 2019-02-07 04:13:07.404 6477 INFO octavia.common.config [req-69d7519f-7db9-4f8a-8b4a-42ee28fc4b4e - - - - -] Logging enabled! 2019-02-07 04:13:07.405 6477 INFO octavia.common.config [req-69d7519f-7db9-4f8a-8b4a-42ee28fc4b4e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:07.427 6477 WARNING octavia.api.root_controller [req-69d7519f-7db9-4f8a-8b4a-42ee28fc4b4e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:07.439 6477 INFO octavia.api.v2.controllers.load_balancer [req-7ba12983-991a-4d3b-a3da-9d9fa624bc39 - - - - -] Sending created Load Balancer 37932743-95c7-4ee2-9344-ecc4e83b0152 to the handler 2019-02-07 04:13:07.565 6477 INFO octavia.api.v2.controllers.listener [req-54ed0733-0621-48c5-a08c-fd508fdb6cf6 - - - - -] Sending Creation of Listener 3d83e04b-9ead-44e3-a88e-a0ff6d9d513f to handler 2019-02-07 04:13:07.703 6477 INFO octavia.api.v2.controllers.pool [req-87d371a1-8284-4e69-b215-f29e629ea593 - - - - -] Sending Creation of Pool bf2f1af7-40ff-47d5-b1e0-4c22dbb4404b to handler 2019-02-07 04:13:07.862 6477 INFO octavia.api.v2.controllers.pool [req-d96fbab8-0bc9-4587-b209-9efc4fd4124a - - - - -] Sending Creation of Pool a7a0bd6d-9556-4850-95c9-1543f0c68d88 to handler 2019-02-07 04:13:08.036 6477 INFO octavia.api.v2.controllers.member [req-5c173ddb-a6a2-4067-b29b-8c6cc4bb51e1 - - - - -] Sending Creation of Member 6a622f1c-9425-4f6e-8394-e405f2f90773 to handler 2019-02-07 04:13:08.198 6477 INFO octavia.api.v2.controllers.member [req-582e0d1a-545e-4a70-844d-0657173cce12 - - - - -] Sending Creation of Member 2f1e04a0-ae8d-4c1c-bb93-83fc7b2cb4b2 to handler 2019-02-07 04:13:08.428 6477 INFO octavia.api.v2.controllers.member [req-8c027825-eff2-4afa-8734-611bf2ffc159 - - - - -] Sending Creation of Member dc437fc0-1101-458f-8cf2-b9bc5ad7dfef to handler 2019-02-07 04:13:08.731 6477 INFO oslo_db.sqlalchemy.provision [req-2ecbb7f7-4b34-401e-ab67-21faaca7752e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:08.732 6477 INFO oslo_db.sqlalchemy.provision [req-2ecbb7f7-4b34-401e-ab67-21faaca7752e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cuzguuxnij 2019-02-07 04:13:08.732 6477 INFO oslo_db.sqlalchemy.provision [req-2ecbb7f7-4b34-401e-ab67-21faaca7752e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_get_all_sorted [1.410333s] ... ok 2019-02-07 04:13:08.735 6477 INFO oslo_db.sqlalchemy.provision [req-2ecbb7f7-4b34-401e-ab67-21faaca7752e - - - - -] CREATE BACKEND sqlite:// TOKEN uvlgtjrwng 2019-02-07 04:13:08.802 6477 INFO octavia.common.config [req-2ecbb7f7-4b34-401e-ab67-21faaca7752e - - - - -] Logging enabled! 2019-02-07 04:13:08.803 6477 INFO octavia.common.config [req-2ecbb7f7-4b34-401e-ab67-21faaca7752e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:08.822 6477 WARNING octavia.api.root_controller [req-2ecbb7f7-4b34-401e-ab67-21faaca7752e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:08.833 6477 INFO octavia.api.v2.controllers.load_balancer [req-c52b8a1c-dae0-41e6-be5b-d87d9c8e6db7 - - - - -] Sending created Load Balancer 7d3ca588-35b3-49bb-b071-7e78446a189c to the handler 2019-02-07 04:13:08.947 6477 INFO octavia.api.v2.controllers.listener [req-f0c573c0-4c67-447b-b670-eab6a8800443 - - - - -] Sending Creation of Listener 0e81e7e8-0ce2-456f-be0e-1f6118b64eea to handler 2019-02-07 04:13:09.073 6477 INFO octavia.api.v2.controllers.pool [req-ea2120f6-ee1c-41fd-a9fa-7faf31194fe3 - - - - -] Sending Creation of Pool 8df0c40d-c0ad-4c82-8c87-ef6c8f05edb8 to handler 2019-02-07 04:13:09.228 6477 INFO octavia.api.v2.controllers.pool [req-abfe01cb-66cd-4649-9806-6c875c8e6655 - - - - -] Sending Creation of Pool 623d2594-85a5-4180-8b34-a499e19d3814 to handler 2019-02-07 04:13:09.460 6477 INFO octavia.api.v2.controllers.member [req-98a636ce-f9f6-4948-8451-c857388bbbd8 - - - - -] Sending Creation of Member bd0ecd62-a4fa-4862-9867-b9eaf93d1384 to handler 2019-02-07 04:13:09.623 6477 INFO oslo_db.sqlalchemy.provision [req-77b5c56c-92bf-4da1-acb1-9b3bb3f37b9b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:09.624 6477 INFO oslo_db.sqlalchemy.provision [req-77b5c56c-92bf-4da1-acb1-9b3bb3f37b9b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uvlgtjrwng 2019-02-07 04:13:09.625 6477 INFO oslo_db.sqlalchemy.provision [req-77b5c56c-92bf-4da1-acb1-9b3bb3f37b9b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_get_hides_deleted [0.891952s] ... ok 2019-02-07 04:13:09.627 6477 INFO oslo_db.sqlalchemy.provision [req-77b5c56c-92bf-4da1-acb1-9b3bb3f37b9b - - - - -] CREATE BACKEND sqlite:// TOKEN qyhntxmcis 2019-02-07 04:13:09.694 6477 INFO octavia.common.config [req-77b5c56c-92bf-4da1-acb1-9b3bb3f37b9b - - - - -] Logging enabled! 2019-02-07 04:13:09.694 6477 INFO octavia.common.config [req-77b5c56c-92bf-4da1-acb1-9b3bb3f37b9b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:09.714 6477 WARNING octavia.api.root_controller [req-77b5c56c-92bf-4da1-acb1-9b3bb3f37b9b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:09.726 6477 INFO octavia.api.v2.controllers.load_balancer [req-fac43c03-5294-4c8b-86d3-3d35cfc47b44 - - - - -] Sending created Load Balancer 3943a8a4-46e0-4d36-af65-5cdd8d11cd96 to the handler 2019-02-07 04:13:09.839 6477 INFO octavia.api.v2.controllers.listener [req-78829d21-01e3-42c5-a87a-99167cee2eff - - - - -] Sending Creation of Listener af17496e-3a6b-494e-8871-62c8b714d9d6 to handler 2019-02-07 04:13:09.967 6477 INFO octavia.api.v2.controllers.pool [req-2fb8abb4-a5df-4ef1-b9b8-f9797dcf70f9 - - - - -] Sending Creation of Pool a9b150b4-8644-4a96-98de-7af8a9ef3101 to handler 2019-02-07 04:13:10.116 6477 INFO octavia.api.v2.controllers.pool [req-edf3e839-667a-472e-8b97-c61341868ded - - - - -] Sending Creation of Pool ac3141f0-cef4-40e9-84ab-fe68e02e49c5 to handler 2019-02-07 04:13:10.287 6477 INFO octavia.api.v2.controllers.member [req-f50fd7c4-3a81-4c96-8135-a872360729ef - - - - -] Sending Creation of Member ead86c29-5bfd-4314-b9c7-e9aeac3baca8 to handler 2019-02-07 04:13:10.323 6477 INFO oslo_db.sqlalchemy.provision [req-dd64e8c4-29fa-4060-8b13-c85cfaf83069 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:10.326 6477 INFO oslo_db.sqlalchemy.provision [req-dd64e8c4-29fa-4060-8b13-c85cfaf83069 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qyhntxmcis 2019-02-07 04:13:10.327 6477 INFO oslo_db.sqlalchemy.provision [req-dd64e8c4-29fa-4060-8b13-c85cfaf83069 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_get_not_authorized [0.701769s] ... ok 2019-02-07 04:13:10.329 6477 INFO oslo_db.sqlalchemy.provision [req-dd64e8c4-29fa-4060-8b13-c85cfaf83069 - - - - -] CREATE BACKEND sqlite:// TOKEN xhfnohyquj 2019-02-07 04:13:10.396 6477 INFO octavia.common.config [req-dd64e8c4-29fa-4060-8b13-c85cfaf83069 - - - - -] Logging enabled! 2019-02-07 04:13:10.396 6477 INFO octavia.common.config [req-dd64e8c4-29fa-4060-8b13-c85cfaf83069 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:10.425 6477 WARNING octavia.api.root_controller [req-dd64e8c4-29fa-4060-8b13-c85cfaf83069 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:10.445 6477 INFO octavia.api.v2.controllers.load_balancer [req-0718f3e1-5466-47bb-8f00-4eb2febd1d6d - - - - -] Sending created Load Balancer fbba0fb0-2c6d-422e-8441-02cd38c0d199 to the handler 2019-02-07 04:13:10.777 6477 INFO octavia.api.v2.controllers.listener [req-db30c57b-828a-4594-98ef-fe3cd968b20f - - - - -] Sending Creation of Listener 4b5c3a8c-7138-4338-8134-a96c2f3bc661 to handler 2019-02-07 04:13:10.973 6477 INFO octavia.api.v2.controllers.pool [req-248d3385-7363-4bf6-8b3a-63bc9f88643a - - - - -] Sending Creation of Pool ba94a757-433b-4717-b94c-64db77800eb9 to handler 2019-02-07 04:13:11.208 6477 INFO octavia.api.v2.controllers.pool [req-7e239cdc-cd61-49f0-acd7-89235b9c4b18 - - - - -] Sending Creation of Pool 0e1f8edd-129b-4d86-88f1-dfab71c0cc8a to handler 2019-02-07 04:13:11.433 6477 INFO octavia.api.v2.controllers.member [req-e0f2ab02-45e2-4238-ae06-955f45344230 - - - - -] Sending Creation of Member b210b30e-303d-4895-b99d-4e0dc2dc3f82 to handler 2019-02-07 04:13:11.689 6477 INFO oslo_db.sqlalchemy.provision [req-3f4d8682-a118-4a7c-b0e1-87aa75ab538e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:11.691 6477 INFO oslo_db.sqlalchemy.provision [req-3f4d8682-a118-4a7c-b0e1-87aa75ab538e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xhfnohyquj 2019-02-07 04:13:11.691 6477 INFO oslo_db.sqlalchemy.provision [req-3f4d8682-a118-4a7c-b0e1-87aa75ab538e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_update_not_authorized [1.364581s] ... ok 2019-02-07 04:13:11.694 6477 INFO oslo_db.sqlalchemy.provision [req-3f4d8682-a118-4a7c-b0e1-87aa75ab538e - - - - -] CREATE BACKEND sqlite:// TOKEN fotxlcbptj 2019-02-07 04:13:11.767 6477 INFO octavia.common.config [req-3f4d8682-a118-4a7c-b0e1-87aa75ab538e - - - - -] Logging enabled! 2019-02-07 04:13:11.768 6477 INFO octavia.common.config [req-3f4d8682-a118-4a7c-b0e1-87aa75ab538e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:11.788 6477 WARNING octavia.api.root_controller [req-3f4d8682-a118-4a7c-b0e1-87aa75ab538e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:11.800 6477 INFO octavia.api.v2.controllers.load_balancer [req-27fa614f-8e94-4f3c-a359-ad7f3c631ea8 - - - - -] Sending created Load Balancer 909b6867-60f0-4ed4-9690-0f1f332f8cde to the handler 2019-02-07 04:13:11.917 6477 INFO octavia.api.v2.controllers.listener [req-8b46c66c-78e7-4390-89a2-d11457cbc667 - - - - -] Sending Creation of Listener bb8e7b33-c526-4bd5-a7aa-7a9d3b7c111f to handler 2019-02-07 04:13:12.042 6477 INFO octavia.api.v2.controllers.pool [req-0ad69942-51a7-49bc-bb3d-00c700028ee0 - - - - -] Sending Creation of Pool d54e8f4e-1c5c-4fe3-a211-38adf8c70a1c to handler 2019-02-07 04:13:12.277 6477 INFO octavia.api.v2.controllers.pool [req-4d2c4e59-4928-4ba7-ad83-e7736a9a7a31 - - - - -] Sending Creation of Pool 3dce5cfa-c212-46b7-afa5-f5c24fd785a9 to handler 2019-02-07 04:13:12.452 6477 INFO octavia.api.v2.controllers.member [req-647b7426-4b94-4344-9466-ef920408fa5b - - - - -] Sending Creation of Member 9719e636-1da3-4976-bf48-e6a88609e20a to handler 2019-02-07 04:13:12.593 6477 INFO octavia.api.v2.controllers.load_balancer [req-2972df76-ecef-4bf3-ae3c-e12218a80ba5 - - - - -] Sending deleted Load Balancer 909b6867-60f0-4ed4-9690-0f1f332f8cde to the handler 2019-02-07 04:13:12.620 6477 INFO octavia.api.v2.controllers.member [req-1fba4bfe-4b9b-4aaa-83ca-6d2122099067 - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:13:12.631 6477 INFO oslo_db.sqlalchemy.provision [req-1fba4bfe-4b9b-4aaa-83ca-6d2122099067 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:12.633 6477 INFO oslo_db.sqlalchemy.provision [req-1fba4bfe-4b9b-4aaa-83ca-6d2122099067 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fotxlcbptj 2019-02-07 04:13:12.633 6477 INFO oslo_db.sqlalchemy.provision [req-1fba4bfe-4b9b-4aaa-83ca-6d2122099067 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_update_when_lb_pending_delete [0.941563s] ... ok 2019-02-07 04:13:12.636 6477 INFO oslo_db.sqlalchemy.provision [req-1fba4bfe-4b9b-4aaa-83ca-6d2122099067 - - - - -] CREATE BACKEND sqlite:// TOKEN tprezhtnwv 2019-02-07 04:13:12.704 6477 INFO octavia.common.config [req-1fba4bfe-4b9b-4aaa-83ca-6d2122099067 - - - - -] Logging enabled! 2019-02-07 04:13:12.705 6477 INFO octavia.common.config [req-1fba4bfe-4b9b-4aaa-83ca-6d2122099067 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:12.724 6477 WARNING octavia.api.root_controller [req-1fba4bfe-4b9b-4aaa-83ca-6d2122099067 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:12.735 6477 INFO octavia.api.v2.controllers.load_balancer [req-7fcac2dc-6230-4a1c-8546-4bfb7d7fa879 - - - - -] Sending created Load Balancer caf05428-838d-4460-a4ae-3b766ba3e069 to the handler 2019-02-07 04:13:12.849 6477 INFO octavia.api.v2.controllers.listener [req-c75dbb9a-2cbc-4b39-a9c9-9eb8129ac405 - - - - -] Sending Creation of Listener f9ad8828-0594-41d3-9e65-a062cb1a9aab to handler 2019-02-07 04:13:12.978 6477 INFO octavia.api.v2.controllers.pool [req-5f47b690-a7a4-4313-a2c3-94339165bd72 - - - - -] Sending Creation of Pool adddcf8e-d7fd-454b-a6d0-41b0d651689c to handler 2019-02-07 04:13:13.128 6477 INFO octavia.api.v2.controllers.pool [req-50c78f46-deab-4d36-a4bd-33ae26e7e61c - - - - -] Sending Creation of Pool 30fca602-0090-4e1f-ba96-31f1cb9f3a0e to handler 2019-02-07 04:13:13.303 6477 INFO octavia.api.v2.controllers.member [req-b6e73e33-6b13-490d-89ad-952205e5b4b5 - - - - -] Sending Creation of Member 3ce022d6-b6a2-4a20-84e5-cbff7fba0ccc to handler 2019-02-07 04:13:13.509 6477 INFO octavia.api.v2.controllers.load_balancer [req-e3e42ea8-0355-47b9-9d6f-9b1509939928 - - - - -] Sending updated Load Balancer caf05428-838d-4460-a4ae-3b766ba3e069 to the handler 2019-02-07 04:13:13.551 6477 INFO octavia.api.v2.controllers.member [req-66df37a5-2175-4f6e-b9e8-6fb57a2626aa - - - - -] Member cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:13:13.562 6477 INFO oslo_db.sqlalchemy.provision [req-66df37a5-2175-4f6e-b9e8-6fb57a2626aa - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:13.564 6477 INFO oslo_db.sqlalchemy.provision [req-66df37a5-2175-4f6e-b9e8-6fb57a2626aa - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tprezhtnwv 2019-02-07 04:13:13.564 6477 INFO oslo_db.sqlalchemy.provision [req-66df37a5-2175-4f6e-b9e8-6fb57a2626aa - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_update_when_lb_pending_update [0.930990s] ... ok 2019-02-07 04:13:13.567 6477 INFO oslo_db.sqlalchemy.provision [req-66df37a5-2175-4f6e-b9e8-6fb57a2626aa - - - - -] CREATE BACKEND sqlite:// TOKEN wcqmjzoqbm 2019-02-07 04:13:13.634 6477 INFO octavia.common.config [req-66df37a5-2175-4f6e-b9e8-6fb57a2626aa - - - - -] Logging enabled! 2019-02-07 04:13:13.634 6477 INFO octavia.common.config [req-66df37a5-2175-4f6e-b9e8-6fb57a2626aa - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:13.657 6477 WARNING octavia.api.root_controller [req-66df37a5-2175-4f6e-b9e8-6fb57a2626aa - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:13.668 6477 INFO octavia.api.v2.controllers.load_balancer [req-9e62a3e1-ae0a-4a75-a959-04d16858e2ce - - - - -] Sending created Load Balancer 8dc1970d-3c96-4a06-84d7-857c543c97d9 to the handler 2019-02-07 04:13:13.782 6477 INFO octavia.api.v2.controllers.listener [req-d2a01c52-3d91-493b-8eaf-73037d73142d - - - - -] Sending Creation of Listener df8eeac3-5331-4391-b311-42ef382fd7ef to handler 2019-02-07 04:13:13.910 6477 INFO octavia.api.v2.controllers.pool [req-ba7d91fc-3411-419b-a6b7-912fbb939fa7 - - - - -] Sending Creation of Pool 8582c598-1642-4e9f-a9c8-d7060ff0be67 to handler 2019-02-07 04:13:14.062 6477 INFO octavia.api.v2.controllers.pool [req-03e44e6a-5f68-4998-80de-a32a4ad4c872 - - - - -] Sending Creation of Pool 5cadb78a-7de7-43cc-91ec-eb7c766f2252 to handler 2019-02-07 04:13:14.235 6477 INFO octavia.api.v2.controllers.member [req-d17ccd90-42f9-4954-8261-1f99b5665fdf - - - - -] Sending Creation of Member f15e4f0b-22c2-4d23-b769-822c2ad8c591 to handler 2019-02-07 04:13:14.391 6477 INFO octavia.api.v2.controllers.member [req-2816d815-80df-48f7-84b1-1962c8dd6ee8 - - - - -] Sending Update of Member f15e4f0b-22c2-4d23-b769-822c2ad8c591 to handler 2019-02-07 04:13:14.756 6477 INFO oslo_db.sqlalchemy.provision [req-9c90ab4e-a0e4-4c4c-9223-b20c3c1bfa10 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:14.758 6477 INFO oslo_db.sqlalchemy.provision [req-9c90ab4e-a0e4-4c4c-9223-b20c3c1bfa10 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wcqmjzoqbm 2019-02-07 04:13:14.758 6477 INFO oslo_db.sqlalchemy.provision [req-9c90ab4e-a0e4-4c4c-9223-b20c3c1bfa10 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_member.TestMember.test_update_with_attached_listener [1.193454s] ... ok 2019-02-07 04:13:14.761 6477 INFO oslo_db.sqlalchemy.provision [req-9c90ab4e-a0e4-4c4c-9223-b20c3c1bfa10 - - - - -] CREATE BACKEND sqlite:// TOKEN ybmkyngodi 2019-02-07 04:13:14.832 6477 INFO octavia.common.config [req-9c90ab4e-a0e4-4c4c-9223-b20c3c1bfa10 - - - - -] Logging enabled! 2019-02-07 04:13:14.832 6477 INFO octavia.common.config [req-9c90ab4e-a0e4-4c4c-9223-b20c3c1bfa10 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:14.852 6477 WARNING octavia.api.root_controller [req-9c90ab4e-a0e4-4c4c-9223-b20c3c1bfa10 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:14.865 6477 INFO octavia.api.v2.controllers.load_balancer [req-c63d7182-cbb0-48b4-9456-82b6a29cadc4 - - - - -] Sending created Load Balancer 4885ba62-e472-462d-a508-66d4b418b77b to the handler 2019-02-07 04:13:14.980 6477 INFO octavia.api.v2.controllers.listener [req-0a052011-c900-445c-933d-99313a54781e - - - - -] Sending Creation of Listener df053a12-9b6c-4b0b-bf46-62bc64f3a7c8 to handler 2019-02-07 04:13:15.130 6477 INFO oslo_db.sqlalchemy.provision [req-85783f56-e775-4d46-a213-144080d19bda - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:15.131 6477 INFO oslo_db.sqlalchemy.provision [req-85783f56-e775-4d46-a213-144080d19bda - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ybmkyngodi 2019-02-07 04:13:15.131 6477 INFO oslo_db.sqlalchemy.provision [req-85783f56-e775-4d46-a213-144080d19bda - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_bad_create [0.373341s] ... ok 2019-02-07 04:13:15.134 6477 INFO oslo_db.sqlalchemy.provision [req-85783f56-e775-4d46-a213-144080d19bda - - - - -] CREATE BACKEND sqlite:// TOKEN nhnmbkkrla 2019-02-07 04:13:15.202 6477 INFO octavia.common.config [req-85783f56-e775-4d46-a213-144080d19bda - - - - -] Logging enabled! 2019-02-07 04:13:15.202 6477 INFO octavia.common.config [req-85783f56-e775-4d46-a213-144080d19bda - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:15.225 6477 WARNING octavia.api.root_controller [req-85783f56-e775-4d46-a213-144080d19bda - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:15.237 6477 INFO octavia.api.v2.controllers.load_balancer [req-3c3e894d-a896-4931-90d1-b2830f6068c4 - - - - -] Sending created Load Balancer 2761dcb3-760b-4925-9d6a-7b4cb0db70e0 to the handler 2019-02-07 04:13:15.451 6477 INFO octavia.api.v2.controllers.listener [req-71ae665c-765c-4f22-b8b2-a162ff1c2b57 - - - - -] Sending Creation of Listener 2f4a9954-d3f1-47bc-b662-1e80542cc8c2 to handler 2019-02-07 04:13:15.645 6477 ERROR octavia.api.v2.controllers.base [req-e4ca6d6c-d71c-4608-a6af-0da8e63c3e96 - - - - -] Pool ef3b0299-8fff-4c9e-b974-891c1b4f7f74 not found: None 2019-02-07 04:13:15.645 6477 ERROR octavia.api.v2.controllers.base None 2019-02-07 04:13:15.645 6477 ERROR octavia.api.v2.controllers.base 2019-02-07 04:13:15.663 6477 INFO oslo_db.sqlalchemy.provision [req-e4ca6d6c-d71c-4608-a6af-0da8e63c3e96 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:15.665 6477 INFO oslo_db.sqlalchemy.provision [req-e4ca6d6c-d71c-4608-a6af-0da8e63c3e96 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nhnmbkkrla 2019-02-07 04:13:15.666 6477 INFO oslo_db.sqlalchemy.provision [req-e4ca6d6c-d71c-4608-a6af-0da8e63c3e96 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_bad_delete [0.534625s] ... ok 2019-02-07 04:13:15.670 6477 INFO oslo_db.sqlalchemy.provision [req-e4ca6d6c-d71c-4608-a6af-0da8e63c3e96 - - - - -] CREATE BACKEND sqlite:// TOKEN wfyordtjrd 2019-02-07 04:13:15.777 6477 INFO octavia.common.config [req-e4ca6d6c-d71c-4608-a6af-0da8e63c3e96 - - - - -] Logging enabled! 2019-02-07 04:13:15.778 6477 INFO octavia.common.config [req-e4ca6d6c-d71c-4608-a6af-0da8e63c3e96 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:15.813 6477 WARNING octavia.api.root_controller [req-e4ca6d6c-d71c-4608-a6af-0da8e63c3e96 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:15.833 6477 INFO octavia.api.v2.controllers.load_balancer [req-ced528a7-15c6-4069-bc89-168bd3a781a7 - - - - -] Sending created Load Balancer d9789b05-6984-44fc-9956-ed3792bf3b12 to the handler 2019-02-07 04:13:16.077 6477 INFO octavia.api.v2.controllers.listener [req-0863e9d6-bef9-4f92-b351-0dba11e1ead5 - - - - -] Sending Creation of Listener ca64ccca-e15c-495a-a7d7-36c6a2cb2bc1 to handler 2019-02-07 04:13:16.231 6477 ERROR octavia.api.v2.controllers.base [req-a9a4a9de-fbb7-4696-9034-eb62bc404ea8 - - - - -] Pool 0b3a3d2c-3bd1-4b6c-8ac6-18e71fa9eb18 not found: None 2019-02-07 04:13:16.231 6477 ERROR octavia.api.v2.controllers.base None 2019-02-07 04:13:16.231 6477 ERROR octavia.api.v2.controllers.base 2019-02-07 04:13:16.245 6477 INFO oslo_db.sqlalchemy.provision [req-a9a4a9de-fbb7-4696-9034-eb62bc404ea8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:16.247 6477 INFO oslo_db.sqlalchemy.provision [req-a9a4a9de-fbb7-4696-9034-eb62bc404ea8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wfyordtjrd 2019-02-07 04:13:16.248 6477 INFO oslo_db.sqlalchemy.provision [req-a9a4a9de-fbb7-4696-9034-eb62bc404ea8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_bad_get [0.581389s] ... ok 2019-02-07 04:13:16.251 6477 INFO oslo_db.sqlalchemy.provision [req-a9a4a9de-fbb7-4696-9034-eb62bc404ea8 - - - - -] CREATE BACKEND sqlite:// TOKEN oornjqreiq 2019-02-07 04:13:16.343 6477 INFO octavia.common.config [req-a9a4a9de-fbb7-4696-9034-eb62bc404ea8 - - - - -] Logging enabled! 2019-02-07 04:13:16.343 6477 INFO octavia.common.config [req-a9a4a9de-fbb7-4696-9034-eb62bc404ea8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:16.368 6477 WARNING octavia.api.root_controller [req-a9a4a9de-fbb7-4696-9034-eb62bc404ea8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:16.382 6477 INFO octavia.api.v2.controllers.load_balancer [req-f54d821e-5859-4f5d-9909-edf821802b5a - - - - -] Sending created Load Balancer 94eb8ebf-4bad-4998-afc5-051f425d7c8d to the handler 2019-02-07 04:13:16.521 6477 INFO octavia.api.v2.controllers.listener [req-47de3012-89cd-4c06-99ca-301029bb033c - - - - -] Sending Creation of Listener 666760cb-8b03-41b8-bc52-1121d6c4ac0f to handler 2019-02-07 04:13:16.684 6477 INFO octavia.api.v2.controllers.pool [req-718a944c-96db-41ae-be54-5586ba4ae650 - - - - -] Sending Creation of Pool dfa5f514-2f50-4f43-9f30-a9ad66d84813 to handler 2019-02-07 04:13:16.883 6477 INFO oslo_db.sqlalchemy.provision [req-cf944bc7-c5f1-420b-b597-27a01f1d8bc7 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:16.885 6477 INFO oslo_db.sqlalchemy.provision [req-cf944bc7-c5f1-420b-b597-27a01f1d8bc7 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oornjqreiq 2019-02-07 04:13:16.885 6477 INFO oslo_db.sqlalchemy.provision [req-cf944bc7-c5f1-420b-b597-27a01f1d8bc7 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_bad_update [0.637198s] ... ok 2019-02-07 04:13:16.888 6477 INFO oslo_db.sqlalchemy.provision [req-cf944bc7-c5f1-420b-b597-27a01f1d8bc7 - - - - -] CREATE BACKEND sqlite:// TOKEN ioktuezetl 2019-02-07 04:13:16.960 6477 INFO octavia.common.config [req-cf944bc7-c5f1-420b-b597-27a01f1d8bc7 - - - - -] Logging enabled! 2019-02-07 04:13:16.960 6477 INFO octavia.common.config [req-cf944bc7-c5f1-420b-b597-27a01f1d8bc7 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:16.985 6477 WARNING octavia.api.root_controller [req-cf944bc7-c5f1-420b-b597-27a01f1d8bc7 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:16.997 6477 INFO octavia.api.v2.controllers.load_balancer [req-20d4d61f-ccaa-4c73-9c51-5d98093a1749 - - - - -] Sending created Load Balancer e346432b-a4b1-439f-8022-92c4272315b2 to the handler 2019-02-07 04:13:17.113 6477 INFO octavia.api.v2.controllers.listener [req-30cefb79-5109-4a1a-891e-e8a427258f1e - - - - -] Sending Creation of Listener f6089968-9a5c-443d-bc1d-f3dadf4745b1 to handler 2019-02-07 04:13:17.241 6477 INFO oslo_db.sqlalchemy.provision [req-5b5291a0-dc66-4b4d-936c-446ab15c189b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:17.243 6477 INFO oslo_db.sqlalchemy.provision [req-5b5291a0-dc66-4b4d-936c-446ab15c189b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ioktuezetl 2019-02-07 04:13:17.243 6477 INFO oslo_db.sqlalchemy.provision [req-5b5291a0-dc66-4b4d-936c-446ab15c189b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_not_authorized [0.357925s] ... ok 2019-02-07 04:13:17.246 6477 INFO oslo_db.sqlalchemy.provision [req-5b5291a0-dc66-4b4d-936c-446ab15c189b - - - - -] CREATE BACKEND sqlite:// TOKEN iptoahpuof 2019-02-07 04:13:17.375 6477 INFO octavia.common.config [req-5b5291a0-dc66-4b4d-936c-446ab15c189b - - - - -] Logging enabled! 2019-02-07 04:13:17.375 6477 INFO octavia.common.config [req-5b5291a0-dc66-4b4d-936c-446ab15c189b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:17.397 6477 WARNING octavia.api.root_controller [req-5b5291a0-dc66-4b4d-936c-446ab15c189b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:17.408 6477 INFO octavia.api.v2.controllers.load_balancer [req-af548b39-4ad1-49dc-a65d-9f0f65587eb1 - - - - -] Sending created Load Balancer 8e53e91d-0ef3-472c-810a-4691df934218 to the handler 2019-02-07 04:13:17.521 6477 INFO octavia.api.v2.controllers.listener [req-84a0f68d-bd76-4f51-9e76-f3cdf2c91120 - - - - -] Sending Creation of Listener 63b3df3b-a29a-4124-81cf-c310fb733a35 to handler 2019-02-07 04:13:17.648 6477 INFO octavia.api.v2.controllers.pool [req-de54d074-dfb5-46f3-9457-62dc55adbb78 - - - - -] Sending Creation of Pool a6079bed-5a13-4c7b-a602-960ace3ab692 to handler 2019-02-07 04:13:17.711 6477 INFO oslo_db.sqlalchemy.provision [req-8f818627-6ca1-4bf5-b235-401eac14e185 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:17.713 6477 INFO oslo_db.sqlalchemy.provision [req-8f818627-6ca1-4bf5-b235-401eac14e185 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iptoahpuof 2019-02-07 04:13:17.713 6477 INFO oslo_db.sqlalchemy.provision [req-8f818627-6ca1-4bf5-b235-401eac14e185 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_sans_listener [0.469643s] ... ok 2019-02-07 04:13:17.716 6477 INFO oslo_db.sqlalchemy.provision [req-8f818627-6ca1-4bf5-b235-401eac14e185 - - - - -] CREATE BACKEND sqlite:// TOKEN ekialygaeh 2019-02-07 04:13:17.782 6477 INFO octavia.common.config [req-8f818627-6ca1-4bf5-b235-401eac14e185 - - - - -] Logging enabled! 2019-02-07 04:13:17.783 6477 INFO octavia.common.config [req-8f818627-6ca1-4bf5-b235-401eac14e185 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:17.802 6477 WARNING octavia.api.root_controller [req-8f818627-6ca1-4bf5-b235-401eac14e185 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:17.815 6477 INFO octavia.api.v2.controllers.load_balancer [req-4c2bb60d-ff5b-45f9-b885-e4e0dee582c8 - - - - -] Sending created Load Balancer e96a2160-525a-4adf-a645-ab8a2a8cb367 to the handler 2019-02-07 04:13:17.928 6477 INFO octavia.api.v2.controllers.listener [req-cfd5ed74-f353-4320-b2f7-4644f946e8dc - - - - -] Sending Creation of Listener f0b0ec08-6887-4159-9df7-e607f7819330 to handler 2019-02-07 04:13:18.069 6477 INFO octavia.api.v2.controllers.pool [req-d31b71c2-c335-4a73-ba6c-d958c473ee7e - - - - -] Sending Creation of Pool d9fd2ad6-5e43-43d7-9d1c-a3febcb43954 to handler 2019-02-07 04:13:18.139 6477 INFO oslo_db.sqlalchemy.provision [req-46e579dc-514b-483c-8bb0-e93558c66f31 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:18.140 6477 INFO oslo_db.sqlalchemy.provision [req-46e579dc-514b-483c-8bb0-e93558c66f31 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ekialygaeh 2019-02-07 04:13:18.141 6477 INFO oslo_db.sqlalchemy.provision [req-46e579dc-514b-483c-8bb0-e93558c66f31 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_sans_loadbalancer_id [0.427493s] ... ok 2019-02-07 04:13:18.143 6477 INFO oslo_db.sqlalchemy.provision [req-46e579dc-514b-483c-8bb0-e93558c66f31 - - - - -] CREATE BACKEND sqlite:// TOKEN zsesgocwwc 2019-02-07 04:13:18.210 6477 INFO octavia.common.config [req-46e579dc-514b-483c-8bb0-e93558c66f31 - - - - -] Logging enabled! 2019-02-07 04:13:18.210 6477 INFO octavia.common.config [req-46e579dc-514b-483c-8bb0-e93558c66f31 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:18.229 6477 WARNING octavia.api.root_controller [req-46e579dc-514b-483c-8bb0-e93558c66f31 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:18.243 6477 INFO octavia.api.v2.controllers.load_balancer [req-6fb9b52c-e140-42ae-a877-7a064d9aa46a - - - - -] Sending created Load Balancer 2825a51f-ad7e-49dd-9fdd-3b372689570d to the handler 2019-02-07 04:13:18.356 6477 INFO octavia.api.v2.controllers.listener [req-b378a07a-bdb8-4672-858f-ca933a0fbbec - - - - -] Sending Creation of Listener 5a86686f-00dd-4ed0-86b7-6fd37ffa969e to handler 2019-02-07 04:13:18.543 6477 INFO octavia.api.v2.controllers.load_balancer [req-253397c1-df7c-4a8f-a9af-dd9845b03b1b - - - - -] Sending updated Load Balancer 2825a51f-ad7e-49dd-9fdd-3b372689570d to the handler 2019-02-07 04:13:18.568 6477 INFO octavia.api.v2.controllers.pool [req-4b6772a6-80d5-4039-b7bc-a215cdae484f - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:13:18.579 6477 INFO oslo_db.sqlalchemy.provision [req-4b6772a6-80d5-4039-b7bc-a215cdae484f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:18.581 6477 INFO oslo_db.sqlalchemy.provision [req-4b6772a6-80d5-4039-b7bc-a215cdae484f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zsesgocwwc 2019-02-07 04:13:18.581 6477 INFO oslo_db.sqlalchemy.provision [req-4b6772a6-80d5-4039-b7bc-a215cdae484f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_when_lb_pending_update [0.440169s] ... ok 2019-02-07 04:13:18.584 6477 INFO oslo_db.sqlalchemy.provision [req-4b6772a6-80d5-4039-b7bc-a215cdae484f - - - - -] CREATE BACKEND sqlite:// TOKEN mamrgzqanc 2019-02-07 04:13:18.650 6477 INFO octavia.common.config [req-4b6772a6-80d5-4039-b7bc-a215cdae484f - - - - -] Logging enabled! 2019-02-07 04:13:18.650 6477 INFO octavia.common.config [req-4b6772a6-80d5-4039-b7bc-a215cdae484f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:18.670 6477 WARNING octavia.api.root_controller [req-4b6772a6-80d5-4039-b7bc-a215cdae484f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:18.680 6477 INFO octavia.api.v2.controllers.load_balancer [req-19321043-1866-4bfa-a0d6-5ed4aa63f2e9 - - - - -] Sending created Load Balancer 8f58e8c4-4963-44f7-a297-304a21d2df95 to the handler 2019-02-07 04:13:18.794 6477 INFO octavia.api.v2.controllers.listener [req-775d91ba-dcf9-461b-bbf9-6e18088c201a - - - - -] Sending Creation of Listener cd4282de-8cc0-4616-bc1d-704da1e2f40c to handler 2019-02-07 04:13:18.921 6477 INFO oslo_db.sqlalchemy.provision [req-d5258be6-45ae-4047-9474-04a951965297 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:18.923 6477 INFO oslo_db.sqlalchemy.provision [req-d5258be6-45ae-4047-9474-04a951965297 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mamrgzqanc 2019-02-07 04:13:18.923 6477 INFO oslo_db.sqlalchemy.provision [req-d5258be6-45ae-4047-9474-04a951965297 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_bad_SP_cookie_name [0.341847s] ... ok 2019-02-07 04:13:18.926 6477 INFO oslo_db.sqlalchemy.provision [req-d5258be6-45ae-4047-9474-04a951965297 - - - - -] CREATE BACKEND sqlite:// TOKEN bgajmdtlfi 2019-02-07 04:13:18.992 6477 INFO octavia.common.config [req-d5258be6-45ae-4047-9474-04a951965297 - - - - -] Logging enabled! 2019-02-07 04:13:18.993 6477 INFO octavia.common.config [req-d5258be6-45ae-4047-9474-04a951965297 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:19.012 6477 WARNING octavia.api.root_controller [req-d5258be6-45ae-4047-9474-04a951965297 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:19.023 6477 INFO octavia.api.v2.controllers.load_balancer [req-72e4c675-08f5-4b67-a4ba-fa24b1b63994 - - - - -] Sending created Load Balancer bcc1b84b-3b39-4488-9a7d-f6b3d704bbaa to the handler 2019-02-07 04:13:19.136 6477 INFO octavia.api.v2.controllers.listener [req-03ebd0d3-7038-4994-994a-9ddf91491eca - - - - -] Sending Creation of Listener cbf070f0-dd7f-4d7c-820f-0c21faeea0de to handler 2019-02-07 04:13:19.264 6477 INFO oslo_db.sqlalchemy.provision [req-4a624442-be85-4263-8435-69df0194c787 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:19.266 6477 INFO oslo_db.sqlalchemy.provision [req-4a624442-be85-4263-8435-69df0194c787 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bgajmdtlfi 2019-02-07 04:13:19.266 6477 INFO oslo_db.sqlalchemy.provision [req-4a624442-be85-4263-8435-69df0194c787 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_bad_SP_type_HTTP_cookie [0.343187s] ... ok 2019-02-07 04:13:19.269 6477 INFO oslo_db.sqlalchemy.provision [req-4a624442-be85-4263-8435-69df0194c787 - - - - -] CREATE BACKEND sqlite:// TOKEN iwodpaqhxm 2019-02-07 04:13:19.335 6477 INFO octavia.common.config [req-4a624442-be85-4263-8435-69df0194c787 - - - - -] Logging enabled! 2019-02-07 04:13:19.336 6477 INFO octavia.common.config [req-4a624442-be85-4263-8435-69df0194c787 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:19.355 6477 WARNING octavia.api.root_controller [req-4a624442-be85-4263-8435-69df0194c787 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:19.366 6477 INFO octavia.api.v2.controllers.load_balancer [req-33e1f120-0db9-4d5b-beab-6caeade81437 - - - - -] Sending created Load Balancer 7be18217-d0f9-4c09-a037-4c3398f9ce51 to the handler 2019-02-07 04:13:19.479 6477 INFO octavia.api.v2.controllers.listener [req-24a654cc-345a-4eef-8694-92f5e299fe5f - - - - -] Sending Creation of Listener 961e58aa-6051-4c93-be7e-2bb514b0f264 to handler 2019-02-07 04:13:19.604 6477 INFO oslo_db.sqlalchemy.provision [req-c95640f5-f1fe-4c00-850d-4cb7e049c330 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:19.606 6477 INFO oslo_db.sqlalchemy.provision [req-c95640f5-f1fe-4c00-850d-4cb7e049c330 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iwodpaqhxm 2019-02-07 04:13:19.606 6477 INFO oslo_db.sqlalchemy.provision [req-c95640f5-f1fe-4c00-850d-4cb7e049c330 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_bad_SP_type_IP_cookie [0.339817s] ... ok 2019-02-07 04:13:19.609 6477 INFO oslo_db.sqlalchemy.provision [req-c95640f5-f1fe-4c00-850d-4cb7e049c330 - - - - -] CREATE BACKEND sqlite:// TOKEN zvjvvmmtfh 2019-02-07 04:13:19.738 6477 INFO octavia.common.config [req-c95640f5-f1fe-4c00-850d-4cb7e049c330 - - - - -] Logging enabled! 2019-02-07 04:13:19.739 6477 INFO octavia.common.config [req-c95640f5-f1fe-4c00-850d-4cb7e049c330 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:19.761 6477 WARNING octavia.api.root_controller [req-c95640f5-f1fe-4c00-850d-4cb7e049c330 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:19.772 6477 INFO octavia.api.v2.controllers.load_balancer [req-c55e1c6c-e5e6-4b9b-8bb2-3afb2d7d5cf1 - - - - -] Sending created Load Balancer cfcbdc4f-ca85-4841-a0a5-88a3d60ab40b to the handler 2019-02-07 04:13:19.885 6477 INFO octavia.api.v2.controllers.listener [req-bfb4291b-1dd7-4c9e-9d02-f2aa243a6343 - - - - -] Sending Creation of Listener 1a6218ba-1a44-410a-8f48-c36b3a4b1aba to handler 2019-02-07 04:13:20.023 6477 INFO octavia.api.v2.controllers.pool [req-dda60303-7cbf-4914-acea-0155f12e57d4 - - - - -] Sending Creation of Pool dd24455b-8fd9-4d82-a01f-eb6c83ed83e3 to handler 2019-02-07 04:13:20.240 6477 INFO oslo_db.sqlalchemy.provision [req-15e53e63-ab38-4042-929d-94ac9124a864 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:20.242 6477 INFO oslo_db.sqlalchemy.provision [req-15e53e63-ab38-4042-929d-94ac9124a864 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zvjvvmmtfh 2019-02-07 04:13:20.242 6477 INFO oslo_db.sqlalchemy.provision [req-15e53e63-ab38-4042-929d-94ac9124a864 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_listener_id_in_pool_dict [0.635615s] ... ok 2019-02-07 04:13:20.245 6477 INFO oslo_db.sqlalchemy.provision [req-15e53e63-ab38-4042-929d-94ac9124a864 - - - - -] CREATE BACKEND sqlite:// TOKEN xyodnvsppv 2019-02-07 04:13:20.311 6477 INFO octavia.common.config [req-15e53e63-ab38-4042-929d-94ac9124a864 - - - - -] Logging enabled! 2019-02-07 04:13:20.311 6477 INFO octavia.common.config [req-15e53e63-ab38-4042-929d-94ac9124a864 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:20.333 6477 WARNING octavia.api.root_controller [req-15e53e63-ab38-4042-929d-94ac9124a864 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:20.353 6477 INFO octavia.api.v2.controllers.load_balancer [req-f4e0c85b-351c-4f7c-b3b3-e42cde88b800 - - - - -] Sending created Load Balancer 146247cf-0138-4698-a574-bf07856cf43e to the handler 2019-02-07 04:13:20.568 6477 INFO octavia.api.v2.controllers.listener [req-03932ea9-015e-4984-8758-9b87d95da787 - - - - -] Sending Creation of Listener fd962fdb-4111-4f51-8b10-032ec88ec114 to handler 2019-02-07 04:13:20.729 6477 INFO octavia.api.v2.controllers.pool [req-e4ac623d-198a-4bf0-9dfd-5ead7178f4af - - - - -] Sending Creation of Pool f071943b-9b2e-4b23-9d24-4c13fb679344 to handler 2019-02-07 04:13:20.754 6477 INFO oslo_db.sqlalchemy.provision [req-e4ac623d-198a-4bf0-9dfd-5ead7178f4af - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:20.756 6477 INFO oslo_db.sqlalchemy.provision [req-e4ac623d-198a-4bf0-9dfd-5ead7178f4af - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xyodnvsppv 2019-02-07 04:13:20.757 6477 INFO oslo_db.sqlalchemy.provision [req-e4ac623d-198a-4bf0-9dfd-5ead7178f4af - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_create_with_project_id [0.514671s] ... ok 2019-02-07 04:13:20.759 6477 INFO oslo_db.sqlalchemy.provision [req-e4ac623d-198a-4bf0-9dfd-5ead7178f4af - - - - -] CREATE BACKEND sqlite:// TOKEN hbhoufdzen 2019-02-07 04:13:20.827 6477 INFO octavia.common.config [req-e4ac623d-198a-4bf0-9dfd-5ead7178f4af - - - - -] Logging enabled! 2019-02-07 04:13:20.827 6477 INFO octavia.common.config [req-e4ac623d-198a-4bf0-9dfd-5ead7178f4af - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:20.849 6477 WARNING octavia.api.root_controller [req-e4ac623d-198a-4bf0-9dfd-5ead7178f4af - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:20.860 6477 INFO octavia.api.v2.controllers.load_balancer [req-8523ed4a-b1ab-41bf-94b8-02ecba1a15ae - - - - -] Sending created Load Balancer bb954e63-88cd-43c7-91f2-da594f69b27a to the handler 2019-02-07 04:13:21.033 6477 INFO octavia.api.v2.controllers.listener [req-4db89b8d-77c1-4440-8b61-dc487e610ee6 - - - - -] Sending Creation of Listener 0c0ecf54-3659-4d9e-8f0a-d94dad3fc996 to handler 2019-02-07 04:13:21.174 6477 INFO octavia.api.v2.controllers.pool [req-75077c87-c149-429d-a4a9-72852ca83046 - - - - -] Sending Creation of Pool de637f4e-fe95-480a-ba29-26cd410493f1 to handler 2019-02-07 04:13:21.317 6477 INFO oslo_db.sqlalchemy.provision [req-e24e3204-6f0a-448f-8732-ba2e14aa0646 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:21.318 6477 INFO oslo_db.sqlalchemy.provision [req-e24e3204-6f0a-448f-8732-ba2e14aa0646 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hbhoufdzen 2019-02-07 04:13:21.318 6477 INFO oslo_db.sqlalchemy.provision [req-e24e3204-6f0a-448f-8732-ba2e14aa0646 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_already_deleted [0.561537s] ... ok 2019-02-07 04:13:21.321 6477 INFO oslo_db.sqlalchemy.provision [req-e24e3204-6f0a-448f-8732-ba2e14aa0646 - - - - -] CREATE BACKEND sqlite:// TOKEN dyepqzcxfk 2019-02-07 04:13:21.392 6477 INFO octavia.common.config [req-e24e3204-6f0a-448f-8732-ba2e14aa0646 - - - - -] Logging enabled! 2019-02-07 04:13:21.392 6477 INFO octavia.common.config [req-e24e3204-6f0a-448f-8732-ba2e14aa0646 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:21.414 6477 WARNING octavia.api.root_controller [req-e24e3204-6f0a-448f-8732-ba2e14aa0646 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:21.429 6477 INFO octavia.api.v2.controllers.load_balancer [req-44d56ac5-78c4-4c6e-83e8-f707d406a485 - - - - -] Sending created Load Balancer 973bfafb-c7c1-42fe-89e5-1a8316923d6f to the handler 2019-02-07 04:13:21.541 6477 INFO octavia.api.v2.controllers.listener [req-f83173a9-fc57-4ffb-b4a5-f2209e60b253 - - - - -] Sending Creation of Listener 48f08311-d603-41d9-a4fc-df903069423f to handler 2019-02-07 04:13:21.678 6477 INFO octavia.api.v2.controllers.pool [req-f1ef1798-b914-4a0f-99d6-5ae3daa7f206 - - - - -] Sending Creation of Pool b093e35e-544e-4577-b617-59cc6792035e to handler 2019-02-07 04:13:21.808 6477 INFO octavia.api.v2.controllers.load_balancer [req-4453dd1a-cd19-4f7c-ac39-15f5425d66a6 - - - - -] Sending deleted Load Balancer 973bfafb-c7c1-42fe-89e5-1a8316923d6f to the handler 2019-02-07 04:13:21.824 6477 INFO octavia.api.v2.controllers.pool [req-300179db-e72c-443f-a3f2-bb4c16f4eb7b - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:13:21.835 6477 INFO oslo_db.sqlalchemy.provision [req-300179db-e72c-443f-a3f2-bb4c16f4eb7b - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:21.836 6477 INFO oslo_db.sqlalchemy.provision [req-300179db-e72c-443f-a3f2-bb4c16f4eb7b - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dyepqzcxfk 2019-02-07 04:13:21.836 6477 INFO oslo_db.sqlalchemy.provision [req-300179db-e72c-443f-a3f2-bb4c16f4eb7b - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_when_lb_pending_delete [0.517731s] ... ok 2019-02-07 04:13:21.839 6477 INFO oslo_db.sqlalchemy.provision [req-300179db-e72c-443f-a3f2-bb4c16f4eb7b - - - - -] CREATE BACKEND sqlite:// TOKEN dcgzeyqcsv 2019-02-07 04:13:21.905 6477 INFO octavia.common.config [req-300179db-e72c-443f-a3f2-bb4c16f4eb7b - - - - -] Logging enabled! 2019-02-07 04:13:21.906 6477 INFO octavia.common.config [req-300179db-e72c-443f-a3f2-bb4c16f4eb7b - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:21.928 6477 WARNING octavia.api.root_controller [req-300179db-e72c-443f-a3f2-bb4c16f4eb7b - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:21.938 6477 INFO octavia.api.v2.controllers.load_balancer [req-cef7d1a6-78a9-42f7-9965-a3ed9b6d49b2 - - - - -] Sending created Load Balancer fd0f49e3-703b-4796-a390-d7b918314332 to the handler 2019-02-07 04:13:22.051 6477 INFO octavia.api.v2.controllers.listener [req-6e3cd1f3-2938-464e-b418-4f5e1339c8a8 - - - - -] Sending Creation of Listener 9d4e019d-dfda-4b65-a38e-dc134eb85278 to handler 2019-02-07 04:13:22.249 6477 INFO octavia.api.v2.controllers.pool [req-092dd37c-ac3f-4e81-a455-0324aff99f5b - - - - -] Sending Creation of Pool ad0316ce-c78c-47da-b6a3-e83e028f9fb0 to handler 2019-02-07 04:13:22.380 6477 INFO octavia.api.v2.controllers.load_balancer [req-d6fe552f-e026-41ed-9b7c-70ba0aabc4e8 - - - - -] Sending updated Load Balancer fd0f49e3-703b-4796-a390-d7b918314332 to the handler 2019-02-07 04:13:22.408 6477 INFO octavia.api.v2.controllers.pool [req-0e51f26c-9ae9-471f-a3f8-8143b5681e02 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:13:22.419 6477 INFO oslo_db.sqlalchemy.provision [req-0e51f26c-9ae9-471f-a3f8-8143b5681e02 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:22.420 6477 INFO oslo_db.sqlalchemy.provision [req-0e51f26c-9ae9-471f-a3f8-8143b5681e02 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dcgzeyqcsv 2019-02-07 04:13:22.420 6477 INFO oslo_db.sqlalchemy.provision [req-0e51f26c-9ae9-471f-a3f8-8143b5681e02 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_when_lb_pending_update [0.583881s] ... ok 2019-02-07 04:13:22.423 6477 INFO oslo_db.sqlalchemy.provision [req-0e51f26c-9ae9-471f-a3f8-8143b5681e02 - - - - -] CREATE BACKEND sqlite:// TOKEN onemjleftg 2019-02-07 04:13:22.490 6477 INFO octavia.common.config [req-0e51f26c-9ae9-471f-a3f8-8143b5681e02 - - - - -] Logging enabled! 2019-02-07 04:13:22.490 6477 INFO octavia.common.config [req-0e51f26c-9ae9-471f-a3f8-8143b5681e02 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:22.512 6477 WARNING octavia.api.root_controller [req-0e51f26c-9ae9-471f-a3f8-8143b5681e02 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:22.523 6477 INFO octavia.api.v2.controllers.load_balancer [req-baca30b5-6d13-4ca0-a69c-12e153e9a7ce - - - - -] Sending created Load Balancer f243d9ba-1469-4f10-8748-b31bc12d23ec to the handler 2019-02-07 04:13:22.638 6477 INFO octavia.api.v2.controllers.listener [req-46337e77-e5f9-48ff-a6e2-ee0dd798e020 - - - - -] Sending Creation of Listener caf1de3f-0ca4-4e50-93ab-24ebbc9becf4 to handler 2019-02-07 04:13:22.774 6477 INFO octavia.api.v2.controllers.pool [req-563d8369-a5be-45e9-8876-44eacbe5d9df - - - - -] Sending Creation of Pool 3f51e65e-4adf-4b2e-99e5-ab29bf73babf to handler 2019-02-07 04:13:22.922 6477 INFO octavia.api.v2.controllers.pool [req-dec0c4fb-d676-45ed-8e78-f753ae2a69e2 - - - - -] Sending Deletion of Pool 3f51e65e-4adf-4b2e-99e5-ab29bf73babf to handler 2019-02-07 04:13:22.984 6477 INFO oslo_db.sqlalchemy.provision [req-9750ca89-67da-41fb-a839-4ccfb88d5f84 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:22.987 6477 INFO oslo_db.sqlalchemy.provision [req-9750ca89-67da-41fb-a839-4ccfb88d5f84 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN onemjleftg 2019-02-07 04:13:22.987 6477 INFO oslo_db.sqlalchemy.provision [req-9750ca89-67da-41fb-a839-4ccfb88d5f84 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_with_bad_handler [0.566328s] ... ok 2019-02-07 04:13:22.990 6477 INFO oslo_db.sqlalchemy.provision [req-9750ca89-67da-41fb-a839-4ccfb88d5f84 - - - - -] CREATE BACKEND sqlite:// TOKEN tlfbjzdmfo 2019-02-07 04:13:23.056 6477 INFO octavia.common.config [req-9750ca89-67da-41fb-a839-4ccfb88d5f84 - - - - -] Logging enabled! 2019-02-07 04:13:23.056 6477 INFO octavia.common.config [req-9750ca89-67da-41fb-a839-4ccfb88d5f84 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:23.079 6477 WARNING octavia.api.root_controller [req-9750ca89-67da-41fb-a839-4ccfb88d5f84 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:23.090 6477 INFO octavia.api.v2.controllers.load_balancer [req-451d25f3-c4d6-4d7d-9299-f71b5bfd49a4 - - - - -] Sending created Load Balancer 5065c7f0-ee31-4d32-9398-1a1704254d5d to the handler 2019-02-07 04:13:23.202 6477 INFO octavia.api.v2.controllers.listener [req-df547b2b-6d4a-4b6d-a0ca-5a26913a7fa1 - - - - -] Sending Creation of Listener ccc167f0-d71e-4eae-bf78-d8d037f18fa3 to handler 2019-02-07 04:13:23.408 6477 INFO octavia.api.v2.controllers.pool [req-70a4fd8e-dabc-4439-82dc-c9585421fefd - - - - -] Sending Creation of Pool 7298f482-6d55-436d-98b3-8d0d260f7170 to handler 2019-02-07 04:13:23.547 6477 INFO octavia.api.v2.controllers.pool [req-98102499-eb7a-4a65-815d-5b6ca10c3bb2 - - - - -] Sending Deletion of Pool 7298f482-6d55-436d-98b3-8d0d260f7170 to handler 2019-02-07 04:13:23.605 6477 INFO oslo_db.sqlalchemy.provision [req-e3e6beca-d499-4d65-a41c-4f1dc943cf21 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:23.607 6477 INFO oslo_db.sqlalchemy.provision [req-e3e6beca-d499-4d65-a41c-4f1dc943cf21 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tlfbjzdmfo 2019-02-07 04:13:23.608 6477 INFO oslo_db.sqlalchemy.provision [req-e3e6beca-d499-4d65-a41c-4f1dc943cf21 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_delete_with_session_persistence [0.620630s] ... ok 2019-02-07 04:13:23.610 6477 INFO oslo_db.sqlalchemy.provision [req-e3e6beca-d499-4d65-a41c-4f1dc943cf21 - - - - -] CREATE BACKEND sqlite:// TOKEN ikcuhrjrsf 2019-02-07 04:13:23.678 6477 INFO octavia.common.config [req-e3e6beca-d499-4d65-a41c-4f1dc943cf21 - - - - -] Logging enabled! 2019-02-07 04:13:23.678 6477 INFO octavia.common.config [req-e3e6beca-d499-4d65-a41c-4f1dc943cf21 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:23.698 6477 WARNING octavia.api.root_controller [req-e3e6beca-d499-4d65-a41c-4f1dc943cf21 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:23.708 6477 INFO octavia.api.v2.controllers.load_balancer [req-cbfa532a-9101-459e-85f5-74d3e7f50e0a - - - - -] Sending created Load Balancer d06c89e4-ecb6-4f4d-8eda-460a223d6297 to the handler 2019-02-07 04:13:23.821 6477 INFO octavia.api.v2.controllers.listener [req-1e1bdc71-3e26-41aa-a8c8-101b80527f1e - - - - -] Sending Creation of Listener 919095a9-12e6-4ff9-9c4b-148a6436cee7 to handler 2019-02-07 04:13:23.959 6477 INFO octavia.api.v2.controllers.pool [req-ed7437f3-385a-4911-852e-80b683afea5a - - - - -] Sending Creation of Pool feef549b-a430-4d3b-a77b-534902bacb61 to handler 2019-02-07 04:13:24.102 6477 INFO oslo_db.sqlalchemy.provision [req-ab176669-90e0-418d-917f-73aea10bedc8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:24.103 6477 INFO oslo_db.sqlalchemy.provision [req-ab176669-90e0-418d-917f-73aea10bedc8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ikcuhrjrsf 2019-02-07 04:13:24.103 6477 INFO oslo_db.sqlalchemy.provision [req-ab176669-90e0-418d-917f-73aea10bedc8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_get [0.495528s] ... ok 2019-02-07 04:13:24.106 6477 INFO oslo_db.sqlalchemy.provision [req-ab176669-90e0-418d-917f-73aea10bedc8 - - - - -] CREATE BACKEND sqlite:// TOKEN addwqyltgb 2019-02-07 04:13:24.174 6477 INFO octavia.common.config [req-ab176669-90e0-418d-917f-73aea10bedc8 - - - - -] Logging enabled! 2019-02-07 04:13:24.174 6477 INFO octavia.common.config [req-ab176669-90e0-418d-917f-73aea10bedc8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:24.196 6477 WARNING octavia.api.root_controller [req-ab176669-90e0-418d-917f-73aea10bedc8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:24.209 6477 INFO octavia.api.v2.controllers.load_balancer [req-9ab5f516-c686-4e40-88b3-06e66766b420 - - - - -] Sending created Load Balancer e00d0f42-45ce-4de7-8c97-c3848c7034a1 to the handler 2019-02-07 04:13:24.322 6477 INFO octavia.api.v2.controllers.listener [req-8dab0fb3-285e-4c1a-8890-87f09003fc6a - - - - -] Sending Creation of Listener d0778e5f-d0a3-4139-ab18-0ebd4966c24d to handler 2019-02-07 04:13:24.511 6477 INFO octavia.api.v2.controllers.pool [req-b52ea6a3-458f-4495-8d7d-50babb7e8c5f - - - - -] Sending Creation of Pool 988138b3-c052-4a4f-a01d-ca079d5a6d10 to handler 2019-02-07 04:13:24.648 6477 INFO octavia.api.v2.controllers.pool [req-b84595ae-c1ac-45e0-a934-fd3dfad102fd - - - - -] Sending Creation of Pool 82fcfa0d-e216-4c8e-97af-22daa18a58ec to handler 2019-02-07 04:13:24.801 6477 INFO octavia.api.v2.controllers.pool [req-563ec30e-4d91-4467-9099-21e4d521623d - - - - -] Sending Creation of Pool f0b53029-466c-4bb8-b12d-c505b45dd450 to handler 2019-02-07 04:13:24.993 6477 INFO oslo_db.sqlalchemy.provision [req-5c95bffb-5fa1-4a49-9107-8781cbad57cb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:24.994 6477 INFO oslo_db.sqlalchemy.provision [req-5c95bffb-5fa1-4a49-9107-8781cbad57cb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN addwqyltgb 2019-02-07 04:13:24.996 6477 INFO oslo_db.sqlalchemy.provision [req-5c95bffb-5fa1-4a49-9107-8781cbad57cb - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_fields_filter [0.892504s] ... ok 2019-02-07 04:13:24.999 6477 INFO oslo_db.sqlalchemy.provision [req-5c95bffb-5fa1-4a49-9107-8781cbad57cb - - - - -] CREATE BACKEND sqlite:// TOKEN vcxyvsdrtx 2019-02-07 04:13:25.120 6477 INFO octavia.common.config [req-5c95bffb-5fa1-4a49-9107-8781cbad57cb - - - - -] Logging enabled! 2019-02-07 04:13:25.120 6477 INFO octavia.common.config [req-5c95bffb-5fa1-4a49-9107-8781cbad57cb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:25.164 6477 WARNING octavia.api.root_controller [req-5c95bffb-5fa1-4a49-9107-8781cbad57cb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:25.184 6477 INFO octavia.api.v2.controllers.load_balancer [req-007f289d-71a5-4b70-b91c-24bc204670af - - - - -] Sending created Load Balancer d0b4b4a7-738f-4241-93c6-255382b2a25e to the handler 2019-02-07 04:13:25.381 6477 INFO octavia.api.v2.controllers.listener [req-d206a230-9fe0-42e7-a1bb-4c027f90bedc - - - - -] Sending Creation of Listener b9973d32-eab0-42d2-a290-96b09e0b3f07 to handler 2019-02-07 04:13:25.587 6477 INFO octavia.api.v2.controllers.pool [req-2eb4b2df-64c4-4243-ae7e-14c52c45f827 - - - - -] Sending Creation of Pool 3eee67ce-2e74-4c14-94d9-4b6798c06dc4 to handler 2019-02-07 04:13:25.882 6477 INFO octavia.api.v2.controllers.health_monitor [req-f6ddd2f7-a67f-4deb-b05d-3a229e852e71 - - - - -] Sending Creation of Health Monitor 857e8d24-9150-4c76-a4e9-c10ffd381e1c to handler 2019-02-07 04:13:26.083 6477 INFO octavia.api.v2.controllers.pool [req-c5d13010-f7b7-4393-ac89-e6bd7d548a21 - - - - -] Sending Creation of Pool 74610c94-49a8-4eab-a2be-25511f556938 to handler 2019-02-07 04:13:26.287 6477 INFO octavia.api.v2.controllers.pool [req-caa8ca03-d3b4-4dfd-aafe-30e36148ef9c - - - - -] Sending Creation of Pool 9deb1872-e7be-455f-9573-04d1e9d18d21 to handler 2019-02-07 04:13:26.521 6477 INFO oslo_db.sqlalchemy.provision [req-1f2382f3-e09f-41fb-83f5-48717772ddc5 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:26.523 6477 INFO oslo_db.sqlalchemy.provision [req-1f2382f3-e09f-41fb-83f5-48717772ddc5 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vcxyvsdrtx 2019-02-07 04:13:26.523 6477 INFO oslo_db.sqlalchemy.provision [req-1f2382f3-e09f-41fb-83f5-48717772ddc5 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_filter [1.527101s] ... ok 2019-02-07 04:13:26.531 6477 INFO oslo_db.sqlalchemy.provision [req-1f2382f3-e09f-41fb-83f5-48717772ddc5 - - - - -] CREATE BACKEND sqlite:// TOKEN pbmkgdnobm 2019-02-07 04:13:26.609 6477 INFO octavia.common.config [req-1f2382f3-e09f-41fb-83f5-48717772ddc5 - - - - -] Logging enabled! 2019-02-07 04:13:26.609 6477 INFO octavia.common.config [req-1f2382f3-e09f-41fb-83f5-48717772ddc5 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:26.634 6477 WARNING octavia.api.root_controller [req-1f2382f3-e09f-41fb-83f5-48717772ddc5 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:26.646 6477 INFO octavia.api.v2.controllers.load_balancer [req-64aead78-8389-4ab6-a4fd-98751c07734a - - - - -] Sending created Load Balancer 3be4b43e-5dc5-4a42-b914-763a8bf93cfe to the handler 2019-02-07 04:13:26.778 6477 INFO octavia.api.v2.controllers.listener [req-a2e27451-687e-4df9-ab25-7466b7702150 - - - - -] Sending Creation of Listener eaf7b671-04f1-40ec-94e4-641a91d5e822 to handler 2019-02-07 04:13:26.969 6477 INFO octavia.api.v2.controllers.load_balancer [req-403db18f-3f97-4c47-96f5-e0ff78a449ec - - - - -] Sending created Load Balancer 08ec676c-f087-4092-8b21-fce8acf861bd to the handler 2019-02-07 04:13:27.091 6477 INFO octavia.api.v2.controllers.pool [req-4002e0c2-7c47-414d-b8e0-202f22478bee - - - - -] Sending Creation of Pool ab3899db-94ce-4ac1-9a03-1b04499d8f67 to handler 2019-02-07 04:13:27.223 6477 INFO octavia.api.v2.controllers.pool [req-9483fa52-0f46-46a5-883b-ea43d0280c53 - - - - -] Sending Creation of Pool 3c3f97d4-d53a-4a2d-8c5e-415c0329cf97 to handler 2019-02-07 04:13:27.369 6477 INFO octavia.api.v2.controllers.pool [req-e422b8e4-35c4-4cb2-be1a-f7758a953642 - - - - -] Sending Creation of Pool 5f8e4a62-049d-483c-bb09-8962638350d9 to handler 2019-02-07 04:13:27.549 6477 INFO oslo_db.sqlalchemy.provision [req-8e70828d-57d0-41f4-acdf-eefae97e682d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:27.551 6477 INFO oslo_db.sqlalchemy.provision [req-8e70828d-57d0-41f4-acdf-eefae97e682d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pbmkgdnobm 2019-02-07 04:13:27.551 6477 INFO oslo_db.sqlalchemy.provision [req-8e70828d-57d0-41f4-acdf-eefae97e682d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_non_admin_global_observer [1.027546s] ... ok 2019-02-07 04:13:27.554 6477 INFO oslo_db.sqlalchemy.provision [req-8e70828d-57d0-41f4-acdf-eefae97e682d - - - - -] CREATE BACKEND sqlite:// TOKEN icunbkdcyz 2019-02-07 04:13:27.620 6477 INFO octavia.common.config [req-8e70828d-57d0-41f4-acdf-eefae97e682d - - - - -] Logging enabled! 2019-02-07 04:13:27.621 6477 INFO octavia.common.config [req-8e70828d-57d0-41f4-acdf-eefae97e682d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:27.644 6477 WARNING octavia.api.root_controller [req-8e70828d-57d0-41f4-acdf-eefae97e682d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:27.655 6477 INFO octavia.api.v2.controllers.load_balancer [req-40e2c033-f86d-4119-804c-7f5e2378f504 - - - - -] Sending created Load Balancer 4f0515e9-e30f-40d1-ad8f-82725ac83050 to the handler 2019-02-07 04:13:27.767 6477 INFO octavia.api.v2.controllers.listener [req-df3138a3-a844-4ebf-ab3b-14cb5769cc2b - - - - -] Sending Creation of Listener a8938672-5229-42dd-bb7f-2bfcc9e20c6d to handler 2019-02-07 04:13:27.881 6477 INFO octavia.api.v2.controllers.load_balancer [req-c20c1be5-b30b-40d6-9bb1-0812ed15482b - - - - -] Sending created Load Balancer d17cf640-e69a-4bfa-9991-4f784e99d961 to the handler 2019-02-07 04:13:27.995 6477 INFO octavia.api.v2.controllers.pool [req-64400e0a-2711-4008-b349-5b0f2dd3e295 - - - - -] Sending Creation of Pool 8563b108-c3ba-4fcd-b4a0-502e36d36332 to handler 2019-02-07 04:13:28.182 6477 INFO octavia.api.v2.controllers.pool [req-3cdbd849-b9da-4c9a-ba1c-6e96c5ec49f2 - - - - -] Sending Creation of Pool 9ebb8a2d-2a8d-48d6-a138-2e3e3d06588d to handler 2019-02-07 04:13:28.328 6477 INFO octavia.api.v2.controllers.pool [req-00f56d59-3c70-40bf-97d8-f3914430e72b - - - - -] Sending Creation of Pool 19183d40-727f-4953-b2e8-79ea15379cc0 to handler 2019-02-07 04:13:28.468 6477 INFO oslo_db.sqlalchemy.provision [req-eaec2eba-f36b-423f-807e-11de752899de - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:28.469 6477 INFO oslo_db.sqlalchemy.provision [req-eaec2eba-f36b-423f-807e-11de752899de - - - - -] DROP BACKEND Engine(sqlite://) TOKEN icunbkdcyz 2019-02-07 04:13:28.469 6477 INFO oslo_db.sqlalchemy.provision [req-eaec2eba-f36b-423f-807e-11de752899de - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_not_authorized [0.918248s] ... ok 2019-02-07 04:13:28.472 6477 INFO oslo_db.sqlalchemy.provision [req-eaec2eba-f36b-423f-807e-11de752899de - - - - -] CREATE BACKEND sqlite:// TOKEN drnowfdrpy 2019-02-07 04:13:28.542 6477 INFO octavia.common.config [req-eaec2eba-f36b-423f-807e-11de752899de - - - - -] Logging enabled! 2019-02-07 04:13:28.543 6477 INFO octavia.common.config [req-eaec2eba-f36b-423f-807e-11de752899de - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:28.562 6477 WARNING octavia.api.root_controller [req-eaec2eba-f36b-423f-807e-11de752899de - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:28.573 6477 INFO octavia.api.v2.controllers.load_balancer [req-dc8841f3-3f1e-4b35-a893-7873fe9d4459 - - - - -] Sending created Load Balancer 47d8d4e5-8f16-4f2d-b411-3ced1d492a47 to the handler 2019-02-07 04:13:28.688 6477 INFO octavia.api.v2.controllers.listener [req-48e55e5a-0811-46dc-9c66-d9f6c815e30e - - - - -] Sending Creation of Listener ff1b37e7-e0c3-43c1-8b98-5f95a6495955 to handler 2019-02-07 04:13:28.814 6477 INFO octavia.api.v2.controllers.pool [req-06dd148f-7199-48c2-baa5-cdaea245a283 - - - - -] Sending Creation of Pool 7c48e1e1-a6a0-4f13-a16a-0f9a465abade to handler 2019-02-07 04:13:28.953 6477 INFO octavia.api.v2.controllers.pool [req-6d04493c-ddaa-4972-b63e-7e6264364671 - - - - -] Sending Creation of Pool fb628eb3-2c5d-4c44-a910-4b787564a0ab to handler 2019-02-07 04:13:29.174 6477 INFO octavia.api.v2.controllers.pool [req-4a45e450-f0c1-44d1-ab54-0b6d0ea62484 - - - - -] Sending Creation of Pool e5bff942-c42f-49cb-83a2-cba61bc1481b to handler 2019-02-07 04:13:29.421 6477 INFO oslo_db.sqlalchemy.provision [req-e7ccb86e-2689-4735-a968-a6cb4b19fed8 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:29.423 6477 INFO oslo_db.sqlalchemy.provision [req-e7ccb86e-2689-4735-a968-a6cb4b19fed8 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN drnowfdrpy 2019-02-07 04:13:29.423 6477 INFO oslo_db.sqlalchemy.provision [req-e7ccb86e-2689-4735-a968-a6cb4b19fed8 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_all_sorted [0.953554s] ... ok 2019-02-07 04:13:29.426 6477 INFO oslo_db.sqlalchemy.provision [req-e7ccb86e-2689-4735-a968-a6cb4b19fed8 - - - - -] CREATE BACKEND sqlite:// TOKEN wduhnrhbwz 2019-02-07 04:13:29.493 6477 INFO octavia.common.config [req-e7ccb86e-2689-4735-a968-a6cb4b19fed8 - - - - -] Logging enabled! 2019-02-07 04:13:29.494 6477 INFO octavia.common.config [req-e7ccb86e-2689-4735-a968-a6cb4b19fed8 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:29.516 6477 WARNING octavia.api.root_controller [req-e7ccb86e-2689-4735-a968-a6cb4b19fed8 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:29.527 6477 INFO octavia.api.v2.controllers.load_balancer [req-8ae89dfa-b0c4-40fa-8399-071087ac6c6a - - - - -] Sending created Load Balancer 8bff624b-ffc4-435b-82bf-2e21b312d1ef to the handler 2019-02-07 04:13:29.640 6477 INFO octavia.api.v2.controllers.listener [req-1fa131a2-190f-4d4b-85e8-0680b2fa9dbe - - - - -] Sending Creation of Listener 500f5479-c4e9-4304-80ef-65bc685ef6c6 to handler 2019-02-07 04:13:29.755 6477 INFO octavia.api.v2.controllers.load_balancer [req-edad16a1-6b9e-4171-859e-9c1e0d080454 - - - - -] Sending created Load Balancer 06d0769b-784f-4ed3-a8d0-bcd26e784d4d to the handler 2019-02-07 04:13:29.860 6477 INFO octavia.api.v2.controllers.load_balancer [req-d6c4510b-b9aa-402a-b519-3a13b1dda3f6 - - - - -] Sending created Load Balancer d105fee3-9f19-4ae7-b6c0-bb3ecf5684ab to the handler 2019-02-07 04:13:29.973 6477 INFO octavia.api.v2.controllers.pool [req-c50e4dab-181c-4811-88b0-c51e2f5b6583 - - - - -] Sending Creation of Pool b0438dc3-9364-48d7-8f7e-8e18f8b478c6 to handler 2019-02-07 04:13:30.159 6477 INFO octavia.api.v2.controllers.pool [req-29baa1f9-9a86-4019-a555-075a41ffc74b - - - - -] Sending Creation of Pool 83c709cb-6efa-4d68-97af-31e405c63274 to handler 2019-02-07 04:13:30.298 6477 INFO octavia.api.v2.controllers.pool [req-603f436a-e794-413e-a7e6-031e0514da0e - - - - -] Sending Creation of Pool 6189874d-2c81-495a-95d0-a1ce4badbafe to handler 2019-02-07 04:13:30.519 6477 INFO oslo_db.sqlalchemy.provision [req-d700e720-9028-41f2-9940-899830b486ee - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:30.520 6477 INFO oslo_db.sqlalchemy.provision [req-d700e720-9028-41f2-9940-899830b486ee - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wduhnrhbwz 2019-02-07 04:13:30.520 6477 INFO oslo_db.sqlalchemy.provision [req-d700e720-9028-41f2-9940-899830b486ee - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_by_project_id [1.097347s] ... ok 2019-02-07 04:13:30.523 6477 INFO oslo_db.sqlalchemy.provision [req-d700e720-9028-41f2-9940-899830b486ee - - - - -] CREATE BACKEND sqlite:// TOKEN tirgbqsdta 2019-02-07 04:13:30.590 6477 INFO octavia.common.config [req-d700e720-9028-41f2-9940-899830b486ee - - - - -] Logging enabled! 2019-02-07 04:13:30.590 6477 INFO octavia.common.config [req-d700e720-9028-41f2-9940-899830b486ee - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:30.613 6477 WARNING octavia.api.root_controller [req-d700e720-9028-41f2-9940-899830b486ee - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:30.624 6477 INFO octavia.api.v2.controllers.load_balancer [req-6bc33c75-3460-48e7-8749-71e04b2d2a58 - - - - -] Sending created Load Balancer c4705aab-3c82-488b-8a93-8061729c8d1f to the handler 2019-02-07 04:13:30.737 6477 INFO octavia.api.v2.controllers.listener [req-047ed56e-39c0-400a-9115-f3a94b5b8e83 - - - - -] Sending Creation of Listener 08150faf-a318-45aa-9605-d2a982f92d34 to handler 2019-02-07 04:13:30.964 6477 INFO octavia.api.v2.controllers.pool [req-5a229bb0-5b0b-4c58-896e-d86782effac4 - - - - -] Sending Creation of Pool 80f03be7-2807-489a-97cb-51faec6b1969 to handler 2019-02-07 04:13:31.203 6477 INFO oslo_db.sqlalchemy.provision [req-3db1911e-8a68-48b7-9138-49c03ed8099e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:31.206 6477 INFO oslo_db.sqlalchemy.provision [req-3db1911e-8a68-48b7-9138-49c03ed8099e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tirgbqsdta 2019-02-07 04:13:31.206 6477 INFO oslo_db.sqlalchemy.provision [req-3db1911e-8a68-48b7-9138-49c03ed8099e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_get_one_fields_filter [0.686239s] ... ok 2019-02-07 04:13:31.211 6477 INFO oslo_db.sqlalchemy.provision [req-3db1911e-8a68-48b7-9138-49c03ed8099e - - - - -] CREATE BACKEND sqlite:// TOKEN cdkngbbtct 2019-02-07 04:13:31.321 6477 INFO octavia.common.config [req-3db1911e-8a68-48b7-9138-49c03ed8099e - - - - -] Logging enabled! 2019-02-07 04:13:31.322 6477 INFO octavia.common.config [req-3db1911e-8a68-48b7-9138-49c03ed8099e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:31.353 6477 WARNING octavia.api.root_controller [req-3db1911e-8a68-48b7-9138-49c03ed8099e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:31.372 6477 INFO octavia.api.v2.controllers.load_balancer [req-66527eca-c5a0-41ea-a6a9-75ebaae2f030 - - - - -] Sending created Load Balancer ea53cb6e-5b4d-4079-80f6-bbc24bacd81a to the handler 2019-02-07 04:13:31.542 6477 INFO octavia.api.v2.controllers.listener [req-d0bc164f-fdc9-4cb2-981e-d54a71969492 - - - - -] Sending Creation of Listener 8a04e76b-730e-4903-9e37-15228b695251 to handler 2019-02-07 04:13:31.810 6477 INFO octavia.api.v2.controllers.pool [req-b7f04d2d-0955-460e-a007-ef22b12a4c02 - - - - -] Sending Creation of Pool 5099ff36-61b9-4d20-9d38-282f28d508cc to handler 2019-02-07 04:13:31.992 6477 INFO octavia.api.v2.controllers.pool [req-50fd8273-9388-4348-a13c-65a6c1b3d3bd - 24830eb1-01a9-4069-83d3-42cf7d5e2a70 - - -] Sending Update of Pool 5099ff36-61b9-4d20-9d38-282f28d508cc to handler 2019-02-07 04:13:32.289 6477 INFO oslo_db.sqlalchemy.provision [req-e878fe4c-5291-4c8a-980d-41c1301047c2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:32.291 6477 INFO oslo_db.sqlalchemy.provision [req-e878fe4c-5291-4c8a-980d-41c1301047c2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cdkngbbtct 2019-02-07 04:13:32.291 6477 INFO oslo_db.sqlalchemy.provision [req-e878fe4c-5291-4c8a-980d-41c1301047c2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_authorized [1.084155s] ... ok 2019-02-07 04:13:32.294 6477 INFO oslo_db.sqlalchemy.provision [req-e878fe4c-5291-4c8a-980d-41c1301047c2 - - - - -] CREATE BACKEND sqlite:// TOKEN pxwlllutkk 2019-02-07 04:13:32.377 6477 INFO octavia.common.config [req-e878fe4c-5291-4c8a-980d-41c1301047c2 - - - - -] Logging enabled! 2019-02-07 04:13:32.378 6477 INFO octavia.common.config [req-e878fe4c-5291-4c8a-980d-41c1301047c2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:32.403 6477 WARNING octavia.api.root_controller [req-e878fe4c-5291-4c8a-980d-41c1301047c2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:32.415 6477 INFO octavia.api.v2.controllers.load_balancer [req-30bdb237-5b66-46f9-aeca-cfb21ac822fa - - - - -] Sending created Load Balancer 2be55884-9b46-448d-bf23-703ad59844cf to the handler 2019-02-07 04:13:32.538 6477 INFO octavia.api.v2.controllers.listener [req-e4e931ab-e1b0-4c7e-b048-53862472034a - - - - -] Sending Creation of Listener 8f3d9d59-d334-49ae-a128-4cf415e7c0fa to handler 2019-02-07 04:13:32.691 6477 INFO octavia.api.v2.controllers.pool [req-d1413ae3-8c09-43a2-9725-6422ce3da9c2 - - - - -] Sending Creation of Pool d4d3ea37-1904-425f-b456-2dd5545382cd to handler 2019-02-07 04:13:32.852 6477 INFO oslo_db.sqlalchemy.provision [req-243f2ae9-a6e8-4f4b-8f89-735868d723eb - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:32.854 6477 INFO oslo_db.sqlalchemy.provision [req-243f2ae9-a6e8-4f4b-8f89-735868d723eb - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pxwlllutkk 2019-02-07 04:13:32.854 6477 INFO oslo_db.sqlalchemy.provision [req-243f2ae9-a6e8-4f4b-8f89-735868d723eb - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_not_authorized [0.562908s] ... ok 2019-02-07 04:13:32.857 6477 INFO oslo_db.sqlalchemy.provision [req-243f2ae9-a6e8-4f4b-8f89-735868d723eb - - - - -] CREATE BACKEND sqlite:// TOKEN plbjzvleod 2019-02-07 04:13:32.923 6477 INFO octavia.common.config [req-243f2ae9-a6e8-4f4b-8f89-735868d723eb - - - - -] Logging enabled! 2019-02-07 04:13:32.924 6477 INFO octavia.common.config [req-243f2ae9-a6e8-4f4b-8f89-735868d723eb - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:32.944 6477 WARNING octavia.api.root_controller [req-243f2ae9-a6e8-4f4b-8f89-735868d723eb - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:33.016 6477 INFO octavia.api.v2.controllers.load_balancer [req-b1a74142-5ba6-465b-9302-696bb4e05095 - - - - -] Sending created Load Balancer 52d324e1-faec-46f3-8d8b-d01a24acaf5e to the handler 2019-02-07 04:13:33.132 6477 INFO octavia.api.v2.controllers.listener [req-79f7391c-36c5-43af-82d2-6f4abec6ae9d - - - - -] Sending Creation of Listener c4d84508-472a-491c-b239-096b44c30b40 to handler 2019-02-07 04:13:33.271 6477 INFO octavia.api.v2.controllers.pool [req-4ad0036c-c77f-4cfb-95af-5a6fc9d6f289 - - - - -] Sending Creation of Pool 886418d8-c8b3-41ca-b2fa-8ed308567518 to handler 2019-02-07 04:13:33.428 6477 INFO octavia.api.v2.controllers.pool [req-91eba85d-c366-4938-92ad-8480633dc550 - - - - -] Sending Update of Pool 886418d8-c8b3-41ca-b2fa-8ed308567518 to handler 2019-02-07 04:13:33.514 6477 INFO oslo_db.sqlalchemy.provision [req-d7ce0e46-47f6-4c21-a687-c2e7234ff62c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:33.516 6477 INFO oslo_db.sqlalchemy.provision [req-d7ce0e46-47f6-4c21-a687-c2e7234ff62c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN plbjzvleod 2019-02-07 04:13:33.517 6477 INFO oslo_db.sqlalchemy.provision [req-d7ce0e46-47f6-4c21-a687-c2e7234ff62c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_session_persistence [0.662202s] ... ok 2019-02-07 04:13:33.519 6477 INFO oslo_db.sqlalchemy.provision [req-d7ce0e46-47f6-4c21-a687-c2e7234ff62c - - - - -] CREATE BACKEND sqlite:// TOKEN wtkppevohl 2019-02-07 04:13:33.586 6477 INFO octavia.common.config [req-d7ce0e46-47f6-4c21-a687-c2e7234ff62c - - - - -] Logging enabled! 2019-02-07 04:13:33.586 6477 INFO octavia.common.config [req-d7ce0e46-47f6-4c21-a687-c2e7234ff62c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:33.609 6477 WARNING octavia.api.root_controller [req-d7ce0e46-47f6-4c21-a687-c2e7234ff62c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:33.623 6477 INFO octavia.api.v2.controllers.load_balancer [req-0f2bbd73-9520-455e-82af-b155e8ba5f6f - - - - -] Sending created Load Balancer 5105b9f0-ff29-44c9-a5d4-dbe579a04630 to the handler 2019-02-07 04:13:33.735 6477 INFO octavia.api.v2.controllers.listener [req-5549653b-80bb-43b8-9064-825fff0a9ccf - - - - -] Sending Creation of Listener f8cedb59-2136-48bf-a0ca-6c54fecd39ce to handler 2019-02-07 04:13:33.872 6477 INFO octavia.api.v2.controllers.pool [req-bd499c47-a9a4-49bc-8ab4-2363507c16f0 - - - - -] Sending Creation of Pool 60a16d52-36fa-43f3-a01b-79e825cd10c1 to handler 2019-02-07 04:13:34.001 6477 INFO octavia.api.v2.controllers.load_balancer [req-8c86ddbd-0abb-45e6-85ef-9af4c193df72 - - - - -] Sending deleted Load Balancer 5105b9f0-ff29-44c9-a5d4-dbe579a04630 to the handler 2019-02-07 04:13:34.077 6477 INFO octavia.api.v2.controllers.pool [req-76e48d6e-c158-4617-a8ed-eb975bdaaa33 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:13:34.089 6477 INFO oslo_db.sqlalchemy.provision [req-76e48d6e-c158-4617-a8ed-eb975bdaaa33 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:34.091 6477 INFO oslo_db.sqlalchemy.provision [req-76e48d6e-c158-4617-a8ed-eb975bdaaa33 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wtkppevohl 2019-02-07 04:13:34.091 6477 INFO oslo_db.sqlalchemy.provision [req-76e48d6e-c158-4617-a8ed-eb975bdaaa33 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_when_lb_pending_delete [0.574359s] ... ok 2019-02-07 04:13:34.094 6477 INFO oslo_db.sqlalchemy.provision [req-76e48d6e-c158-4617-a8ed-eb975bdaaa33 - - - - -] CREATE BACKEND sqlite:// TOKEN nbvhzrfiqb 2019-02-07 04:13:34.164 6477 INFO octavia.common.config [req-76e48d6e-c158-4617-a8ed-eb975bdaaa33 - - - - -] Logging enabled! 2019-02-07 04:13:34.165 6477 INFO octavia.common.config [req-76e48d6e-c158-4617-a8ed-eb975bdaaa33 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:34.186 6477 WARNING octavia.api.root_controller [req-76e48d6e-c158-4617-a8ed-eb975bdaaa33 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:34.198 6477 INFO octavia.api.v2.controllers.load_balancer [req-5e81960f-e952-4d75-a928-95314a714720 - - - - -] Sending created Load Balancer 0a750983-dd12-444d-bba2-5f32b589dd1d to the handler 2019-02-07 04:13:34.358 6477 INFO octavia.api.v2.controllers.listener [req-46f7ba87-f1b5-4a52-a7b4-c27eabf59ed5 - - - - -] Sending Creation of Listener 4bac65b0-8f90-480b-b910-df0ab9f2c087 to handler 2019-02-07 04:13:34.545 6477 INFO octavia.api.v2.controllers.pool [req-084bdbf0-d1ef-4760-9aef-1eaffd9c2a11 - - - - -] Sending Creation of Pool 91966408-fc23-42a7-b934-5eec81a670b7 to handler 2019-02-07 04:13:34.710 6477 INFO octavia.api.v2.controllers.load_balancer [req-bf17518b-ea92-47c6-b89c-2a34af6db240 - - - - -] Sending updated Load Balancer 0a750983-dd12-444d-bba2-5f32b589dd1d to the handler 2019-02-07 04:13:34.746 6477 INFO octavia.api.v2.controllers.pool [req-1d789546-a824-4dde-a973-23ef792b2257 - - - - -] Pool cannot be created or modified because the Load Balancer is in an immutable state 2019-02-07 04:13:34.760 6477 INFO oslo_db.sqlalchemy.provision [req-1d789546-a824-4dde-a973-23ef792b2257 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:34.762 6477 INFO oslo_db.sqlalchemy.provision [req-1d789546-a824-4dde-a973-23ef792b2257 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nbvhzrfiqb 2019-02-07 04:13:34.762 6477 INFO oslo_db.sqlalchemy.provision [req-1d789546-a824-4dde-a973-23ef792b2257 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_when_lb_pending_update [0.670753s] ... ok 2019-02-07 04:13:34.765 6477 INFO oslo_db.sqlalchemy.provision [req-1d789546-a824-4dde-a973-23ef792b2257 - - - - -] CREATE BACKEND sqlite:// TOKEN mnltlpunhs 2019-02-07 04:13:34.847 6477 INFO octavia.common.config [req-1d789546-a824-4dde-a973-23ef792b2257 - - - - -] Logging enabled! 2019-02-07 04:13:34.847 6477 INFO octavia.common.config [req-1d789546-a824-4dde-a973-23ef792b2257 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:34.873 6477 WARNING octavia.api.root_controller [req-1d789546-a824-4dde-a973-23ef792b2257 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:34.885 6477 INFO octavia.api.v2.controllers.load_balancer [req-3440688c-eb39-4488-8516-cd2704f35536 - - - - -] Sending created Load Balancer 74fd0bdd-bebe-4906-a8e5-64fe8877b724 to the handler 2019-02-07 04:13:35.009 6477 INFO octavia.api.v2.controllers.listener [req-a613631c-111f-4e05-b971-4201cd245929 - - - - -] Sending Creation of Listener 61921269-7fde-442b-9f1d-17d75754bc11 to handler 2019-02-07 04:13:35.159 6477 INFO octavia.api.v2.controllers.pool [req-1ab7380d-7257-43ef-83fc-156b3628c8ea - - - - -] Sending Creation of Pool 86fa3b75-2f5c-45f9-b171-1d5667ba7040 to handler 2019-02-07 04:13:35.375 6477 INFO oslo_db.sqlalchemy.provision [req-a8e8b1e5-a47d-4758-ac93-48cf98f8ea5d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:35.377 6477 INFO oslo_db.sqlalchemy.provision [req-a8e8b1e5-a47d-4758-ac93-48cf98f8ea5d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mnltlpunhs 2019-02-07 04:13:35.377 6477 INFO oslo_db.sqlalchemy.provision [req-a8e8b1e5-a47d-4758-ac93-48cf98f8ea5d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_with_bad_SP_type_HTTP_cookie [0.614844s] ... ok 2019-02-07 04:13:35.380 6477 INFO oslo_db.sqlalchemy.provision [req-a8e8b1e5-a47d-4758-ac93-48cf98f8ea5d - - - - -] CREATE BACKEND sqlite:// TOKEN sxdihxuuan 2019-02-07 04:13:35.446 6477 INFO octavia.common.config [req-a8e8b1e5-a47d-4758-ac93-48cf98f8ea5d - - - - -] Logging enabled! 2019-02-07 04:13:35.447 6477 INFO octavia.common.config [req-a8e8b1e5-a47d-4758-ac93-48cf98f8ea5d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:35.466 6477 WARNING octavia.api.root_controller [req-a8e8b1e5-a47d-4758-ac93-48cf98f8ea5d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:35.477 6477 INFO octavia.api.v2.controllers.load_balancer [req-2cea4c7a-2904-47cb-b748-8eeec765c76d - - - - -] Sending created Load Balancer 71d6b15c-894e-4979-9a19-d7cafec7e87a to the handler 2019-02-07 04:13:35.603 6477 INFO octavia.api.v2.controllers.listener [req-6a852131-5a26-49d3-9ad4-3db6402fcb54 - - - - -] Sending Creation of Listener d917d7f8-3a79-4e58-b38e-04882f5dc9e5 to handler 2019-02-07 04:13:35.763 6477 INFO octavia.api.v2.controllers.pool [req-878a814e-e9fa-450c-a71f-1e0e892a0b58 - - - - -] Sending Creation of Pool 0d90fd95-28d4-4b93-bbb0-b216b43d8a53 to handler 2019-02-07 04:13:35.914 6477 INFO octavia.api.v2.controllers.pool [req-f3e7e6ca-6cc3-4613-abac-1eb1c8a63ab3 - - - - -] Sending Update of Pool 0d90fd95-28d4-4b93-bbb0-b216b43d8a53 to handler 2019-02-07 04:13:35.995 6477 INFO oslo_db.sqlalchemy.provision [req-8db64eb3-0c05-461c-a41c-b54459288dd2 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:35.997 6477 INFO oslo_db.sqlalchemy.provision [req-8db64eb3-0c05-461c-a41c-b54459288dd2 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN sxdihxuuan 2019-02-07 04:13:35.997 6477 INFO oslo_db.sqlalchemy.provision [req-8db64eb3-0c05-461c-a41c-b54459288dd2 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_pool.TestPool.test_update_with_bad_handler [0.620169s] ... ok 2019-02-07 04:13:36.001 6477 INFO oslo_db.sqlalchemy.provision [req-8db64eb3-0c05-461c-a41c-b54459288dd2 - - - - -] CREATE BACKEND sqlite:// TOKEN yanngxghve 2019-02-07 04:13:36.071 6477 INFO octavia.common.config [req-8db64eb3-0c05-461c-a41c-b54459288dd2 - - - - -] Logging enabled! 2019-02-07 04:13:36.072 6477 INFO octavia.common.config [req-8db64eb3-0c05-461c-a41c-b54459288dd2 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:36.092 6477 WARNING octavia.api.root_controller [req-8db64eb3-0c05-461c-a41c-b54459288dd2 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:36.119 6477 INFO oslo_db.sqlalchemy.provision [req-f450a110-d6b5-44c5-9c36-601386457e8c - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:36.120 6477 INFO oslo_db.sqlalchemy.provision [req-f450a110-d6b5-44c5-9c36-601386457e8c - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yanngxghve 2019-02-07 04:13:36.121 6477 INFO oslo_db.sqlalchemy.provision [req-f450a110-d6b5-44c5-9c36-601386457e8c - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_custom_quotas [0.123218s] ... ok 2019-02-07 04:13:36.124 6477 INFO oslo_db.sqlalchemy.provision [req-f450a110-d6b5-44c5-9c36-601386457e8c - - - - -] CREATE BACKEND sqlite:// TOKEN snvcysetti 2019-02-07 04:13:36.194 6477 INFO octavia.common.config [req-f450a110-d6b5-44c5-9c36-601386457e8c - - - - -] Logging enabled! 2019-02-07 04:13:36.195 6477 INFO octavia.common.config [req-f450a110-d6b5-44c5-9c36-601386457e8c - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:36.215 6477 WARNING octavia.api.root_controller [req-f450a110-d6b5-44c5-9c36-601386457e8c - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:36.231 6477 INFO oslo_db.sqlalchemy.provision [req-9200704b-c0fc-4b8d-b054-5bea4e141a7a - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:36.232 6477 INFO oslo_db.sqlalchemy.provision [req-9200704b-c0fc-4b8d-b054-5bea4e141a7a - - - - -] DROP BACKEND Engine(sqlite://) TOKEN snvcysetti 2019-02-07 04:13:36.233 6477 INFO oslo_db.sqlalchemy.provision [req-9200704b-c0fc-4b8d-b054-5bea4e141a7a - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_custom_quotas_not_Authorized_member [0.111667s] ... ok 2019-02-07 04:13:36.236 6477 INFO oslo_db.sqlalchemy.provision [req-9200704b-c0fc-4b8d-b054-5bea4e141a7a - - - - -] CREATE BACKEND sqlite:// TOKEN ntbjohkipw 2019-02-07 04:13:36.302 6477 INFO octavia.common.config [req-9200704b-c0fc-4b8d-b054-5bea4e141a7a - - - - -] Logging enabled! 2019-02-07 04:13:36.302 6477 INFO octavia.common.config [req-9200704b-c0fc-4b8d-b054-5bea4e141a7a - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:36.322 6477 WARNING octavia.api.root_controller [req-9200704b-c0fc-4b8d-b054-5bea4e141a7a - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:36.358 6477 INFO oslo_db.sqlalchemy.provision [req-8b7ef2dc-3764-4172-abeb-e791e2953dab - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:36.359 6477 INFO oslo_db.sqlalchemy.provision [req-8b7ef2dc-3764-4172-abeb-e791e2953dab - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ntbjohkipw 2019-02-07 04:13:36.360 6477 INFO oslo_db.sqlalchemy.provision [req-8b7ef2dc-3764-4172-abeb-e791e2953dab - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_delete_custom_quotas_admin [0.126893s] ... ok 2019-02-07 04:13:36.362 6477 INFO oslo_db.sqlalchemy.provision [req-8b7ef2dc-3764-4172-abeb-e791e2953dab - - - - -] CREATE BACKEND sqlite:// TOKEN ajtxreshlg 2019-02-07 04:13:36.429 6477 INFO octavia.common.config [req-8b7ef2dc-3764-4172-abeb-e791e2953dab - - - - -] Logging enabled! 2019-02-07 04:13:36.429 6477 INFO octavia.common.config [req-8b7ef2dc-3764-4172-abeb-e791e2953dab - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:36.448 6477 WARNING octavia.api.root_controller [req-8b7ef2dc-3764-4172-abeb-e791e2953dab - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:36.473 6477 INFO oslo_db.sqlalchemy.provision [req-b46aa8aa-ccdf-47ab-a432-4e283ea36a3d - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:36.475 6477 INFO oslo_db.sqlalchemy.provision [req-b46aa8aa-ccdf-47ab-a432-4e283ea36a3d - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ajtxreshlg 2019-02-07 04:13:36.475 6477 INFO oslo_db.sqlalchemy.provision [req-b46aa8aa-ccdf-47ab-a432-4e283ea36a3d - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_Authorized_global_observer [0.115409s] ... ok 2019-02-07 04:13:36.478 6477 INFO oslo_db.sqlalchemy.provision [req-b46aa8aa-ccdf-47ab-a432-4e283ea36a3d - - - - -] CREATE BACKEND sqlite:// TOKEN aqzabgorwk 2019-02-07 04:13:36.545 6477 INFO octavia.common.config [req-b46aa8aa-ccdf-47ab-a432-4e283ea36a3d - - - - -] Logging enabled! 2019-02-07 04:13:36.545 6477 INFO octavia.common.config [req-b46aa8aa-ccdf-47ab-a432-4e283ea36a3d - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:36.564 6477 WARNING octavia.api.root_controller [req-b46aa8aa-ccdf-47ab-a432-4e283ea36a3d - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:36.590 6477 INFO oslo_db.sqlalchemy.provision [req-48faba42-5071-4a35-8117-45bcae6677af - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:36.591 6477 INFO oslo_db.sqlalchemy.provision [req-48faba42-5071-4a35-8117-45bcae6677af - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aqzabgorwk 2019-02-07 04:13:36.591 6477 INFO oslo_db.sqlalchemy.provision [req-48faba42-5071-4a35-8117-45bcae6677af - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_Authorized_member [0.116096s] ... ok 2019-02-07 04:13:36.594 6477 INFO oslo_db.sqlalchemy.provision [req-48faba42-5071-4a35-8117-45bcae6677af - - - - -] CREATE BACKEND sqlite:// TOKEN gimthwxwzh 2019-02-07 04:13:36.660 6477 INFO octavia.common.config [req-48faba42-5071-4a35-8117-45bcae6677af - - - - -] Logging enabled! 2019-02-07 04:13:36.661 6477 INFO octavia.common.config [req-48faba42-5071-4a35-8117-45bcae6677af - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:36.680 6477 WARNING octavia.api.root_controller [req-48faba42-5071-4a35-8117-45bcae6677af - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:36.705 6477 INFO oslo_db.sqlalchemy.provision [req-2b1a0114-681f-4677-b655-c9b7eff66132 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:36.707 6477 INFO oslo_db.sqlalchemy.provision [req-2b1a0114-681f-4677-b655-c9b7eff66132 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gimthwxwzh 2019-02-07 04:13:36.707 6477 INFO oslo_db.sqlalchemy.provision [req-2b1a0114-681f-4677-b655-c9b7eff66132 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_Authorized_observer [0.115494s] ... ok 2019-02-07 04:13:36.710 6477 INFO oslo_db.sqlalchemy.provision [req-2b1a0114-681f-4677-b655-c9b7eff66132 - - - - -] CREATE BACKEND sqlite:// TOKEN nfidwwriyd 2019-02-07 04:13:36.777 6477 INFO octavia.common.config [req-2b1a0114-681f-4677-b655-c9b7eff66132 - - - - -] Logging enabled! 2019-02-07 04:13:36.777 6477 INFO octavia.common.config [req-2b1a0114-681f-4677-b655-c9b7eff66132 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:36.799 6477 WARNING octavia.api.root_controller [req-2b1a0114-681f-4677-b655-c9b7eff66132 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:36.830 6477 INFO oslo_db.sqlalchemy.provision [req-abf3f33c-74cd-46d2-a07a-7daac644ceee - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:36.831 6477 INFO oslo_db.sqlalchemy.provision [req-abf3f33c-74cd-46d2-a07a-7daac644ceee - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nfidwwriyd 2019-02-07 04:13:36.832 6477 INFO oslo_db.sqlalchemy.provision [req-abf3f33c-74cd-46d2-a07a-7daac644ceee - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_Authorized_quota_admin [0.124628s] ... ok 2019-02-07 04:13:36.840 6477 INFO oslo_db.sqlalchemy.provision [req-abf3f33c-74cd-46d2-a07a-7daac644ceee - - - - -] CREATE BACKEND sqlite:// TOKEN tduhguylau 2019-02-07 04:13:36.925 6477 INFO octavia.common.config [req-abf3f33c-74cd-46d2-a07a-7daac644ceee - - - - -] Logging enabled! 2019-02-07 04:13:36.925 6477 INFO octavia.common.config [req-abf3f33c-74cd-46d2-a07a-7daac644ceee - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:36.947 6477 WARNING octavia.api.root_controller [req-abf3f33c-74cd-46d2-a07a-7daac644ceee - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:36.959 6477 INFO oslo_db.sqlalchemy.provision [req-abf3f33c-74cd-46d2-a07a-7daac644ceee - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:36.961 6477 INFO oslo_db.sqlalchemy.provision [req-abf3f33c-74cd-46d2-a07a-7daac644ceee - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tduhguylau 2019-02-07 04:13:36.961 6477 INFO oslo_db.sqlalchemy.provision [req-abf3f33c-74cd-46d2-a07a-7daac644ceee - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_limited ... SKIPPED: No idea how this should work yet 2019-02-07 04:13:36.964 6477 INFO oslo_db.sqlalchemy.provision [req-abf3f33c-74cd-46d2-a07a-7daac644ceee - - - - -] CREATE BACKEND sqlite:// TOKEN jazbfybjfr 2019-02-07 04:13:37.096 6477 INFO octavia.common.config [req-abf3f33c-74cd-46d2-a07a-7daac644ceee - - - - -] Logging enabled! 2019-02-07 04:13:37.097 6477 INFO octavia.common.config [req-abf3f33c-74cd-46d2-a07a-7daac644ceee - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:37.119 6477 WARNING octavia.api.root_controller [req-abf3f33c-74cd-46d2-a07a-7daac644ceee - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:37.160 6477 INFO oslo_db.sqlalchemy.provision [req-28c1f9fb-2ca5-4663-a907-55b46c7a3b5e - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:37.162 6477 INFO oslo_db.sqlalchemy.provision [req-28c1f9fb-2ca5-4663-a907-55b46c7a3b5e - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jazbfybjfr 2019-02-07 04:13:37.162 6477 INFO oslo_db.sqlalchemy.provision [req-28c1f9fb-2ca5-4663-a907-55b46c7a3b5e - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_non_admin_observer [0.201024s] ... ok 2019-02-07 04:13:37.165 6477 INFO oslo_db.sqlalchemy.provision [req-28c1f9fb-2ca5-4663-a907-55b46c7a3b5e - - - - -] CREATE BACKEND sqlite:// TOKEN zujkkyqomu 2019-02-07 04:13:37.232 6477 INFO octavia.common.config [req-28c1f9fb-2ca5-4663-a907-55b46c7a3b5e - - - - -] Logging enabled! 2019-02-07 04:13:37.232 6477 INFO octavia.common.config [req-28c1f9fb-2ca5-4663-a907-55b46c7a3b5e - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:37.251 6477 WARNING octavia.api.root_controller [req-28c1f9fb-2ca5-4663-a907-55b46c7a3b5e - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:37.283 6477 INFO oslo_db.sqlalchemy.provision [req-ef034651-5b54-42ca-8cbc-85fbb73d838f - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:37.284 6477 INFO oslo_db.sqlalchemy.provision [req-ef034651-5b54-42ca-8cbc-85fbb73d838f - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zujkkyqomu 2019-02-07 04:13:37.285 6477 INFO oslo_db.sqlalchemy.provision [req-ef034651-5b54-42ca-8cbc-85fbb73d838f - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_not_Authorized [0.122435s] ... ok 2019-02-07 04:13:37.287 6477 INFO oslo_db.sqlalchemy.provision [req-ef034651-5b54-42ca-8cbc-85fbb73d838f - - - - -] CREATE BACKEND sqlite:// TOKEN yfwakhekzx 2019-02-07 04:13:37.354 6477 INFO octavia.common.config [req-ef034651-5b54-42ca-8cbc-85fbb73d838f - - - - -] Logging enabled! 2019-02-07 04:13:37.354 6477 INFO octavia.common.config [req-ef034651-5b54-42ca-8cbc-85fbb73d838f - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:37.373 6477 WARNING octavia.api.root_controller [req-ef034651-5b54-42ca-8cbc-85fbb73d838f - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:37.409 6477 INFO oslo_db.sqlalchemy.provision [req-3f451656-8158-41e7-93a5-e6d06678a653 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:37.410 6477 INFO oslo_db.sqlalchemy.provision [req-3f451656-8158-41e7-93a5-e6d06678a653 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yfwakhekzx 2019-02-07 04:13:37.411 6477 INFO oslo_db.sqlalchemy.provision [req-3f451656-8158-41e7-93a5-e6d06678a653 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_not_Authorized_bogus_role [0.125641s] ... ok 2019-02-07 04:13:37.413 6477 INFO oslo_db.sqlalchemy.provision [req-3f451656-8158-41e7-93a5-e6d06678a653 - - - - -] CREATE BACKEND sqlite:// TOKEN ymedzjrrry 2019-02-07 04:13:37.480 6477 INFO octavia.common.config [req-3f451656-8158-41e7-93a5-e6d06678a653 - - - - -] Logging enabled! 2019-02-07 04:13:37.480 6477 INFO octavia.common.config [req-3f451656-8158-41e7-93a5-e6d06678a653 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:37.502 6477 WARNING octavia.api.root_controller [req-3f451656-8158-41e7-93a5-e6d06678a653 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:37.526 6477 INFO oslo_db.sqlalchemy.provision [req-eadf47fe-6949-4a0a-afe6-6879eb5d3dd9 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:37.527 6477 INFO oslo_db.sqlalchemy.provision [req-eadf47fe-6949-4a0a-afe6-6879eb5d3dd9 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ymedzjrrry 2019-02-07 04:13:37.527 6477 INFO oslo_db.sqlalchemy.provision [req-eadf47fe-6949-4a0a-afe6-6879eb5d3dd9 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_not_Authorized_no_role [0.116838s] ... ok 2019-02-07 04:13:37.530 6477 INFO oslo_db.sqlalchemy.provision [req-eadf47fe-6949-4a0a-afe6-6879eb5d3dd9 - - - - -] CREATE BACKEND sqlite:// TOKEN zdjyrhjrdo 2019-02-07 04:13:37.596 6477 INFO octavia.common.config [req-eadf47fe-6949-4a0a-afe6-6879eb5d3dd9 - - - - -] Logging enabled! 2019-02-07 04:13:37.597 6477 INFO octavia.common.config [req-eadf47fe-6949-4a0a-afe6-6879eb5d3dd9 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:37.620 6477 WARNING octavia.api.root_controller [req-eadf47fe-6949-4a0a-afe6-6879eb5d3dd9 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:37.680 6477 INFO oslo_db.sqlalchemy.provision [req-dbdb00fc-2705-441d-9618-898db7488449 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:37.682 6477 INFO oslo_db.sqlalchemy.provision [req-dbdb00fc-2705-441d-9618-898db7488449 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zdjyrhjrdo 2019-02-07 04:13:37.683 6477 INFO oslo_db.sqlalchemy.provision [req-dbdb00fc-2705-441d-9618-898db7488449 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_quota_admin [0.155313s] ... ok 2019-02-07 04:13:37.687 6477 INFO oslo_db.sqlalchemy.provision [req-dbdb00fc-2705-441d-9618-898db7488449 - - - - -] CREATE BACKEND sqlite:// TOKEN tuthdpgazr 2019-02-07 04:13:37.790 6477 INFO octavia.common.config [req-dbdb00fc-2705-441d-9618-898db7488449 - - - - -] Logging enabled! 2019-02-07 04:13:37.791 6477 INFO octavia.common.config [req-dbdb00fc-2705-441d-9618-898db7488449 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:37.811 6477 WARNING octavia.api.root_controller [req-dbdb00fc-2705-441d-9618-898db7488449 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:37.847 6477 INFO oslo_db.sqlalchemy.provision [req-9e0712a8-3c71-4a48-8778-fc7b06f296a1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:37.849 6477 INFO oslo_db.sqlalchemy.provision [req-9e0712a8-3c71-4a48-8778-fc7b06f296a1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tuthdpgazr 2019-02-07 04:13:37.849 6477 INFO oslo_db.sqlalchemy.provision [req-9e0712a8-3c71-4a48-8778-fc7b06f296a1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_all_quotas_with_quotas [0.165779s] ... ok 2019-02-07 04:13:37.852 6477 INFO oslo_db.sqlalchemy.provision [req-9e0712a8-3c71-4a48-8778-fc7b06f296a1 - - - - -] CREATE BACKEND sqlite:// TOKEN bnghblzmge 2019-02-07 04:13:37.919 6477 INFO octavia.common.config [req-9e0712a8-3c71-4a48-8778-fc7b06f296a1 - - - - -] Logging enabled! 2019-02-07 04:13:37.919 6477 INFO octavia.common.config [req-9e0712a8-3c71-4a48-8778-fc7b06f296a1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:37.939 6477 WARNING octavia.api.root_controller [req-9e0712a8-3c71-4a48-8778-fc7b06f296a1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:37.955 6477 INFO oslo_db.sqlalchemy.provision [req-49aecc11-b68e-4c8a-935a-d212c674efc1 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:37.957 6477 INFO oslo_db.sqlalchemy.provision [req-49aecc11-b68e-4c8a-935a-d212c674efc1 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bnghblzmge 2019-02-07 04:13:37.957 6477 INFO oslo_db.sqlalchemy.provision [req-49aecc11-b68e-4c8a-935a-d212c674efc1 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_default_quotas [0.107850s] ... ok 2019-02-07 04:13:37.960 6477 INFO oslo_db.sqlalchemy.provision [req-49aecc11-b68e-4c8a-935a-d212c674efc1 - - - - -] CREATE BACKEND sqlite:// TOKEN wdeufxwiju 2019-02-07 04:13:38.026 6477 INFO octavia.common.config [req-49aecc11-b68e-4c8a-935a-d212c674efc1 - - - - -] Logging enabled! 2019-02-07 04:13:38.026 6477 INFO octavia.common.config [req-49aecc11-b68e-4c8a-935a-d212c674efc1 - - - - -] /usr/lib/python2.7/site-packages/subunit/run.py version 2.0.4 2019-02-07 04:13:38.046 6477 WARNING octavia.api.root_controller [req-49aecc11-b68e-4c8a-935a-d212c674efc1 - - - - -] Both v1 and v2.0 API endpoints are enabled -- it is a security risk to expose the v1 endpoint publicly,so please make sure access to it is secured. 2019-02-07 04:13:38.070 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:38.072 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wdeufxwiju 2019-02-07 04:13:38.072 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.api.v2.test_quotas.TestQuotas.test_get_not_Authorized_bogus_role [0.114760s] ... ok 2019-02-07 04:13:38.075 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN fjijbxgctb 2019-02-07 04:13:38.153 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:38.154 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fjijbxgctb 2019-02-07 04:13:38.154 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.AmphoraHealthModelTest.test_delete [0.082273s] ... ok 2019-02-07 04:13:38.157 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN yeuonvctjp 2019-02-07 04:13:38.233 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:38.235 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yeuonvctjp 2019-02-07 04:13:38.235 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.AmphoraHealthModelTest.test_update [0.080577s] ... ok 2019-02-07 04:13:38.238 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN dmwlnliouu 2019-02-07 04:13:38.316 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:38.317 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dmwlnliouu 2019-02-07 04:13:38.317 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.AmphoraModelTest.test_delete [0.082140s] ... ok 2019-02-07 04:13:38.320 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN xdexnnxrna 2019-02-07 04:13:38.402 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:38.404 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xdexnnxrna 2019-02-07 04:13:38.404 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.AmphoraModelTest.test_load_balancer_relationship [0.086766s] ... ok 2019-02-07 04:13:38.407 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN mdnziuzile 2019-02-07 04:13:38.484 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:38.486 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mdnziuzile 2019-02-07 04:13:38.486 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.AmphoraModelTest.test_update [0.081439s] ... ok 2019-02-07 04:13:38.488 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN ddtuuhyjiu 2019-02-07 04:13:38.568 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:38.569 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ddtuuhyjiu 2019-02-07 04:13:38.570 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.HealthMonitorModelTest.test_delete [0.083730s] ... ok 2019-02-07 04:13:38.572 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN jgklmffkbt 2019-02-07 04:13:38.648 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:38.649 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jgklmffkbt 2019-02-07 04:13:38.650 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_create [0.079810s] ... ok 2019-02-07 04:13:38.652 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN kgaseqejfu 2019-02-07 04:13:38.737 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:38.739 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kgaseqejfu 2019-02-07 04:13:38.739 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_l7rule_relationship [0.089736s] ... ok 2019-02-07 04:13:38.742 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN ghfsomqvhr 2019-02-07 04:13:38.832 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:38.833 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ghfsomqvhr 2019-02-07 04:13:38.833 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_listeners_pools_refs_with_disabled_l7policy [0.093826s] ... ok 2019-02-07 04:13:38.840 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN hayopznrsm 2019-02-07 04:13:38.931 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:38.932 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hayopznrsm 2019-02-07 04:13:38.932 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_listeners_pools_refs_with_l7policy_with_l7rule [0.098669s] ... ok 2019-02-07 04:13:38.939 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN ddtztgsjez 2019-02-07 04:13:39.026 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:39.028 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ddtztgsjez 2019-02-07 04:13:39.028 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_listeners_pools_refs_with_l7policy_without_l7rule [0.095787s] ... ok 2019-02-07 04:13:39.031 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN pvtcuolibv 2019-02-07 04:13:39.113 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:39.115 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pvtcuolibv 2019-02-07 04:13:39.115 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.L7PolicyModelTest.test_pool_relationship [0.086643s] ... ok 2019-02-07 04:13:39.118 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN fmdmicaymx 2019-02-07 04:13:39.200 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:39.201 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fmdmicaymx 2019-02-07 04:13:39.201 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.L7RuleModelTest.test_delete [0.086193s] ... ok 2019-02-07 04:13:39.204 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN szbvkkrxfz 2019-02-07 04:13:39.285 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:39.287 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN szbvkkrxfz 2019-02-07 04:13:39.287 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.ListenerModelTest.test_default_pool_relationship [0.085271s] ... ok 2019-02-07 04:13:39.289 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN vhcpehrvig 2019-02-07 04:13:39.371 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:39.372 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vhcpehrvig 2019-02-07 04:13:39.372 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.ListenerModelTest.test_pools_list [0.085556s] ... ok 2019-02-07 04:13:39.375 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN usbidvfgap 2019-02-07 04:13:39.453 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:39.454 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN usbidvfgap 2019-02-07 04:13:39.454 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.ListenerModelTest.test_update [0.081791s] ... ok 2019-02-07 04:13:39.457 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN qfqudwdaca 2019-02-07 04:13:39.535 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:39.537 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qfqudwdaca 2019-02-07 04:13:39.537 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.ListenerStatisticsModelTest.test_create [0.082208s] ... ok 2019-02-07 04:13:39.539 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN oibafcwfxr 2019-02-07 04:13:39.617 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:39.618 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oibafcwfxr 2019-02-07 04:13:39.618 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.ListenerStatisticsModelTest.test_create_with_negative_int [0.081505s] ... ok 2019-02-07 04:13:39.621 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN kuphksyelh 2019-02-07 04:13:39.704 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:39.705 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kuphksyelh 2019-02-07 04:13:39.705 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.ListenerStatisticsModelTest.test_delete [0.086742s] ... ok 2019-02-07 04:13:39.708 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN aeowjyovoz 2019-02-07 04:13:39.789 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:39.790 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aeowjyovoz 2019-02-07 04:13:39.791 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.ListenerStatisticsModelTest.test_update [0.085246s] ... ok 2019-02-07 04:13:39.793 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN vmirdzcrsc 2019-02-07 04:13:39.867 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:39.869 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vmirdzcrsc 2019-02-07 04:13:39.869 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_create [0.078274s] ... ok 2019-02-07 04:13:39.872 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN szqgrntunf 2019-02-07 04:13:39.955 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:39.956 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN szqgrntunf 2019-02-07 04:13:39.956 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_delete [0.087263s] ... ok 2019-02-07 04:13:39.959 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN zjlhczbjkn 2019-02-07 04:13:40.044 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:40.047 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zjlhczbjkn 2019-02-07 04:13:40.047 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_load_balancer_amphora_relationship [0.090512s] ... ok 2019-02-07 04:13:40.050 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN wfjavkcxbl 2019-02-07 04:13:40.195 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:40.197 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wfjavkcxbl 2019-02-07 04:13:40.198 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.LoadBalancerModelTest.test_load_balancer_vip_relationship [0.151128s] ... ok 2019-02-07 04:13:40.203 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN cxnzmfpwcv 2019-02-07 04:13:40.349 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:40.352 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cxnzmfpwcv 2019-02-07 04:13:40.352 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.MemberModelTest.test_pool_relationship [0.153761s] ... ok 2019-02-07 04:13:40.364 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN wouyuxudbp 2019-02-07 04:13:40.500 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:40.502 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wouyuxudbp 2019-02-07 04:13:40.503 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.MemberModelTest.test_update [0.150470s] ... ok 2019-02-07 04:13:40.507 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN ahteixcnjf 2019-02-07 04:13:40.626 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:40.628 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ahteixcnjf 2019-02-07 04:13:40.628 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.PoolModelTest.test_create [0.125106s] ... ok 2019-02-07 04:13:40.632 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN fdxiurswhz 2019-02-07 04:13:40.755 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:40.758 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fdxiurswhz 2019-02-07 04:13:40.758 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.PoolModelTest.test_health_monitor_relationship [0.129563s] ... ok 2019-02-07 04:13:40.762 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN fffsxggwok 2019-02-07 04:13:40.881 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:40.883 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fffsxggwok 2019-02-07 04:13:40.883 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.PoolModelTest.test_session_persistence_relationship [0.125090s] ... ok 2019-02-07 04:13:40.893 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN bhnvgzwvue 2019-02-07 04:13:41.001 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:41.003 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bhnvgzwvue 2019-02-07 04:13:41.003 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.SNIModelTest.test_sni_relationship [0.119949s] ... ok 2019-02-07 04:13:41.013 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN uctmvqaauc 2019-02-07 04:13:41.115 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:41.117 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uctmvqaauc 2019-02-07 04:13:41.117 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.SNIModelTest.test_update [0.113648s] ... ok 2019-02-07 04:13:41.121 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN lsdhizicua 2019-02-07 04:13:41.223 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:41.227 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lsdhizicua 2019-02-07 04:13:41.227 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.SessionPersistenceModelTest.test_create [0.109380s] ... ok 2019-02-07 04:13:41.230 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN wtchvsnrip 2019-02-07 04:13:41.325 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:41.327 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wtchvsnrip 2019-02-07 04:13:41.327 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.SessionPersistenceModelTest.test_pool_relationship [0.099833s] ... ok 2019-02-07 04:13:41.330 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN uuscishisq 2019-02-07 04:13:41.475 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:41.477 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uuscishisq 2019-02-07 04:13:41.477 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_data_model_graph_traversal [0.150215s] ... ok 2019-02-07 04:13:41.480 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN kfbplfygdr 2019-02-07 04:13:41.626 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:41.627 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kfbplfygdr 2019-02-07 04:13:41.627 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_listener_tree [0.149754s] ... ok 2019-02-07 04:13:41.630 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN efqrelopqg 2019-02-07 04:13:41.828 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:41.829 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN efqrelopqg 2019-02-07 04:13:41.830 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_member_tree [0.202163s] ... ok 2019-02-07 04:13:41.832 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN ppihrnusku 2019-02-07 04:13:41.988 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:41.990 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ppihrnusku 2019-02-07 04:13:41.990 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_update_data_model_listener_default_pool_id [0.160351s] ... ok 2019-02-07 04:13:41.993 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN ufxcsvojcv 2019-02-07 04:13:42.117 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:42.118 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ufxcsvojcv 2019-02-07 04:13:42.118 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelConversionTest.test_vip_tree [0.127998s] ... ok 2019-02-07 04:13:42.121 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN tjkthcajme 2019-02-07 04:13:42.265 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:42.266 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tjkthcajme 2019-02-07 04:13:42.266 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_amphora_delete [0.147811s] ... ok 2019-02-07 04:13:42.269 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN ndtszrkigp 2019-02-07 04:13:42.415 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:42.416 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ndtszrkigp 2019-02-07 04:13:42.416 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_health_monitor_delete [0.150102s] ... ok 2019-02-07 04:13:42.419 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN iznjkrymzo 2019-02-07 04:13:42.564 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:42.565 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN iznjkrymzo 2019-02-07 04:13:42.565 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_delete_with_listener_default_pool_ref [0.148736s] ... ok 2019-02-07 04:13:42.568 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN wlrixbdfgr 2019-02-07 04:13:42.712 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:42.714 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN wlrixbdfgr 2019-02-07 04:13:42.714 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_action_rdr_url_no_default_pool_link [0.148335s] ... ok 2019-02-07 04:13:42.716 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN esdmlgjfhi 2019-02-07 04:13:42.861 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:42.862 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN esdmlgjfhi 2019-02-07 04:13:42.863 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_action_rdr_url_with_default_pool_link [0.148538s] ... ok 2019-02-07 04:13:42.865 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN xiawozkjcj 2019-02-07 04:13:43.010 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:43.011 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xiawozkjcj 2019-02-07 04:13:43.011 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_action_reject_no_default_pool_link [0.148792s] ... ok 2019-02-07 04:13:43.014 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN bhdoxqczdc 2019-02-07 04:13:43.163 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:43.164 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bhdoxqczdc 2019-02-07 04:13:43.164 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_action_reject_with_default_pool_link [0.155601s] ... ok 2019-02-07 04:13:43.170 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN nvzcykqyyt 2019-02-07 04:13:43.314 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:43.316 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nvzcykqyyt 2019-02-07 04:13:43.316 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_enable_and_disable [0.148871s] ... ok 2019-02-07 04:13:43.319 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN ingbwvgryg 2019-02-07 04:13:43.469 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:43.471 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ingbwvgryg 2019-02-07 04:13:43.471 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_enable_with_reject_to_rdr_pool [0.154908s] ... ok 2019-02-07 04:13:43.474 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN jqcmmsfocj 2019-02-07 04:13:43.622 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:43.624 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jqcmmsfocj 2019-02-07 04:13:43.624 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_position [0.152574s] ... ok 2019-02-07 04:13:43.631 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN oawrmlizba 2019-02-07 04:13:43.777 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:43.778 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oawrmlizba 2019-02-07 04:13:43.779 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_reject_to_rdr_pool [0.150473s] ... ok 2019-02-07 04:13:43.781 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN izozzgvzsz 2019-02-07 04:13:43.931 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:43.933 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN izozzgvzsz 2019-02-07 04:13:43.933 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_reject_to_rdr_pool_with_disabled_policy [0.154478s] ... ok 2019-02-07 04:13:43.940 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN caxzcmmggu 2019-02-07 04:13:44.085 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:44.086 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN caxzcmmggu 2019-02-07 04:13:44.086 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_l7policy_update_simple [0.153087s] ... ok 2019-02-07 04:13:44.089 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN eattpowwkb 2019-02-07 04:13:44.238 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:44.240 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN eattpowwkb 2019-02-07 04:13:44.240 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_member_delete [0.153478s] ... ok 2019-02-07 04:13:44.243 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN cgwwrzpolk 2019-02-07 04:13:44.390 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:44.391 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cgwwrzpolk 2019-02-07 04:13:44.392 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.TestDataModelManipulations.test_dm_simple_update [0.151555s] ... ok 2019-02-07 04:13:44.394 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN omrwbkuoxt 2019-02-07 04:13:44.474 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:44.476 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN omrwbkuoxt 2019-02-07 04:13:44.476 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.VipModelTest.test_create [0.083988s] ... ok 2019-02-07 04:13:44.479 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN ywprmeiwhv 2019-02-07 04:13:44.557 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:44.558 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ywprmeiwhv 2019-02-07 04:13:44.559 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.VipModelTest.test_delete [0.082605s] ... ok 2019-02-07 04:13:44.561 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN bvsqngogps 2019-02-07 04:13:44.641 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:44.643 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN bvsqngogps 2019-02-07 04:13:44.643 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_models.VipModelTest.test_update [0.084092s] ... ok 2019-02-07 04:13:44.646 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN opbojvgrfw 2019-02-07 04:13:44.735 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:44.737 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN opbojvgrfw 2019-02-07 04:13:44.737 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_all_repos_has_correct_repos [0.094007s] ... ok 2019-02-07 04:13:44.740 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN xsifscxaih 2019-02-07 04:13:44.837 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:44.838 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xsifscxaih 2019-02-07 04:13:44.839 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_create_load_balancer_and_vip [0.101549s] ... ok 2019-02-07 04:13:44.841 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN whaoyfirlk 2019-02-07 04:13:45.059 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:45.060 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN whaoyfirlk 2019-02-07 04:13:45.060 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_create_load_balancer_tree [0.221572s] ... ok 2019-02-07 04:13:45.063 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN juffdpvtvr 2019-02-07 04:13:45.155 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:45.157 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN juffdpvtvr 2019-02-07 04:13:45.157 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_create_load_balancer_tree_quotas ... SKIPPED: PySqlite transaction handling is broken. We can unskipthis when `test_sqlite_transactions_broken` fails. 2019-02-07 04:13:45.160 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN govxqqodva 2019-02-07 04:13:45.269 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:45.271 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN govxqqodva 2019-02-07 04:13:45.271 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_create_pool_on_listener_without_sp [0.113496s] ... ok 2019-02-07 04:13:45.274 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN nzjcywnmyq 2019-02-07 04:13:45.393 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:45.395 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN nzjcywnmyq 2019-02-07 04:13:45.395 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_update_pool_with_nonexisting_sp_delete_sp [0.123922s] ... ok 2019-02-07 04:13:45.398 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN oiwafocvpn 2019-02-07 04:13:45.517 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:45.518 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN oiwafocvpn 2019-02-07 04:13:45.518 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AllRepositoriesTest.test_update_pool_without_sp [0.123166s] ... ok 2019-02-07 04:13:45.521 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN fmshweundb 2019-02-07 04:13:45.599 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:45.601 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fmshweundb 2019-02-07 04:13:45.601 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_check_amphora_expired_default_exp_age [0.082332s] ... ok 2019-02-07 04:13:45.603 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN lbxlwqrupv 2019-02-07 04:13:45.679 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:45.681 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lbxlwqrupv 2019-02-07 04:13:45.681 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_check_amphora_expired_with_no_age [0.079928s] ... ok 2019-02-07 04:13:45.684 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN uyggfomewx 2019-02-07 04:13:45.760 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:45.761 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN uyggfomewx 2019-02-07 04:13:45.762 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_create [0.080540s] ... ok 2019-02-07 04:13:45.764 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN truldcadnc 2019-02-07 04:13:45.843 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:45.845 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN truldcadnc 2019-02-07 04:13:45.845 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AmphoraHealthRepositoryTest.test_get_stale_amphora [0.083454s] ... ok 2019-02-07 04:13:45.848 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN cjcmuddegk 2019-02-07 04:13:45.940 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:45.942 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cjcmuddegk 2019-02-07 04:13:45.942 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_allocate_and_associate [0.096523s] ... ok 2019-02-07 04:13:45.945 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN tdasfzthll 2019-02-07 04:13:46.025 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:46.027 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tdasfzthll 2019-02-07 04:13:46.027 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_create [0.084818s] ... ok 2019-02-07 04:13:46.029 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN gsgqyqlyit 2019-02-07 04:13:46.123 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:46.126 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gsgqyqlyit 2019-02-07 04:13:46.126 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_delete_amphora_with_load_balancer [0.099289s] ... ok 2019-02-07 04:13:46.129 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN coyztuhdhp 2019-02-07 04:13:46.211 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:46.213 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN coyztuhdhp 2019-02-07 04:13:46.213 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_exists_false [0.086505s] ... ok 2019-02-07 04:13:46.220 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN chuegalvow 2019-02-07 04:13:46.368 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:46.369 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN chuegalvow 2019-02-07 04:13:46.370 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.AmphoraRepositoryTest.test_get_lb_for_health_update [0.156632s] ... ok 2019-02-07 04:13:46.372 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN gbjvymchdr 2019-02-07 04:13:46.605 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:46.607 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gbjvymchdr 2019-02-07 04:13:46.607 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.BaseRepositoryTest.test_get_all_return_value [0.237364s] ... ok 2019-02-07 04:13:46.610 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN lydbcsvfat 2019-02-07 04:13:46.701 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:46.703 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lydbcsvfat 2019-02-07 04:13:46.703 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.HealthMonitorRepositoryTest.test_create [0.095651s] ... ok 2019-02-07 04:13:46.710 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN hhlerjgyzp 2019-02-07 04:13:46.804 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:46.806 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hhlerjgyzp 2019-02-07 04:13:46.806 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.HealthMonitorRepositoryTest.test_delete [0.103071s] ... ok 2019-02-07 04:13:46.809 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN crxbgoacck 2019-02-07 04:13:46.914 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:46.916 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN crxbgoacck 2019-02-07 04:13:46.916 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_create_no_id [0.109429s] ... ok 2019-02-07 04:13:46.919 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN gyumojzeqv 2019-02-07 04:13:47.001 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:47.003 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gyumojzeqv 2019-02-07 04:13:47.003 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_create_with_invalid_redirect_url [0.087208s] ... ok 2019-02-07 04:13:47.006 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN pmkdugjdnk 2019-02-07 04:13:47.090 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:47.092 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pmkdugjdnk 2019-02-07 04:13:47.092 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_delete_bad_id [0.088517s] ... ok 2019-02-07 04:13:47.097 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN dvchnmchhg 2019-02-07 04:13:47.376 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:47.379 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dvchnmchhg 2019-02-07 04:13:47.379 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_delete_with_rule [0.287798s] ... ok 2019-02-07 04:13:47.384 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN stosnfdyoa 2019-02-07 04:13:47.698 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:47.700 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN stosnfdyoa 2019-02-07 04:13:47.700 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_get [0.320771s] ... ok 2019-02-07 04:13:47.705 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN kyayqofinr 2019-02-07 04:13:47.918 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:47.920 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kyayqofinr 2019-02-07 04:13:47.921 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update [0.219873s] ... ok 2019-02-07 04:13:47.925 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN ytsovitvtc 2019-02-07 04:13:48.098 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:48.100 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ytsovitvtc 2019-02-07 04:13:48.100 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_action_rdr_pool_to_reject [0.179056s] ... ok 2019-02-07 04:13:48.103 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN svgimadtrq 2019-02-07 04:13:48.280 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:48.281 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN svgimadtrq 2019-02-07 04:13:48.281 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7PolicyRepositoryTest.test_update_position_only [0.181159s] ... ok 2019-02-07 04:13:48.284 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN xyiorjbici 2019-02-07 04:13:48.398 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:48.400 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xyiorjbici 2019-02-07 04:13:48.400 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_bad_update [0.118830s] ... ok 2019-02-07 04:13:48.403 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN gumxfydgrl 2019-02-07 04:13:48.510 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:48.511 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gumxfydgrl 2019-02-07 04:13:48.512 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create [0.111129s] ... ok 2019-02-07 04:13:48.515 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN ltbqtjtctg 2019-02-07 04:13:48.625 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:48.627 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ltbqtjtctg 2019-02-07 04:13:48.627 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule [0.115347s] ... ok 2019-02-07 04:13:48.630 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN plwhcfsbie 2019-02-07 04:13:48.727 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:48.728 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN plwhcfsbie 2019-02-07 04:13:48.729 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_cookie_rule_invalid_value_regex [0.101262s] ... ok 2019-02-07 04:13:48.731 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN tnymufsbgn 2019-02-07 04:13:48.838 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:48.840 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN tnymufsbgn 2019-02-07 04:13:48.840 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_file_type_rule [0.111173s] ... ok 2019-02-07 04:13:48.843 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN htiesmgqbv 2019-02-07 04:13:48.939 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:48.941 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN htiesmgqbv 2019-02-07 04:13:48.941 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_file_type_rule_bad_compare_type [0.101113s] ... ok 2019-02-07 04:13:48.944 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN cwratcdbvd 2019-02-07 04:13:49.040 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:49.042 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cwratcdbvd 2019-02-07 04:13:49.042 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_file_type_rule_invalid_value_regex [0.100497s] ... ok 2019-02-07 04:13:49.045 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN egfcnzfrih 2019-02-07 04:13:49.142 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:49.143 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN egfcnzfrih 2019-02-07 04:13:49.144 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule_bad_compare_type [0.101678s] ... ok 2019-02-07 04:13:49.152 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN ygfymdjlyo 2019-02-07 04:13:49.249 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:49.251 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ygfymdjlyo 2019-02-07 04:13:49.251 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule_invalid_value_regex [0.107556s] ... ok 2019-02-07 04:13:49.254 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN aqumswgidq 2019-02-07 04:13:49.351 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:49.353 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aqumswgidq 2019-02-07 04:13:49.353 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule_invalid_value_string [0.101305s] ... ok 2019-02-07 04:13:49.360 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN honlopibdw 2019-02-07 04:13:49.458 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:49.460 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN honlopibdw 2019-02-07 04:13:49.460 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_header_rule_no_key [0.107266s] ... ok 2019-02-07 04:13:49.463 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN mcgqxenjoa 2019-02-07 04:13:49.569 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:49.570 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mcgqxenjoa 2019-02-07 04:13:49.571 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_host_name_rule [0.110213s] ... ok 2019-02-07 04:13:49.573 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN jzpqscbcou 2019-02-07 04:13:49.670 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:49.671 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN jzpqscbcou 2019-02-07 04:13:49.671 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_host_name_rule_invalid_value_regex [0.100770s] ... ok 2019-02-07 04:13:49.674 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN llcuzcpsuk 2019-02-07 04:13:49.775 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:49.777 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN llcuzcpsuk 2019-02-07 04:13:49.777 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_create_path_rule_invalid_value_regex [0.105167s] ... ok 2019-02-07 04:13:49.780 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN alpkfpytzm 2019-02-07 04:13:49.888 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:49.890 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN alpkfpytzm 2019-02-07 04:13:49.890 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_delete [0.112918s] ... ok 2019-02-07 04:13:49.893 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN fvlgxhlejj 2019-02-07 04:13:49.999 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:50.000 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fvlgxhlejj 2019-02-07 04:13:50.001 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_get [0.110681s] ... ok 2019-02-07 04:13:50.003 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN dmimbcocwf 2019-02-07 04:13:50.260 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:50.261 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dmimbcocwf 2019-02-07 04:13:50.261 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_get_all_return_value [0.260642s] ... ok 2019-02-07 04:13:50.264 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN kgqtqmkygz 2019-02-07 04:13:50.368 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:50.369 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kgqtqmkygz 2019-02-07 04:13:50.369 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.L7RuleRepositoryTest.test_update_bad_id [0.107869s] ... ok 2019-02-07 04:13:50.372 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN gicjoqriui 2019-02-07 04:13:50.467 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:50.469 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN gicjoqriui 2019-02-07 04:13:50.469 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_create [0.099132s] ... ok 2019-02-07 04:13:50.472 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN xgofzqcwkr 2019-02-07 04:13:50.571 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:50.572 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xgofzqcwkr 2019-02-07 04:13:50.572 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_delete [0.106623s] ... ok 2019-02-07 04:13:50.579 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN siizifcdqj 2019-02-07 04:13:50.828 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:50.830 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN siizifcdqj 2019-02-07 04:13:50.830 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.ListenerStatisticsRepositoryTest.test_get_all_return_value [0.254371s] ... ok 2019-02-07 04:13:50.833 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN ssfimdslyf 2019-02-07 04:13:50.932 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:50.933 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ssfimdslyf 2019-02-07 04:13:50.934 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_amphora [0.103301s] ... ok 2019-02-07 04:13:50.940 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN fhkyehuzsa 2019-02-07 04:13:51.041 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:51.043 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fhkyehuzsa 2019-02-07 04:13:51.043 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_delete_with_listener [0.109133s] ... ok 2019-02-07 04:13:51.050 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN dikkeypszl 2019-02-07 04:13:51.242 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:51.243 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dikkeypszl 2019-02-07 04:13:51.244 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_get_all [0.200614s] ... ok 2019-02-07 04:13:51.251 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN ntesrhuxni 2019-02-07 04:13:51.484 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:51.487 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ntesrhuxni 2019-02-07 04:13:51.487 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_get_all_return_value [0.243340s] ... ok 2019-02-07 04:13:51.490 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN hgolidsvbn 2019-02-07 04:13:51.576 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:51.577 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hgolidsvbn 2019-02-07 04:13:51.578 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_set_status_for_failover_error [0.090364s] ... ok 2019-02-07 04:13:51.580 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN hcjgoebbfa 2019-02-07 04:13:51.667 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:51.668 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN hcjgoebbfa 2019-02-07 04:13:51.669 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_test_and_set_provisioning_status_immutable [0.090860s] ... ok 2019-02-07 04:13:51.671 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN zcbovsvuvk 2019-02-07 04:13:51.757 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:51.758 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN zcbovsvuvk 2019-02-07 04:13:51.759 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_test_and_set_provisioning_status_immutable_raise [0.089880s] ... ok 2019-02-07 04:13:51.761 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN rzddskoxbi 2019-02-07 04:13:51.846 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:51.848 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN rzddskoxbi 2019-02-07 04:13:51.848 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.LoadBalancerRepositoryTest.test_update [0.089148s] ... ok 2019-02-07 04:13:51.851 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN cgaaurcjep 2019-02-07 04:13:52.088 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:52.090 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN cgaaurcjep 2019-02-07 04:13:52.090 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_get_all_return_value [0.242017s] ... ok 2019-02-07 04:13:52.093 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN mtbakxjusb 2019-02-07 04:13:52.186 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:52.188 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mtbakxjusb 2019-02-07 04:13:52.188 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.MemberRepositoryTest.test_update [0.097905s] ... ok 2019-02-07 04:13:52.191 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN coremqgtbq 2019-02-07 04:13:52.312 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:52.313 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN coremqgtbq 2019-02-07 04:13:52.314 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_delete_with_all_children [0.125307s] ... ok 2019-02-07 04:13:52.317 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN beplmjfobp 2019-02-07 04:13:52.412 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:52.414 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN beplmjfobp 2019-02-07 04:13:52.414 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_delete_with_health_monitor [0.100224s] ... ok 2019-02-07 04:13:52.417 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN lyrjsjksta 2019-02-07 04:13:52.501 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:52.502 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN lyrjsjksta 2019-02-07 04:13:52.502 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_get [0.088261s] ... ok 2019-02-07 04:13:52.505 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN qtvfqanhrv 2019-02-07 04:13:52.590 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:52.592 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN qtvfqanhrv 2019-02-07 04:13:52.592 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.PoolRepositoryTest.test_update [0.089469s] ... ok 2019-02-07 04:13:52.599 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN ofiphyimti 2019-02-07 04:13:52.687 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:52.689 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ofiphyimti 2019-02-07 04:13:52.689 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.SNIRepositoryTest.test_delete [0.096719s] ... ok 2019-02-07 04:13:52.692 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN dfqejsbavp 2019-02-07 04:13:52.931 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:52.933 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN dfqejsbavp 2019-02-07 04:13:52.933 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.SNIRepositoryTest.test_get_all_return_value [0.244175s] ... ok 2019-02-07 04:13:52.940 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN vmljrxnlpw 2019-02-07 04:13:53.027 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:53.029 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vmljrxnlpw 2019-02-07 04:13:53.029 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.SNIRepositoryTest.test_update [0.095759s] ... ok 2019-02-07 04:13:53.032 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN luqspvrekw 2019-02-07 04:13:53.117 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:53.119 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN luqspvrekw 2019-02-07 04:13:53.119 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.SessionPersistenceRepositoryTest.test_get [0.089780s] ... ok 2019-02-07 04:13:53.122 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN fgskgisbem 2019-02-07 04:13:53.216 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:53.218 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN fgskgisbem 2019-02-07 04:13:53.218 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.SessionPersistenceRepositoryTest.test_update [0.098690s] ... ok 2019-02-07 04:13:53.221 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN prdfpnvdil 2019-02-07 04:13:53.310 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:53.311 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN prdfpnvdil 2019-02-07 04:13:53.312 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_create [0.093544s] ... ok 2019-02-07 04:13:53.315 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN vzbogbctnx 2019-02-07 04:13:53.412 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:53.413 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vzbogbctnx 2019-02-07 04:13:53.414 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_create_listener_on_different_lb_than_default_pool [0.101775s] ... ok 2019-02-07 04:13:53.417 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN xzwpkwnvfh 2019-02-07 04:13:53.577 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:53.579 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xzwpkwnvfh 2019-02-07 04:13:53.579 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_delete_with_all_children [0.165349s] ... ok 2019-02-07 04:13:53.582 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN pvcytzpoiz 2019-02-07 04:13:53.672 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:53.673 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN pvcytzpoiz 2019-02-07 04:13:53.674 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_get [0.094140s] ... ok 2019-02-07 04:13:53.676 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN vztgdzebud 2019-02-07 04:13:53.978 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:53.980 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN vztgdzebud 2019-02-07 04:13:53.980 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.TestListenerRepositoryTest.test_get_all_return_value [0.306477s] ... ok 2019-02-07 04:13:53.983 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN mycjosyhdd 2019-02-07 04:13:54.064 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:54.066 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN mycjosyhdd 2019-02-07 04:13:54.066 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.TestQuotasRepository.test_delete [0.085679s] ... ok 2019-02-07 04:13:54.069 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN aqmavkcxax 2019-02-07 04:13:54.143 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:54.145 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN aqmavkcxax 2019-02-07 04:13:54.145 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.TestQuotasRepository.test_delete_non_existent [0.079050s] ... ok 2019-02-07 04:13:54.148 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN kvkvmytzth 2019-02-07 04:13:54.233 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:54.235 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN kvkvmytzth 2019-02-07 04:13:54.235 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.VipRepositoryTest.test_create [0.089550s] ... ok 2019-02-07 04:13:54.238 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN yfydewtbuw 2019-02-07 04:13:54.331 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:54.332 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN yfydewtbuw 2019-02-07 04:13:54.332 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.VipRepositoryTest.test_delete [0.097411s] ... ok 2019-02-07 04:13:54.335 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN ecvgtlhehz 2019-02-07 04:13:54.421 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:54.423 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN ecvgtlhehz 2019-02-07 04:13:54.423 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.VipRepositoryTest.test_get [0.090541s] ... ok 2019-02-07 04:13:54.430 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] CREATE BACKEND sqlite:// TOKEN xzijzcbpas 2019-02-07 04:13:54.668 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP ALL OBJECTS, BACKEND sqlite:// 2019-02-07 04:13:54.670 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DROP BACKEND Engine(sqlite://) TOKEN xzijzcbpas 2019-02-07 04:13:54.670 6477 INFO oslo_db.sqlalchemy.provision [req-055d39c7-16ab-41fe-9bba-2f01b76c1d00 - - - - -] DISPOSE ENGINE Engine(sqlite://) {0} octavia.tests.functional.db.test_repositories.VipRepositoryTest.test_get_all_return_value [0.247045s] ... ok ====== Totals ====== Ran: 1083 tests in 316.0000 sec. - Passed: 1076 - Skipped: 7 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 567.8998 sec. ============== Worker Balance ============== - Worker 0 (542 tests) => 0:05:13.441225 - Worker 1 (541 tests) => 0:04:14.679528 + exit 0 Processing files: python-octavia-2.0.4-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.jPPtlz + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.4 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/python-octavia-2.0.4 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/python-octavia-2.0.4 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/python-octavia-2.0.4 + exit 0 Provides: python-octavia = 2.0.4-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.4-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.VnfegG + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.4 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/python-octavia-tests-2.0.4 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/python-octavia-tests-2.0.4 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/python-octavia-tests-2.0.4 + exit 0 Provides: python-octavia-tests = 2.0.4-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.4-1.el7.ppc64le Provides: python-octavia-tests-golang = 2.0.4-1.el7 python-octavia-tests-golang(ppc-64) = 2.0.4-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.4-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.WwaqhQ + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.4 + DOCDIR=/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/doc/openstack-octavia-common-2.0.4 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/doc/openstack-octavia-common-2.0.4 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/doc/openstack-octavia-common-2.0.4 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.R0DNi0 + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.4 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/openstack-octavia-common-2.0.4 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/openstack-octavia-common-2.0.4 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/openstack-octavia-common-2.0.4 + exit 0 Provides: config(openstack-octavia-common) = 2.0.4-1.el7 openstack-octavia-common = 2.0.4-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.4-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.42t3ma + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.4 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/openstack-octavia-amphora-agent-2.0.4 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/openstack-octavia-amphora-agent-2.0.4 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/openstack-octavia-amphora-agent-2.0.4 + exit 0 Provides: config(openstack-octavia-amphora-agent) = 2.0.4-1.el7 openstack-octavia-amphora-agent = 2.0.4-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.4-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.4jZTsk + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.4 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/openstack-octavia-api-2.0.4 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/openstack-octavia-api-2.0.4 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/openstack-octavia-api-2.0.4 + exit 0 Provides: openstack-octavia-api = 2.0.4-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.4-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.kE0DAu + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.4 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/openstack-octavia-worker-2.0.4 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/openstack-octavia-worker-2.0.4 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/openstack-octavia-worker-2.0.4 + exit 0 Provides: openstack-octavia-worker = 2.0.4-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.4-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.AlCOJE + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.4 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/openstack-octavia-health-manager-2.0.4 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/openstack-octavia-health-manager-2.0.4 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/openstack-octavia-health-manager-2.0.4 + exit 0 Provides: openstack-octavia-health-manager = 2.0.4-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.4-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.VPJpUO + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.4 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/openstack-octavia-housekeeping-2.0.4 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/openstack-octavia-housekeeping-2.0.4 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/licenses/openstack-octavia-housekeeping-2.0.4 + exit 0 Provides: openstack-octavia-housekeeping = 2.0.4-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.4-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.dykt6Y + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.4 + DOCDIR=/builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/doc/openstack-octavia-diskimage-create-2.0.4 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/doc/openstack-octavia-diskimage-create-2.0.4 + cp -pr diskimage-create/README.rst /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le/usr/share/doc/openstack-octavia-diskimage-create-2.0.4 + exit 0 Provides: openstack-octavia-diskimage-create = 2.0.4-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.4-1.el7.ppc64le Provides: openstack-octavia-debuginfo = 2.0.4-1.el7 openstack-octavia-debuginfo(ppc-64) = 2.0.4-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.4-1.el7.ppc64le Wrote: /builddir/build/RPMS/python-octavia-2.0.4-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-octavia-tests-2.0.4-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-octavia-tests-golang-2.0.4-1.el7.ppc64le.rpm Wrote: /builddir/build/RPMS/openstack-octavia-common-2.0.4-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-amphora-agent-2.0.4-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-api-2.0.4-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-worker-2.0.4-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-health-manager-2.0.4-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-housekeeping-2.0.4-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-diskimage-create-2.0.4-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-octavia-debuginfo-2.0.4-1.el7.ppc64le.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.CWu685 + umask 022 + cd /builddir/build/BUILD + cd octavia-2.0.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-octavia-2.0.4-1.el7.ppc64le + exit 0 Child return code was: 0