Uplift promenade to include haproxy.cfg fix
Uplift promenade to include the following patchset: Ensure haproxy.cfg ends with newline to support Haproxy versions >=2.3 https://review.opendev.org/c/airship/promenade/+/854466 Change-Id: Ifecfd093220226ece45fdb62ec6cb48c6b8732d0
This commit is contained in:
parent
6833800ecc
commit
e2ba17a049
2
Pipfile
2
Pipfile
@ -28,7 +28,7 @@ pylibyaml = "~=0.1"
|
||||
PyYAML = "~=5.1"
|
||||
deckhand = {git = "https://opendev.org/airship/deckhand.git",ref = "5cd799cc5d04527ac782270008ff647b3779ff05"}
|
||||
shipyard-client = {git = "https://opendev.org/airship/shipyard.git",ref = "8240608fe5e73a051a016b0ae100715849c0a771",subdirectory = "src/bin/shipyard_client"}
|
||||
promenade = {git = "https://opendev.org/airship/promenade.git",ref = "e207bbe9661716efab8dc017925489072d28a936"}
|
||||
promenade = {git = "https://opendev.org/airship/promenade.git",ref = "95a668541cf969dcad545476a89ef065c8fa14db"}
|
||||
"oslo.i18n" = "~=3.24.0"
|
||||
"oslo.utils" = ">=3.42.1"
|
||||
six = ">=1.15.0"
|
||||
|
2
Pipfile.lock
generated
2
Pipfile.lock
generated
@ -862,7 +862,7 @@
|
||||
},
|
||||
"promenade": {
|
||||
"git": "https://opendev.org/airship/promenade.git",
|
||||
"ref": "e207bbe9661716efab8dc017925489072d28a936"
|
||||
"ref": "95a668541cf969dcad545476a89ef065c8fa14db"
|
||||
},
|
||||
"psycopg2-binary": {
|
||||
"hashes": [
|
||||
|
@ -28,7 +28,7 @@ fixtures==3.0.0
|
||||
flake8==3.7.9
|
||||
futurist==2.2.0; python_version >= '3.6'
|
||||
git+https://opendev.org/airship/deckhand.git@5cd799cc5d04527ac782270008ff647b3779ff05#egg=deckhand
|
||||
git+https://opendev.org/airship/promenade.git@e207bbe9661716efab8dc017925489072d28a936#egg=promenade
|
||||
git+https://opendev.org/airship/promenade.git@95a668541cf969dcad545476a89ef065c8fa14db#egg=promenade
|
||||
git+https://opendev.org/airship/shipyard.git@8240608fe5e73a051a016b0ae100715849c0a771#egg=shipyard-client&subdirectory=src/bin/shipyard_client
|
||||
gitdb2==2.0.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
gitpython==2.1.15
|
||||
|
@ -1,3 +1,3 @@
|
||||
DECKHAND_VERSION=commit/5cd799cc5d04527ac782270008ff647b3779ff05
|
||||
SHIPYARD_VERSION=commit/8240608fe5e73a051a016b0ae100715849c0a771
|
||||
PROMENADE_VERSION=commit/e207bbe9661716efab8dc017925489072d28a936
|
||||
PROMENADE_VERSION=commit/95a668541cf969dcad545476a89ef065c8fa14db
|
||||
|
Loading…
x
Reference in New Issue
Block a user