commit | d8e778fdb016cc5c04ba7909c2067bfe920f6d0e | [log] [tgz] |
---|---|---|
author | James E. Blair <jeblair@linux.vnet.ibm.com> | Tue Dec 22 14:09:20 2015 -0800 |
committer | James E. Blair <jeblair@linux.vnet.ibm.com> | Tue Dec 22 14:09:20 2015 -0800 |
tree | 9ebc546c2cd22c39160220cb6560b421a67ebd67 | |
parent | fb610ce27450768e93edadc8f782788b9a527161 [diff] [blame] |
Alter config format to lists of dictionaries Rather than the previous dictionary of lists. Change-Id: I0f8ffba15da489da097b14388699685f22b0579f
diff --git a/tests/fixtures/config/project-template/main.yaml b/tests/fixtures/config/project-template/main.yaml index c89fdfa..25dea57 100644 --- a/tests/fixtures/config/project-template/main.yaml +++ b/tests/fixtures/config/project-template/main.yaml
@@ -1,4 +1,4 @@ -tenants: - - name: tenant-one +- tenant: + name: tenant-one include: - common.yaml