[airship]: Remove duplicate values
BaremetalNode/v1.yaml: volume_group is defined twice in same section in lines 58 and 66. HostProfile/v1.yaml: volume_group is defined twice in same section in lines 49 and 57. SoftwareVersions/v1.yaml: type is defined twice for dep_check config/service_accounts.yaml: user_domain_name defined twice in same section in lines 109 and 114. config/service_accounts.yaml: user_domain_name defined twice in same section in lines 111 and 116. Change-Id: I1597c0afc6b3a9674c0c74692f6575d797bd714d
This commit is contained in:
parent
995b16e294
commit
92ef88f481
@ -63,8 +63,6 @@ data:
|
||||
type: 'string'
|
||||
bootable:
|
||||
type: 'boolean'
|
||||
volume_group:
|
||||
type: 'string'
|
||||
filesystem:
|
||||
type: 'object'
|
||||
properties:
|
||||
|
@ -54,8 +54,6 @@ data:
|
||||
type: 'string'
|
||||
bootable:
|
||||
type: 'boolean'
|
||||
volume_group:
|
||||
type: 'string'
|
||||
filesystem:
|
||||
type: 'object'
|
||||
properties:
|
||||
|
@ -1069,7 +1069,6 @@ data:
|
||||
type: string
|
||||
dep_check:
|
||||
type: string
|
||||
type: string
|
||||
image_repo_sync:
|
||||
type: string
|
||||
ceph-rgw:
|
||||
|
@ -111,7 +111,6 @@ data:
|
||||
# NEWSITE-CHANGEME: Replace with the site name
|
||||
region_name: RegionOne
|
||||
role: admin
|
||||
user_domain_name: default
|
||||
username: armada
|
||||
deckhand:
|
||||
keystone:
|
||||
|
@ -111,7 +111,6 @@ data:
|
||||
# NEWSITE-CHANGEME: Replace with the site name
|
||||
region_name: RegionOne
|
||||
role: admin
|
||||
user_domain_name: default
|
||||
username: armada
|
||||
deckhand:
|
||||
keystone:
|
||||
|
@ -113,7 +113,6 @@ data:
|
||||
# NEWSITE-CHANGEME: Replace with the site name
|
||||
region_name: RegionOne
|
||||
role: admin
|
||||
user_domain_name: default
|
||||
username: armada
|
||||
deckhand:
|
||||
keystone:
|
||||
|
Loading…
Reference in New Issue
Block a user