~canonical-bootstack/charms/trusty/glance-sync-slave/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"name": "glance-sync-slave"
"summary": "slave unit to sync glance images from a master and import into glance"
"maintainer": "Manuel Seelaus <manuel.seelaus@canonical.com>"
"description": |
  This charm will import  glance images from a master  openstack installations.
  It will copy image files and metadata with rsync over ssh to local disk and import into glance from there.
"tags":
- "openstack"
"requires":
  "keystone-admin":
    "interface": "keystone-admin"
"provides":
  "nrpe-external-master":
    "interface": "nrpe-external-master"
    "scope": "container"