Skip to content

Conversation

@JatinKinraAis
Copy link
Contributor

No description provided.

@bgruening
Copy link
Member

@JatinKinraAis thanks a bunch for your contribution! This really rocks!

Copy link
Member

@nuwang nuwang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Everything looks great. A few minor suggestions.

admin.site.register(models.AWS, CloudAdmin)
admin.site.register(models.EC2, EC2Admin)
admin.site.register(models.S3, S3Admin)
admin.site.register(models.AZURE, CloudAdmin)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JatinKinraAis Can you please make model name camelcase, like with OpenStack?

verbose_name_plural = "OpenStack"


class AZURE(Cloud):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JatinKinraAis Please make model name conform to camel case


# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
DEBUG = True
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JatinKinraAis This should probably remain False

'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'cloudlaunch', # Or path to database file if using sqlite3.
'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JatinKinraAis These should probably be reverted too.

Copy link
Member

@nuwang nuwang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JatinKinraAis Thanks for the changes. I'll merge it in.

@nuwang nuwang merged commit 5c006be into galaxyproject:dev Jul 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants