Skip to content

AS corrections for new API Version - #60

Merged
gtema merged 14 commits into
masterfrom
as
Feb 24, 2020
Merged

AS corrections for new API Version#60
gtema merged 14 commits into
masterfrom
as

Conversation

@tischrei

Copy link
Copy Markdown
Member

No description provided.

@tischrei
tischrei requested a review from gtema January 31, 2020 17:29

@gtema gtema left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

few small fixes and good to go

Comment thread otcextensions/osclient/auto_scaling/v1/group.py Outdated
Comment thread otcextensions/tests/unit/sdk/auto_scaling/v1/test_policy.py Outdated
Comment thread otcextensions/tests/unit/sdk/auto_scaling/v1/test_policy.py Outdated
@gtema

gtema commented Feb 14, 2020

Copy link
Copy Markdown
Collaborator

recheck

@otc-zuul

otc-zuul Bot commented Feb 14, 2020

Copy link
Copy Markdown
Contributor

Merge Failed.

This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset.

@tischrei
tischrei requested a review from gtema February 24, 2020 10:28
@gtema
gtema merged commit 47d0341 into master Feb 24, 2020
tischrei added a commit that referenced this pull request Mar 26, 2020
* improve Auto_Scaling user experience by using openstack client

* flake8 corrections

* change group unit test for AS service

* bug fixing

* fix policy

* add policy delete

* minor fixes

* ensure --group on policy update

* pep 8 corrections and unit test fixes

* change CLI client parameters from using underscore to dash

* Update test_policy.py

* Renaming of network parameters and fixing unit tests
gtema added a commit that referenced this pull request Mar 30, 2020
* fixes docstring formatting in RDS and removes the README.md from the top page

* adds more structure to the documentation and provides a history

* cleans up the documentation.
adds a page about coverage of services.
purges a few temporary files.
moves the issues into the doctree and links them.
adds a section naming conventions to the glossary.
fixes here and there the spelling of projects and other names.

* collects all changes from previous commit, which was almost empty.

* enhances the structure of two index files

* Installation and Configuration sources resorted

* reordering section Installation and OpenStack CLI

* reordering SDK guides, service proxies and other stuff

* user guides reordered

* user guides reordered

* restructuring done

* configuration section updated

* improve the enforcer output during tests

* introduce the CLI chapter

* fix pep8 issues, mostly whitespace

* SDK getting started reworked

* fix RDS proxy attrs

* smaller fixes

* streamline the main page documentation

* fix spelling and language

* auto-scaling started

* AS Config finished

* explain details about installation options

* list authors

* clean up the top directory docs

* Finished Auto-Scaling SDK guide and pep8 fixes

* Anti-DDoS SDK guide status draft

* Finish Anti-DDoS SDK Guide

* Update ZuuL config to test tox -e docs

* update .travis.yml

* deleted coverage content and saved locally until content is available for pep8

* minor pep8 correction

* Renew coverage.rst

* added nat and ces to coverage.rst

* CCE SDK guide added

* Update .zuul.yaml

* Create bindep.txt

* some dns private zone fixes

* Zuul (#63)

* reset zuul integration

* disable tox-docs for separate branch

* replace openstacksdk general error handler

* exclude rds instance osc func tests

* blacklist failing tests

* repair func test cmd

* compare if we got something

* fix pep

* AS corrections for new API Version (#60)

* improve Auto_Scaling user experience by using openstack client

* flake8 corrections

* change group unit test for AS service

* bug fixing

* fix policy

* add policy delete

* minor fixes

* ensure --group on policy update

* pep 8 corrections and unit test fixes

* change CLI client parameters from using underscore to dash

* Update test_policy.py

* Renaming of network parameters and fixing unit tests

* add unit test changes

* extend help message for DNS zone list

Co-authored-by: Nils-Magnus <magnus@linuxtag.org>
Co-authored-by: Tino Schreiber <Tino.Schreiber@t-systems.com>
Co-authored-by: Artem Goncharov <Artem.goncharov@gmail.com>
@gtema
gtema deleted the as branch April 14, 2020 11:17
vineet-pruthi pushed a commit to fkukucsk/python-otcextensions that referenced this pull request Nov 30, 2023
* improve Auto_Scaling user experience by using openstack client

* flake8 corrections

* change group unit test for AS service

* bug fixing

* fix policy

* add policy delete

* minor fixes

* ensure --group on policy update

* pep 8 corrections and unit test fixes

* change CLI client parameters from using underscore to dash

* Update test_policy.py

* Renaming of network parameters and fixing unit tests
vineet-pruthi pushed a commit to fkukucsk/python-otcextensions that referenced this pull request Nov 30, 2023
* fixes docstring formatting in RDS and removes the README.md from the top page

* adds more structure to the documentation and provides a history

* cleans up the documentation.
adds a page about coverage of services.
purges a few temporary files.
moves the issues into the doctree and links them.
adds a section naming conventions to the glossary.
fixes here and there the spelling of projects and other names.

* collects all changes from previous commit, which was almost empty.

* enhances the structure of two index files

* Installation and Configuration sources resorted

* reordering section Installation and OpenStack CLI

* reordering SDK guides, service proxies and other stuff

* user guides reordered

* user guides reordered

* restructuring done

* configuration section updated

* improve the enforcer output during tests

* introduce the CLI chapter

* fix pep8 issues, mostly whitespace

* SDK getting started reworked

* fix RDS proxy attrs

* smaller fixes

* streamline the main page documentation

* fix spelling and language

* auto-scaling started

* AS Config finished

* explain details about installation options

* list authors

* clean up the top directory docs

* Finished Auto-Scaling SDK guide and pep8 fixes

* Anti-DDoS SDK guide status draft

* Finish Anti-DDoS SDK Guide

* Update ZuuL config to test tox -e docs

* update .travis.yml

* deleted coverage content and saved locally until content is available for pep8

* minor pep8 correction

* Renew coverage.rst

* added nat and ces to coverage.rst

* CCE SDK guide added

* Update .zuul.yaml

* Create bindep.txt

* some dns private zone fixes

* Zuul (opentelekomcloud#63)

* reset zuul integration

* disable tox-docs for separate branch

* replace openstacksdk general error handler

* exclude rds instance osc func tests

* blacklist failing tests

* repair func test cmd

* compare if we got something

* fix pep

* AS corrections for new API Version (opentelekomcloud#60)

* improve Auto_Scaling user experience by using openstack client

* flake8 corrections

* change group unit test for AS service

* bug fixing

* fix policy

* add policy delete

* minor fixes

* ensure --group on policy update

* pep 8 corrections and unit test fixes

* change CLI client parameters from using underscore to dash

* Update test_policy.py

* Renaming of network parameters and fixing unit tests

* add unit test changes

* extend help message for DNS zone list

Co-authored-by: Nils-Magnus <magnus@linuxtag.org>
Co-authored-by: Tino Schreiber <Tino.Schreiber@t-systems.com>
Co-authored-by: Artem Goncharov <Artem.goncharov@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants