From c7dd83984dc49f5f2a83de5581c23ea00639d5ba Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Sun, 7 Oct 2018 12:06:26 -0700 Subject: [PATCH] Fix AAI Query timeout issue on get flavors Change-Id: Ibf2a09351a79f4532bc7a189a1714453d8ead518 Issue-ID: OPTFRA-335 Signed-off-by: Dileep Ranganathan --- conductor/conductor/data/plugins/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6