diff options
Diffstat (limited to 'build/aodh-os-cloud-config.patch')
-rw-r--r-- | build/aodh-os-cloud-config.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/build/aodh-os-cloud-config.patch b/build/aodh-os-cloud-config.patch deleted file mode 100644 index e2995401..00000000 --- a/build/aodh-os-cloud-config.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 6809aa30bdd447dc839fe66af59b88836a2dd2ef Mon Sep 17 00:00:00 2001 -From: Tim Rozet <trozet@redhat.com> -Date: Mon, 25 Jan 2016 21:48:22 +0000 -Subject: [PATCH] Adds aodh - ---- - keystone.py | 5 +++++ - 1 file changed, 5 insertions(+) - -diff --git a/keystone.py b/keystone.py -index 90ea00a..b74f223 100644 ---- a/keystone.py -+++ b/keystone.py -@@ -75,6 +75,11 @@ SERVICES = { - 'type': 'metering', - 'port': 8777, - }, -+ 'aodh': { -+ 'description': 'Aodh Service', -+ 'type': 'alarming', -+ 'port': 8042, -+ }, - 'cinder': { - 'description': 'Cinder Volume Service', - 'type': 'volume', --- -1.8.3.1 - |