Skip to content

Instantly share code, notes, and snippets.

View tellesnobrega's full-sized avatar

Telles Nóbrega tellesnobrega

  • Vittude
  • João Pessoa
View GitHub Profile
set nocompatible " be iMproved
set undodir=~/.vim/undo,.
filetype off " required
" install vim-plug if not already installed
source ~/.vim/autoload/plug.vim
call plug#begin()
Plug 'jistr/vim-nerdtree-tabs'
Plug 'othree/eregex.vim', " Perl style regexp notation
IP=$1
openstack service delete sahara
openstack service create --name sahara data-processing
openstack endpoint create sahara public 'http://$IP:8386/v1.1/%(tenant_id)s' --region RegionOne
openstack endpoint create sahara admin 'http://$IP:8386/v1.1/%(tenant_id)s' --region RegionOne
openstack endpoint create sahara internal 'http://$IP:8386/v1.1/%(tenant_id)s' --region RegionOne