Skip to content
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

Default value for database is an absolute path #11

Closed
wants to merge 1 commit into from

Conversation

Glandos
Copy link

@Glandos Glandos commented Oct 8, 2018

According to SQLAlchemy error message:

Valid SQLite URL forms are:
sqlite:///:memory: (or, sqlite://)
sqlite:///relative/path/to/file.db
sqlite:////absolute/path/to/file.db

So the default value should have 4 slashes.

According to SQLAlchemy error message:

> Valid SQLite URL forms are:
> sqlite:///:memory: (or, sqlite://)
> sqlite:///relative/path/to/file.db
> sqlite:////absolute/path/to/file.db

So the default value should have 4 slashes.
@openstack-gerrit
Copy link

Thank you for contributing to openstack/ara!

openstack/ara uses Gerrit for code review.

If you have never contributed to OpenStack before make sure you have read the
getting started documentation:
http://docs.openstack.org/infra/manual/developers.html#getting-started

Otherwise please visit
http://docs.openstack.org/infra/manual/developers.html#development-workflow
and follow the instructions there to upload your change to Gerrit.

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.

None yet

2 participants