diff --git a/shade/meta.py b/shade/meta.py index 51338a1f6..5585e9bf3 100644 --- a/shade/meta.py +++ b/shade/meta.py @@ -21,7 +21,7 @@ from shade import exc from shade import _utils -NON_CALLABLES = (six.string_types, bool, dict, int, list, type(None)) +NON_CALLABLES = (six.string_types, bool, dict, int, float, list, type(None)) log = logging.getLogger(__name__)