** Changed in: neutron (Ubuntu)
Status: Triaged => Fix Released
** Also affects: neutron (Ubuntu Bionic)
Importance: Undecided
Status: New
** Changed in: neutron (Ubuntu Bionic)
Status: New => Fix Released
** Changed in: neutron (Ubuntu Bionic)
Importance: Undecided =>
Reviewed: https://review.opendev.org/683207
Committed:
https://git.openstack.org/cgit/openstack/neutron/commit/?id=6a5a75d5a6d4af08310774cef1b091d2ce2551d4
Submitter: Zuul
Branch:master
commit 6a5a75d5a6d4af08310774cef1b091d2ce2551d4
Author: Rodolfo Alonso Hernandez
Date: Thu Sep 19 17:12
> Maybe we should provide a way to generate a domain vs project scoped
token from Horizon when logged in as the desired user.
I think that's a valid request, could you file that with the horizon
project?
** Changed in: keystone
Status: New => Invalid
--
You received this bug notification
** No longer affects: keystone
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1847727
Title:
CI: failing on CRITICAL may be still too strong
Status in kolla-ansibl
Public bug reported:
Tested on stable/queens but this code isn't changed a lot since than so
probably may happen also on newer releases.
Sometimes (probably due to some race condition) dhcp agent spawns
dnsmasq process and sets first "tag0" for the dhcp-range option and in
opts file for subnet bu
According to last comment from Yang Youseok, I will mark this rfe as
postponed. If there will be some valid use cases for that we can revive
it in the future.
** Tags removed: rfe-triaged
** Tags added: rfe-postponed
** Changed in: neutron
Status: Confirmed => Opinion
--
You received thi
Public bug reported:
def subnet_is_ipv6(subnet):
"""Common helper for checking network_state subnets for ipv6."""
# 'static6' or 'dhcp6'
if subnet['type'].endswith('6'):
# This is a request for DHCPv6.
return True
elif subnet['type'] == 'static' and is_ipv6_addr(sub
Public bug reported:
2 functions used in error cleanup in _do_build_and_run_instance:
_cleanup_allocated_networks and _set_instance_obj_error_state, call an
unguarded instance.save(). The problem with this is that the instance
object may have been in an unclean state before the build exception was
8 matches
Mail list logo