mitchellh / vagrant-rackspace

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

added subcommand networks to list networks #91

Closed berendt closed 10 years ago

berendt commented 10 years ago

Example output of this subcommand:

$ vagrant rackspace networks
==> default: Network Name                         Network CIDR
==> default: private
==> default: public
==> default: vagrant001                           192.168.3.0/24
==> default: vagrant002                           192.168.4.0/24
==> default: vagrant003                           192.168.5.0/24
berendt commented 10 years ago

Any news here?

krames commented 10 years ago

vagrant-rackspace requires you to specify the networks using the id rather than the name. See networks section for more information.

Can you update this command to contain the network id? I think it would make this command more useful.

krames commented 10 years ago

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