Syntax updates to OOO network isolation file
[apex.git] / build / aodh-os-cloud-config.patch
1 From 6809aa30bdd447dc839fe66af59b88836a2dd2ef Mon Sep 17 00:00:00 2001
2 From: Tim Rozet <trozet@redhat.com>
3 Date: Mon, 25 Jan 2016 21:48:22 +0000
4 Subject: [PATCH] Adds aodh
5
6 ---
7  keystone.py | 5 +++++
8  1 file changed, 5 insertions(+)
9
10 diff --git a/keystone.py b/keystone.py
11 index 90ea00a..b74f223 100644
12 --- a/keystone.py
13 +++ b/keystone.py
14 @@ -75,6 +75,11 @@ SERVICES = {
15          'type': 'metering',
16          'port': 8777,
17      },
18 +    'aodh': {
19 +        'description': 'Aodh Service',
20 +        'type': 'alarming',
21 +        'port': 8042,
22 +    },
23      'cinder': {
24          'description': 'Cinder Volume Service',
25          'type': 'volume',
26 -- 
27 1.8.3.1
28