| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Instead of propogating more bin scripts, migrate these to be things
that can be consumed as entrypoints.
Change-Id: Ic01e0f16fe9e7634708fbb51499ccea3f4f40d63
|
| |
|
|
|
|
|
|
|
|
| |
fixes bug 1154745
The previous update (https://review.openstack.org/#/c/24103/) missed
header files that contained "OpenStack, LLC". This change corrects the
missed files to reflect the OpenStack Foundation.
Change-Id: I9c6de265267485ef2c82ea7e6d8643e82134d102
|
| |
|
|
|
|
|
| |
Fix a PEP8 error uncovered during the cinder import of the rootwrap
module. A bit weird oslo's own tests didn't catch it.
Change-Id: Ib107023dd6e4178dd51b358cf9374e7a8468d1bf
|
| |
|
|
|
|
|
|
| |
Avoid triggering PEP8 errors when "oslo" is replaced by the project
name in oslo-rootwrap. Made necessary by "cinder", but tested
compatible with "ceilometer".
Change-Id: I9a1e25ec58e8b1e833c00f6cbb2083f967cbef76
|
|
|
Copies current nova-rootwrap code to openstack.common, so that it
can be reused by Cinder and Quantum.
Implements blueprint common-rootwrap.
Before it can be used in projects, update.py needs to grow the
capability to deploy files in bin/ and etc/, as well as replacing
a placeholder text by the destination project name in source files
and binary names.
In this proposed version, the placeholder text is "oslo".
Change-Id: I8655d5b3cccacd1cc2225aa539339fb478615422
|