This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
forked from mitchellh/vagrant-rackspace
-
Notifications
You must be signed in to change notification settings - Fork 2
[WIP] Test the upgrade #4
Open
maxlinc
wants to merge
48
commits into
rackspace:master
Choose a base branch
from
maxlinc:upgrade
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Confirm Rackspace server destruction.
Confirm Rackspace server destruction.
Fix uninitialized constant error.
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
rewrote the custom commands section
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The real PR is mitchellh#129. This is just to try out the new travis config.