Skip to content

Commit 0b945dd

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Support compute microversion 2.94"
2 parents f7b6d14 + 7675866 commit 0b945dd

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

openstackclient/compute/v2/server.py

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,8 +1605,10 @@ def get_parser(self, prog_name: str) -> argparse.ArgumentParser:
16051605
'If unset, a hostname will be automatically generated from '
16061606
'the server name. '
16071607
'A utility such as cloud-init is required to propagate the '
1608-
'hostname in the metadata service to the guest OS itself. '
1609-
'(supported by --os-compute-api-version 2.90 or above)'
1608+
'hostname in the metadata service to the guest OS itself '
1609+
'(hostnames supported by --os-compute-api-version 2.90 or '
1610+
'above, FQDNs supported by --os-compute-api-version 2.94 or '
1611+
'above)'
16101612
),
16111613
)
16121614
parser.add_argument(
@@ -3738,8 +3740,10 @@ def get_parser(self, prog_name: str) -> argparse.ArgumentParser:
37383740
help=_(
37393741
'Hostname configured for the server in the metadata service. '
37403742
'A separate utility running in the guest is required to '
3741-
'propagate changes to this value to the guest OS itself. '
3742-
'(supported by --os-compute-api-version 2.90 or above)'
3743+
'propagate changes to this value to the guest OS itself '
3744+
'(hostnames supported by --os-compute-api-version 2.90 or '
3745+
'above, FQDNs supported by --os-compute-api-version 2.94 or '
3746+
'above)'
37433747
),
37443748
)
37453749
parser.add_argument(
@@ -4735,8 +4739,10 @@ def get_parser(self, prog_name: str) -> argparse.ArgumentParser:
47354739
help=_(
47364740
'Hostname configured for the server in the metadata service. '
47374741
'A separate utility running in the guest is required to '
4738-
'propagate changes to this value to the guest OS itself. '
4739-
'(supported by --os-compute-api-version 2.90 or above)'
4742+
'propagate changes to this value to the guest OS itself '
4743+
'(hostnames supported by --os-compute-api-version 2.90 or '
4744+
'above, FQDNs supported by --os-compute-api-version 2.94 or '
4745+
'above)'
47404746
),
47414747
)
47424748
parser.add_argument(

0 commit comments

Comments
 (0)