cloud show differences under ruby 1.8.7 and ruby 1.9
hedgehog opened this issue · 1 comments
hedgehog commented
After pulling hedgehog/poolparty/tree/1.9 then cloud show
should run under ruby 1.9 and 1.8.7.
Start a single EC2 instance.
Then cloud show
returns incorrect (Running Instances: 0
), incomplete (missing Active recipes:
entry) and different (Security group:
) information.
$ rvm ruby-1.9.1-p378
$ ruby --version
ruby 1.9.1p378 (2010-01-10 revision 26273) [i686-linux]
$ cloud show
PoolParty core loadtime: 1.233411875
Cloud: openvpn
----------------------------
Running Instances: 1
Minimum instances: 1
Maximum instances: 1
Running on: ec2
Keypair: XXXX
Security group: hedgehog-openvpn, #poolparty-hedgehog-openvpn
Availability zones: us-east-1d
User: ubuntu
Active recipes:
$ rvm ruby-1.8.7-p248
$ ruby --version
ruby 1.8.7 (2009-12-24 patchlevel 248) [i686-linux]
$ cloud show
PoolParty core loadtime: 0.194445
Cloud: openvpn
----------------------------
Running Instances: 0
Minimum instances: 1
Maximum instances: 1
Running on: ec2
Keypair: XXXX
Security group: hedgehog-openvpn
Availability zones: us-east-1d
User: ubuntu
hedgehog commented
Apologies, disregard. Was due to an old gem in the path of the ruby 1.8.7
AARGH.