Merge "Fix a typo in sample policy file"
This commit is contained in:
commit
fff31df465
@ -116,7 +116,7 @@ rules = [
|
||||
'Onboard existing subnet into a subnetpool',
|
||||
[
|
||||
{
|
||||
'method': 'Put',
|
||||
'method': 'PUT',
|
||||
'path': ONBOARD_PATH,
|
||||
},
|
||||
]
|
||||
@ -127,7 +127,7 @@ rules = [
|
||||
'Add prefixes to a subnetpool',
|
||||
[
|
||||
{
|
||||
'method': 'Put',
|
||||
'method': 'PUT',
|
||||
'path': ADD_PREFIXES_PATH,
|
||||
},
|
||||
]
|
||||
@ -138,7 +138,7 @@ rules = [
|
||||
'Remove unallocated prefixes from a subnetpool',
|
||||
[
|
||||
{
|
||||
'method': 'Put',
|
||||
'method': 'PUT',
|
||||
'path': REMOVE_PREFIXES_PATH,
|
||||
},
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user