Disable docker-registry service

This work is part of Debian integration effort.
This removes a bootstrap issue.

Docker registry service is managed by puppet.
Disable the service, otherwise it will start and listen on the same
port keystone will, thus preventing keystone from starting.

Test:
PASS: build-pkgs & build-image
PASS: bootstrap

Change-Id: Ia7a4a8525af022ebff607700c42812611f3043e8
Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com>
This commit is contained in:
Dan Voiculeasa 2022-04-05 01:28:11 +03:00
parent 84db59f81d
commit 90a88fec47

View File

@ -19,7 +19,7 @@ index 8383ccd..f02c9ef 100755
#DH_GOLANG_EXCLUDES='distribution/registry/handlers health/checks' dh_auto_test -- -test.short
+override_dh_installsystemd:
+ dh_installsystemd -p docker-registry --no-start docker-registry.service
+ dh_installsystemd -p docker-registry --no-enable docker-registry.service
+
%:
dh $@ --buildsystem=golang --with=golang