Commit 85203f20 authored by Denis Kuznetsov's avatar Denis Kuznetsov Committed by Commit Bot

Make policy description public

Bug: 676195
Change-Id: I75ba73a7ee75d446c8d5b79d8f4c45aed569940d
Reviewed-on: https://chromium-review.googlesource.com/1201855Reviewed-by: default avatarSergey Poromov <poromov@chromium.org>
Commit-Queue: Denis Kuznetsov <antrim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#588388}
parent 1d31633b
...@@ -11827,16 +11827,15 @@ ...@@ -11827,16 +11827,15 @@
'name': 'DeviceHostnameTemplate', 'name': 'DeviceHostnameTemplate',
'type': 'string', 'type': 'string',
'schema': { 'type': 'string' }, 'schema': { 'type': 'string' },
'supported_on': ['chrome_os:64-'], 'supported_on': ['chrome_os:65-'],
'device_only': True, 'device_only': True,
'future': True,
'features': { 'features': {
'dynamic_refresh': True, 'dynamic_refresh': True,
'per_profile': False, 'per_profile': False,
}, },
'example_value': 'chromebook-${ASSET_ID}', 'example_value': 'chromebook-${ASSET_ID}',
'id': 403, 'id': 403,
'caption': '''Device network hostname''', 'caption': '''Device network hostname template''',
'tags': [], 'tags': [],
'desc': '''Determine the hostname of the device used in DHCP requests. 'desc': '''Determine the hostname of the device used in DHCP requests.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment