Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Commits
e9ee048c
Commit
e9ee048c
authored
1 year ago
by
Simone Spinelli
Browse files
Options
Downloads
Patches
Plain Diff
More black adjustments
parent
6f6be978
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!52
Feature/nat 212 213
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gso/services/provisioning_proxy.py
+3
-3
3 additions, 3 deletions
gso/services/provisioning_proxy.py
with
3 additions
and
3 deletions
gso/services/provisioning_proxy.py
+
3
−
3
View file @
e9ee048c
...
...
@@ -124,9 +124,8 @@ def provision_ip_trunk(
_send_request
(
"
ip_trunk
"
,
parameters
,
process_id
,
CUDOperation
.
POST
)
def
check_ip_trunk
(
subscription
:
IptrunkProvisioning
,
process_id
:
UUIDstr
,
check_name
:
str
)
->
None
:
def
check_ip_trunk
(
subscription
:
IptrunkProvisioning
,
process_id
:
UUIDstr
,
check_name
:
str
)
->
None
:
"""
Provision an IP trunk service using {term}`LSO`.
:param subscription: The subscription object that
'
s to be provisioned.
...
...
@@ -143,6 +142,7 @@ def check_ip_trunk(
_send_request
(
"
ip_trunk/perform_check
"
,
parameters
,
process_id
,
CUDOperation
.
POST
)
def
deprovision_ip_trunk
(
subscription
:
Iptrunk
,
process_id
:
UUIDstr
,
dry_run
:
bool
=
True
)
->
None
:
"""
Deprovision an IP trunk service using {term}`LSO`.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment