[Yahoo-eng-team] [Bug 1743791] [NEW] Router gateway ip can be changed while being used by a VPN IPsec site connection

2018-01-17 Thread Hunt Xu
Public bug reported: * Summary When an IPsec site connection is using the IP address of the router gateway port as the local IP, user can change the IP address of the router gateway port, then the IPsec site connection will malfunction. * Environment devstack with vpnaas * Step-by-step

[Yahoo-eng-team] [Bug 1742648] Re: Doc build(both html and man) failing with sphinx 1.6.6

2018-01-17 Thread Gage Hugo
This is probably more of an issue with sphinx then, as the current solution is to block it on upper constraints[0]. [0] https://review.openstack.org/#/c/534779/ ** Changed in: keystone Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1743815] [NEW] Setting v2 to true and v1 to false causes HTTPMultipleChoice error

2018-01-17 Thread James Bagwell
Public bug reported: I have a question. When I have: glance::api::enable_v1_api: false glance::api::enable_v2_api: true I get error: HTTPMultipleChoices (HTTP 300) Requested version of OpenStack Images API is not available. stack_status | CREATE_FAILED stack_status_reason | Resource CREATE

[Yahoo-eng-team] [Bug 1743860] [NEW] allocation candidates db backend can handle non-nested traits but the HTTP front end is not turned on

2018-01-17 Thread Chris Dent
Public bug reported: The code for /allocation_candidates is set up to be able to process a 'required' parameter alongside the 'resources' parameter. This results in a collection of RequestGroups which are used by the AllocationCandidates code in nova/objects/resource_provider.py But we can't

[Yahoo-eng-team] [Bug 1737892] Re: Fullstack test test_qos.TestBwLimitQoSOvs.test_bw_limit_qos_port_removed failing many times

2018-01-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/533318 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a8271e978a1c540ae9888f568cf14b4c40ea1b6d Submitter: Zuul Branch:master commit a8271e978a1c540ae9888f568cf14b4c40ea1b6d Author: Sławek Kapłoński Date:

[Yahoo-eng-team] [Bug 1743728] Re: giturl not working for api-ref (nova, neutron-lib)

2018-01-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/534666 Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=2646d7b37d5ea1e4309b1880d226b7efb507f0b1 Submitter: Zuul Branch:master commit 2646d7b37d5ea1e4309b1880d226b7efb507f0b1 Author: Andreas Jaeger Date: Wed

[Yahoo-eng-team] [Bug 1743725] [NEW] Verify operation in glance

2018-01-17 Thread alex
Public bug reported: please assist i'm trying to verify glance installation on centos openstack pike but it states... as below [root@controller ~]# openstack image create "cirros" --file cirros-0.3.5-x86_64-disk.img --disk-format qcow2 --container-format bare --public 401 Unauthorized: This

[Yahoo-eng-team] [Bug 1743728] Re: giturl not working for api-ref (nova, neutron-lib)

2018-01-17 Thread Stephen Finucane
** Also affects: nova Importance: Undecided Status: New ** No longer affects: openstack-doc-tools ** Also affects: neutron Importance: Undecided Status: New ** Tags added: api-ref -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1743887] [NEW] Underscores not allowed when creating new key pair

2018-01-17 Thread Ola Khalifa
Public bug reported: When creating a new key pair horizon doesn't allow underscores in key pair name. However, according to the nova api this is allowed. Nova api: https://github.com/openstack/nova/blob/master/nova/compute/api.py#L3690 ** Affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1734167] Re: DNS doesn't work in no-cloud as launched by ubuntu

2018-01-17 Thread Scott Moser
Marked as fix-released. I tested today with 20180115.1 image from bionic. wget http://cloud-images.ubuntu.com/bionic/20180115.1/bionic-server- cloudimg-amd64.img -O bionic-server-cloudimg-amd64.img url="https://smoser.brickies.net/ubuntu/nocloud/; qemu-system-x86_64 -enable-kvm -m 768 \ -net

[Yahoo-eng-team] [Bug 1743962] [NEW] UnicodeEncodeError occur when using chinese name to create load balancer

2018-01-17 Thread Eric Lei
Public bug reported: UnicodeEncodeError occur when I create load balancer using chinese name, the log is below: ERROR neutron_lbaas.agent.agent_manager [-] Unable to deploy instance for loadbalancer: 163a0cf5-d932-4aa9-bd35-9a01a369c9f0 ERROR neutron_lbaas.agent.agent_manager Traceback (most

[Yahoo-eng-team] [Bug 1732841] Re: The name of a deleted image should not be shown as a link

2018-01-17 Thread Simon Alexander Kerr Collins
I have been unable to replicate this error, I think this might have already been fixed and is nolonger and issue ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1743815] Re: Setting v2 to true and v1 to false causes HTTPMultipleChoice error

2018-01-17 Thread Brian Rosmaita
>From what I can tell, Glance is behaving correctly. This may be a heat bug or heat misconfiguration issue. Feel free to re-open if this requires more discussion. ** Changed in: glance Status: New => Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1743922] [NEW] Choice of image source even when file is the only option

2018-01-17 Thread Amelia Cordwell
Public bug reported: the current default settings only allow for an image to be uploaded by file, not URL as was relevant in older versions of cinder, but horizon still shows a selector on the create images page. If the option for upload via URL is not enabled, a selector should not be shown.

[Yahoo-eng-team] [Bug 1692951] Re: [RFE] DSCP mark on the outer header

2018-01-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/501267 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6bf0788da07854573048d494065375f64803dd46 Submitter: Zuul Branch:master commit 6bf0788da07854573048d494065375f64803dd46 Author: Ali Sanhaji Date:

[Yahoo-eng-team] [Bug 1712680] Re: cloud-init re-generates network config every reboot overwriting manual admin changes on CentOS.

2018-01-17 Thread Andres Rodriguez
@Lee Adding a task to maas-images to ensure we are using the latest cloud- init which contains this fix. ** Changed in: maas Status: Incomplete => Invalid ** Also affects: maas-images Importance: Undecided Status: New ** Changed in: maas-images Assignee: (unassigned) =>