#! /usr/bin/python3
import os
os.environ.setdefault("OS_SERVICE_NAME", "octavia-api")
from octavia.wsgi.api import application  # noqa
