mitchellh / vagrant-rackspace

Use Vagrant to manage Rackspace Cloud instances.
MIT License
234 stars 155 forks source link

added subcommand servers to list servers #92

Closed berendt closed 10 years ago

berendt commented 10 years ago

Example output of this subcommand:

$ vagrant rackspace servers
==> devstack: Server Name          State                IPv4 address
==> devstack: devstack             ACTIVE               166.78.18.8
berendt commented 10 years ago

Any news here?

krames commented 10 years ago

@berendt Sorry about the delay. There has been some ongoing discussion in the Rackspace office about whether this functionality should be added to vagrant-rackspace or if this information should be accessed using the upcoming Unified OpenStack CLI.

I was hoping to delay this and refer you to that cli, but it seems like progress has been slower than expected. For reason, I am going to go ahead and accept these after I get a chance to review them.

Again...sorry about the delay and thanks for the contribution!

krames commented 10 years ago

@berendt Can I get you to update the custom commands section to include you newly added commands?

Other than that, it looks great! Thanks again!

krames commented 10 years ago

This PR is ready to go. Once the documentation is completed in PR #94 I will merge this in.