components/ruby/puppet-modules/openstack-keystone/patches/01-metadata.patch
changeset 7565 48aa82a0931f
parent 6817 e4a26f447d0c
equal deleted inserted replaced
7564:f958607559a6 7565:48aa82a0931f
     1 In-house patch to add support for Solaris 11.3 and 12.0.  This patch
     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
     2 has not yet been submitted upstream due to requirements for 3rd party
     3 CI testing.
     3 CI testing.
     4 
     4 
     5 --- openstack-keystone-8.2.0/metadata.json.orig   2016-08-07 11:18:04.925303225 -0700
     5 diff --git a/metadata.json b/metadata.json
     6 +++ openstack-keystone-8.2.0/metadata.json       2016-08-07 11:18:27.324583279 -0700
     6 --- a/metadata.json
     7 @@ -30,6 +30,13 @@
     7 +++ b/metadata.json
       
     8 @@ -29,6 +29,13 @@
       
     9        "operatingsystemrelease": [
     8          "14.04"
    10          "14.04"
     9        ]
    11        ]
    10      }
    12 +    },
    11 +    {
    13 +    {
    12 +      "operatingsystem": "Solaris",
    14 +      "operatingsystem": "Solaris",
    13 +      "operatingsystemrelease": [
    15 +      "operatingsystemrelease": [
    14 +        "12.0",
    16 +        "12.0",
    15 +        "11.3"
    17 +        "11.3"
    16 +      ]
    18 +      ]
    17 +    }
    19      }
    18    ],
    20    ],
    19    "description": "Installs and configures OpenStack Keystone (Identity).",
    21    "description": "Installs and configures OpenStack Keystone (Identity).",
    20    "dependencies": [
       
    21