ZF-12318: Zend_Service_Rackspace doesn't use ServiceNet
Description
ServiceNet is Rackspace's term for their internal cloud network. Unlike traffic going through the public internet, bandwidth on this network - say between a web server and cloudfiles - is not charged.
Zend_Service_Rackspace_Abstract does not provide any way for the developer to say they want to use ServiceNet, so all traffic will be charged. There should be a setUseServiceNet() method or similar.
Comments
Posted by Matt Kynx (kynx) on 2012-07-03T11:20:00.000+0000
Adds setServiceNet() method and modifies storageUrl property if set.
Posted by Rob Allen (rob) on 2012-07-06T09:55:58.000+0000
Fixed on trunk r25010 and release-1.12 r25011