Fix package_feed parameter after upversion

With [1] the package_feed parameter on software.conf is now
pointing to a unexistent URL. This commit fixes the parameter.

[1] https://review.opendev.org/c/starlingx/utilities/+/906010

Test Plan
PASS: deploy a patch successfully

Story: 2010676
Task: 49516

Signed-off-by: Heitor Matsui <heitorvieira.matsui@windriver.com>
Change-Id: I01157498b1c0d968c1262920dea3426661512ff9
This commit is contained in:
Heitor Matsui 2024-02-02 11:44:51 -03:00
parent 5e065a17d4
commit f6f8111c4c
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ agent_port = 5495
# db to run on to-release
alt_postgresql_port = 6666
# todo(cshort): This needs to be configured in puppet.
package_feed="http://controller:8080/updates/debian/rel-23.09/ bullseye updates"
package_feed="http://controller:8080/updates/debian/rel-24.03/ bullseye updates"