diff --git a/manila/data/helper.py b/manila/data/helper.py index 2f4f430238..0690c113eb 100644 --- a/manila/data/helper.py +++ b/manila/data/helper.py @@ -35,12 +35,10 @@ data_helper_opts = [ "when migrating a share (seconds)."), cfg.StrOpt( 'data_node_access_ip', - default=None, help="The IP of the node interface connected to the admin network. " "Used for allowing access to the mounting shares."), cfg.StrOpt( 'data_node_access_cert', - default=None, help="The certificate installed in the data node in order to " "allow access to certificate authentication-based shares."), diff --git a/manila/share/driver.py b/manila/share/driver.py index ae8a14f572..5b6b099219 100644 --- a/manila/share/driver.py +++ b/manila/share/driver.py @@ -106,7 +106,6 @@ share_opts = [ # Replication option/s cfg.StrOpt( "replication_domain", - default=None, help="A string specifying the replication domain that the backend " "belongs to. This option needs to be specified the same in the " "configuration sections of all backends that support "