Fixing typo availible->available

Change-Id: Ieea0f4ac8799bb1bd12f1bc95ac6d700634e3318
This commit is contained in:
Javier Ramirez 2016-06-29 14:38:07 +02:00
parent 7c540ab11a
commit f3b7ac9a23

View File

@ -26,7 +26,7 @@ cfg.CONF.register_opts([
class FallbackFilter(Filter): class FallbackFilter(Filter):
"""If there is no zones availible to schedule to, this filter will insert """If there is no zones available to schedule to, this filter will insert
the default_pool_id. the default_pool_id.
.. note:: .. note::