Public bug reported:
ds-identify OpenStack is odd
# LP: #1715241 : arch other than intel are not identified properly.
case "$DI_UNAME_MACHINE" in
i?86|x86_64) :;;
*) return ${DS_MAYBE};;
esac
It has that, which is not nice.
Also i think above is no longer true, i think that arm64 ppc64le s390x
do have better openstack identification these days.
Also returning DS_MAYBE is a bit harmful on arches that are known not to
have openstack yet - i.e. riscv64.
** Affects: cloud-init
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1905447
Title:
ds-identify OpenStack is odd
Status in cloud-init:
New
Bug description:
ds-identify OpenStack is odd
# LP: #1715241 : arch other than intel are not identified properly.
case "$DI_UNAME_MACHINE" in
i?86|x86_64) :;;
*) return ${DS_MAYBE};;
esac
It has that, which is not nice.
Also i think above is no longer true, i think that arm64 ppc64le s390x
do have better openstack identification these days.
Also returning DS_MAYBE is a bit harmful on arches that are known not
to have openstack yet - i.e. riscv64.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1905447/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp