-
Notifications
You must be signed in to change notification settings - Fork 2
[WIP] Test the upgrade #4
base: master
Are you sure you want to change the base?
Commits on Apr 16, 2014
-
added subcommand keypairs to list SSH key pairs
Example output of this subcommand (one keypair with the name vagrant is available on Rackspace Servers): ``` $ vagrant rackspace keypairs ==> default: KeyPair Name ==> default: vagrant ```
Configuration menu - View commit details
-
Copy full SHA for 548e4df - Browse repository at this point
Copy the full SHA 548e4dfView commit details -
added subcommand networks to list networks
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 ```
Configuration menu - View commit details
-
Copy full SHA for 43d3ec2 - Browse repository at this point
Copy the full SHA 43d3ec2View commit details -
added subcommand servers to list servers
Example output of this subcommand: ``` $ vagrant rackspace servers ==> devstack: Server Name State IPv4 address ==> devstack: devstack ACTIVE 166.78.18.8 ```
Configuration menu - View commit details
-
Copy full SHA for b47fb59 - Browse repository at this point
Copy the full SHA b47fb59View commit details
Commits on May 8, 2014
-
rewrote the custom commands section
Also added new commands introduced by mitchellh#90, mitchellh#91 and mitchellh#92.
Configuration menu - View commit details
-
Copy full SHA for 1a43a28 - Browse repository at this point
Copy the full SHA 1a43a28View commit details -
added column Network ID to the network list
``` ==> 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 ```
Configuration menu - View commit details
-
Copy full SHA for 8b4f486 - Browse repository at this point
Copy the full SHA 8b4f486View commit details
Commits on Jul 24, 2014
-
Confirm Rackspace server destruction.
This pull request implements a fix for mitchellh#114
Configuration menu - View commit details
-
Copy full SHA for cebafef - Browse repository at this point
Copy the full SHA cebafefView commit details -
Merge pull request mitchellh#116 from dkinzer/confirm-before-destroy
Confirm Rackspace server destruction.
Configuration menu - View commit details
-
Copy full SHA for 5561c1a - Browse repository at this point
Copy the full SHA 5561c1aView commit details -
Merge pull request mitchellh#116 from dkinzer/confirm-before-destroy
Confirm Rackspace server destruction.
Configuration menu - View commit details
-
Copy full SHA for f3524d9 - Browse repository at this point
Copy the full SHA f3524d9View commit details -
Merge pull request mitchellh#117 from dkinzer/fix-no-message-error
Fix uninitialized constant error.
Configuration menu - View commit details
-
Copy full SHA for 1a883fd - Browse repository at this point
Copy the full SHA 1a883fdView commit details -
Merge pull request mitchellh#90 from berendt/subcommand_list_keys
added subcommand keypairs to list SSH key pairs
Configuration menu - View commit details
-
Copy full SHA for 2f9adca - Browse repository at this point
Copy the full SHA 2f9adcaView commit details -
Merge branch 'subcommand_list_networks' of github.com:berendt/vagrant…
…-rackspace into berendt-subcommand_list_networks
Configuration menu - View commit details
-
Copy full SHA for 2a7c9a9 - Browse repository at this point
Copy the full SHA 2a7c9a9View commit details -
Merge branch 'berendt-subcommand_list_networks'
Conflicts: lib/vagrant-rackspace/action.rb lib/vagrant-rackspace/command/root.rb
Configuration menu - View commit details
-
Copy full SHA for 8c6fb55 - Browse repository at this point
Copy the full SHA 8c6fb55View commit details -
Merge branch 'subcommand_list_servers' of github.com:berendt/vagrant-…
…rackspace into berendt-subcommand_list_servers Conflicts: lib/vagrant-rackspace/action.rb lib/vagrant-rackspace/command/root.rb
Configuration menu - View commit details
-
Copy full SHA for 17adfce - Browse repository at this point
Copy the full SHA 17adfceView commit details -
Configuration menu - View commit details
-
Copy full SHA for e93c970 - Browse repository at this point
Copy the full SHA e93c970View commit details -
Merge pull request mitchellh#94 from berendt/rewrite_custom_commands
rewrote the custom commands section
Configuration menu - View commit details
-
Copy full SHA for caf52ca - Browse repository at this point
Copy the full SHA caf52caView commit details
Commits on Dec 9, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 48fcda5 - Browse repository at this point
Copy the full SHA 48fcda5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65ef6f1 - Browse repository at this point
Copy the full SHA 65ef6f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e4dcf5 - Browse repository at this point
Copy the full SHA 4e4dcf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c6af4c - Browse repository at this point
Copy the full SHA 7c6af4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69a7054 - Browse repository at this point
Copy the full SHA 69a7054View commit details -
Merge pull request mitchellh#124 from maxlinc/init_script
Support for pre-configuring communicator transports (SSH or WinRM) via init_script setting
Configuration menu - View commit details
-
Copy full SHA for 82da93a - Browse repository at this point
Copy the full SHA 82da93aView commit details
Commits on Dec 16, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 1a756f9 - Browse repository at this point
Copy the full SHA 1a756f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a4315a - Browse repository at this point
Copy the full SHA 0a4315aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9805ae6 - Browse repository at this point
Copy the full SHA 9805ae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d4733f - Browse repository at this point
Copy the full SHA 1d4733fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34833c5 - Browse repository at this point
Copy the full SHA 34833c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecebc21 - Browse repository at this point
Copy the full SHA ecebc21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1793481 - Browse repository at this point
Copy the full SHA 1793481View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fbb603 - Browse repository at this point
Copy the full SHA 1fbb603View commit details -
Merge pull request mitchellh#128 from maxlinc/attributes
Set box_optional and parallel attributes
Configuration menu - View commit details
-
Copy full SHA for 653878a - Browse repository at this point
Copy the full SHA 653878aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57ec21e - Browse repository at this point
Copy the full SHA 57ec21eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3144f2e - Browse repository at this point
Copy the full SHA 3144f2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3689cd4 - Browse repository at this point
Copy the full SHA 3689cd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd1b29b - Browse repository at this point
Copy the full SHA fd1b29bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9daf6fa - Browse repository at this point
Copy the full SHA 9daf6faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 646c319 - Browse repository at this point
Copy the full SHA 646c319View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15abef8 - Browse repository at this point
Copy the full SHA 15abef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b29b84b - Browse repository at this point
Copy the full SHA b29b84bView commit details
Commits on Dec 17, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 17f6f1e - Browse repository at this point
Copy the full SHA 17f6f1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03631f4 - Browse repository at this point
Copy the full SHA 03631f4View commit details
Commits on Dec 18, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 1af3f6f - Browse repository at this point
Copy the full SHA 1af3f6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for da6ec3c - Browse repository at this point
Copy the full SHA da6ec3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1dbf5d - Browse repository at this point
Copy the full SHA a1dbf5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05263b0 - Browse repository at this point
Copy the full SHA 05263b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad26249 - Browse repository at this point
Copy the full SHA ad26249View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b2275f - Browse repository at this point
Copy the full SHA 7b2275fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 658859a - Browse repository at this point
Copy the full SHA 658859aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c03298f - Browse repository at this point
Copy the full SHA c03298fView commit details