Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

added subcommand networks to list networks #91

Merged
merged 2 commits into from
Jul 24, 2014
Merged

added subcommand networks to list networks #91

merged 2 commits into from
Jul 24, 2014

Conversation

berendt
Copy link
Contributor

@berendt berendt commented Apr 16, 2014

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

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
Copy link
Contributor Author

berendt commented May 7, 2014

Any news here?

@krames
Copy link
Collaborator

krames commented May 7, 2014

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.

```
==> devstack: Network Name                         Network CIDR             Network ID
==> devstack: private                                                       11111111-1111-1111-1111-111111111111
==> devstack: public                                                        00000000-0000-0000-0000-000000000000
==> devstack: vagrant001                           192.168.3.0/24           c7da5d07-ac80-49ca-8575-8822c71bc758
==> devstack: vagrant002                           192.168.4.0/24           f45ba323-dd21-4999-a5d7-c98a3edfb7a3
==> devstack: vagrant003                           192.168.5.0/24           e49a86df-6c98-42d1-a66b-11c80e1252e1
```
@krames
Copy link
Collaborator

krames commented Jun 20, 2014

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

@smashwilson smashwilson merged commit 8b4f486 into mitchellh:master Jul 24, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants