add keypairs to resources initialized by default

Change-Id: I4a35fe996a1b1343fe5678792aaad12d3397437a
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-05-01 12:27:35 -04:00
parent 34454593ff
commit a5d86cc48b

View File

@ -29,6 +29,7 @@ def load(filename, missing_ok=False):
servers=[], servers=[],
volumes=[], volumes=[],
images=[], images=[],
keypairs=[],
) )
try: try: