Skip to content

Commit 2c923fd

Browse files
author
Gabriel Monroy
committed
move PROVIDER_MODULES into component images
1 parent 99b236a commit 2c923fd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

deis/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
CM_MODULE = os.environ.get('DEIS_CM_MODULE', 'cm.mock')
296296

297297
# default providers, typically overriden in local_settings to include ec2, etc.
298-
PROVIDER_MODULES = ('mock', 'digitalocean', 'ec2', 'rackspace', 'vagrant', 'static')
298+
PROVIDER_MODULES = ('mock',)
299299

300300
# default to sqlite3, but allow postgresql config through envvars
301301
DATABASES = {

images/server

images/worker

0 commit comments

Comments
 (0)