sqlite files should be excluded from the scope of the repo
Bug #1347976 reported by
Victor Morales
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Low
|
Victor Morales |
Bug Description
By default, the sql engine used by all the openstack components is sqlite. Its simplicity helps during development/coding phases to avoid additional dependencies like MySQL or others. In order to store the data this engine uses text files, but currently it's not part of the excluded files of the repo within .gitignore file. Adding this file could avoid the submission of keystone.db file and others by mistake.
Changed in keystone: | |
assignee: | nobody → Victor Morales (electrocucaracha) |
Changed in keystone: | |
importance: | Undecided → Low |
Changed in keystone: | |
milestone: | none → juno-3 |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | juno-3 → 2014.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/109165
Review: https:/