Skip to content

Commit

Permalink
tox -e syntax cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Jan 12, 2017
1 parent 4204785 commit 8b528c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/driver/openstackdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def up(self, no_provision=True):
key_name=kpn,
ip_pool=instance.get('ip_pool')
if instance.get('ip_pool') else self.ip_pool,
network=instance.get('networks', []),
network=instance.get('networks', []),
security_groups=instance.get('security_groups', []))
self._reset_known_host_key(server['interface_ip'])
instance['created'] = True
Expand Down

0 comments on commit 8b528c7

Please sign in to comment.