details: http://www.bx.psu.edu/hg/galaxy/rev/555afd0bf457 changeset: 3097:555afd0bf457 user: Enis Afgan <afgane@gmail.com> date: Tue Nov 17 16:14:54 2009 -0500 description: Moved cloud control flag in universe.ini file to appropriate location. diffstat: universe_wsgi.ini.sample | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diffs (27 lines): diff -r 5e2fd6248f71 -r 555afd0bf457 universe_wsgi.ini.sample --- a/universe_wsgi.ini.sample Tue Nov 17 15:51:39 2009 -0500 +++ b/universe_wsgi.ini.sample Tue Nov 17 16:14:54 2009 -0500 @@ -18,11 +18,6 @@ # [filter:gzip] # use = egg:Paste#gzip -# ---- Cloud Management -------------------------------------------------------- - -# Uncomment following line to enable cloud management mode (only leaves the Cloud, Help and User tabs on) -# cloud_controller_instance = True - # ---- Galaxy Web Interface ------------------------------------------------- [app:main] @@ -197,6 +192,11 @@ # Should default dataset access permissions be private for new users; default is False (datasets are public) new_user_dataset_access_role_default_private = False +# ---- Cloud Management -------------------------------------------------------- + +# Uncomment following line to enable cloud management mode (only leaves the Cloud, Help and User tabs on) +# cloud_controller_instance = True + # ---- Job Execution -------------------------------------------------------- # Number of concurrent jobs to run (local job runner)