Public bug reported:
The volume size should be checked in bdm.sourece_type=image, dest_type=volume
case no matter what the image
is, but in:
https://github.com/openstack/nova/blob/5a09c81af3b438ecbcf27fa653095ff55abb3ed4/nova/compute/api.py#L1452-L1453
we skipped the check if the bdm.image_id ==
Public bug reported:
We added support to allow attach volumes to shelved instances in mircoversion
2.20,
When attaching volume to shelved instances using Cinder new attach workflow, the
volume status should be ``reserved`` istead of ``in-use``.
** Affects: nova
Importance: Undecided
Public bug reported:
The support matrix for Delete(Abort) migration is missing,
this could be a very useful info for users to consider using
this featture, we should add it.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in
Public bug reported:
In microversion 2.20 we added the ablility to detach/attach volumes from a
shelved(_offloaded) instance:
http://git.openstack.org/cgit/openstack/nova/tree/nova/api/openstack/compute/rest_api_version_history.rst?h=stable/rocky#n177
But after we uses the cinder new attach work
Public bug reported:
We allowed add instance tags when booting in
Iac54b9627cb4398e45f1f15a2f4e7d6f86242093, conductor
will create tags for us in the selected cell, but
we forgot to consider the case that no valid host
was found.
So we will be unable to filter those instances in
cell0 with tags.
Public bug reported:
When AggregateCoreFilter, AggregateDiskFilter and AggregateRamFilter are
enabled, we will
use the allocation ratio set in aggregate metadata instead of config set per
host.
But when we latter at the weighting process, we used again the config per host,
this might
lead to s
** Changed in: nova
Status: In Progress => Invalid
--
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/1793423
Title:
Should not read config options while update cells
Public bug reported:
TBA
** Affects: nova
Importance: Undecided
Status: New
--
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/1793423
Title:
Should not read
only if there is no infomation about this cell in the cache(first
time call).
As for the current implementation, we lock the whole call, which may
affect performance.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Public bug reported:
The require_tenant_aggregate request filter was added in
Idb52b2a9af539df653da7a36763cb9a1d0de3d1b, it queries
hosts aggregates by its metadata, and since it is used
for matching spesific "filter_tenant_id:123" key and value
pairs. As the host aggregates table only has index
f
action to which service. So it might be good to save who did the
action.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
You received this bug notificat
cided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova
Public bug reported:
Currently there are no logic in nova to clean the request_spec logic even when
the instances related to it are gone.
This will lead to the request_specs table in nova_api DB grows continuously.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng
Public bug reported:
Should send out notification when instance metadata got updated.
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
http
The bug is solved with blueprint:
https://blueprints.launchpad.net/nova/+spec/improve-filter-instances-by-ip-performance
** Changed in: nova
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to
Public bug reported:
When list instances with IP filter, there is no need
to try to get instances from BuildRequest, as building
instances will not have IP address. Skip this db call
can slightly improve performance.
** Affects: nova
Importance: Undecided
Status: New
--
You receiv
Public bug reported:
When using noauth midlleware, the context is generated here:
https://github.com/openstack/nova/blob/ef6f4e4c8ec82e2c9f9988fe2e04591ee01220e6/nova/api/openstack/auth.py#L56
as the openstack.request_id from req.environ, previously created in:
https://github.com/openstack/oslo.mi
Public bug reported:
TBA
** Affects: nova
Importance: Undecided
Status: New
--
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/1747600
Title:
Get auto from c
** Also affects: cinder
Importance: Undecided
Status: New
--
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/1746202
Title:
Invalid query parameter could lead to H
: 0.531050
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
You received this bug notification because you are a member of Yahoo!
Engineering Te
Public bug reported:
Problem
===
Usecase
===
Proposal
** Affects: neutron
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is
Public bug reported:
TBA
** Affects: nova
Importance: Undecided
Status: New
--
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/1718567
Title:
Mention API beh
owing creation requests pass API layer checks and stopped in conductor
layer check,
which lead instances to ERROR state.
** Affects: nova
Importance: High
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: Triaged
** Tags: quotas
** Changed in: nova
Assignee: (unassigned) =>
Public bug reported:
Filtering instance by IP when listing is done by:
http://git.openstack.org/cgit/openstack/nova/tree/nova/compute/api.py#n2457
this is due to that IP address is one part of the instance.network_info JSON,
we have to iterate one by one to find the instance that matches the requ
Public bug reported:
Horizon provided the feature to allow user edit existing flavors, no
matter it is currently used by any instances or not. While Nova doesn't
provide this kind of ability, Horizon achieved this by deleting the old
flavor first and create a new flavor with the requested properti
tus": "CURRENT", "media-types": [{"base":
"application/json", "type":
"application/vnd.openstack.compute+json;version=2.1"}], "id": "v2.1",
"links": [{"href": "http://10.76.150.17/compute/v2.
Public bug reported:
TBA
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
You received this bug notification because you are a member of Ya
it.openstack.org/cgit/openstack/nova/tree/nova/network/neutronv2/api.py#n623
we are getting security group info by "list" API and filtering with
instance.project_id and
obviously we cannot get what we want.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhe
** Also affects: cinder
Importance: Undecided
Status: New
--
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/1476114
Title:
Launch instance failed using instances'
Fix Released in Ocata:
https://review.openstack.org/#/c/349959/
** Changed in: nova
Status: Confirmed => Fix Released
--
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
Public bug reported:
TBA
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
You received this bug notification because you are a member of Ya
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
ht
t/nova/ and
attach the Nova API log if possible.
__call__
/opt/stack/nova/nova/api/openstack/wsgi.py:1041
2017-04-14 09:34:29.960 111211 INFO nova.osapi_compute.wsgi.server
[req-225940e7-1976-4ec9-8970-a8c2b4b103ea f9e4d94bbfbd4cf1b774108650faa855
d4fd94accf2a4718b2ec8100e4e2e5f1 - def
Public bug reported:
TBA
** Affects: nova
Importance: Undecided
Status: New
--
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/1675276
Title:
Volumes attache
Public bug reported:
How to reproduce:
1. Launch an instance.
2. Create a volume with ceph backend.
3. Attach the volume created in step 3.
4. Kill nova-compute
5. Delete the instance, this will go to local_delete
6. Check volumes status using "cinder list", the volume is in "available" status
7.
Public bug reported:
TBA
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
You received this bug notification because you are a member of Ya
better if we generate the migration records after
successfully claimed.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
You received this bug notificat
not
re-assgin
if it is already assigned to other ports.
** Affects: neutron
Importance: Undecided
Assignee: zhaobo (zhaobo6)
Status: New
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
and might confusing the users.
We'd better add a particular Exception for this kind of scenario and it could
be used
in other places also.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unass
/openstack/compute/schemas/servers.py#n82
So this function is only usable from microversion 2.32 to 2.37
we should fix it and backport to Newton.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned
/models.py#n1464
We should expand the limitation in tag object definition to 80 as we have
already created a 80 long
space in db and this may be confusing. Besides, users can make more use of the
longer tags.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu
** Also affects: python-openstackclient
Importance: Undecided
Status: New
** Changed in: python-openstackclient
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
** No longer affects: python-openstackclient
--
You received this bug notification because you are a member
e found in:
http://paste.openstack.org/show/592762/
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
You received this bug notification because you ar
time come first serve style, lets say
call A has successfully handled, the metadata in DB is now old_meta + A, then
we will handle call B, as the target
meta is old_meta + B hence A will be removed.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
S
:
http://paste.openstack.org/show/591749
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
You received this bug notification because you are a member of Ya
quot;ce211f7b-e808-4222-80e4-9bec9113afa3", "ip_address": "10.0.0.1"}
|
| eaf6a086-a146-4e45-8c4c-a54b209e80c4 | | fa:16:3e:5d:89:bd |
{"subnet_id": "ce211f7b-e808-4222-80e4-9bec9113afa3", "ip_address": "10.0.0.2"}
|
lvmdriver-1 | false| |
+
+--+---+--+--+-+--+-+
+
+ The volume is still available.
+
+
+ The volume is actually not attached by checking the instance's XML.
+ We should forrbid the boot call w
Public bug reported:
TBD
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
You received this bug notification because you are a member of Ya
"/usr/lib/python2.7/site-packages/eventlet/tpool.py", line 125, in execute
2016-11-15 06:15:41.624 17224 ERROR nova.huawei.compute.manager [instance:
d8a1c18a-6e20-41da-9115-c3f3e6c6b836] six.reraise(c, e, tb)
2016-11-15 06:15:41.624 17224 ERROR nova.huawei.compute.manager [inst
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenSt
section in
api-ref to let readers know where to find information and come up with better
sulotion
later.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
ut-of-date.
We should send out notification about server group changes when delete
instances.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
** Descriptio
boot
instances, the count here will be incorrect if we don't refresh the
instance_group
members.
https://git.openstack.org/cgit/openstack/nova/tree/nova/compute/api.py#n975
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in:
Public bug reported:
In
http://git.openstack.org/cgit/openstack/nova/tree/nova/api/openstack/compute/servers.py#n1099
the parameter "all_tenants" is also treated as an available parameter for
non-admins, this search
option should be strict to admin users.
** Affects: nova
Importance: Undec
Public bug reported:
The middleware RequestId from oslo middleware can totally replace
compute_req_id middleware in nova, there will be no reason to still
have it.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
** Also affects: python-openstackclient
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/1588171
Title:
Should update nova api version to 2.1
S
: searchlight
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
** Changed in: ceilometer
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
** Description changed:
- As nova api had abandoned 2.0, and suggest to use v2.1 if we call nova.
- So should update the version from
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: In Progress
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
** Description changed:
- According to https://review.openstack.org/#/c/204947/ image id is considered
to be
- useless
spatcher
NotImplementedError: Cannot load 'id' in the base class
2016-05-23 20:12:17.975 61434 ERROR oslo_messaging.rpc.dispatcher
This is due to the image_id property didn't copied from cinder volume's
image properties to nova.
** Affects: nova
Importance: Undecided
Public bug reported:
In https://review.openstack.org/#/c/272471/ we added checks of attach interface
capabilies
of drivers, but the checks of detach interfaces was forgot. We should also add
it.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu
Public bug reported:
When Non-admin list server group with all_projects,
an 403 error should return instead of returning server groups in this project.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee
sed time
2016-03-30T16:53:59+08:00 13CC40D2-1DD2-11B2-9C27-00821800 nova-
compute: Live Migration failure: operation failed: Failed to connect to
remote libvirt URI qemu+tcp://13EB9F4A-
1DD2-11B2-9C27-00821800/system: Unable to resolve address '13EB9F4A-
1DD2-11B2-9C27-00821800'
Public bug reported:
The old glance config options host, port and protocol is marked to
be removed in Newton to use api_servers instead. But the deprecation
and remove work has not been done.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status
** Changed in: nova
Status: In Progress => Invalid
--
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/1553921
Title:
Nova API didn't check whether user provide inject
Public bug reported:
As demonstrated in Nova API ref:
** Affects: nova
Importance: Undecided
Status: New
--
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/1553
henyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
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
Public bug reported:
According to
http://developer.openstack.org/api-ref-compute-v2.1.html#createServer , the
perameter personality
has limits about path length and content length. And it is pointed out that the
content should be base64 encoded
string and the content length limit is the limit o
@Matt Riedemann, Hi, sorry for the delay, I was on vacation, I realized
I was in the middle of your BP implementation when I find out this bug,
I will close this one.
** Changed in: nova
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Yahoo!
will cause AttributeError.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
** Description changed:
- In roll_back_live_migration_at_destination, we tr
to handle it.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
You received this bug notification because you are a member of Yahoo!
Engineering T
will
also update the
information from ComputeNode object, and avoid the inconsistency between
different services.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhen
this logic, so the task
state didn't
saved and the logic doesn't work.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: In Progress
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
** Description changed
n_type' = 'volume' as the identifier, as this will
actually identify that a cinder volume
will be added as 'vda'.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) =>
process keep working which causes the
above situation.
How about we add some expected_task_state also for block_device_mapping?
The expected task states can be NETWORKING, SCHEDULING, and none.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
St
[], this is quite different with comment in the api
code.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
You received this bug notification because you
inder side. This is
different with the normal volume
detach process.
Besides, when rebuilding, we should only allow detaching the volume with in-use
status, volume in status
such as 'retyping' should not allowed.
** Affects: nova
Importance: Undecided
Assignee: Zheny
Public bug reported:
Currently, when querying user quota usages, the query process is not
Order Preserved, this may causes deadlock in bulk creations. That is,
for example, there are 2 rows in the DB, the first call get the record
from the 1st row and lock, at the same time, an another call get th
, new
record may be recorded to the list for the same user and same resources.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
You received this bug noti
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is su
** Also affects: nova
Importance: Undecided
Status: New
** No longer affects: nova
** Also affects: nova
Importance: Undecided
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
You received this bug notification because you ar
** Project changed: nova => python-novaclient
--
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/1481210
Title:
No tenant id displayed using server-group-list --all-projects
Public bug reported:
Currently, Admin can list all existing server groups using "nova
server-group-list --all-projects".
But the output display does not contain project id information, it is really
difficult to identify which server group
belongs to which project.
** Affects: nova
Importan
e. So it should not be limited by flavor's root_gb.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
You received this bug notification because you ar
pi.openstack
2015-07-20 14:45:27.455 12962 INFO nova.api.openstack
[req-079d1169-0bbb-4b0a-bb1b-a72467585385 ed64bccd0227444fa02dbd7695769a7d
b8112a8d8227490eba99419b8a8c2555 - - -]
http://10.250.10.17:8774/v2/b8112a8d8227490eba99419b8a8c2555/os-volumes_boot
returned with HTTP 500
** Affects: n
44c538801d8f46fa9b9b15d7d7986bef
939300520ec34fea975ef197c8fd61b8 - - -] Exception during message handling:
Resize error: Unable to resize disk down.
2015-07-16 11:22:00.706 25351 ERROR oslo_messaging.rpc.dispatcher Traceback
(most recent call last):
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng
|
|user_id|
from a new
image or the snapshot of this instance (nova just detach and attach again the
same volume).
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (n
d
implementation, we should perform it in API layer.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
You received this bug notification because you a
lected.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
--
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/1459468
Title:
Public bug reported:
Cleanup all base.NovaObjectDictCompat according to Daniel Berrange's
TODO comment.
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Co
Public bug reported:
The parameter in nova/api/openstack/compute/plugins/v3/agents.py
function: update name "para" is different from the ones of the other
APIs. Most other names are resource names like "server" etc. This name
should be changed to "agent" for consistent naming with
v2.1+microversio
27;os-' both in documentation and source code. Since Brian Waldon
didn't participated anymore in OpenStack after Aug, 2013. It is better
to remove this TODO comment to avoid misunderstanding.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Sta
tances,
we should use instance.uuid.
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: New
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhenyu)
--
You received this bug notification because you are a member of Yahoo!
Eng
Public bug reported:
The property "instance.disable_terminate" is initialized using:
disable_terminate = Column(Boolean(), default=False)
in \nova\db\sqlalchemy\models.py
This property is then used in
1) compute\api:
def _delete(self, context, instance, delete_type, cb, **instance_attrs):
|
+--+--+
** Affects: nova
Importance: Undecided
Assignee: Zhenyu Zheng (zhengzhenyu)
Status: Confirmed
** Changed in: nova
Assignee: (unassigned) => Zhenyu Zheng (zhengzhe
96 matches
Mail list logo