Fix a hacking complaint

We can't land changes while hacking is unhappy.

Change-Id: I8ae913a965cd9be1fecec9ea960b90c8a69dca2b
This commit is contained in:
Robert Collins 2013-08-06 16:14:26 +12:00
parent a3a93a9130
commit e017b0d09f

View File

@ -25,7 +25,7 @@ from os_collect_config import ec2
from os_collect_config import exc
META_DATA = {'local-ipv4': '192.0.2.1',
META_DATA = {'local-ipv4': '192.0.2.1',
'reservation-id': str(uuid.uuid1()),
'local-hostname': 'foo',
'ami-launch-index': '0',