Support [baremetal_introspection] catalog_type
This was overlooked when the other catalog_type option was added. Because the change which added the other catalog_type options is not yet released, a release note file is not additionally created. Change-Id: Ifa55e949232c1d6fd35a210344f3dff57835af33
This commit is contained in:
		| @@ -248,6 +248,8 @@ | |||||||
| #   Defaults to $facts['os_service_default'] | #   Defaults to $facts['os_service_default'] | ||||||
| #  [*baremetal_catalog_type*] | #  [*baremetal_catalog_type*] | ||||||
| #   Defaults to $facts['os_service_default'] | #   Defaults to $facts['os_service_default'] | ||||||
|  | #  [*baremetal_introspection_catalog_type*] | ||||||
|  | #   Defaults to $facts['os_service_default'] | ||||||
| #  [*dns_catalog_type*] | #  [*dns_catalog_type*] | ||||||
| #   Defaults to $facts['os_service_default'] | #   Defaults to $facts['os_service_default'] | ||||||
| #  [*load_balancer_catalog_type*] | #  [*load_balancer_catalog_type*] | ||||||
| @@ -508,6 +510,7 @@ class tempest( | |||||||
|   $alarming_catalog_type                    = $facts['os_service_default'], |   $alarming_catalog_type                    = $facts['os_service_default'], | ||||||
|   $metric_catalog_type                      = $facts['os_service_default'], |   $metric_catalog_type                      = $facts['os_service_default'], | ||||||
|   $baremetal_catalog_type                   = $facts['os_service_default'], |   $baremetal_catalog_type                   = $facts['os_service_default'], | ||||||
|  |   $baremetal_introspection_catalog_type     = $facts['os_service_default'], | ||||||
|   $dns_catalog_type                         = $facts['os_service_default'], |   $dns_catalog_type                         = $facts['os_service_default'], | ||||||
|   $load_balancer_catalog_type               = $facts['os_service_default'], |   $load_balancer_catalog_type               = $facts['os_service_default'], | ||||||
|   $share_catalog_type                       = $facts['os_service_default'], |   $share_catalog_type                       = $facts['os_service_default'], | ||||||
| @@ -766,6 +769,7 @@ class tempest( | |||||||
|     'alarming/catalog_type':                           value => $alarming_catalog_type; |     'alarming/catalog_type':                           value => $alarming_catalog_type; | ||||||
|     'metric/catalog_type':                             value => $metric_catalog_type; |     'metric/catalog_type':                             value => $metric_catalog_type; | ||||||
|     'baremetal/catalog_type':                          value => $baremetal_catalog_type; |     'baremetal/catalog_type':                          value => $baremetal_catalog_type; | ||||||
|  |     'baremetal_introspection/catalog_type':            value => $baremetal_introspection_catalog_type; | ||||||
|     'dns/catalog_type':                                value => $dns_catalog_type; |     'dns/catalog_type':                                value => $dns_catalog_type; | ||||||
|     'load_balancer/catalog_type':                      value => $load_balancer_catalog_type; |     'load_balancer/catalog_type':                      value => $load_balancer_catalog_type; | ||||||
|     'share/catalog_type':                              value => $share_catalog_type; |     'share/catalog_type':                              value => $share_catalog_type; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Takashi Kajinami
					Takashi Kajinami