diff options
Diffstat (limited to 'conductor')
-rw-r--r-- | conductor/conductor/data/plugins/constants.py | 2 |
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 |