Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 13edf78fff | |||
|
|
00d6e14b73 | ||
| c2bdc92c2e |
6
releasenotes/source/2025.1.rst
Normal file
6
releasenotes/source/2025.1.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
===========================
|
||||
2025.1 Series Release Notes
|
||||
===========================
|
||||
|
||||
.. release-notes::
|
||||
:branch: stable/2025.1
|
||||
6
releasenotes/source/2025.2.rst
Normal file
6
releasenotes/source/2025.2.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
===========================
|
||||
2025.2 Series Release Notes
|
||||
===========================
|
||||
|
||||
.. release-notes::
|
||||
:branch: stable/2025.2
|
||||
@@ -7,6 +7,8 @@ Contents:
|
||||
:maxdepth: 2
|
||||
|
||||
unreleased
|
||||
2025.2
|
||||
2025.1
|
||||
2024.2
|
||||
2024.1
|
||||
2023.2
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
|
||||
import yaml
|
||||
|
||||
from osc_lib.cli import format_columns
|
||||
from osc_lib.command import command
|
||||
from osc_lib import utils
|
||||
from oslo_utils import strutils
|
||||
@@ -258,9 +259,9 @@ class UpdateVIM(command.ShowOne):
|
||||
|
||||
|
||||
_formatters = {
|
||||
'auth_cred': tacker_osc_utils.format_dict_with_indention,
|
||||
'placement_attr': tacker_osc_utils.format_dict_with_indention,
|
||||
'vim_project': tacker_osc_utils.format_dict_with_indention,
|
||||
'auth_cred': format_columns.DictColumn,
|
||||
'placement_attr': format_columns.DictColumn,
|
||||
'vim_project': format_columns.DictColumn,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user