fixing pep8

This commit is contained in:
yolanda.robla@canonical.com
2013-02-14 21:21:13 +01:00
parent 540ac0eff1
commit a0b877c384
3 changed files with 16 additions and 2 deletions

View File

@@ -15,7 +15,8 @@ def install():
# add line at the end, it's a dupe and configparser doesn't handle it
with open(ceilometer_utils.NOVA_CONF, "a") as f:
f.write("notification_driver=nova.openstack.common.notifier.rabbit_notifier\n")
f.write("notification_driver="\
"nova.openstack.common.notifier.rabbit_notifier\n")
utils.restart(*ceilometer_utils.CEILOMETER_COMPUTE_SERVICES)