Public bug reported:
The nova blueprint
https://review.openstack.org/#/c/471815/7/specs/queens/approved/expose-
vlan-trunking.rst adds support of automatic sub interfaces configuration
in the guest instance by exposing trunk details in the config drive.
However, some deployment requires such auto
metadata and configdrive, with which cloud-init will configure vlan
subinterfaces.
** Affects: nova
Importance: Undecided
Assignee: Baodong (Robert) Li (baoli)
Status: New
** Changed in: nova
Assignee: (unassigned) => Baodong (Robert) Li (baoli)
--
You received this
Public bug reported:
Prefix delegation was introduced in regular neutron router since
Liberty. But it doesn't work in neutron HA router. This bug is opened to
add its support in neutron HA router.
** Affects: neutron
Importance: Undecided
Assignee: Baodong (Robert) Li (
Public bug reported:
Following the wiki http://docs.openstack.org/mitaka/networking-guide
/config-ipv6.html, setup PD in a openstack deployment. Create a router
and add a PD-enabled subnet as in below:
neutron net-create ipv6-pd-net
neutron subnet-create --ip-version 6 --name ipv6-pd-subn
ts': [{u'dns_nameservers': [], u'ipv6_ra_mode': None, u'gateway_ip':
u'172.
24.4.1', u'cidr': u'172.24.4.0/24', u'id':
u'e8cbec96-2ea4-43d5-a717-93b03231d393', u'subnetpool_id': None},
{u'dns_nam
"admin_state_up": true,
"network_id": "243184e5-72d4-43eb-9295-b10ae8b44c7a",
"tenant_id": "59485ad25c25488cae7711528c3a3914",
"created_at": "2016-11-03T15:22:26Z",
Public bug reported:
Checking api/v2/attributes.py, user can provide a subnetpool_id as
"prefix_delegation" to enable PD. refer to
https://github.com/openstack/neutron/blob/master/neutron/api/v2/attributes.py#L376.
However, the neutron CLI doesn't allow this sincee it's now retrieving
the subnetpo
ce_extra_specs", and
should not look at the key "cpu_arch" at all
** Affects: nova
Importance: Undecided
Assignee: Baodong (Robert) Li (baoli)
Status: New
** Changed in: nova
Assignee: (unassigned) => Baodong (Robert) Li (baoli)
--
You received t
oslo-incubator copy of middleware"
To test it, create an instance with neutron ports, and then delete one of the
neutron ports by using neutron CLI. The deleted port remains attached
** Affects: nova
Importance: Undecided
Assignee: Baodong (Robert) Li (baoli)
Status: New
**
Public bug reported:
EC2 metatdata service is supported by nova metadata service that is
running in the management network. Cloud-init running in the instance
normally accesses the service at 169.254.169.254. Cloud-init can be
configured with metadata_urls other than the default
http://169.254.169
wIjoxNDI5ODgzMDUxOTIxfQ==
With the search string: message: "Cannot find device" AND message:
"qr-", many occurrences have been seen.
This seems to be the reason for failures of check-grenade-dvm-neutron as
seen in this review: https://review.openstack.org/#/c/176041/ although
n
** Also affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1443607
Title:
Linux Bridge: can't change the VM's bridge and tap inte
Public bug reported:
When run neutron HA with devstack, neutron-keepalived-state-change
failed to spawn due to the error NoFilterMatched
** Affects: neutron
Importance: Undecided
Assignee: Baodong (Robert) Li (baoli)
Status: New
** Changed in: neutron
Assignee
Public bug reported:
Refer to
http://logs.openstack.org/97/141297/1/check/check-grenade-dsvm-neutron/26779f5/logs/old/screen-q-lbaas.txt.gz
This caused check-grenade-dvsm-neutron to fail. This failure has been
seen in a few of the recent reviews.
** Affects: neutron
Importance: Undecided
** Changed in: neutron
Status: In Progress => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1373417
Title:
can't update ipv6-ra-mode and ipv6-address-mode due to invalid
ode set to 'None' is not valid. If both attributes are set, they
must be the same value. (HTTP 400) (Request-ID:
req-7f2982c7-b124-4b14-9284-6e0cc889dd28)
** Affects: neutron
Importance: Undecided
Assignee: Baodong (Robert) Li (baoli)
Status: Confirmed
** Change
Public bug reported:
https://review.openstack.org/#/c/72334/ introduced "binding:vnic_type"
into the neutron port binding extension. Ml2 plugin has been updated to
support the vnic_type, but others may not. Nova expects every port has a
correct vnic_type. Therefore, neutron should make sure each p
Public bug reported:
With the refactoring work moving PCI requests from system_metadata to
instance_extra, PCI requests are no longer accessible from the instance
object. Refer to https://review.openstack.org/#/c/118391/. One of the
issues is that the scheduler while consuming PCI requests (see
co
Public bug reported:
In icehouse, if an active instance without PCI passthrough devices is
resized with PCI passthrough devices being added in the new flavor, the
instance will be reported as ACTIVE after resizing, but becomes
inaccessible. Worse, the whole compute service seems to be hosed, and
k
Public bug reported:
requested_network is a tuple of (net_id, fixed_ip, port_id). Some of the
members can be None depending on the user input, for example, of the
nova boot command. When SR-IOV tries to use it for SR-IOV, it needs to
add a pci_request_id into it. Concerns are raised on the tuple'
Public bug reported:
def get_instance_pci_devs(inst):
"""Get the devices assigned to the instances."""
if isinstance(inst, objects.Instance):
return inst.pci_devices
else:
ctxt = context.get_admin_context()
return objects.PciDeviceList.get_by_instance_uuid(
Public bug reported:
the variable context is referenced in the pci_manager.__init__(), but
it's not passed in as an argument or defined anywhere. Thus exception
will be thrown when it's referenced.
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notific
Public bug reported:
system metadata table is a key-value pair with the size being 255 bytes.
PCI requests is saved as a json document in the system metadata table
and its size depends on the number of PCI requests, possibly more than
255 bytes. Currently, when outbound happens, DB throws an excep
Public bug reported:
Launching a VM on a network with both ipv4 and ipv6. After the VM is
booted successfully, login to it. Issuing ifconfig -a, no IPv6 address
is configured. However, dnsmasq is running properly on the host and
address for the VM has been advertised, which can be found from eithe
Public bug reported:
UnboundLocalError: local variable 'mode' referenced before assignment.
This most likely is due to a recent commit:
https://bugs.launchpad.net/neutron/+bug/1316190
** Affects: neutron
Importance: Undecided
Status: New
** Tags: ipv6
** Tags added: ipv6
--
You
Public bug reported:
for ipv6, dhcp agent doesn't configure the option file correctly, and
therefore the client won't be configured with, for example, name server
for ipv6. The option should be configured using the tag option6 for ipv6
** Affects: neutron
Importance: Undecided
Statu
Public bug reported:
investigation on the floatingip API revealed a few issues:
-- if the external network is associated with multiple subnets, one IP
address from each of the subnets is allocated. But the ip address used for the
floating ip is picked up randomly. For example, a network could
ore
--help' for more information.\n"
** Affects: neutron
Importance: Undecided
Assignee: Baodong (Robert) Li (baoli)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Baodong (Robert) Li (baoli)
--
You received this bug notification because you are a
Public bug reported:
During restarting nova-compute, reconciliation with the controller node
is not performed correctly for PCI passthrough devices.
** Affects: nova
Importance: Undecided
Assignee: Baodong (Robert) Li (baoli)
Status: New
** Changed in: nova
Assignee
scheduling, and nova instances
failed to boot.
** Affects: nova
Importance: Undecided
Assignee: Baodong (Robert) Li (baoli)
Status: New
** Changed in: nova
Assignee: (unassigned) => Baodong (Robert) Li (baoli)
--
You received this bug notification because you are a member
** Changed in: quantum
Status: In Progress => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to quantum.
https://bugs.launchpad.net/bugs/1128582
Title:
setup.cfg not used by quantum unit test
Status in OpenStack Qu
31 matches
Mail list logo