Updated contact info in README

This commit is contained in:
James Page 2012-10-10 10:02:51 +01:00
parent 0da28d4491
commit 4c97d6043a
2 changed files with 8 additions and 2 deletions

8
README
View File

@ -39,4 +39,10 @@ You can then deploy this charm by simple doing::
Once the ceph charm has bootstrapped the cluster, it will notify the ceph-osd
charm which will scan for the configured storage devices and add them to the
pool of available storage.
Contact Information
===================
Author: James Page <james.page@ubuntu.com>
Report bugs at: http://bugs.launchpad.net/charms/+source/ceph-osd/+filebug
Location: http://jujucharms.com/charms/ceph-osd

View File

@ -25,7 +25,7 @@ def install_upstart_scripts():
def install():
utils.juju_log('INFO', 'Begin install hook.')
utils.configure_source()
utils.install('ceph', 'gdisk')
utils.install('ceph', 'gdisk', 'ntp')
install_upstart_scripts()
utils.juju_log('INFO', 'End install hook.')