components/ruby/puppet-modules/openstack-keystone/patches/01-metadata.patch
changeset 6817 e4a26f447d0c
parent 5860 afd31ba91ee9
child 7565 48aa82a0931f
equal deleted inserted replaced
6816:bb11bcf4ebf8 6817:e4a26f447d0c
     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-6.1.0/metadata.json.orig   2015-10-15 09:15:58.784387200 -0700
     5 --- openstack-keystone-8.2.0/metadata.json.orig   2016-08-07 11:18:04.925303225 -0700
     6 +++ openstack-keystone-6.1.0/metadata.json       2015-10-15 09:16:20.060854398 -0700
     6 +++ openstack-keystone-8.2.0/metadata.json       2016-08-07 11:18:27.324583279 -0700
     7 @@ -49,6 +49,13 @@
     7 @@ -30,6 +30,13 @@
     8          "12.04",
       
     9          "14.04"
     8          "14.04"
    10        ]
     9        ]
    11 +    },
    10      }
    12 +    {
    11 +    {
    13 +      "operatingsystem": "Solaris",
    12 +      "operatingsystem": "Solaris",
    14 +      "operatingsystemrelease": [
    13 +      "operatingsystemrelease": [
    15 +        "11.3",
    14 +        "12.0",
    16 +        "12.0"
    15 +        "11.3"
    17 +      ]
    16 +      ]
    18      }
    17 +    }
    19    ],
    18    ],
    20    "description": "Installs and configures OpenStack Keystone (Identity)."
    19    "description": "Installs and configures OpenStack Keystone (Identity).",
       
    20    "dependencies": [
    21 
    21 
    22 --- openstack-keystone-6.1.0/README.md.orig	2016-04-27 12:12:22.955273591 -0700
       
    23 +++ openstack-keystone-6.1.0/README.md	2016-04-27 12:12:32.758501010 -0700
       
    24 @@ -1,3 +1,5 @@
       
    25 +NOTE: Oracle has modified the originally distributed contents of metadata.json.
       
    26 +
       
    27  keystone
       
    28  =======
       
    29