diff options
author | Dmitry Tantsur <divius.inside@gmail.com> | 2019-04-11 17:02:58 +0200 |
---|---|---|
committer | Dmitry Tantsur <divius.inside@gmail.com> | 2019-05-23 17:11:50 +0200 |
commit | c36a01a43994f7f4a8cb0f44bd0859d41cea83cd (patch) | |
tree | 8088b7000936535ec9f1e4d339236b94d3ec5911 /requirements.txt | |
parent | 82c853530f28043efc9ca5d93246ed4d5989fa02 (diff) | |
download | ironic-c36a01a43994f7f4a8cb0f44bd0859d41cea83cd.tar.gz |
Publish baremetal endpoint via mdns
This change adds an option to publish the endpoint via mDNS on start
up and clean it up on tear down.
Story: #2005393
Task: #30383
Change-Id: I55d2e7718a23cde111eaac4e431588184cb16bda
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index ab973569d..be3c0992b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ python-cinderclient>=3.3.0 # Apache-2.0 python-neutronclient>=6.7.0 # Apache-2.0 python-glanceclient>=2.8.0 # Apache-2.0 keystoneauth1>=3.4.0 # Apache-2.0 -ironic-lib>=2.15.0 # Apache-2.0 +ironic-lib>=2.17.0 # Apache-2.0 python-swiftclient>=3.2.0 # Apache-2.0 pytz>=2013.6 # MIT stevedore>=1.20.0 # Apache-2.0 |