Skip to content

Commit

Permalink
remove un-used configuration item
Browse files Browse the repository at this point in the history
  • Loading branch information
xxwjj committed Feb 14, 2019
1 parent b4061bd commit 0cf6eef
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions examples/opensds.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

[osdsapiserver]
api_endpoint = 0.0.0.0:50040
log_file = /var/log/opensds/osdsapiserver.log
auth_strategy = keystone
# If https is enabled, the default value of cert file
# is /opt/opensds-security/opensds/opensds-cert.pem,
Expand All @@ -27,11 +26,9 @@ password_decrypt_tool = aes

[osdslet]
api_endpoint = 0.0.0.0:50049
log_file = /var/log/opensds/osdslet.log

[osdsdock]
api_endpoint = 0.0.0.0:50050
log_file = /var/log/opensds/osdsdock.log
# Choose the type of dock resource, only support 'provisioner' and 'attacher'.
dock_type = provisioner
# Specify which backends should be enabled, sample,ceph,cinder,lvm and so on.
Expand Down
3 changes: 0 additions & 3 deletions pkg/utils/config/testdata/opensds.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[osdsapiserver]
api_endpoint = localhost:50040
log_file = /var/log/opensds/osdsapiserver.log
log_flush_frequency = 2s
auth_strategy = keystone
# If https is enabled, the default value of cert file
Expand All @@ -14,12 +13,10 @@ password_decrypt_tool = aes

[osdslet]
api_endpoint = localhost:50049
log_file = /var/log/opensds/osdslet.log
log_flush_frequency = 3s

[osdsdock]
api_endpoint = localhost:50050
log_file = /var/log/opensds/osdsdock.log
# Choose the type of dock resource, only support 'provisioner' and 'attacher'.
dock_type = provisioner
# Specify which backends should be enabled, sample,ceph,cinder,lvm and so on.
Expand Down
3 changes: 0 additions & 3 deletions test/integration/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,12 @@ mkdir -p /etc/opensds
cat > ${OPENSDS_CONF} << OPENSDS_GLOBAL_CONFIG_DOC
[osdsapiserver]
api_endpoint = 0.0.0.0:50040
log_file = /var/log/opensds/osdsapiserver.log
[osdslet]
api_endpoint = 0.0.0.0:50049
log_file = /var/log/opensds/osdslet.log
[osdsdock]
api_endpoint = 0.0.0.0:50050
log_file = /var/log/opensds/osdsdock.log
# Choose the type of dock resource, only support 'provisioner' and 'attacher'.
dock_type = provisioner
# Specify which backends should be enabled, sample,ceph,cinder,lvm and so on.
Expand Down

0 comments on commit 0cf6eef

Please sign in to comment.