cloud-init icon indicating copy to clipboard operation
cloud-init copied to clipboard

Official upstream for the cloud-init: cloud instance initialization

Results 514 cloud-init issues
Sort by recently updated
recently updated
newest added

# Enhancement See https://github.com/canonical/cloud-init/pull/4799#pullrequestreview-1866723421 > With this change, convert_ec2_metadata_network_config is getting a bit long and harder to follow. I think it'd be better if we could split the policy based...

enhancement

# Enhancement Add support for `routing-policy` in network config V2, so that cloud-init can render them on every network renderer where applicable. With this in place, ungate the automatic multi...

enhancement

# Bug report The cc_disable_ec2_metadata only blocks access to the EC2 IPv4 metadata server address (169.254.169.254), it does not block access to the IPv6 address, fd00:ec2::254. ## Steps to reproduce...

bug
ds: ec2

This bug was originally filed in Launchpad as [LP: #1785225](https://bugs.launchpad.net/cloud-init/+bug/1785225) Launchpad details affected_projects = [] assignee = None assignee_name = None date_closed = None date_created = 2018-08-03T11:12:56.923746+00:00 date_fix_committed = None...

bug
good first issue
launchpad
hacktoberfest

# Bug report No parameter information about the required --subsystem option is provided by `cloud-init devel hotplug-hook query --help` or `handle --help` ``` root@test-n:~# cloud-init devel hotplug-hook query -h usage:...

bug

# Bug report On a instance where cloud-init has not yet run or was cleaned, `cloud-init devel hotplug-hook query -s net` has the side-effect of trying to discover a new...

bug

This bug was originally filed in Launchpad as [LP: #1981912](https://bugs.launchpad.net/cloud-init/+bug/1981912) Launchpad details affected_projects = [] assignee = None assignee_name = None date_closed = None date_created = 2022-07-17T02:08:52.262346+00:00 date_fix_committed = None...

bug
launchpad

# Bug report In PR #4677, /run/ was relocated to `/var/run` on BSD. However, due to inconsistent use of the `Paths` object, several parts of cloud-init still have directories hard-coded...

bug

# Bug report Any call to `check_config()` in `ds-identify` is subtly broken, and could result in false positives as a result of this key in `/etc/cloud/cloud.cfg` or `/etc/cloud/cloud.cfg/.d*`. The most...

bug

Python 3.13 [will release in September 2024](https://peps.python.org/pep-0719/). We added a passlib dependency to Python 3.13 recently in preparation for this release, per the [upstream Python recommendation](https://docs.python.org/3/library/crypt.html): > Deprecated since version...

bug