-
Notifications
You must be signed in to change notification settings - Fork 6
feat: Add neutron function tools - subnet, port, floating ip #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add neutron function tools - subnet, port, floating ip #46
Conversation
|
현재 develop 브랜치 기준으로 rebase 후 force push 부탁드립니다 |
15d772d to
518ef4b
Compare
|
docstring 변경 필요사항
|
e49a9a9 to
cd91c73
Compare
|
Floating IP는 아래와 같이 통합했습니다.
|
- remove custom raise - remove test case relation removing raise
98cbac5 to
5e5c951
Compare
S0okJu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
halucinor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UNSET 변수에 대한 의견,
UNSET 변수는 업데이트 함수 내에서 값을 제거 하는 값으로 사용이 되는걸로 보입니다. 다만 이러한 방식의 변수 사용은 인자 해석을 난해하게 합니다. 인자를 사용하는대 있어 세가지 조건을 파악해야하는 상황이 되는대, 직관적으로 이해하기가 힘듭니다. 주석을 봐야 알 수 있는 내용 되버려서요.
UNSET 이라는 컨샙을 bool 인자로 추가하는게 더 나아보이는데 어떻게 생각하시나요?
halucinor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Squash 머지 해주세요~ |
* feat(network): Add Subnet, Port, Floating IP tools (#30) * feat(network): Add additional function in network tools (#30) * feat(network): Add neutron tools function unit test (#30) * fix(network): sphinx style comments (#30) * fix(network): refactor code - remove custom raise - remove test case relation removing raise * fix(network): typo change neutron to network (#30) * fix(network): remove unused comments (#30) * fix(network): remove unused allocate floating ip feature (#30) * improve(network): integrating subnet update feature (#30) * improve(network): integrating port update feature (#30) * improve(network): integrating port update feature (#30) * fix(network): alignment subnet model field (#30) * chore(config): restore config * fix(network): alignment port model field (#30) * feat(network): add clear state arg to methods (#30)
Overview
Key Changes
[Subnet]
[Port]
[Floating IP]
Related Issues
Additional context
.