Update git submodules

* Update charms.ceph from branch 'master'
  - Updates to support Ceph Nautilus release
    
    For Nautilus the Ceph monitors automatically create the admin and
    bootstrap keyrings as part of cluster formation so the charm just
    needs to retrieve the admin keyring after the monitors have been
    bootstrapped.
    
    As the bootstrap process is two quite distinct steps, this change
    refactors the bootstrap_monitor_cluster function into two discrete
    functions - one to create and start the ceph monitor, and a second
    to create the ceph keyrings on the local filesystem.
    
    As the osd-bootstrap keyring is not actually created on disk from
    Nautilus onwards, the 'is_bootstrapped' function now looks for the
    client.admin keyring across all Ceph releases - this should be
    backwards compatible.
    
    This change also adds the standing data for upgrade paths to
    Nautilus, however this is as yet untested.
    
    Change-Id: I2dfab7404b72e314625ea554ee64595c5e26f3c6
This commit is contained in:
James Page 2019-05-31 10:08:36 +01:00 committed by Gerrit Code Review
parent 3d736bc182
commit 2966ef9041

@ -1 +1 @@
Subproject commit 2c8d26d125160b37d5722299ed2d431cef0e2f6a
Subproject commit f29aba7672ee8f17990700b3a792304a5a5ceaf5