Skip to content
Snippets Groups Projects
Commit 789e3413 authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

fix vale

parent 0e14a4d4
No related branches found
No related tags found
No related merge requests found
Pipeline #85932 failed
This commit is part of merge request !176. Comments created here will be created in the context of that merge request.
......@@ -6,6 +6,7 @@ WFO
Ansible
[Dd]eprovision
API
DNS
dry_run
Dark_fiber
[A|a]ddress
......
......@@ -403,7 +403,7 @@ def check_ip_trunk_isis(
@step("Register DNS records for both sides of the trunk")
def register_dns_records(subscription: IptrunkInactive) -> State:
"""Register DNS records for both sides of the newly created IPtrunk."""
"""Register :term: `DNS` records for both sides of the newly created IPtrunk."""
for index, side in enumerate(subscription.iptrunk.iptrunk_sides):
fqdn = f"{side.iptrunk_side_ae_iface}-0.{side.iptrunk_side_node.router_fqdn}"
if not (subscription.iptrunk.iptrunk_ipv4_network and subscription.iptrunk.iptrunk_ipv6_network):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment