summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge "Remove six and python 2.7 full support"Zuul2020-04-2610-68/+53
|\ \ \ \ | | |/ / | |/| |
| * | | Remove six and python 2.7 full supportHervé Beraud2020-04-2310-68/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Six is in use to help us to keep support for python 2.7. Since the ussuri cycle we decide to remove the python 2.7 support so we can go ahead and also remove six usage from the python code. Review process and help ----------------------- Removing six introduce a lot of changes and an huge amount of modified files To simplify reviews we decided to split changes into several patches to avoid painful reviews and avoid mistakes. To review this patch you can use the six documentation [1] to obtain help and understand choices. Additional informations ----------------------- Changes related to 'six.b(data)' [2] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ six.b [2] encode the given datas in latin-1 in python3 so I did the same things in this patch. Latin-1 is equal to iso-8859-1 [3]. This encoding is the default encoding [4] of certain descriptive HTTP headers. I suggest to keep latin-1 for the moment and to move to another encoding in a follow-up patch if needed to move to most powerful encoding (utf8). HTML4 support utf8 charset and utf8 is the default charset for HTML5 [5]. Note that this commit message is autogenerated and not necesserly contains changes related to 'six.b' [1] https://six.readthedocs.io/ [2] https://six.readthedocs.io/#six.b [3] https://docs.python.org/3/library/codecs.html#standard-encodings [4] https://www.w3schools.com/charsets/ref_html_8859.asp [5] https://www.w3schools.com/html/html_charset.asp Patch 7 of a serie of 28 patches Change-Id: I7c50cb96b2991dcf843ac99199b31fb3c8a899fa
* | | | Merge "Use random exponential delay"Zuul2020-04-261-1/+1
|\ \ \ \
| * | | | Use random exponential delayPavlo Shchelokovskyy2020-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this is much more suited for resolving contention when accessing a (lockable) shared resource. Change-Id: I93abdbf8a9532af1aec7ad15a6f384beb9fc3ff9
* | | | | Merge "Imported Translations from Zanata"Zuul2020-04-261-2/+14
|\ \ \ \ \
| * | | | | Imported Translations from ZanataOpenStack Proposal Bot2020-04-261-2/+14
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Icc149e4d8dff4820942d33acc694bf327f20e8b4
* | | | | Merge "Retry transactions for DBConnectionError"Zuul2020-04-261-12/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Retry transactions for DBConnectionErrorRabi Mishra2020-03-131-12/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Like DbDeadlock retry in DBConnectionError as oslo.db and SQLAlchemy already automatically reconnect, if the database was disconnected and a new transaction is beginning. Change-Id: I479408fc47753e5971b347b379079b30e035cc08
* | | | | Merge "Remove six and python 2.7 full support"Zuul2020-04-2410-163/+134
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Remove six and python 2.7 full supportHervé Beraud2020-04-2310-163/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Six is in use to help us to keep support for python 2.7. Since the ussuri cycle we decide to remove the python 2.7 support so we can go ahead and also remove six usage from the python code. Review process and help ----------------------- Removing six introduce a lot of changes and an huge amount of modified files To simplify reviews we decided to split changes into several patches to avoid painful reviews and avoid mistakes. To review this patch you can use the six documentation [1] to obtain help and understand choices. Additional informations ----------------------- Changes related to 'six.b(data)' [2] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ six.b [2] encode the given datas in latin-1 in python3 so I did the same things in this patch. Latin-1 is equal to iso-8859-1 [3]. This encoding is the default encoding [4] of certain descriptive HTTP headers. I suggest to keep latin-1 for the moment and to move to another encoding in a follow-up patch if needed to move to most powerful encoding (utf8). HTML4 support utf8 charset and utf8 is the default charset for HTML5 [5]. Note that this commit message is autogenerated and not necesserly contains changes related to 'six.b' [1] https://six.readthedocs.io/ [2] https://six.readthedocs.io/#six.b [3] https://docs.python.org/3/library/codecs.html#standard-encodings [4] https://www.w3schools.com/charsets/ref_html_8859.asp [5] https://www.w3schools.com/html/html_charset.asp Patch 6 of a serie of 28 patches Change-Id: Ic56cf6da5ff9ab8f4bd218e6516b87f47165206d
* | | | | Imported Translations from ZanataOpenStack Proposal Bot2020-04-241-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ib025d5c2231320e6fcccea2390933eb27c88df3b
* | | | | Merge "Remove six and python 2.7 full support"Zuul2020-04-2310-52/+35
|\ \ \ \ \ | |/ / / /
| * | | | Remove six and python 2.7 full supportHervé Beraud2020-04-2210-52/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Six is in use to help us to keep support for python 2.7. Since the ussuri cycle we decide to remove the python 2.7 support so we can go ahead and also remove six usage from the python code. Review process and help ----------------------- Removing six introduce a lot of changes and an huge amount of modified files To simplify reviews we decided to split changes into several patches to avoid painful reviews and avoid mistakes. To review this patch you can use the six documentation [1] to obtain help and understand choices. Additional informations ----------------------- Changes related to 'six.b(data)' [2] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ six.b [2] encode the given datas in latin-1 in python3 so I did the same things in this patch. Latin-1 is equal to iso-8859-1 [3]. This encoding is the default encoding [4] of certain descriptive HTTP headers. I suggest to keep latin-1 for the moment and to move to another encoding in a follow-up patch if needed to move to most powerful encoding (utf8). HTML4 support utf8 charset and utf8 is the default charset for HTML5 [5]. Note that this commit message is autogenerated and not necesserly contains changes related to 'six.b' [1] https://six.readthedocs.io/ [2] https://six.readthedocs.io/#six.b [3] https://docs.python.org/3/library/codecs.html#standard-encodings [4] https://www.w3schools.com/charsets/ref_html_8859.asp [5] https://www.w3schools.com/html/html_charset.asp Patch 5 of a serie of 28 patches Change-Id: Idb037ded55698790fc1658896f1e2dcdce89f3f9
* | | | | Merge "Remove six and python 2.7 full support"Zuul2020-04-2311-62/+55
|\ \ \ \ \ | |/ / / /
| * | | | Remove six and python 2.7 full supportHervé Beraud2020-04-2211-62/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Six is in use to help us to keep support for python 2.7. Since the ussuri cycle we decide to remove the python 2.7 support so we can go ahead and also remove six usage from the python code. Review process and help ----------------------- Removing six introduce a lot of changes and an huge amount of modified files To simplify reviews we decided to split changes into several patches to avoid painful reviews and avoid mistakes. To review this patch you can use the six documentation [1] to obtain help and understand choices. Additional informations ----------------------- Changes related to 'six.b(data)' [2] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ six.b [2] encode the given datas in latin-1 in python3 so I did the same things in this patch. Latin-1 is equal to iso-8859-1 [3]. This encoding is the default encoding [4] of certain descriptive HTTP headers. I suggest to keep latin-1 for the moment and to move to another encoding in a follow-up patch if needed to move to most powerful encoding (utf8). HTML4 support utf8 charset and utf8 is the default charset for HTML5 [5]. Note that this commit message is autogenerated and not necesserly contains changes related to 'six.b' [1] https://six.readthedocs.io/ [2] https://six.readthedocs.io/#six.b [3] https://docs.python.org/3/library/codecs.html#standard-encodings [4] https://www.w3schools.com/charsets/ref_html_8859.asp [5] https://www.w3schools.com/html/html_charset.asp Patch 4 of a serie of 28 patches Change-Id: I871c2dad10abc35790e730c7c4c5272f499b7623
* | | | | Merge "Remove six and python 2.7 full support"Zuul2020-04-2316-70/+27
|\ \ \ \ \ | |/ / / /
| * | | | Remove six and python 2.7 full supportHervé Beraud2020-04-2216-70/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Six is in use to help us to keep support for python 2.7. Since the ussuri cycle we decide to remove the python 2.7 support so we can go ahead and also remove six usage from the python code. Review process and help ----------------------- Removing six introduce a lot of changes and an huge amount of modified files To simplify reviews we decided to split changes into several patches to avoid painful reviews and avoid mistakes. To review this patch you can use the six documentation [1] to obtain help and understand choices. Additional informations ----------------------- Changes related to 'six.b(data)' [2] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ six.b [2] encode the given datas in latin-1 in python3 so I did the same things in this patch. Latin-1 is equal to iso-8859-1 [3]. This encoding is the default encoding [4] of certain descriptive HTTP headers. I suggest to keep latin-1 for the moment and to move to another encoding in a follow-up patch if needed to move to most powerful encoding (utf8). HTML4 support utf8 charset and utf8 is the default charset for HTML5 [5]. Note that this commit message is autogenerated and not necesserly contains changes related to 'six.b' [1] https://six.readthedocs.io/ [2] https://six.readthedocs.io/#six.b [3] https://docs.python.org/3/library/codecs.html#standard-encodings [4] https://www.w3schools.com/charsets/ref_html_8859.asp [5] https://www.w3schools.com/html/html_charset.asp Patch 3 of a serie of 28 patches Change-Id: If6e66839c128dde5fb80d90155dedb598da8d53b
* | | | | Merge "Remove six and python 2.7 full support"Zuul2020-04-2210-39/+32
|\ \ \ \ \ | |/ / / /
| * | | | Remove six and python 2.7 full supportHervé Beraud2020-04-2210-39/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Six is in use to help us to keep support for python 2.7. Since the ussuri cycle we decide to remove the python 2.7 support so we can go ahead and also remove six usage from the python code. Review process and help ----------------------- Removing six introduce a lot of changes and an huge amount of modified files To simplify reviews we decided to split changes into several patches to avoid painful reviews and avoid mistakes. To review this patch you can use the six documentation [1] to obtain help and understand choices. Additional informations ----------------------- Changes related to 'six.b(data)' [2] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ six.b [2] encode the given datas in latin-1 in python3 so I did the same things in this patch. Latin-1 is equal to iso-8859-1 [3]. This encoding is the default encoding [4] of certain descriptive HTTP headers. I suggest to keep latin-1 for the moment and to move to another encoding in a follow-up patch if needed to move to most powerful encoding (utf8). HTML4 support utf8 charset and utf8 is the default charset for HTML5 [5]. Note that this commit message is autogenerated and not necesserly contains changes related to 'six.b' [1] https://six.readthedocs.io/ [2] https://six.readthedocs.io/#six.b [3] https://docs.python.org/3/library/codecs.html#standard-encodings [4] https://www.w3schools.com/charsets/ref_html_8859.asp [5] https://www.w3schools.com/html/html_charset.asp Patch 2 of a serie of 28 patches Change-Id: I2795dee87f0e27b64820686acfc614ac2ba19a4f
* | | | | Merge "Remove six and python 2.7 full support"Zuul2020-04-2210-23/+13
|\ \ \ \ \ | |/ / / /
| * | | | Remove six and python 2.7 full supportHervé Beraud2020-04-2210-23/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Six is in use to help us to keep support for python 2.7. Since the ussuri cycle we decide to remove the python 2.7 support so we can go ahead and also remove six usage from the python code. Review process and help ----------------------- Removing six introduce a lot of changes and an huge amount of modified files To simplify reviews we decided to split changes into several patches to avoid painful reviews and avoid mistakes. To review this patch you can use the six documentation [1] to obtain help and understand choices. Additional informations ----------------------- Changes related to 'six.b(data)' [2] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ six.b [2] encode the given datas in latin-1 in python3 so I did the same things in this patch. Latin-1 is equal to iso-8859-1 [3]. This encoding is the default encoding [4] of certain descriptive HTTP headers. I suggest to keep latin-1 for the moment and to move to another encoding in a follow-up patch if needed to move to most powerful encoding (utf8). HTML4 support utf8 charset and utf8 is the default charset for HTML5 [5]. Note that this commit message is autogenerated and not necesserly contains changes related to 'six.b' [1] https://six.readthedocs.io/ [2] https://six.readthedocs.io/#six.b [3] https://docs.python.org/3/library/codecs.html#standard-encodings [4] https://www.w3schools.com/charsets/ref_html_8859.asp [5] https://www.w3schools.com/html/html_charset.asp Patch 1 of a serie of 28 patches Change-Id: Ia310a58ffdc688302b32d57a6bef6b1b8f5d9950
* | | | | Merge "Prepare the six and python 2.7 support dropping"Zuul2020-04-221-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Prepare the six and python 2.7 support droppingHervé Beraud2020-04-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With python 3 the input function is safe. The six dropping will re-introduce the usage of the input function and bandit checks will fails. We drop python 2.7 support so we ignore the bandit check B322 [1] before starting to drop six support. [1] https://bandit.readthedocs.io/en/latest/blacklists/blacklist_calls.html#b322-input Change-Id: Ie956a65ebc4c781c5e661e8021f674833be8b323
* | | | | Merge "Add group property for OS::Heat::MultipartMime"Zuul2020-04-223-6/+30
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add group property for OS::Heat::MultipartMimericolin2020-01-223-6/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ``group`` property to ``OS::Heat::MultipartMime``. This allow you to set group for entire multipart cofig resource like ``group`` property in ``OS::Heat::SoftwareConfig``. Aware that, you must make sure all configs in MultipartMime works with ``group``. Default value is ``Heat::Ungrouped``. Change-Id: I7e4d3a5e5631ae7bd0d5ebdac810ce04a4c98d4a Story: #2002683 Task: #22502
* | | | | Merge "Fix hacking warnings"Zuul2020-04-1839-112/+128
|\ \ \ \ \
| * | | | | Fix hacking warningsAndreas Jaeger2020-04-1639-112/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some warnings found by hacking and enable them again. Change-Id: Ia09de4d0fda752a009b9246b4e6d485601cd9562
* | | | | | Merge "Update hacking for Python3"Zuul2020-04-184-14/+29
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Update hacking for Python3Andreas Jaeger2020-04-164-14/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Update local hacking checks for new flake8. Ignore new warnings, they will be fixed in followup. Remove hacking and friends from lower-constraints, they are not needed to be installed at run-time. Add Pygments to lower-constraints to pass requirements-check. Change-Id: I20da1309e4d65707130fe517f013d3ed625bf94c
* | | | | | Merge "Imported Translations from Zanata"Zuul2020-04-161-2/+8
|\ \ \ \ \ \
| * | | | | | Imported Translations from ZanataOpenStack Proposal Bot2020-04-111-2/+8
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I3f6f05d489e8d7d40e0223aad81b415d151a01df
* | | | | | Merge "Fix genconfig tox env"Zuul2020-04-163-8/+4
|\ \ \ \ \ \
| * | | | | | Fix genconfig tox envPavlo Shchelokovskyy2020-04-093-8/+4
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we no longer keep configuration for in-repo integration tests in the repo, relying on heat-tempest-plugin instead. As a result, currently the `tox -egenconfig` is broken as it tries to generate config sample calling non-existing config.py module. Change-Id: I48685d7c791d98db83a7cbcf4ef926ee25ca62a4
* | | | | | Merge "Filter by project id in list_security_groups"Zuul2020-04-163-33/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Filter by project id in list_security_groupsPavlo Shchelokovskyy2020-04-083-33/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this utilizes server-side filtering and makes requests issued on behalf of admin user (who otherwise sees all SGs) much faster, avoiding unnecessary failures due to timeouts. Change-Id: Ifdceb855affcfccb07dbe415ee4b140d3a0355ee Story: 2007473 Task: 39168
* | | | | | Merge "Add ironic client plugin support"Zuul2020-04-169-0/+178
|\ \ \ \ \ \
| * | | | | | Add ironic client plugin supportricolin2020-04-099-0/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2f3ee94424c4dab75fbcef6f8b32e565b45684e4 Task: 36285
* | | | | | | Merge "Sync lower contraint with test-requirement"Zuul2020-04-161-0/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Sync lower contraint with test-requirementricolin2020-04-091-0/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Change-Id: Ic2b9387efa9c98f8720d471f653cf55530cfc19b
* | | | | | Fix doc building with Sphinx 3Andreas Jaeger2020-04-151-28/+28
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sphinx is now warning if the glossary is not properly capitalized, lower case the entries so that they can be referenced more easily. Task: 39421 Story: 2007558 Change-Id: Ic0c636db20f6d2fe5b1ad7782d937d01657bb091
* | | | | Merge "Fix external_validate for Heat resources"Zuul2020-04-093-0/+10
|\ \ \ \ \
| * | | | | Fix external_validate for Heat resourcesricolin2020-02-223-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | External validate use _show_resource to check if Stack resource exists. Witout entity name and default client name, the validation will just pass. Add entity name to `OS::Heat::Stack` Add entity and default client name to `OS::Heat::SoftwareConfig` and `OS::Heat::SoftwareDeployment` Story: #1764947 Task: #17359 Change-Id: Ia0864aacf2951c711e99ce2c687f47af421110be
* | | | | | Imported Translations from ZanataOpenStack Proposal Bot2020-04-081-7/+324
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I19db207cfa8c99aa996ed10a8874c95c51693832
* | | | | Keep db model and migration scripts in syncRabi Mishra2020-04-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We seem to be using sqlalchemy.Text for 'status_reason' column for some tables in model and heat type LONGTEXT in migration scripts. Change-Id: I8b792936722f6fed2dd4e579aa41f6bf6aa27f7c
* | | | | Merge "Add Octavia Quota Resource for lbaas quota parameters"Zuul2020-03-124-0/+297
|\ \ \ \ \
| * | | | | Add Octavia Quota Resource for lbaas quota parametersHaider, Nafiz (nh532m)2020-03-064-0/+297
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib6423b9f14beefd3daf5ac5f516b49cdd9fa0a00
* | | | | | Support allowed_cidrs for Octavia listenerFeilong Wang2020-03-074-2/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support ``allowed_cidrs`` property for the resource ``OS::Octavia::Listener``, the property is allowed to be updated as well. The property 'allowed_cidrs' was introduced in Octavia since Train release. The default value is empty list if it is not specified in Heat template. Task: 38952 Story: 2007378 Change-Id: I9d38716b236b0782f0d09097b7a0f615fe5be041
* | | | | | Merge "Split 'action' policy into more granular controls"Zuul2020-03-044-38/+77
|\ \ \ \ \ \
| * | | | | | Split 'action' policy into more granular controlsZane Bitter2019-10-294-38/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow operators to specify different policies for each action, since each action is quite different in character. The previous "actions:action" rule remains and is the default for each of the new rules, so there is no effect on existing policies and no action required by the operator unless they want to take advantage of the additional flexibility. Change-Id: Ic4985e8637bc4f34ea2514075b30d2ec32f3441c Task: 37296
* | | | | | | Merge "Allow tags to be removed with update --existing"Zuul2020-03-032-1/+11
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |