I'm proposing this change in a blueprint.
** Changed in: horizon
Status: In Progress => Invalid
** Changed in: horizon
Assignee: Jeffrey Olsen (jeffrey-olsen) => (unassigned)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscrib
Public bug reported:
The users table (/identity/users/) in a particular environment displays
800+ users on the page. I click "Create User" and the modal dialog pops
up. When I start entering User Name, with every character that is
entered, there is a pause of 4-5 seconds. Data entry is practically
Public bug reported:
qrouters for DVR routers should be created on demand when VMs are
created on the compute Node.
But with the current code, it seems that is broken.
When a VM is created on a router's subnet after the router-interface is
added to the router, then the 'qrouter' namespace is not
Public bug reported:
I have Openstack deployed with DVR support.
I did following to setup my networks
neutron net-create demo-net
netdemoaid=$(neutron net-list | awk '{if($4=="'demo-net'"){print $2;}}')
neutron subnet-create demo-net 10.100.102.0/24 --name demo-subnet
subnetdemoid=$(neutron subn
Public bug reported:
I'm getting a pylint error on my newest patch [2] that doesn't seem to
be related to the patch. I seem to get the same error on master.
Logstash is hinting at something starting to go wrong [1].
"Possible unbalanced tuple unpacking with sequence defined at line 153:
left sid
Public bug reported:
I hit this while implementing volume snapshots for the NFS Cinder
driver. I booted an instance from an image with the destination as a
volume.
nova boot --block-device id=fc19829e-5f65-4e9c-
acf3-0e898747506f,source=image,dest=volume,size=2,bootindex=0,shutdown=preserve
...
Public bug reported:
Steps to reproduce:
1. Login to horizon dashboard.
2. Navigate to Network Topology under Network and select 'Create Network'
button.
3. On the pop up window, provide network name and click next.
4. In Subnet window, provide a Subnet Name, valid Network address , select IP
V
Public bug reported:
Now, in admin images page, the images table show owner id for image, and
this is not user friendly
** Affects: horizon
Importance: Undecided
Status: Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is sub
** Attachment added: "image_tables.png"
https://bugs.launchpad.net/horizon/+bug/1411837/+attachment/4300218/+files/image_tables.png
** Changed in: horizon
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscri
Public bug reported:
The configuration files (glance-api.conf, glance-cache.conf, glance-
registry.conf etc) are currently manually synced with the options
defined in the code. This is causing an unnecessary amount of
contributor's effort to maintain, especially when we can automatically
keep them
Public bug reported:
cloudinit/dists/rhel.py contains the follow code to determine if systemd
is in use:
def uses_systemd(self):
# Fedora 18 and RHEL 7 were the first adopters in their series
(dist, vers) = util.system_info()['dist'][:2]
major = (int)(vers.split('.')[0
Public bug reported:
http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiT3BlcmF0aW9uYWxFcnJvcjogKE9wZXJhdGlvbmFsRXJyb3IpIHVucmVjb2duaXplZCB0b2tlbjogXCJAXCIgJ1NFTEVDVCBAQHR4X2lzb2xhdGlvbjsnICgpXCIiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjE3MjgwMCIsImdyYXBobW9kZSI6ImNvdW50IiwidGltZ
Thanks David! You beat me to it.
** No longer affects: tempest
** Changed in: nova
Status: New => Confirmed
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1411482
Public bug reported:
The description in the documentation is ambiguous. There is not the
certainty that the image_max_size parameter is about the sum of all the
images or just one image.
http://docs.openstack.org/developer/glance/cache.html
In the file: /etc/glance/glance-cache.conf, it just sa
Public bug reported:
openstack_dashboard/dashboards/project/containers/forms.py imports
containers/tables.py just for the 'wrap_delimiter' function. This
function should be moved to a new containers/utils.py, and then imported
to both forms and tables.
** Affects: horizon
Importance: Undecid
Public bug reported:
I am running Ubuntu 14.04 with a source Juno install updated as of
yesterday. I have two network nodes and two compute nodes. When a VM is
booted the broadcast DHCP request goes out and is received by the
network node dnsmasq process. The unicast DHCP response is sent and is
r
This error is coming from the nova compute log here.
http://logs.openstack.org/10/115110/20/check/check-tempest-dsvm-neutron-
pg-full-2/3c885b8/logs/screen-n-cpu.txt.gz
2015-01-16 01:53:19.798 ERROR oslo.messaging.rpc.dispatcher
[req-6bd7d570-7e04-4118-9547-6f8b6fdd67fa TestMinimumBasicScenario-
Public bug reported:
This bug comes from a split of the bug #1365476 which will now be
dedicated to an OVS fix
There is big difference between OVS and LB when using vxlan tunnels
managed by l2pop :
-In OVS, vxlan tunnels are plugged into the br-tun bridge. L2pop
messages will manage the tunnel c
Public bug reported:
If you look at e.g. https://jenkins05.openstack.org/job/gate-horizon-
docs/2699/consoleFull you'll find there are a lot of
WARNING/SEVERE/ERROR messages due to sphinx failing to recognize some
attributes/methods/whatever it is. Yet the gate-job succeeds in Jenkins.
Putting asi
This actually looks like a tempest bug, there is code in the
nova.compute.api where it's validating the 'metadata_items' lenght
against quota_metadata_items and that's probably racing against another
test in tempest that sets the global default quotas to -1 (unlimited),
so the negative test fails s
Public bug reported:
This is a negative test that is supposed to fail with an over-quota
exception when creating the server but it looks like it's successfully
creating the server request at times:
http://logs.openstack.org/00/135700/45/check/check-tempest-dsvm-
postgres-full/3bb3614/console.html
Public bug reported:
testing the bug submission process
** Affects: neutron
Importance: Undecided
Assignee: Victor Howard (victor-r-howard)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Victor Howard (victor-r-howard)
--
You received this bug notification
Public bug reported:
When we miss any of the environment variable, Keystone commands do not
throw any error, it just simply output nothing. But when when we run
nova command it outputs proper error message. So similarly even keystone
should throw appropriate error message when any of the environme
Public bug reported:
The Instance Overview page on Horizon displays some metrics' units in
non-abbreviated, and some in abbreviated format.
For example, RAM "Used 0Bytes of 50GB", Volume storage "Used 0Bytes of
1000GB" (see screenshot).
This is inconsistent. A better description would read "0B o
Public bug reported:
The 'Type' and 'Code' are the required fields for managing rules in
Access and Security tab, but they do not have the asterisk marked
against them.
To replicate this, please follow -
Projects -> Access and Security -> Add/Edit Rules (on any security group that
has been creat
change https://review.openstack.org/#/c/147775/ submitted.
** Changed in: nova
Status: Confirmed => In Progress
** Project changed: nova => tempest
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
26 matches
Mail list logo