Enable pacemaker on install

This commit is contained in:
James Page
2012-12-12 10:36:18 +00:00
parent f2b2373497
commit 10267c0c97
2 changed files with 2 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ def install():
utils.juju_log('INFO', 'Begin install hook.')
utils.configure_source()
utils.install('corosync', 'pacemaker', 'openstack-resource-agents', 'python-netaddr')
utils.enable_lsb_services('pacemaker')
utils.juju_log('INFO', 'End install hook.')

View File

@@ -1 +1 @@
1
3