Repository: stratos Updated Branches: refs/heads/master ee1ca9a24 -> ba06d0906
Updating os/php sample Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/ba06d090 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/ba06d090 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/ba06d090 Branch: refs/heads/master Commit: ba06d09066f36cff26d9087cb58001556584c554 Parents: ee1ca9a Author: lasinducharith <[email protected]> Authored: Tue Aug 11 10:48:33 2015 +0530 Committer: lasinducharith <[email protected]> Committed: Tue Aug 11 10:48:33 2015 +0530 ---------------------------------------------------------------------- samples/cartridges/openstack/php.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/ba06d090/samples/cartridges/openstack/php.json ---------------------------------------------------------------------- diff --git a/samples/cartridges/openstack/php.json b/samples/cartridges/openstack/php.json index 75be00d..9fe17d8 100755 --- a/samples/cartridges/openstack/php.json +++ b/samples/cartridges/openstack/php.json @@ -1,17 +1,17 @@ { - "type": "esb", - "provider": "wso2", + "type": "php", + "provider": "apache", "category": "framework", - "host": "esb.stratos.org", - "displayName": "esb", - "description": "esb Cartridge", + "host": "php.stratos.org", + "displayName": "php", + "description": "php Cartridge", "version": "7", "multiTenant": "false", "portMapping": [ { - "name": "http-22", + "name": "http-80", "protocol": "http", - "port": "22", + "port": "80", "proxyPort": "8280" } ], @@ -20,7 +20,7 @@ "iaasProvider": [ { "type": "openstack", - "imageId": "RegionOne/a63609be-61df-436f-80bc-d2b6068a4c3a", + "imageId": "RegionOne/b4ca55e3-58ab-4937-82ce-817ebd10240e", "networkInterfaces": [ { "networkUuid": "b55f009a-1cc6-4b17-924f-4ae0ee18db5e" @@ -42,4 +42,4 @@ ] } ] -} +} \ No newline at end of file
