configuration.hp3par_username = 'testUser'
configuration.hp3par_password = 'testPassword'
configuration.hp3par_api_url = 'https://1.1.1.1/api/v1'
- configuration.hp3par_domain = HP3PAR_DOMAIN
configuration.hp3par_cpg = HP3PAR_CPG
configuration.hp3par_cpg_snap = HP3PAR_CPG_SNAP
configuration.iscsi_ip_address = '1.1.1.2'
default='',
help="3PAR Super user password",
secret=True),
- # TODO(kmartin): Remove hp3par_domain during I release.
- cfg.StrOpt('hp3par_domain',
- default=None,
- help="This option is DEPRECATED and no longer used. "
- "The 3par domain name to use."),
cfg.StrOpt('hp3par_cpg',
default="OpenStack",
help="The CPG to use for volume creation"),
1.2.1 - Check that the VVS exists
1.2.2 - log prior to raising exceptions
1.2.3 - Methods to update key/value pair bug #1258033
+ 1.2.4 - Remove deprecated config option hp3par_domain
"""
- VERSION = "1.2.3"
+ VERSION = "1.2.4"
stats = {}
self.config = config
self.hosts_naming_dict = dict()
self.client = None
- if CONF.hp3par_domain is not None:
- LOG.deprecated(_("hp3par_domain has been deprecated and "
- "is no longer used. The domain is automatically "
- "looked up based on the CPG."))
def get_version(self):
return self.VERSION
# 3PAR Super user password (string value)
#hp3par_password=
-# This option is DEPRECATED and no longer used. The 3par
-# domain name to use. (string value)
-#hp3par_domain=<None>
-
# The CPG to use for volume creation (string value)
#hp3par_cpg=OpenStack