diff --git a/browbeat/prescribe.py b/browbeat/prescribe.py index 5d69d81b4..2e9525cbb 100644 --- a/browbeat/prescribe.py +++ b/browbeat/prescribe.py @@ -24,7 +24,7 @@ class Metadata(object): def __init__(self): # These are the only groups from the ansible inventory, that we are # Interested in - self._supported_node_types = ['Overcloud', 'Undercloud'] + self._supported_node_types = ['overcloud', 'Undercloud'] pass def load_file(self, filename):