fix metadata generation error
Change-Id: Ifca0275935dc9e5ec0c171ef73ac1455ff658e30
This commit is contained in:
parent
38090ccafe
commit
548114e3de
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user