summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Support python3 in guest agentLingxian Kong2019-08-271-1/+1
| | | | | | Story: #2006455 Task: #36376 Change-Id: I62323ac1c1edfbf0378d0c89e156fdb3a879aa88
* Fixes hacking rulesSushil Kumar2015-05-291-1/+1
| | | | | | | | | | | | | | | | | This patchset helps reducing the ignored pep8 errors. Fixed some ignored hacking rules, as listed follows: - E111 indentation is not a multiple of four - E122 continuation line missing indentation or outdented - E123 closing bracket does not match indentation of opening bracket's line - E128 continuation line under-indented for visual indent - E251 unexpected spaces around keyword / parameter equals - E265 block comment should start with '# ' - E713 test for membership should be 'not in' - H105 Don't use author tags - H306 imports not in alphabetical order Change-Id: Iadf2af4f6ec90420153ad63b5a41650392ef2cbd
* Migrating trove to entry pointsMichael Basnight2014-02-011-0/+34
| | | | | | | | | | PBR/Distribute generates binscripts for us. By moving the binscript code into the source tree, we can unit test it as well. Run setup.py develop to generate the binscripts for development use. implements blueprint entrypoints-for-binscripts Change-Id: I9ad4bb4ddc55f64bcd806c588a795cd6e0847aa9
* Removing mycnf static files from contrib.Michael Basnight2013-08-0918-1852/+0
| | | | | | implements bp guestagent-mycnf-versioning Change-Id: I4ad06d165b47be49841a83de2d1d229cd7561775
* s/OpenStack LLC/OpenStack Foundation/ in Copyright.Russell Bryant2013-04-291-1/+1
| | | | | | | | | Update Copyright statements that previously said 'OpenStack LLC' to now say 'OpenStack Foundation'. Note that the files under openstack/common/ were not updated, as those changes should be brought in by syncing with oslo-incubator. Change-Id: I22db9858e899cff72053a4b48100fcc039f5d9dd
* percona image for reddwarfDror Kagan2013-03-052-0/+2
| | | | | Implements: blueprint "percona-image-for-reddwarf" Change-Id: I9160f4ac48ca5824d8176cd7d53b2d4458d84642
* Remove tabs in sample my.cnfAaron Crickenberger2012-11-081-29/+29
| | | | Change-Id: I2bae31f4ef2d74f69b9b6f66b77bcdf410a99661
* Disabling local-infile in my.cnfNirmal Ranganathan2012-06-1812-11/+52
| | | | Adding max_user_connections and updating max_connections to +10 of user_connections.
* Adding dbaas-mycnf to the contrib folderMichael Basnight2012-03-1918-0/+1809
* Added logging configs to the guestagent