From f47b0e2aea14178f24de03f68f775f9f1f556bce Mon Sep 17 00:00:00 2001 From: Hadi Bannazadeh Date: Wed, 21 Jan 2015 00:06:48 +0000 Subject: region missing in endpoint selection Region parameter is missing in selecting other components endpoint. This causes problem if there are multiple service endpoints available in keystone service catalog for different regions. Closes-Bug: #1412238 Change-Id: I64697863ef7e3d57d84d9681cc4c54a9a2a06478 --- etc/ironic/ironic.conf.sample | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc') diff --git a/etc/ironic/ironic.conf.sample b/etc/ironic/ironic.conf.sample index 6f2302524..11cca8c78 100644 --- a/etc/ironic/ironic.conf.sample +++ b/etc/ironic/ironic.conf.sample @@ -457,6 +457,10 @@ # to be searched. (multi valued) #policy_dirs=policy.d +[keystone] + +#The region used for getting endpoints of OpenStack services. +#region_name = [agent] -- cgit v1.2.1