]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
bump the changelog and version getting ready for a release 117/head
authorAlfredo Deza <alfredo.deza@inktank.com>
Tue, 29 Oct 2013 15:54:34 +0000 (11:54 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Tue, 29 Oct 2013 15:54:34 +0000 (11:54 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
ceph_deploy/__init__.py
docs/source/changelog.rst

index 35d767ae1402144ea5f41c386b988ad37c2ef6a3..e1366df87515b67cd370a97f92fb9a4b66239936 100644 (file)
@@ -1,3 +1,3 @@
 
-__version__ = '1.2.7'
+__version__ = '1.3'
 
index 37ca55bf3b42b61b2bcc07f7bf2fe85347d82525..a1390125bb16c0b9dd804b97d88a1d3c4ee3a2b4 100644 (file)
@@ -2,6 +2,11 @@
 ----------------
 * Major refactoring for all the remote connections in ceph-deploy. With global
   and granular timeouts.
+* Raise the log level for missing keyrings
+* Allow ``--username`` to be used for connecting over SSH
+* Increase verbosity when MDS fails, include the exit code
+* Do not remove ``/etc/ceph``, just the contents
+* Use ``rcceph`` instead of service for SUSE
 
 1.2.7
 -----