fix metadata generation error

Change-Id: Ifca0275935dc9e5ec0c171ef73ac1455ff658e30
This commit is contained in:
Masco Kaliyamoorthy 2021-04-20 13:03:09 +05:30
parent 38090ccafe
commit 548114e3de
1 changed files with 1 additions and 1 deletions

View File

@ -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):