James Page
James Page
Proxied from Launchpad Ubuntu Bug: https://bugs.launchpad.net/ubuntu/+source/python-pylxd/+bug/1546203 Currently I'm getting the container uid as follows, which is ugly and presumably fragile: vsm = lxd_api.get_container_config(container_name)['config']['volatile.last_state.idmap'] return ast.literal_eval(vsm.replace('true', 'True').replace('false', 'False'))[0]["Hostid"] python-pylxd should expose...
#### Summary During testing of OpenStack Sunbeam we occasionally see an issue where pods are unable to resolve the hostname associated with another service in the same deployment: https://bugs.launchpad.net/snap-openstack/+bug/2033680 This...
We've hit this a few times in OpenStack CI; specifically Amulet raises: ``` DEBUG:runner:Timeout occurred, printing juju status...environment: osci-sv16 ``` The model is deployed and all units are in the...
#### Summary When building multi-node microk8s clusters, new node fail to join the initial seed node due to an SSL verification issue. #### What Should Happen Instead? New nodes should...
#### Summary New node fails to join cluster - errors due to a missing file. #### What Should Happen Instead? Great to get it to join the cluster. #### Reproduction...
redis and jwcrypto are not required to use websockify so configure these as optional requirements for specific features (redis, jwt) rather than always installing.
With SQLAlchemy 2.0.36 mapping as a dataclass while also providing a ``__table__`` attribute is not supported. Skip associated test when ``MappedAsDataclass`` is in use. Fixes: #1378 See https://github.com/sqlalchemy/sqlalchemy/commit/6ae7f2378971b16f024eb5ab851cc4533bc4e61a for associated...