Public bug reported:
In several panels the network admin state is hardcoded to UP/DOWN. I
know this was observed during code development and key points in the
code are flagged. However, I could not find any existing bug to track
this issue.
./openstack_dashboard/dashboards/admin/networks/ports/
Public bug reported:
Looking more closely at BatchAction it seems that it never really counts
the number of items are the passed in. Instead it will choose a
translations based on either the number 1 (if no items are passed in),
or the number 6 (because that's the number of letters in 'plural').
Public bug reported:
The LDAP assignment backend is missing some of the methods used by auth
to handle federation tokens, for instance, at least
get_roles_for_groups().
** Affects: keystone
Importance: Undecided
Status: New
** Description changed:
- The LDAP assignment backend is
This is a Glance issue, I believe because that driver is incomplete.
** Project changed: cinder => glance
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1382681
Title:
Support for cinder
Public bug reported:
When deleting an instance, the corresponding row in the instance_actions
table is not marked as deleted..
nova boot foo...
nova delete foo
go into mysql, select deleted from instance_actions
deleted=0
This creates a foreign key constraint when using archive_deleted_row
You have been subscribed to a public bug:
Cinder as glance default_store is not working as of now. Throws a 500
internal server error
https://ask.openstack.org/en/question/7322/how-to-use-cinder-as-glance-
default_store/
** Affects: glance
Importance: Undecided
Status: New
--
Sup
Public bug reported:
When creating vm with VMware dirver, nova compute first download image
from glance to datastore. It is very slowly. Because nova compute
interactive with vCenter to put file, not ESX.
We compare performance. Interactiving with ESX is faster at least six
times.
Fix: at first,
Public bug reported:
All stylesheet files should be imported in horizon.scss using scss's
@import. and only file referenced in _stylesheets.html should be
horizon.css
This allows all scss files to use variables defined in horizon.scss
** Affects: horizon
Importance: Undecided
Assignee:
Public bug reported:
The horizon.scss now @imports _variables after importing bootstrap,
which prevents us to override bootstrap variables there. (see how scss
variables overriding work http://robots.thoughtbot.com/sass-default)
The fix should move _variables import before bootstrap import in
hor
Public bug reported:
Deleting an instance does not mark the block device mapping as deleted.
For example, boot an instance ( type doesn't matter, I found this on an
ephemeral instance) then
delete the instance.
In the database, you see that "deleted=1" for the instance, but for the
correspondin
Public bug reported:
If token.provider.common we have a check before issuing a federation
that checks if the method name used agrees with a hard coded protocol
name.
i.e.: if 'saml2' in method_names or 'oidc' in method_names
this should be done in a more dynamic way, so if more auth metho
Public bug reported:
Go to the table at Admin -> System -> Hypervisors -> Compute Host.
Enter any value in the Filter field and press the filter button. A
TemplateSyntaxError occurs.
http://paste.openstack.org/show/130113/
** Affects: horizon
Importance: Undecided
Status: New
--
Public bug reported:
With mod_auth_openidc (and many other apache plugins) the authN'ed user
name is set in the REMOTE_USER field of the environment. The current
code somewhat accounts for this, but the value is in the end, ignored.
The user still needs to have a map that sets the user name.
For
Public bug reported:
When running the following command:
# neutron lb-pool-update pool1 --lb_method dummy
The result is:
Internal Server Error (HTTP 500) (Request-ID:
req-21a73d3c-dbe8-4782-8203-5e187112980c
Expected result:
Error Message about the wrong value used
** Affects: neutron
I
Public bug reported:
If we enabled "AggregateInstanceExtraSpecsFilter" in scheduler or other
filters related to the extra specs of flavor, and issue live-migration
without giving a destination host, the scheduler will always bypass the
filters.
** Affects: nova
Importance: Undecided
Public bug reported:
In the latest openstack version, installed from ubuntu repository:juno
the openvswitch agent would not start.
Hence the problematic part I found is the neutron-ova-cleanup
Execution will raise this error
Traceback (most recent call last):
File "/usr/bin/neutron-ovs-cleanu
Public bug reported:
I have taken latest devstack code today and activated HyperV compute from msi
downloaded from cloudbase.
instance created successfully.
Configure cinder using hp3pariscsi driver, volumes got created.
Attach volume1 to instance1 runnning on hyperV, succeeded, i can see the di
I agree with Alex -- this sounds like a semantic change. Currently in
nova, delete is always allowed to succeed i.e. we soft delete, even when
the compute node is unavailable. Quota will be returned to the user and
the ip address will be freed. The idea behind this is that for the user,
it should b
** Changed in: neutron
Status: New => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1372586
Title:
dhcp-agent creates unexpected ports (ignores 'host' parameter) so
That looks like a networking issue, not client/server issue.
** Tags removed: ml2
** Project changed: neutron => python-neutronclient
** Changed in: python-neutronclient
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, whi
Public bug reported:
Round up of all spelling and grammar issues across Neutron
** Affects: neutron
Importance: Undecided
Assignee: David Mahony (david-mahony)
Status: New
** Changed in: neutron
Assignee: (unassigned) => David Mahony (david-mahony)
--
You received this
Public bug reported:
Affected version: stable/juno
Description:
On a single-node deployment of OpenStack (using DevStack), if the default
availability zone of Nova is replaced by another one, then the API
api.nova.server_list returns the list of VMs in which the info of availability
zone is i
Public bug reported:
In file glance/etc/metadefs/compute-host-capabilities.json there is a
part of schema:
"resource_type_associations": [
{
"name": "OS::Nova::Flavor",
"prefix": "capabilities:"
},
{
"name": "OS::Nova::Aggregate",
Public bug reported:
Steps to reproduce :
1. keystone tenant-list - To check tenant list
2. glance image-list - To check image list
3. Now try to delete a member which doesn't exists(give incorrect tenant-id)
Usage : glance member-delete
glance member-delete 39d8e797-667e-43f3-934c-b70c
The source for http://docs.openstack.org/developer/nova lives in the
nova repo.
** No longer affects: openstack-manuals
--
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/137
** Changed in: openstack-manuals
Status: New => Confirmed
** Also affects: openstack-api-site
Importance: Undecided
Status: New
** No longer affects: openstack-manuals
** Changed in: openstack-api-site
Status: New => Confirmed
** Changed in: openstack-api-site
Importa
Sth. is not right on my env. It seems OK on the devstack.
** Changed in: keystone
Status: New => Invalid
** Information type changed from Public to Private
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://
27 matches
Mail list logo