commit | 4fdb43cae78825923a14a20cb8dddfc9b9ad9bc5 | [log] [tgz] |
---|---|---|
author | Jakub Josef <jjosef@mirantis.com> | Tue Dec 19 12:53:40 2017 +0000 |
committer | Gerrit Code Review <gerrit2@e9aa877068d1> | Tue Dec 19 12:53:40 2017 +0000 |
tree | ab8277ba2fcb705d24d43b67850a6e75b7b939cb | |
parent | 380c6abcc6ee3e7272580f7124d9f63e0829b24d [diff] | |
parent | 6f2f01420537d04360b232e7883593c8c5e08316 [diff] |
Merge "Fixed typo in run_tests.sh file"
diff --git a/_modules/modelschema.py b/_modules/modelschema.py index 3a67bc9..cb45153 100644 --- a/_modules/modelschema.py +++ b/_modules/modelschema.py
@@ -70,7 +70,7 @@ """ output = {} - schemas = glob.glob('{}/*/*/schemas/*.yaml'.format(_get_base_dir())) + schemas = glob.glob('{}/*/schemas/*.yaml'.format(_get_base_dir())) for schema in schemas: if os.path.exists(schema): role_name = schema.split('/')[-1].replace('.yaml', '')