Fix sample json file
1. Change 'False' to 'false'. According to json standard (http://json.org/), boolean literal should be all undercase. 2. Remove trailing comma from sample file. Change-Id: Ifc74c97e43ae1da4f85dc4da19f5ebfb149d7acc
This commit is contained in:
parent
97a07cda3a
commit
48296eb834
@ -9,8 +9,8 @@
|
|||||||
"user_domain_name": "admin",
|
"user_domain_name": "admin",
|
||||||
"admin_domain_name": "default",
|
"admin_domain_name": "default",
|
||||||
"project_name": "admin",
|
"project_name": "admin",
|
||||||
"project_domain_name": "admin",
|
"project_domain_name": "admin"
|
||||||
},
|
},
|
||||||
"https_insecure": False,
|
"https_insecure": false,
|
||||||
"https_cacert": "",
|
"https_cacert": ""
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,6 @@
|
|||||||
"password": "pa55word",
|
"password": "pa55word",
|
||||||
"tenant_name": "demo"
|
"tenant_name": "demo"
|
||||||
},
|
},
|
||||||
"https_insecure": False,
|
"https_insecure": false,
|
||||||
"https_cacert": "",
|
"https_cacert": ""
|
||||||
}
|
}
|
||||||
|
@ -8,6 +8,6 @@
|
|||||||
"password": "myadminpass",
|
"password": "myadminpass",
|
||||||
"tenant_name": "demo"
|
"tenant_name": "demo"
|
||||||
},
|
},
|
||||||
"https_insecure": False,
|
"https_insecure": false,
|
||||||
"https_cacert": "",
|
"https_cacert": ""
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user