Uplift promenade for haproxy.cfg typo
Uplift promenade to include: https://review.opendev.org/c/airship/promenade/+/855432 Small typo. The extra trailing newline disappeared when I added the comment. Also removing dependency on gitdb, as it conflicts with gitdb2 which seems to be required. Change-Id: I8fb9413bf3bf46a68b88635c76b9192e1f9f8b21
This commit is contained in:
parent
e2ba17a049
commit
0669f57e16
2
Pipfile
2
Pipfile
@ -28,7 +28,7 @@ pylibyaml = "~=0.1"
|
|||||||
PyYAML = "~=5.1"
|
PyYAML = "~=5.1"
|
||||||
deckhand = {git = "https://opendev.org/airship/deckhand.git",ref = "5cd799cc5d04527ac782270008ff647b3779ff05"}
|
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"}
|
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 = "95a668541cf969dcad545476a89ef065c8fa14db"}
|
promenade = {git = "https://opendev.org/airship/promenade.git",ref = "7da16b3c0b606bb0eaf9525b308335c7e0722858"}
|
||||||
"oslo.i18n" = "~=3.24.0"
|
"oslo.i18n" = "~=3.24.0"
|
||||||
"oslo.utils" = ">=3.42.1"
|
"oslo.utils" = ">=3.42.1"
|
||||||
six = ">=1.15.0"
|
six = ">=1.15.0"
|
||||||
|
10
Pipfile.lock
generated
10
Pipfile.lock
generated
@ -862,7 +862,7 @@
|
|||||||
},
|
},
|
||||||
"promenade": {
|
"promenade": {
|
||||||
"git": "https://opendev.org/airship/promenade.git",
|
"git": "https://opendev.org/airship/promenade.git",
|
||||||
"ref": "95a668541cf969dcad545476a89ef065c8fa14db"
|
"ref": "7da16b3c0b606bb0eaf9525b308335c7e0722858"
|
||||||
},
|
},
|
||||||
"psycopg2-binary": {
|
"psycopg2-binary": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@ -1570,14 +1570,6 @@
|
|||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==0.18.1"
|
"version": "==0.18.1"
|
||||||
},
|
},
|
||||||
"gitdb": {
|
|
||||||
"hashes": [
|
|
||||||
"sha256:8033ad4e853066ba6ca92050b9df2f89301b8fc8bf7e9324d412a63f8bf1a8fd",
|
|
||||||
"sha256:bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa"
|
|
||||||
],
|
|
||||||
"markers": "python_version >= '3.6'",
|
|
||||||
"version": "==4.0.9"
|
|
||||||
},
|
|
||||||
"gitpython": {
|
"gitpython": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:23b4de99c5fc1564701301cead04e16aa3e47019034668327206d1b52e1e54f7",
|
"sha256:23b4de99c5fc1564701301cead04e16aa3e47019034668327206d1b52e1e54f7",
|
||||||
|
@ -28,7 +28,7 @@ fixtures==3.0.0
|
|||||||
flake8==3.7.9
|
flake8==3.7.9
|
||||||
futurist==2.2.0; python_version >= '3.6'
|
futurist==2.2.0; python_version >= '3.6'
|
||||||
git+https://opendev.org/airship/deckhand.git@5cd799cc5d04527ac782270008ff647b3779ff05#egg=deckhand
|
git+https://opendev.org/airship/deckhand.git@5cd799cc5d04527ac782270008ff647b3779ff05#egg=deckhand
|
||||||
git+https://opendev.org/airship/promenade.git@95a668541cf969dcad545476a89ef065c8fa14db#egg=promenade
|
git+https://opendev.org/airship/promenade.git@7da16b3c0b606bb0eaf9525b308335c7e0722858#egg=promenade
|
||||||
git+https://opendev.org/airship/shipyard.git@8240608fe5e73a051a016b0ae100715849c0a771#egg=shipyard-client&subdirectory=src/bin/shipyard_client
|
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'
|
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
|
gitpython==2.1.15
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
DECKHAND_VERSION=commit/5cd799cc5d04527ac782270008ff647b3779ff05
|
DECKHAND_VERSION=commit/5cd799cc5d04527ac782270008ff647b3779ff05
|
||||||
SHIPYARD_VERSION=commit/8240608fe5e73a051a016b0ae100715849c0a771
|
SHIPYARD_VERSION=commit/8240608fe5e73a051a016b0ae100715849c0a771
|
||||||
PROMENADE_VERSION=commit/95a668541cf969dcad545476a89ef065c8fa14db
|
PROMENADE_VERSION=commit/7da16b3c0b606bb0eaf9525b308335c7e0722858
|
||||||
|
Loading…
x
Reference in New Issue
Block a user