Allow subcloud to use central-cloud's local registry

Remove the IP address URL encoding as it is not required for the
the dnsmasq.

Change-Id: I25bd6d637e468188b4641c601c0d30e26f4c09d6
Partial-Bug: 1846799
Signed-off-by: Tao Liu <tao.liu@windriver.com>
This commit is contained in:
Tao Liu 2019-10-31 15:36:26 -04:00
parent 4e3d593330
commit d4ef79e498
1 changed files with 1 additions and 2 deletions

View File

@ -859,7 +859,6 @@ class PlatformPuppet(base.BasePuppet):
sc_network_addr_pool = self.dbapi.address_pool_get(
sc_network.pool_uuid)
sc_addr = sc_network_addr_pool.floating_address
sc_host = self._format_url_address(sc_addr)
config.update({'platform::params::system_controller_addr':
sc_host})
sc_addr})
return config