Updated contact info in README
This commit is contained in:
parent
0da28d4491
commit
4c97d6043a
8
README
8
README
@ -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
|
@ -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.')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user