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

24 commits

Author SHA1 Message Date
Eric Lindvall
36458ce89f Fix bluebox's Server#public_ip_address
This should be returning a String not a Hash.
2013-04-25 13:33:21 -07:00
Paul Thornthwaite
b98428b08b [bluebox] Updates reference to service 2013-01-07 20:53:27 +00:00
Paul Thornthwaite
40c0cd7122 Make use of #persisted? method
In many places we were checking for identity which was the shorthand for
checking if the resource had been saved by the service.

The #persisted? method was added to show a clearer intent and also offer
minimal ActiveModel interface
2012-12-23 02:45:05 +00:00
Carlos Sanchez
a25691ed23 Move ssh private_key, public_key, username to Server model to reduce duplication 2012-10-31 12:31:49 +01:00
Kevin Menard
dcefc2d7de Fixed #875: Loosen multi_json version. 2012-04-25 10:31:28 -04:00
Steve Smith
d89dd56fe7 Use MultiJSON #dump and #load rather than #encode and #decode
MultiJSON deprecated these methods in 1.3.0 in favour of the new ones.
This requires an update to the gemspec to ensure ~>1.3
2012-04-20 13:09:14 +01:00
leehuffman
cfc1be2182 Update location UUID. 2012-02-16 18:48:50 -08:00
leehuffman
87abce5b30 Add Blue Box location support. 2012-02-16 18:48:49 -08:00
Lee Huffman
22b0d34fca [bluebox|compute] Fix for setting hostname on server save. 2011-09-22 12:57:00 -07:00
Lee Huffman
97854e31d4 [bluebox|compute] Create and destroy images 2011-09-07 12:43:12 -07:00
Lee Huffman
4e914d1191 [bluebox|compute] Fixed instance state 2011-09-02 11:37:42 -07:00
geemus
d8c55ee185 Merge branch 'leehuffman' 2011-08-25 11:10:19 -05:00
geemus
eff5e70e7d [compute|bluebox] move bluebox compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:32:51 -05:00
geemus
3be53104be [compute] consolidate 2011-01-07 16:52:09 -08:00
geemus
5854e249aa more consistent attribute storage/usage 2010-11-19 13:45:45 -08:00
geemus
8aec42583e remove weird sudo related ssh stuff and don't memoize ssh connection 2010-10-20 16:22:31 -07:00
geemus
4c8c25f361 fixes to make bootstrap play nicer, especially outside the bin/fog context 2010-10-20 14:32:30 -07:00
geemus
856334fe38 cleaning up/repairing errant tests 2010-10-12 16:23:35 -07:00
geemus
e923e3c959 raise an error if trying to re-save a model 2010-10-04 16:08:34 -07:00
geemus
619f7d430f fix paths for core requires 2010-10-04 14:02:08 -07:00
geemus
b5025c939b [bluebox][compute] first pass at bootstrap/setup 2010-09-27 22:12:41 -07:00
bigfleet
2c349c1adb Matching current experience creating a BBG box with a public key 2010-09-10 17:16:52 -04:00
geemus
eb6bca6f34 leftovers that I missed on the first pass in the last few commits 2010-09-08 14:41:14 -07:00
geemus
a637504d18 [bluebox] rename blocks to compute for consistency 2010-09-08 12:07:45 -07:00