components/ruby/puppet-modules/openstack-glance/patches/03-init.patch
changeset 5860 afd31ba91ee9
parent 5464 6e2e17e6aa45
--- a/components/ruby/puppet-modules/openstack-glance/patches/03-init.patch	Mon Apr 25 10:20:40 2016 -0700
+++ b/components/ruby/puppet-modules/openstack-glance/patches/03-init.patch	Wed Apr 27 14:55:10 2016 -0700
@@ -2,12 +2,20 @@
 has not yet been submitted upstream due to requirements for 3rd party
 CI testing.
 
---- openstack-glance-6.1.0/manifests/init.pp.orig     2015-08-10 09:39:41.906630428 -0700
-+++ openstack-glance-6.1.0/manifests/init.pp     2015-08-10 09:40:10.746985189 -0700
-@@ -15,13 +15,6 @@ class glance(
-
+--- openstack-glance-6.1.0/manifests/init.pp.orig	2016-04-21 07:51:03.237198178 -0700
++++ openstack-glance-6.1.0/manifests/init.pp	2016-04-21 07:51:32.893728947 -0700
+@@ -1,3 +1,7 @@
++#######################################################################
++# Oracle has modified the originally distributed contents of this file.
++#######################################################################
++
+ # == class: glance
+ #
+ # base glance config.
+@@ -15,13 +19,6 @@
+ 
    include ::glance::params
-
+ 
 -  file { '/etc/glance/':
 -    ensure => directory,
 -    owner  => 'glance',