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:
parent
4861f2db58
commit
501c857aac
2 changed files with 2 additions and 2 deletions
|
@ -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]]
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue