Commit 03e381a6 by Feanil Patel

Move to using a more recent build for the default devstack.

The dogwood devstack was not compatible with some changes made after dogwood was cut.
parent f28a2523
...@@ -75,7 +75,7 @@ openedx_releases = { ...@@ -75,7 +75,7 @@ openedx_releases = {
# }, # },
} }
openedx_releases.default = { openedx_releases.default = {
:name => "dogwood-devstack-rc2", :file => "20151221-dogwood-devstack-rc2.box", :name => "devstack-nightly-20160125", :file => "20160125-nightly-devstack.box",
} }
rel = ENV['OPENEDX_RELEASE'] rel = ENV['OPENEDX_RELEASE']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment