Skip to content

Commit b3a81ac

Browse files
committed
Address review nits
1 parent 1e24d3b commit b3a81ac

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

etc/kayobe/containers/pulp/settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
TOKEN_AUTH_DISABLED=True
55
{% if stackhpc_pulp_sync_for_local_container_build | bool %}
66
ALLOWED_CONTENT_CHECKSUMS = ["sha1", "sha224", "sha256", "sha384", "sha512"]
7-
{% endif %}
7+
{% endif %}
8+

releasenotes/notes/kolla-local-builds-eca0277a969803fd.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ features:
44
Adds a new variable ``stackhpc_pulp_sync_for_local_container_build`` which,
55
when set to ``true``, configures the local Pulp server to sync all package
66
repositories required for building kolla containers on a local kolla build
7-
host.
7+
host.
8+

0 commit comments

Comments
 (0)