cleaning things up a bit for merge

This commit is contained in:
Rod Treweek
2017-06-26 12:57:44 -07:00
committed by Rod Treweek
parent 1ff2dd7c59
commit 6eada49d9d
5 changed files with 0 additions and 205 deletions

View File

@@ -7,8 +7,6 @@ alias vscp='vaagrant scp'
alias vsl='vagrant snapshot list'
alias vst='vagrant snapshot take'
alias vup="vagrant up"
alias vupo="vagrant up $@ --provider=openstack"
alias vupv="vagrant up $@ --provider=vsphere"
alias vupl="vagrant up 2>&1 | tee vagrant.log"
alias vh="vagrant halt"
alias vs="vagrant suspend"
@@ -23,4 +21,3 @@ alias vdstr="vagrant destroy"
alias vl="vagrant list"
# requires vagrant-hostmanager plugin
alias vhst="vagrant hostmanager"
alias svop="source openrc.sh && source vsphere-rc.sh"