-
Notifications
You must be signed in to change notification settings - Fork 13
add some settings to make docker devstack build #178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This fixes a couple errors encountered while building the docker image for devstack
|
@thraxil Ax currently generates it for new deployments so I wouldn't worry about that. |
OmarIthawi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks @thraxil
OmarIthawi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @thraxil! The PR looks good now. Please fix the merge conflicts in CHANGELOG.md
c7f3010 to
3ef3c76
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @thraxil! One more change regarding the conflict.
3ef3c76 to
5d43e9f
Compare
OmarIthawi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thraxil this is great! Thank you.
Let's get this merged!
This fixes a couple errors encountered while building the docker image for devstack
I set a default for
private_requirements_fileto the same as we set in our usual base settings.Is there a better way to make sure that the
EDXAPP_EDXAPP_SECRET_KEYvariable is defined but make sure that it definitely gets overridden in production setups? (for the purposes of getting devstack to build, I'm not worried about it).