components/ruby/puppet-modules/openstack-ironic/patches/02-params.patch
changeset 5860 afd31ba91ee9
parent 5464 6e2e17e6aa45
child 6817 e4a26f447d0c
--- a/components/ruby/puppet-modules/openstack-ironic/patches/02-params.patch	Mon Apr 25 10:20:40 2016 -0700
+++ b/components/ruby/puppet-modules/openstack-ironic/patches/02-params.patch	Wed Apr 27 14:55:10 2016 -0700
@@ -2,9 +2,17 @@
 has not yet been submitted upstream due to requirements for 3rd party
 CI testing.
 
---- openstack-ironic-6.1.0/manifests/params.pp.orig	2015-06-03 09:47:53.207517414 -0600
-+++ openstack-ironic-6.1.0/manifests/params.pp	2015-06-03 09:49:30.640143302 -0600
-@@ -40,6 +40,14 @@ class ironic::params {
+--- openstack-ironic-6.1.0/manifests/params.pp.orig	2016-04-21 08:15:16.607432993 -0700
++++ openstack-ironic-6.1.0/manifests/params.pp	2016-04-21 08:15:42.830473689 -0700
+@@ -1,3 +1,7 @@
++#######################################################################
++# Oracle has modified the originally distributed contents of this file.
++#######################################################################
++
+ #
+ # Copyright (C) 2013 eNovance SAS <[email protected]>
+ #
+@@ -40,6 +44,14 @@
        $conductor_package   = 'ironic-conductor'
        $client_package      = 'python-ironicclient'
      }