Repository URL to install this package:
Version:
4.0.109 ▾
|
ó ±EYc @ sï d d l m Z e j d d d Z e j d d d e j d d e d d e j d d d d d e j d d g d d e j d d e d d d e d d e j d d e d d e j d d e d d g Z d Z d Z d S( iÿÿÿÿ( t cfgt glancet titles Glance Optionst api_serverst helpsÑ A list of the glance api servers endpoints available to nova. These should be fully qualified urls of the form "scheme://hostname:port[/path]" (i.e. "http://10.0.1.0:9292" or "https://my.glance.server/image")t api_insecuret defaults8 Allow to perform insecure SSL (https) requests to glancet num_retriesi sI Number of retries when uploading / downloading an image to / from glance.t allowed_direct_url_schemessn A list of url scheme that can be downloaded directly via the direct_url. Currently supported schemes: [file].t use_glance_v1si This flag allows reverting to glance v1 if for some reason glance v2 doesn't work in your environment. This will only exist in Newton, and a fully working Glance v2 will be a hard requirement in Ocata. * Possible values: True or False * Services that use this: ``nova-api`` ``nova-compute`` ``nova-conductor`` * Related options: None t deprecated_for_removalt deprecated_reasons* Glance v1 support will be removed in Ocatat verify_glance_signaturessT Require Nova to perform signature verification on each image downloaded from Glance.t debugs2 Enable or disable debug logging with glanceclient.c C s$ | j t | j t d t d S( Nt group( t register_groupt glance_groupt register_optst glance_opts( t conf( ( sE /home/tvault/.virtenv/lib/python2.7/site-packages/nova/conf/glance.pyR U s c C s i t t 6S( N( R R ( ( ( sE /home/tvault/.virtenv/lib/python2.7/site-packages/nova/conf/glance.pyt list_optsZ s N( t oslo_configR t OptGroupR t ListOptt BoolOptt Falset IntOptt TrueR R R ( ( ( sE /home/tvault/.virtenv/lib/python2.7/site-packages/nova/conf/glance.pyt <module> s6