From 69af20852ad2b53dfcf76b9132a378c4f6c5a8c9 Mon Sep 17 00:00:00 2001 From: "Michal (inc0) Jastrzebski" Date: Wed, 31 Aug 2016 20:20:58 +0000 Subject: [PATCH] Release notes for customization Since customizations are done for most of services, I think we can make it an official feature and close whole blueprint. Good work team! Change-Id: I44de0204261cd04b2564ce62a5d10b1e0a4fd4bf Implements: blueprint dockerfile-customizations Implements: blueprint third-party-plugin-support --- .../dockerfile-customizations-26981ebefe3b710b.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releasenotes/notes/dockerfile-customizations-26981ebefe3b710b.yaml diff --git a/releasenotes/notes/dockerfile-customizations-26981ebefe3b710b.yaml b/releasenotes/notes/dockerfile-customizations-26981ebefe3b710b.yaml new file mode 100644 index 0000000000..b9557e9fb6 --- /dev/null +++ b/releasenotes/notes/dockerfile-customizations-26981ebefe3b710b.yaml @@ -0,0 +1,10 @@ +--- +prelude: > + In Newton cycle we included means to change various things in Kolla images + using override file. Full customization guide can be found here + http://docs.openstack.org/developer/kolla/image-building.html#dockerfile-customisation +features: + - Customization mechanism for dockerfile + - Customization implemented in most of OpenStack services + - Ability to modify repositories, packages installed and keys installed + - Ability to inject or override code in certain placess across dockerfiles