Fix AAI Query timeout issue on get flavors 67/69967/1
authorDileep Ranganathan <dileep.ranganathan@intel.com>
Sun, 7 Oct 2018 19:06:26 +0000 (12:06 -0700)
committerDileep Ranganathan <dileep.ranganathan@intel.com>
Sun, 7 Oct 2018 19:06:26 +0000 (12:06 -0700)
Change-Id: Ibf2a09351a79f4532bc7a189a1714453d8ead518
Issue-ID: OPTFRA-335
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
conductor/conductor/data/plugins/constants.py

index 8c0ca08..3f3545d 100644 (file)
@@ -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