It appears that in Fedora 19 and 20 the Wordpress examples need to install
different packages than in every other release (see my debugging in
https://review.openstack.org/#/c/87065/). I just got a complaint from
Heat validation that I can't do this:
"AWS::CloudFormation::Init" : {
"config" : {
"packages" : {
"yum" : {
{ "Fn::FindInMap" : [ "Pkgset2Pkgs", { "Fn::FindInMap" : [
"Distro2Pkgset", { "Ref" : "LinuxDistribution" }, "db" ] }, "client" ] } :
[],
{ "Fn::FindInMap" : [ "Pkgset2Pkgs", { "Fn::FindInMap" : [
"Distro2Pkgset", { "Ref" : "LinuxDistribution" }, "db" ] }, "server" ] } :
[],
because "expecting property name" at the place where the first {
"Fn::FindInMap" ... } appears. Am I understanding this right? Is there a
workable way to solve this problem?
Thanks,
Mike_______________________________________________
OpenStack-dev mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev