glance.common.location_strategy.choose_best_location(locations, **kwargs)[source]¶Choose best location from image location list by configured strategy.
| Parameters: |
|
|---|---|
| Returns: | The best location from image location list. |
glance.common.location_strategy.get_ordered_locations(locations, **kwargs)[source]¶Order image location list by configured strategy.
| Parameters: |
|
|---|---|
| Returns: | The image location list with strategy-specific order. |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.