Skip to content

Commit

Permalink
remove wheelhouse stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ansiwen committed Nov 16, 2015
1 parent 2150097 commit 032f4e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
if conf["devpi_server"] && conf["devpi_port"] && conf["devpi_path"]
config.vm.provision "shell", inline: <<-SHELL
cat >>/etc/pip.conf <<PIPCONF
[global]
index-url = http://#{conf["devpi_server"]}:#{conf["devpi_port"]}/#{conf["devpi_path"]}
trusted-host = #{conf["devpi_server"]}
PIPCONF
Expand Down
1 change: 0 additions & 1 deletion local.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ SCREEN_LOGDIR=$DATA_DIR/logs/
LOGFILE=$DATA_DIR/logs/devstacklog.txt
VERBOSE=True
USE_SCREEN=True
WHEELHOUSE=/var/wheelhouse

RABBIT_PASSWORD=123456
MYSQL_PASSWORD=123456
Expand Down

0 comments on commit 032f4e2

Please sign in to comment.