> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +
> +package org.jclouds.examples.rackspace.cdn;
> +
> +/**
> + * Constants used by the Rackspace Examples.
> + */
> +public class Constants {
> + // The provider configures jclouds To use the Rackspace Cloud (US)
> + // To use the Rackspace Cloud (UK) set the system property or default
> value to "rackspace-cdn-uk"
> + public static final String PROVIDER = System.getProperty("provider.cs",
> "rackspace-cdn-us");
> + public static final String REGION = System.getProperty("region", "IAD");
Unused
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/74/files#r28583153