~openstack-charmers-archive/charms/precise/glance/trunk

« back to all changes in this revision

Viewing changes to hooks/glance_contexts.py

  • Committer: Liam Young
  • Date: 2016-01-28 09:03:45 UTC
  • Revision ID: liam.young@canonical.com-20160128090345-nocag3q2wcrj6xjn
16.01 Charm release

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
            # pool created based on service name.
33
33
            'rbd_pool': service,
34
34
            'rbd_user': service,
 
35
            'expose_image_locations': config('expose-image-locations')
35
36
        }
36
37
 
37
38