summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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