From d35de18275874d61634b3faecaa54011110f9b94 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 25 Jan 2016 22:23:31 -0500 Subject: Patches keystone endpoint setup to include Aodh Note this behavior has changed in TripleO post Brahmaputra. The endpoints and services are created in THT rather than hardcoded in tripleoclient. JIRA: APEX-65 Change-Id: Ie595f2778fb509213e2992bf1ef60df82cf22666 Signed-off-by: Tim Rozet --- build/aodh-os-cloud-config.patch | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 build/aodh-os-cloud-config.patch (limited to 'build/aodh-os-cloud-config.patch') diff --git a/build/aodh-os-cloud-config.patch b/build/aodh-os-cloud-config.patch new file mode 100644 index 00000000..e2995401 --- /dev/null +++ b/build/aodh-os-cloud-config.patch @@ -0,0 +1,28 @@ +From 6809aa30bdd447dc839fe66af59b88836a2dd2ef Mon Sep 17 00:00:00 2001 +From: Tim Rozet +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 + -- cgit 1.2.3-korg