summaryrefslogtreecommitdiffstats
path: root/conductor
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2018-10-07 12:06:26 -0700
committerDileep Ranganathan <dileep.ranganathan@intel.com>2018-10-07 12:06:26 -0700
commitc7dd83984dc49f5f2a83de5581c23ea00639d5ba (patch)
treeb07cce2360407ce6b7e741bec721109ad85e5579 /conductor
parentf6276f8953a5d1ad19e3ef771910209e5ba4b0b4 (diff)
Fix AAI Query timeout issue on get flavors
Change-Id: Ibf2a09351a79f4532bc7a189a1714453d8ead518 Issue-ID: OPTFRA-335 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'conductor')
-rw-r--r--conductor/conductor/data/plugins/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conductor/conductor/data/plugins/constants.py b/conductor/conductor/data/plugins/constants.py
index 8c0ca08..3f3545d 100644
--- a/conductor/conductor/data/plugins/constants.py
+++ b/conductor/conductor/data/plugins/constants.py
@@ -21,4 +21,4 @@
CLOUD_REGIONS_URI = '/cloud-infrastructure/cloud-regions/cloud-region'
-FLAVORS_URI = CLOUD_REGIONS_URI + '/%s/%s/flavors/?depth=all' \ No newline at end of file
+FLAVORS_URI = CLOUD_REGIONS_URI + '/%s/%s/flavors/?depth=all&nodes-only=true' \ No newline at end of file