diff -r 9b7b887c6955 -r 27d201e3362b components/openstack/ironic/patches/04-generate_sample.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/openstack/ironic/patches/04-generate_sample.patch Thu Feb 11 17:34:50 2016 -0800 @@ -0,0 +1,13 @@ +In-house patch to update the generate_sample script and related data +files for use with Solaris. + +--- ironic-2015.1.2/tools/config/generate_sample.sh.orig 2015-10-13 10:53:40.000000000 -0700 ++++ ironic-2015.1.2/tools/config/generate_sample.sh 2016-02-01 21:01:28.356560160 -0800 +@@ -1,5 +1,7 @@ + #!/usr/bin/env bash + ++PATH=/usr/gnu/bin:/usr/bin ++ + # Generate sample configuration for your project. + # + # Aside from the command line flags, it also respects a config file which