diff --git a/aodh/Chart.yaml b/aodh/Chart.yaml index 56642a8561..82a977046c 100644 --- a/aodh/Chart.yaml +++ b/aodh/Chart.yaml @@ -16,7 +16,7 @@ apiVersion: v1 appVersion: v1.0.0 description: Openstack-Helm Aodh name: aodh -version: 0.2.7 +version: 0.2.8 home: https://docs.openstack.org/aodh/latest/ sources: - https://opendev.org/openstack/aodh diff --git a/aodh/values.yaml b/aodh/values.yaml index 4727e716d8..660bc26ff9 100644 --- a/aodh/values.yaml +++ b/aodh/values.yaml @@ -468,6 +468,7 @@ conf: auth_version: v3 auth_type: password memcache_security_strategy: ENCRYPT + service_type: alarming service_credentials: auth_type: password interface: internal diff --git a/barbican/Chart.yaml b/barbican/Chart.yaml index 23e6fc756e..fb0c01116a 100644 --- a/barbican/Chart.yaml +++ b/barbican/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Barbican name: barbican -version: 0.3.1 +version: 0.3.2 home: https://docs.openstack.org/barbican/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Barbican/OpenStack_Project_Barbican_vertical.png sources: diff --git a/barbican/values.yaml b/barbican/values.yaml index 9c44fd0a6e..09e21983b9 100644 --- a/barbican/values.yaml +++ b/barbican/values.yaml @@ -377,6 +377,7 @@ conf: auth_version: v3 memcache_security_strategy: ENCRYPT memcache_secret_key: null + service_type: key-manager database: max_retries: -1 barbican_api: diff --git a/cinder/Chart.yaml b/cinder/Chart.yaml index 401217fc23..ab5412911c 100644 --- a/cinder/Chart.yaml +++ b/cinder/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Cinder name: cinder -version: 0.3.9 +version: 0.3.10 home: https://docs.openstack.org/cinder/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cinder/OpenStack_Project_Cinder_vertical.png sources: diff --git a/cinder/values.yaml b/cinder/values.yaml index 93c302da9f..07adee1cd7 100644 --- a/cinder/values.yaml +++ b/cinder/values.yaml @@ -829,6 +829,7 @@ conf: auth_version: v3 auth_type: password memcache_security_strategy: ENCRYPT + service_type: volumev3 nova: auth_type: password auth_version: v3 diff --git a/cyborg/Chart.yaml b/cyborg/Chart.yaml index 84e344aacf..35c2a42f8d 100644 --- a/cyborg/Chart.yaml +++ b/cyborg/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Cyborg name: cyborg -version: 0.1.2 +version: 0.1.3 home: https://docs.openstack.org/cyborg icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cyborg/OpenStack_Project_Cyborg_vertical.png sources: diff --git a/cyborg/values.yaml b/cyborg/values.yaml index cfea638734..563f2d0402 100644 --- a/cyborg/values.yaml +++ b/cyborg/values.yaml @@ -511,6 +511,7 @@ conf: auth_type: password endpoint_type: internal www_authenticate_uri: null + service_type: accelerator agent: enabled_drivers: - nvidia_gpu_driver diff --git a/designate/Chart.yaml b/designate/Chart.yaml index 56dc87027f..6d5a0d9285 100644 --- a/designate/Chart.yaml +++ b/designate/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Designate name: designate -version: 0.2.8 +version: 0.2.9 home: https://docs.openstack.org/designate/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Designate/OpenStack_Project_Designate_vertical.jpg sources: diff --git a/designate/values.yaml b/designate/values.yaml index ea2c2aaca0..1892dd263f 100644 --- a/designate/values.yaml +++ b/designate/values.yaml @@ -467,6 +467,7 @@ conf: auth_version: v3 auth_type: password memcache_security_strategy: ENCRYPT + service_type: dns logging: loggers: keys: diff --git a/glance/Chart.yaml b/glance/Chart.yaml index cd9fc4f901..574ab8a558 100644 --- a/glance/Chart.yaml +++ b/glance/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Glance name: glance -version: 0.4.5 +version: 0.4.6 home: https://docs.openstack.org/glance/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Glance/OpenStack_Project_Glance_vertical.png sources: diff --git a/glance/values.yaml b/glance/values.yaml index 249f2b63aa..160543b110 100644 --- a/glance/values.yaml +++ b/glance/values.yaml @@ -258,6 +258,7 @@ conf: auth_type: password auth_version: v3 memcache_security_strategy: ENCRYPT + service_type: image glance_store: cinder_catalog_info: volumev3::internalURL rbd_store_chunk_size: 8 diff --git a/heat/Chart.yaml b/heat/Chart.yaml index 1e0f81da34..0e6339def3 100644 --- a/heat/Chart.yaml +++ b/heat/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Heat name: heat -version: 0.3.2 +version: 0.3.3 home: https://docs.openstack.org/heat/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Heat/OpenStack_Project_Heat_vertical.png sources: diff --git a/heat/values.yaml b/heat/values.yaml index a476c6a134..ce61e7dda5 100644 --- a/heat/values.yaml +++ b/heat/values.yaml @@ -351,6 +351,7 @@ conf: auth_type: password auth_version: v3 memcache_security_strategy: ENCRYPT + service_type: orchestration database: max_retries: -1 trustee: diff --git a/magnum/Chart.yaml b/magnum/Chart.yaml index 37bdece4b4..4fae410f1f 100644 --- a/magnum/Chart.yaml +++ b/magnum/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Magnum name: magnum -version: 0.2.8 +version: 0.2.9 home: https://docs.openstack.org/magnum/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Magnum/OpenStack_Project_Magnum_vertical.png sources: diff --git a/magnum/values.yaml b/magnum/values.yaml index 4280f0babf..91a5055af9 100644 --- a/magnum/values.yaml +++ b/magnum/values.yaml @@ -91,6 +91,7 @@ conf: auth_type: password auth_version: v3 memcache_security_strategy: ENCRYPT + service_type: container-infra api: # NOTE(portdirect): the bind port should not be defined, and is manipulated # via the endpoints section. diff --git a/manila/Chart.yaml b/manila/Chart.yaml index 62d26ee66f..a498b60bfc 100644 --- a/manila/Chart.yaml +++ b/manila/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Manila name: manila -version: 0.1.0 +version: 0.1.1 home: https://docs.openstack.org/manila/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Manila/OpenStack_Project_Manila_vertical.png sources: diff --git a/manila/values.yaml b/manila/values.yaml index c5ade6f956..76e19d36dd 100644 --- a/manila/values.yaml +++ b/manila/values.yaml @@ -702,6 +702,7 @@ conf: auth_version: v3 memcache_security_strategy: ENCRYPT endpoint_type: internalURL + service_type: sharev2 neutron: auth_type: password auth_version: v3 diff --git a/masakari/Chart.yaml b/masakari/Chart.yaml index 693011cfcf..37cfdfd4fa 100644 --- a/masakari/Chart.yaml +++ b/masakari/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Masakari name: masakari -version: 0.1.6 +version: 0.1.7 home: https://docs.openstack.org/developer/masakari icon: https://www.openstack.org/themes/openstack/images/project-mascots/Masakari/OpenStack_Project_masakari_vertical.png sources: diff --git a/masakari/values.yaml b/masakari/values.yaml index e6629e5402..bc00bdf5aa 100644 --- a/masakari/values.yaml +++ b/masakari/values.yaml @@ -564,6 +564,7 @@ conf: api_paste_config: /etc/masakari/api-paste.ini keystone_authtoken: auth_type: password + service_type: instance-ha database: max_retries: -1 # Connection string is evaluated though the endpoints for taskflow. diff --git a/neutron/Chart.yaml b/neutron/Chart.yaml index 9dd9dddb56..342755bf64 100644 --- a/neutron/Chart.yaml +++ b/neutron/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Neutron name: neutron -version: 0.3.7 +version: 0.3.8 home: https://docs.openstack.org/neutron/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png sources: diff --git a/neutron/values.yaml b/neutron/values.yaml index 2fdca391c1..de63f44966 100644 --- a/neutron/values.yaml +++ b/neutron/values.yaml @@ -1808,6 +1808,7 @@ conf: memcache_security_strategy: ENCRYPT auth_type: password auth_version: v3 + service_type: network octavia: request_poll_timeout: 3000 logging: diff --git a/nova/Chart.yaml b/nova/Chart.yaml index ca1a2fa702..24a48ce2e4 100644 --- a/nova/Chart.yaml +++ b/nova/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Nova name: nova -version: 0.3.9 +version: 0.3.10 home: https://docs.openstack.org/nova/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png sources: diff --git a/nova/values.yaml b/nova/values.yaml index 70eba6eb67..38f4b5181a 100644 --- a/nova/values.yaml +++ b/nova/values.yaml @@ -1399,6 +1399,7 @@ conf: auth_type: password auth_version: v3 memcache_security_strategy: ENCRYPT + service_type: compute notifications: notify_on_state_change: vm_and_task_state service_user: diff --git a/octavia/Chart.yaml b/octavia/Chart.yaml index 8e27d56867..e153061ca6 100644 --- a/octavia/Chart.yaml +++ b/octavia/Chart.yaml @@ -16,7 +16,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Octavia name: octavia -version: 0.2.7 +version: 0.2.8 home: https://docs.openstack.org/octavia/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Octavia/OpenStack_Project_Octavia_vertical.png sources: diff --git a/octavia/values.yaml b/octavia/values.yaml index 2caf8ca80a..edbfcd0872 100644 --- a/octavia/values.yaml +++ b/octavia/values.yaml @@ -222,6 +222,7 @@ conf: auth_type: password auth_version: v3 memcache_security_strategy: ENCRYPT + service_type: load-balancer certificates: ca_private_key_passphrase: foobar ca_private_key: /etc/octavia/certs/private/cakey.pem diff --git a/placement/Chart.yaml b/placement/Chart.yaml index 449abe85d1..63b2e9598a 100644 --- a/placement/Chart.yaml +++ b/placement/Chart.yaml @@ -16,7 +16,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Placement name: placement -version: 0.3.3 +version: 0.3.4 home: https://docs.openstack.org/placement/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Placement/OpenStack_Project_Placement_vertical.png sources: diff --git a/placement/values.yaml b/placement/values.yaml index 7e3e9ce356..aa864620ce 100644 --- a/placement/values.yaml +++ b/placement/values.yaml @@ -85,6 +85,7 @@ conf: auth_version: v3 auth_type: password memcache_security_strategy: ENCRYPT + service_type: placement logging: loggers: keys: diff --git a/releasenotes/notes/aodh.yaml b/releasenotes/notes/aodh.yaml index 13fc07853d..afbf9e14f5 100644 --- a/releasenotes/notes/aodh.yaml +++ b/releasenotes/notes/aodh.yaml @@ -10,4 +10,5 @@ aodh: - 0.2.5 Added OCI registry authentication - 0.2.6 Remove default policy rules - 0.2.7 Replace node-role.kubernetes.io/master with control-plane + - 0.2.8 Define service_type in keystone_authtoken to support application credentials with access rules ... diff --git a/releasenotes/notes/barbican.yaml b/releasenotes/notes/barbican.yaml index f395d1404c..0e4289154d 100644 --- a/releasenotes/notes/barbican.yaml +++ b/releasenotes/notes/barbican.yaml @@ -25,4 +25,5 @@ barbican: - 0.2.19 Support SSL offloading at reverse proxy for internal and admin endpoints - 0.3.0 Remove support for Train and Ussuri - 0.3.1 Replace node-role.kubernetes.io/master with control-plane + - 0.3.2 Define service_type in keystone_authtoken to support application credentials with access rules ... diff --git a/releasenotes/notes/cinder.yaml b/releasenotes/notes/cinder.yaml index 619fd4c22a..981b29e9ea 100644 --- a/releasenotes/notes/cinder.yaml +++ b/releasenotes/notes/cinder.yaml @@ -59,4 +59,5 @@ cinder: - 0.3.7 Allow Ceph pools to use 1x replication - 0.3.8 Update all Ceph images to Focal - 0.3.9 Replace node-role.kubernetes.io/master with control-plane + - 0.3.10 Define service_type in keystone_authtoken to support application credentials with access rules ... diff --git a/releasenotes/notes/cyborg.yaml b/releasenotes/notes/cyborg.yaml index d928f35259..e13a5b3008 100644 --- a/releasenotes/notes/cyborg.yaml +++ b/releasenotes/notes/cyborg.yaml @@ -3,4 +3,5 @@ cyborg: - 0.1.0 Initial Chart - 0.1.1 Migrated PodDisruptionBudget resource to policy/v1 API version - 0.1.2 Added OCI registry authentication + - 0.1.3 Define service_type in keystone_authtoken to support application credentials with access rules ... diff --git a/releasenotes/notes/designate.yaml b/releasenotes/notes/designate.yaml index d0610d6f9b..0234ece111 100644 --- a/releasenotes/notes/designate.yaml +++ b/releasenotes/notes/designate.yaml @@ -12,4 +12,5 @@ designate: - 0.2.6 Added OCI registry authentication - 0.2.7 Use HTTP probe instead of TCP probe - 0.2.8 Remove default policy rules + - 0.2.9 Define service_type in keystone_authtoken to support application credentials with access rules ... diff --git a/releasenotes/notes/glance.yaml b/releasenotes/notes/glance.yaml index b76367215e..ec614b433a 100644 --- a/releasenotes/notes/glance.yaml +++ b/releasenotes/notes/glance.yaml @@ -39,4 +39,5 @@ glance: - 0.4.3 Update all Ceph images to Focal - 0.4.4 Replace node-role.kubernetes.io/master with control-plane - 0.4.5 Fix wrong configFile path in glance bootstrap container. + - 0.4.6 Define service_type in keystone_authtoken to support application credentials with access rules ... diff --git a/releasenotes/notes/heat.yaml b/releasenotes/notes/heat.yaml index 3f1fa2cd3d..1735e67827 100644 --- a/releasenotes/notes/heat.yaml +++ b/releasenotes/notes/heat.yaml @@ -28,4 +28,5 @@ heat: - 0.3.0 Remove support for Train and Ussuri - 0.3.1 Remove default policy rules - 0.3.2 Replace node-role.kubernetes.io/master with control-plane + - 0.3.3 Define service_type in keystone_authtoken to support application credentials with access rules ... diff --git a/releasenotes/notes/magnum.yaml b/releasenotes/notes/magnum.yaml index f93bdf3c27..51a04aeff7 100644 --- a/releasenotes/notes/magnum.yaml +++ b/releasenotes/notes/magnum.yaml @@ -12,4 +12,5 @@ magnum: - 0.2.6 Migrated PodDisruptionBudget resource to policy/v1 API version - 0.2.7 Added OCI registry authentication - 0.2.8 Remove default policy rules + - 0.2.9 Define service_type in keystone_authtoken to support application credentials with access rules ... diff --git a/releasenotes/notes/manila.yaml b/releasenotes/notes/manila.yaml index 6cbc95e105..f9d47aa978 100644 --- a/releasenotes/notes/manila.yaml +++ b/releasenotes/notes/manila.yaml @@ -1,4 +1,5 @@ --- manila: - 0.1.0 Initial Chart + - 0.1.1 Define service_type in keystone_authtoken to support application credentials with access rules ... diff --git a/releasenotes/notes/masakari.yaml b/releasenotes/notes/masakari.yaml index 2d0e1988a3..7a8b1b3907 100644 --- a/releasenotes/notes/masakari.yaml +++ b/releasenotes/notes/masakari.yaml @@ -7,4 +7,5 @@ masakari: - 0.1.4 Migrated PodDisruptionBudget resource to policy/v1 API version - 0.1.5 Added OCI registry authentication - 0.1.6 Use HTTP probe instead of TCP probe + - 0.1.7 Define service_type in keystone_authtoken to support application credentials with access rules ... diff --git a/releasenotes/notes/neutron.yaml b/releasenotes/notes/neutron.yaml index 874fe4705e..9f99ad9558 100644 --- a/releasenotes/notes/neutron.yaml +++ b/releasenotes/notes/neutron.yaml @@ -49,4 +49,5 @@ neutron: - 0.3.5 Fix health probe for OVN metadata agent - 0.3.6 Fix the issue that ovn metadata not work in muti-node enviroment - 0.3.7 Sync neutron db to ovn nb db when neutron-server start + - 0.3.8 Define service_type in keystone_authtoken to support application credentials with access rules ... diff --git a/releasenotes/notes/nova.yaml b/releasenotes/notes/nova.yaml index d920f5aefd..fc79422c65 100644 --- a/releasenotes/notes/nova.yaml +++ b/releasenotes/notes/nova.yaml @@ -78,4 +78,5 @@ nova: - 0.3.7 Fix live migration without DNS resolution - 0.3.8 Fix missing privilege separation directory for nova compute ssh - 0.3.9 Fix typo in spice proxy deployment + - 0.3.10 Define service_type in keystone_authtoken to support application credentials with access rules ... diff --git a/releasenotes/notes/octavia.yaml b/releasenotes/notes/octavia.yaml index 265f847d07..715b2298ff 100644 --- a/releasenotes/notes/octavia.yaml +++ b/releasenotes/notes/octavia.yaml @@ -11,4 +11,5 @@ octavia: - 0.2.5 Migrated PodDisruptionBudget resource to policy/v1 API version - 0.2.6 Added OCI registry authentication - 0.2.7 Use HTTP probe instead of TCP probe + - 0.2.8 Define service_type in keystone_authtoken to support application credentials with access rules ... diff --git a/releasenotes/notes/placement.yaml b/releasenotes/notes/placement.yaml index da61caaca0..8ecc9f9967 100644 --- a/releasenotes/notes/placement.yaml +++ b/releasenotes/notes/placement.yaml @@ -26,4 +26,5 @@ placement: - 0.3.1 Remove support for Train and Ussuri - 0.3.2 Remove default policy rules - 0.3.3 Replace node-role.kubernetes.io/master with control-plane + - 0.3.4 Define service_type in keystone_authtoken to support application credentials with access rules ... diff --git a/releasenotes/notes/senlin.yaml b/releasenotes/notes/senlin.yaml index d5d64d20a6..7a0f090367 100644 --- a/releasenotes/notes/senlin.yaml +++ b/releasenotes/notes/senlin.yaml @@ -11,4 +11,5 @@ senlin: - 0.2.6 Add helm.sh/hook annotations for Jobs - 0.2.7 Added OCI registry authentication - 0.2.8 Remove default policy rules + - 0.2.9 Define service_type in keystone_authtoken to support application credentials with access rules ... diff --git a/senlin/Chart.yaml b/senlin/Chart.yaml index b9c4e8b62c..44d28835ca 100644 --- a/senlin/Chart.yaml +++ b/senlin/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Senlin name: senlin -version: 0.2.8 +version: 0.2.9 home: https://docs.openstack.org/senlin/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Senlin/OpenStack_Project_Senlin_vertical.png sources: diff --git a/senlin/values.yaml b/senlin/values.yaml index 5bd7f45c9a..dee923e4b7 100644 --- a/senlin/values.yaml +++ b/senlin/values.yaml @@ -137,6 +137,7 @@ conf: auth_type: password auth_version: v3 memcache_security_strategy: ENCRYPT + service_type: clustering senlin_api: # NOTE(portdirect): the bind port should not be defined, and is manipulated # via the endpoints section.