cloud - Rackspace connecting to a server using Pyrax in python -


i have started using pyrax, python binding rackspace api. have test account on rackspace , server running there. using username , api_key can authenticate , list servers found in region.

how connect particular server given name, server id, ipv4 address, ipv6 address, flavor etc.?

pyrax used interact rackspace cloud api in provisioning resources.

a different library required if wanted connect server via ssh. check out http://www.lag.net/paramiko/


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -