components/ruby/puppet-modules/openstack-keystone/patches/01-metadata.patch
changeset 5464 6e2e17e6aa45
child 5860 afd31ba91ee9
equal deleted inserted replaced
5463:245bdc05448a 5464:6e2e17e6aa45
       
     1 In-house patch to add support for Solaris 11.3 and 12.0.  This patch
       
     2 has not yet been submitted upstream due to requirements for 3rd party
       
     3 CI testing.
       
     4 
       
     5 --- openstack-keystone-6.1.0/metadata.json.orig   2015-10-15 09:15:58.784387200 -0700
       
     6 +++ openstack-keystone-6.1.0/metadata.json       2015-10-15 09:16:20.060854398 -0700
       
     7 @@ -49,6 +49,13 @@
       
     8          "12.04",
       
     9          "14.04"
       
    10        ]
       
    11 +    },
       
    12 +    {
       
    13 +      "operatingsystem": "Solaris",
       
    14 +      "operatingsystemrelease": [
       
    15 +        "11.3",
       
    16 +        "12.0"
       
    17 +      ]
       
    18      }
       
    19    ],
       
    20    "description": "Installs and configures OpenStack Keystone (Identity)."