Merge "Deprecate user_data_config_drive option"

This commit is contained in:
Zuul
2023-03-01 18:51:28 +00:00
committed by Gerrit Code Review
2 changed files with 11 additions and 0 deletions

View File

@@ -523,6 +523,10 @@ controller_worker_opts = [
'SINGLE - One amphora per load balancer. '
'ACTIVE_STANDBY - Two amphora per load balancer.')),
cfg.BoolOpt('user_data_config_drive', default=False,
deprecated_for_removal=True,
deprecated_reason=_('User_data nova option is not used and is '
' too small to replace the config_drive.'),
deprecated_since='Antelope(2023.1)',
help=_('If True, build cloud-init user-data that is passed '
'to the config drive on Amphora boot instead of '
'personality files. If False, utilize personality '

View File

@@ -0,0 +1,7 @@
---
deprecations:
- |
The configuration option *user_data_config_drive* is deprecated. The nova
user_data option is too small to replace the normal file based config_drive
provisioning for cloud-init. This option has never been functional in
Octavia and will be removed to reduce confusion.