Skip to content

Commit 84fef23

Browse files
markus-hentschfkr
authored andcommitted
Fix linter errors
Signed-off-by: Markus Hentsch <[email protected]>
1 parent 6c77a8a commit 84fef23

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Standards/scs-01xx-v1-dns.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ This is an optional feature of OpenStack clouds and can be implemented by integr
107107

108108
- In OVS-based setups, the `dnsmasq_local_resolv` setting for Neutron DHCP agents MUST be disabled.
109109
- One or more local DNS recursors SHOULD be integrated into the infrastructure.
110-
- In case one or more local DNS recursors are provided, the *DNS server setting* MUST point to the local DNS recursor(s) only.
111-
- Any local DNS recursor referenced by the *DNS server setting* MUST implement DNSSEC validation and offer DNSSEC itself.
110+
- In case one or more local DNS recursors are provided, the *DNS server setting* MUST point to the local DNS recursor(s) only.
111+
- Any local DNS recursor referenced by the *DNS server setting* MUST implement DNSSEC validation and offer DNSSEC itself.
112112
- If the cloud infrastructure has any provider networks connected to the internet, then the *DNS server setting* entries MUST contain DNS servers (recursors or resolvers) that are able to resolve public DNS records.
113113
- If no local DNS recursor is integrated and one or more public DNS server(s) are referenced in the *DNS server setting*, all referenced public DNS servers MUST offer DNSSEC as well as validate DNSSEC themselves and discard invalid responses.
114114

@@ -132,10 +132,11 @@ For Neutron, this can implemented by enabling one of the following extension dri
132132

133133
The extension driver setting is part of the ML2 plugin configuration (example for `dns_domain_ports`):
134134

135-
```
135+
```ini
136136
[ml2]
137137
extension_drivers = ...,dns_domain_ports
138138
```
139+
139140
(the `...` resembles a placeholder for other enabled drivers)
140141

141142
#### Internal DNS Domain

0 commit comments

Comments
 (0)