Method: Pec::Init.show_env_setting

Defined in:
lib/pec/init.rb

.show_env_settingObject



24
25
26
27
28
29
30
# File 'lib/pec/init.rb', line 24

def show_env_setting
    thor = Thor.new
    thor.say("please set env this paramater", :yellow)
    puts " export OS_AUTH_URL=http://your_keystone_server:port/v2.0"
    puts " export OS_USERNAME=your name"
    puts " export OS_PASSWORD=your password"
end