diff options
| author | pedro <phpm13@gmail.com> | 2020-03-23 15:15:59 -0300 |
|---|---|---|
| committer | pedro <phpm13@gmail.com> | 2020-04-02 13:15:19 -0300 |
| commit | 74a7c1d9d6efc545676cec1d9efeb2a86c5bc548 (patch) | |
| tree | 28520d5d51b3dc9c2d86402c4cbe21112e674ceb /requirements.txt | |
| parent | 70f1ff375ac82f8231c259d9bb671293199d0f67 (diff) | |
| download | python-openstackclient-74a7c1d9d6efc545676cec1d9efeb2a86c5bc548.tar.gz | |
Add description field to portforwarding NAT rules
Add the `description` field to Floating IP Port Forwardings
Depends-On: https://review.opendev.org/#/c/705038/
Change-Id: I6477368e32570c96cacddba4f86455262e533277
Implements: blueprint portforwarding-description
Closes-Bug: #1850818
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 f7a12dae..b6f97b4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ six>=1.10.0 # MIT Babel!=2.4.0,>=2.3.4 # BSD cliff!=2.9.0,>=2.8.0 # Apache-2.0 -openstacksdk>=0.38.0 # Apache-2.0 +openstacksdk>=0.44.0 # Apache-2.0 osc-lib>=2.0.0 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 |
