1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Updating URLs to reflect Blue Box Group's new URL.

Replaced blueboxgrp.com with bluebox.net
This commit is contained in:
Jesse Proudman 2011-01-17 03:41:46 +08:00 committed by Wesley Beary
parent 4861f2db58
commit 501c857aac
2 changed files with 2 additions and 2 deletions

View file

@ -107,7 +107,7 @@ geemus says: "That should give you everything you need to get started, but let m
You should try out the (varying) support fog has for:
* {AWS}[http://aws.amazon.com] [{Compute}[http://aws.amazon.com/ec2], {DNS}[http://aws.amazon.com/route53], {ELB}[http://aws.amazon.com/elasticloadbalancing], {Storage}[http://aws.amazon.com/s3], {SimpleDB}[http://aws.amazon.com/simpledb]]
* <b><em>{Blue Box Group}[http://www.blueboxgrp.com]</em></b> [{Compute}[http://www.blueboxgrp.com/blocks]]
* <b><em>{Blue Box Group}[http://www.bluebox.net]</em></b> [{Compute}[http://www.bluebox.net/blocks]]
* <b><em>{Brightbox}[http://www.brightbox.co.uk]</em></b> [{Compute}[http://beta.brightbox.com/]]
* {Google}[http://www.google.com] [{Storage}[http://code.google.com/apis/storage]]
* {Linode}[http://www.linode.com] [{DNS}[http://www.linode.com]]

View file

@ -66,7 +66,7 @@ module Fog
require 'json'
@bluebox_api_key = options[:bluebox_api_key]
@bluebox_customer_id = options[:bluebox_customer_id]
@host = options[:bluebox_host] || "boxpanel.blueboxgrp.com"
@host = options[:bluebox_host] || "boxpanel.bluebox.net"
@port = options[:bluebox_port] || 443
@scheme = options[:bluebox_scheme] || 'https'
@connection = Fog::Connection.new("#{@scheme}://#{@host}:#{@port}", options[:persistent])