From 0b608b2e6aa2f87b22310884a3a2e2dcc2025afc Mon Sep 17 00:00:00 2001 From: marios Date: Wed, 14 Jun 2017 15:45:52 +0300 Subject: [PATCH] Adds pre-upgrade/update to the overcloud endpoint validation This adds the pre-upgrade and pre-update groups to the existing overcloud endpoint validation which checks horizon and keystone Change-Id: Iebccce31a7a12f72f22305a977085d1a1d886b81 --- validations/openstack-endpoints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/validations/openstack-endpoints.yaml b/validations/openstack-endpoints.yaml index 6c3383222..c103dda2f 100644 --- a/validations/openstack-endpoints.yaml +++ b/validations/openstack-endpoints.yaml @@ -9,6 +9,8 @@ tries to access Horizon and get a Keystone token. groups: - post-deployment + - pre-upgrade + - pre-update tasks: # Check connectivity to horizon - name: Check Horizon