forked from uncloud/uncloud
remove syslog handler (cruft), add debug flag
This commit is contained in:
parent
4c7678618d
commit
1fba79ca31
2 changed files with 7 additions and 13 deletions
|
|
@ -561,7 +561,7 @@ api.add_resource(ListHost, "/host/list")
|
|||
api.add_resource(CreateNetwork, "/network/create")
|
||||
|
||||
|
||||
def main():
|
||||
def main(debug=False):
|
||||
image_stores = list(
|
||||
shared.etcd_client.get_prefix(
|
||||
settings["etcd"]["image_store_prefix"], value_in_json=True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue