diff --git a/releasenotes/notes/mitaka_deprecation-3344541c884cfed8.yaml b/releasenotes/notes/mitaka_deprecation-3344541c884cfed8.yaml new file mode 100644 index 00000000..af56ded0 --- /dev/null +++ b/releasenotes/notes/mitaka_deprecation-3344541c884cfed8.yaml @@ -0,0 +1,9 @@ +--- +deprecations: + - Create ring builders under swift user instead of root. + - Change defaults fro incoming/outgoing chmod for rsync. + Defaults are now Du=rwx,g=rx,o=rx,Fu=rw,g=r,o=r. + - Set mount_check to True by default. + - Stop calling ::concat::setup, that is a deprecate class. + - swift_hash_suffix is now deprecated and swift_hash_path_suffix + with swift_hash_path_prefix should be used. diff --git a/releasenotes/notes/mitaka_features-52ecf51429531fbb.yaml b/releasenotes/notes/mitaka_features-52ecf51429531fbb.yaml new file mode 100644 index 00000000..5189c3a3 --- /dev/null +++ b/releasenotes/notes/mitaka_features-52ecf51429531fbb.yaml @@ -0,0 +1,9 @@ +--- +features: + - Update Ceilometer proxy to support Oslo Messaging. + - Allow to manage Swift service with swiftinit service provider. + This is an initial step towards using swift-init to manage + multiple swift services out of different configuration files such + as is needed to run a separate replication network. + - swift-ring-builder 2.2.2+ output parsing support. + - Add support to change meta entry for ring devices.