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:
parent
84db59f81d
commit
90a88fec47
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user