master
7 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Tobias Urdin
|
b21084b8e8 |
Use openstack_spec_helper from zuul checkout
Change-Id: Ibd586bcf53dafce64f516bbaf9448883ad1bbef2 |
||
|
ZhongShengping
|
dd18dd9454 |
Move to opendev
Change-Id: If00cebdf0f0df9ce664ea19e2939f9eaa30bbc33 |
||
|
ZhongShengping
|
11b21cce12 |
Load puppet-openstack_spec_helper locally during tests
Change-Id: If75c8da651222877c6821b0e4107417858902dec Co-Authored-By: Mohammed Naser <mnaser@vexxhost.com> |
||
|
Alex Schultz
|
a1f706d73f |
Update tox configuration
Update the tox configuration to pull in the openstack upper-constraints.txt when running releasenotes. This will fix the releasenotes job that is currently failing due to a new version of sphinx. Additionally this change includes updates from puppet-modulesync-configs. Change-Id: I4f5acf4674fd48af794463bf4583a31efdeefad8 |
||
|
Emilien Macchi
|
ab9e2c8fd8 |
Gemfile: rely on puppet-openstack_spec_helper for dependencies
Rely on puppet-openstack_spec_helper gemspec file for managing Gems dependencies. Change-Id: Id384b0042195e121c6588d2199fd45eb81314196 |
||
|
Xingchao
|
83062c3624 |
Fix multiple bugs in puppet-oslo
This patch aims to make puppet-oslo work: - fix oslo::versionedobjects spec - fix oslo::policy - drop mock dependency - add acceptance by msync Co-Authored-By: Emilien Macchi <emilien@redhat.com> Closes-Bug: #1492636 Change-Id: Icbb1df3498432d2a95342a14ce57b45b65a132c9 |
||
|
Xingchao Yu
|
59387cc544 |
Add define oslo::cache
This define aims to manage all parameters in [cache] section which belongs to oslo.cache. We would use this define to take management of [cache] parameters in other modules. |