diff options
-rw-r--r-- | build/patch-repos/build/repos/fuel-nailgun/0011-Add-systemd-shim-package-to-Ubuntu-image.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/build/patch-repos/build/repos/fuel-nailgun/0011-Add-systemd-shim-package-to-Ubuntu-image.patch b/build/patch-repos/build/repos/fuel-nailgun/0011-Add-systemd-shim-package-to-Ubuntu-image.patch new file mode 100644 index 000000000..d9b1e7011 --- /dev/null +++ b/build/patch-repos/build/repos/fuel-nailgun/0011-Add-systemd-shim-package-to-Ubuntu-image.patch @@ -0,0 +1,19 @@ +From: Oleksiy Molchanov <omolchanov@mirantis.com> +Date: Fri, 9 Dec 2016 14:07:17 +0200 +Subject: [PATCH] Add systemd-shim package to Ubuntu image + +Change-Id: I095b340ce1752f44b416da8dc5ecb27a820e3b01 +Closes-Bug: 1648732 + +diff --git a/nailgun/nailgun/fixtures/openstack.yaml b/nailgun/nailgun/fixtures/openstack.yaml +index dbe19a631..ea371c192 100644 +--- a/nailgun/nailgun/fixtures/openstack.yaml ++++ b/nailgun/nailgun/fixtures/openstack.yaml +@@ -2363,6 +2363,7 @@ + ruby-openstack + ruby-shadow + ruby-stomp ++ systemd-shim + telnet + ubuntu-minimal + ubuntu-standard |