Repository URL to install this package:
| 
      
        
        
        Version: 
        
         
          
          5.0.6.dev16  ▾
        
         | 
ó
EV¥cc           @   sý   d  Z  d d l Z d d l m Z d d l m Z d d l m Z	 d d l
 m Z d d l m
 Z
 d d l m Z d d	 l m Z d d
 l m Z d d l m Z d d l m Z e j Z d
 d g Z e j   e j   d d  Z d   Z d   Z d S(   s.   WSGI application initialization for Nova APIs.iÿÿÿÿN(   t   cfg(   t   log(   t   _options(   t   deploy(   t   config(   t   context(   t	   exception(   t   objects(   t   service(   t   utilss
   api-paste.inis   triliovault-datamover-api.confc         C   sV   |  d  k r t j }  n  |  j d d  j   } g  t D] } t j j | |  ^ q7 S(   Nt   OS_DMAPI_CONFIG_DIRs   /etc/triliovault-datamover(   t   Nonet   ost   environt   gett   stript   CONFIG_FILESt   patht   join(   t   envt   dirnamet   config_file(    (    s@   /usr/lib/python2.7/dist-packages/dmapi/api/openstack/wsgi_app.pyt   _get_config_files   s
    c            s      f d   } | S(   Nc            s!   | d d g  d    f g S(   Ns   500 Internal Server Errors   Content-Types   text/plain; charset=UTF-8s   Out of date %s service %s
(   s   Content-Types   text/plain; charset=UTF-8(    (   R
   t   start_response(   t   exct   name(    s@   /usr/lib/python2.7/dist-packages/dmapi/api/openstack/wsgi_app.pyt   application&