From 76a59c86a1c088e878ad25c95a711f993eab0a8c Mon Sep 17 00:00:00 2001 From: Alexander Maretskiy Date: Mon, 12 Jan 2015 17:12:26 +0200 Subject: [PATCH] Optional parameter "endpoint" is added to deployment configuration This patch adds optional parameter "endpoint" to existing deployment configuration, so we can (if required) explicitly set keystone management_url. This fixes issue of unaccessible management_url for FUEL cluster. Also, there is a SLA check removed from rally-neutron.yaml HeatStacks.create_and_delete_stack scenario since it works unstable Change-Id: I2ba0513ee8e0fddc618db8c3c2864b48e5ab3f9f --- rally-jobs/rally-neutron.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/rally-jobs/rally-neutron.yaml b/rally-jobs/rally-neutron.yaml index af929b74..748ec4c3 100644 --- a/rally-jobs/rally-neutron.yaml +++ b/rally-jobs/rally-neutron.yaml @@ -497,9 +497,6 @@ users: tenants: 2 users_per_tenant: 2 - sla: - failure_rate: - max: 0 NovaSecGroup.create_and_delete_secgroups: -