canonical / canonical/cloud-init
RBXCloud has no dsname defined, so datasource cannot be properly detected.
Open
bug
launchpad
- Dominant language
- Python
- Stars
- 3.8k
- Forks
- 1.1k
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 18
Description
This bug was originally filed in Launchpad as [LP: #1855196](https://bugs.launchpad.net/cloud-init/+bug/1855196)
Launchpad details
affected_projects = []
assignee = None
assignee_name = None
date_closed = None
date_created = 2019-12-04T22:50:32.054098+00:00
date_fix_committed = None
date_fix_released = None
id = 1855196
importance = low
is_complete = False
lp_url = https://bugs.launchpad.net/cloud-init/+bug/1855196
milestone = None
owner = chad.smith
owner_name = Chad Smith
private = False
status = triaged
submitter = chad.smith
submitter_name = Chad Smith
tags = []
duplicates = []
_Launchpad user **Chad Smith(chad.smith)** wrote on 2019-12-04T22:50:32.054098+00:00_
Each cloud-init datasource needs to define a dsname property.
This property affects the instance-data.json platform_type presented for an instance (via cloud-init query --all) without this defined, cloud-init query will not properly identify this platform and the cloud may not be able to get selected via dpkg-reconfigure.
Contributor guide
Assessment
This issue has not been assessed yet.