71cb3d9285
This is meant to fix up https://code.launchpad.net/~hloeung/charms/precise/keystone/add-admin-relation/+merge/212759 to work with the current trusty/icehouse version of the charm.
25 lines
614 B
YAML
25 lines
614 B
YAML
name: keystone
|
||
summary: OpenStack identity service
|
||
maintainer: Adam Gandelman <adamg@canonical.com>
|
||
description: |
|
||
Keystone is an OpenStack project that provides Identity, Token, Catalog and
|
||
Policy services for use specifically by projects in the OpenStack family. It
|
||
implements OpenStack’s Identity API.
|
||
categories: ["misc"]
|
||
provides:
|
||
identity-service:
|
||
interface: keystone
|
||
identity-admin:
|
||
interface: keystone-admin
|
||
requires:
|
||
shared-db:
|
||
interface: mysql-shared
|
||
pgsql-db:
|
||
interface: pgsql
|
||
ha:
|
||
interface: hacluster
|
||
scope: container
|
||
peers:
|
||
cluster:
|
||
interface: keystone-ha
|