Some of the available checks are disabled by default, like:
[H106] Don’t put vim configuration in source files
[H203] Use assertIs(Not)None to check for None
Change-Id: I61ce619eeb37dc05f81015d37afc78a32838448a
Add missing ',' when building zaqar for Ubuntu/Debian.
Change-Id: Ie3c73bcebccffcca7d49858cdb2599eaf566670e
Signed-off-by: Chuck Short <zulcss@gmail.com>
This is required to be able to run ironic-api under wsgi,
instead of standalone.
Change-Id: I5944b969c4b64ae73c285bc9f8260cdef9cfceaa
Related-Blueprint: apache-packages-for-apis
This commit allows to configure yum settings via a yum.conf file that
is shipped in the base image and make it overridable with the
base_yum_conf jinja2 block.
Change-Id: I76a84ec008fec5696cadefdbdeb4204a32421c4b
Closes-Bug: #1698134
Doing a chown during bootstrap is useles.
Is better do it during cotainer startup to ensure
always have proper permissions.
Change-Id: I9c6c876773288c2f951966498db0ff8af090ac20
Closes-Bug: #1697699
Kuryr need ovs and bridge packages to
create local bridges and ports for containers.
Creates kuryr user and adds permissions
Remove useless bootstrap tasks
Closes-Bug: #1697475
Change-Id: I4c08a21df263fdefe1fe991cb7ad41cfee65019d
The rational for packaging swift-object-expirer in
openstack-swift-proxy is detailed in
https://bugzilla.redhat.com/show_bug.cgi?id=1382921
It is a conscious packaging choice and not a bug, and as so update the
comment in swift-object-expirer image.
Change-Id: Ibccfa1482d3aeccf86a57603d9dedecbcc7d097c
This can be misleading when building source-type images, as `[keystone]`
doesn't work as expected.
Change-Id: Id59fa5f05e4ddeb4ac0afc111a4fc516c503e58b
updated the underline format for consistency in documentation,
though it is not reflecting any warning but still a small area
of improvement in doc
Change-Id: Iac340a1a122dc55dafcd3508e4954fd2901a9b93
Sahara-engine uses netcat in the neutron namespace to build a session
when use_namespaces=true, see utils/ssh_remote.py in sahara source code.
Change I8a90d33f0b7b902e059077c3b9fd32ba7b7d7df4 added netcat to the
sahara-engine image for source builds. This change does the same for
binary builds.
Change-Id: I571236d127e34da79367ec4686d7d64430a22fc8
Related-Bug: #1687624
Closes-Bug: #1687602
Carbon was released for ODL so we should update to that version for the
repo.
Change-Id: I9c32b41ef865a09587f3ebfe8b8a896031fbd285
Signed-off-by: Tim Rozet <trozet@redhat.com>