Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

[WIP] Test the upgrade #4

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open

[WIP] Test the upgrade #4

wants to merge 48 commits into from

Conversation

maxlinc
Copy link

@maxlinc maxlinc commented Dec 18, 2014

The real PR is mitchellh#129. This is just to try out the new travis config.

berendt and others added 30 commits April 16, 2014 12:43
Example output of this subcommand (one keypair with the name vagrant
is available on Rackspace Servers):

```
$ vagrant rackspace keypairs
==> default: KeyPair Name
==> default: vagrant
```
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 servers
==> devstack: Server Name          State                IPv4 address
==> devstack: devstack             ACTIVE               166.78.18.8
```
Also added new commands introduced by mitchellh#90, mitchellh#91 and mitchellh#92.
```
==> 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
```
This pull request implements a fix for
mitchellh#114
added subcommand keypairs to list SSH key pairs
…-rackspace into berendt-subcommand_list_networks
Conflicts:
	lib/vagrant-rackspace/action.rb
	lib/vagrant-rackspace/command/root.rb
…rackspace into berendt-subcommand_list_servers

Conflicts:
	lib/vagrant-rackspace/action.rb
	lib/vagrant-rackspace/command/root.rb
Support for pre-configuring communicator transports (SSH or WinRM) via init_script setting
Set box_optional and parallel attributes
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.

4 participants