*** This bug is a duplicate of bug 1336127 ***
https://bugs.launchpad.net/bugs/1336127
Thanks andrew, marked this as a duplicate
** This bug has been marked a duplicate of bug 1336127
The volumes will be deleted when creating a virtual machine fails with the
parameter delete_on_terminati
Public bug reported:
If you create an instance with attached delete_on_terminate volumes and
it fails to launch on a host (due to a hardware or hypervisor issue) it
will be rescheduled but the volumes will have already been deleted. The
volumes should only be deleted if the instance is not going t
. This should be an ordered dict.
** Affects: nova
Importance: High
Assignee: Vish Ishaya (vishvananda)
Status: In Progress
** Changed in: nova
Status: New => In Progress
** Changed in: nova
Assignee: (unassigned) => Vish Ishaya (vishvananda)
** Changed in
** 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/1368815
Title:
qemu-img convert intermittently corrupt
Public bug reported:
The versions resource constructs the links by using host_url, but the
glance api endpoint may be behind a proxy or ssl terminator. This means
that host_url may be incorrect. It should have a config option to
override host_url like the other services do when constructing versio
*** This bug is a duplicate of bug 1247844 ***
https://bugs.launchpad.net/bugs/1247844
This is already fixed in Juno
** Changed in: nova
Status: In Progress => Fix Released
** Tags added: icehouse
** Tags removed: icehouse
** Tags added: icehouse-backport-potential
** This bug has b
f._send(target, ctxt, message, wait_for_reply, timeout)
2014-10-09 21:19:13.806 12252 TRACE nova.api.openstack File
"/usr/lib/python2.7/dist-packages/oslo/messaging/_drivers/amqpdriver.py", line
405, in _send
2014-10-09 21:19:13.806 12252 TRACE nova.api.openstack raise result
201
Public bug reported:
The nova-networks extension is improperly converting cidr values to
strings:
$ nova network-list
shows a list of ips for cidr:
[u'192.168.50.0', u'192.168.50.1', u'192.168.50.2', u'192.168.50.3',...]
This is possibly due to the extension being updated to use objects, but
I
Public bug reported:
Keystone doesn't provide a way to ensure that we do not create duplicate
endpoints. Imagine two concurrent workers attempting to create a
keystone endpoint. There are no unique constraints for endpoints besides
the id, but the id cannot be set externally, so there isn't an eas
Public bug reported:
There was an apparent hang that hit the unit tests:
2014-09-19 03:47:46.171 | {3}
nova.tests.volume.test_cinder.CinderApiTestCase.test_unreserve_volume
[0.006287s] ... ok
2014-09-19 03:47:46.710 | Exception TypeError: "'NoneType' object is not
callable" in > ignored
2014-0
Public bug reported:
The get_networks_by_host query fails to use the existing indexes on
fixed ips. This means a large number of fixed_ips can lead to the
database getting bogged down and taking multiple seconds to return.
** Affects: nova
Importance: Undecided
Assignee: Vish Ishaya
*** This bug is a duplicate of bug 1334142 ***
https://bugs.launchpad.net/bugs/1334142
** This bug is no longer a duplicate of bug 1368344
Failure in test_server_actions
** This bug has been marked a duplicate of bug 1334142
A server creation fails due to adding interface failure
--
Yo
*** This bug is a duplicate of bug 1334142 ***
https://bugs.launchpad.net/bugs/1334142
** This bug is no longer a duplicate of bug 1368344
Failure in test_server_actions
** This bug has been marked a duplicate of bug 1334142
A server creation fails due to adding interface failure
--
Yo
*** This bug is a duplicate of bug 1334142 ***
https://bugs.launchpad.net/bugs/1334142
so the fix for https://bugs.launchpad.net/bugs/1334142 is correct, it
just needs to be backported to stable/icehouse
** This bug has been marked a duplicate of bug 1334142
A server creation fails due to
*** This bug is a duplicate of bug 1368344 ***
https://bugs.launchpad.net/bugs/1368344
** This bug is no longer a duplicate of bug 1334142
A server creation fails due to adding interface failure
** This bug has been marked a duplicate of bug 1368344
Failure in test_server_actions
--
Yo
*** This bug is a duplicate of bug 1368344 ***
https://bugs.launchpad.net/bugs/1368344
** This bug is no longer a duplicate of bug 1334142
A server creation fails due to adding interface failure
** This bug has been marked a duplicate of bug 1368344
Failure in test_server_actions
--
Yo
Public bug reported:
2014-09-09 23:07:28.235 |
tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped[gate,smoke]
2014-09-09 23:07:28.235 |
-
.
** Affects: nova
Importance: High
Assignee: Vish Ishaya (vishvananda)
Status: In Progress
** Changed in: nova
Importance: Undecided => High
** Changed in: nova
Status: New => In Progress
--
You received this bug notification because you are a member of Yahoo!
Engin
Public bug reported:
The call to get_instance_nw_info fails with an error if a network is
deleted during the deallocation. Networks are not supposed to be able to
be deleted if they have fixed ips in use, but there is a race where a
network can be deleted while an allocation is still in process. T
cided
Assignee: Vish Ishaya (vishvananda)
Status: New
** Changed in: nova
Assignee: (unassigned) => Vish Ishaya (vishvananda)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova
Public bug reported:
There is a race condition in linux_net.get_dhcp_opts when
use_single_default_gateway is set. Because it makes multiple queries, if
an instance is deleted while iterating through the list of fixed ips, it
can cause an exception like the following:
2014-08-20 19:44:31.371 10867
Public bug reported:
Various nova extensions commands return a text response ("202 Accepted
[..]") even when provided with an "Accept: application/json" header. For
other 202 responses, either an empty body or a JSON-formatted response
is standard. The implementation should be consistent with othe
Public bug reported:
While investigating some database performance problems, we discovered
that there is no index on deleted for the reservations table. When this
table gets large, the expire_reservations code will do a full table scan
and take multiple seconds to complete. Because the expire runs
Public bug reported:
Ephemeral drives are destinaton == local, but the new bdm code bases it
on source instead. This leads to improper errors:
$ nova boot --flavor m1.tiny --block-device
source=blank,dest=volume,bus=virtio,size=1,bootindex=0 test
ERROR (BadRequest): Ephemeral disks requested ar
Public bug reported:
Previously deleting an instance would update the scheduler resources
fairly quickly. There is now a delay when deleting an instance until
the scheduler makes the resources available again. This appears to be
due to the fact that the delete code path used to call resource tra
Public bug reported:
The migration that creates the region table does not explicitly set utf8
so if the database default is not set, then db_sync fails with the
following error:
2014-06-26 17:00:48.231 965 CRITICAL keystone [-] ValueError: Tables "region"
have non utf8 collation, please make sur
FYI if min_disk is set properly in the image, it will fail on download.
Glance should be automatically setting min_disk from virtual_size when
it can. Virtual size of qcow images can be determined via qemu-img info
with just the first 512 bytes or so of the image.
** Also affects: glance
Import
This is a regression from Havana. We should not just remove features
with no deprecation cycle and no release notes. I believe we should
revert the removal patches.
** Changed in: nova
Importance: Undecided => Critical
** Changed in: nova
Status: Invalid => Triaged
--
You received thi
Public bug reported:
Attempting to block iptables across the bridge via iptables rules is not
working. The iptables rules are never hit. blocking dhcp traffic from
exiting the node will need to use ebtables instead.
** Affects: nova
Importance: Undecided
Status: New
--
You receive
rly minor
difference, but leads to a nicer experience when you are detaching and
re-attaching the same volume because it can be reattached once it becomes
available.
This also may help with https://bugs.launchpad.net/nova/+bug/1172695
** Affects: nova
Importance: Low
Assignee: Vi
Public bug reported:
We are getting deadlocks for concurrent quota reservations that we did
not see in grizzly:
see https://bugs.launchpad.net/nova/+bug/1283987
The deadlock handling needs to be fixed as per above, but we shouldn't
be deadlocking, here. It seems this is due to bad indexes in the
Public bug reported:
When nova-network is being used, nova-api-metadata requires db access
which in some configurations means the compute nodes still connect to
the database.
It connects to the db when trying to map the fixed ip address to an
instance uuid:
fixed_ip = network.API().get_fixed_ip_
fixed.
** Affects: nova
Importance: Low
Assignee: Vish Ishaya (vishvananda)
Status: In Progress
** Changed in: nova
Importance: Undecided => Low
** Changed in: nova
Status: New => In Progress
** Changed in: nova
Assignee: (unassigned) => Vish Ishaya (vi
Public bug reported:
If you create two overlapping availability zones, the get availability
zones command returns odd information.
Repro:
$ nova --os-username admin --os-tenant-name admin --os-password secrete
aggregate-create foo foo
++--+---+---+--+
| Id |
Public bug reported:
reservation_commit can deadlock under load:
2014-01-29 18:51:00.470 ERROR nova.quota
[req-659db2df-6124-4e6a-b86b-700aae1de805 183137d95c584efb84e773a21f2ef7a1
d8d5b06deffc45e7b258eb65ea04017c] Failed to commit reservations
['5bea6421-1648-4fe1-9d21-4232f536e031',
'8b27ed
Public bug reported:
Describe addresses using the ec2 api is broken when using neutron. It
attempts to retrieve the fixed ip directly which by id:
https://github.com/openstack/nova/blob/bc10b3c2b222b5f5c6ee6ffb79c12a8d3e2931bf/nova/api/ec2/cloud.py#L1209
which is not supported by neutron:
https
tance: Medium
Assignee: Vish Ishaya (vishvananda)
Status: In Progress
--
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/1272489
Title:
floating ip bulk list do
** Changed in: nova
Importance: Undecided => Medium
** Also affects: nova/havana
Importance: Undecided
Status: New
** Changed in: nova/havana
Importance: Undecided => Medium
** Changed in: nova/havana
Status: New => In Progress
** Changed in: nova/havana
Assignee: (u
** Changed in: nova/folsom
Status: New => Won't Fix
--
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/1155391
Title:
libvirt image cache manager does not handle shar
** Also affects: nova/essex
Importance: Undecided
Status: New
** Changed in: nova/essex
Status: New => Triaged
** Changed in: nova/essex
Importance: Undecided => Medium
** Changed in: nova
Status: New => Invalid
--
You received this bug notification because you are a
Public bug reported:
Noticed by downstream debian:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703242
** Affects: nova
Importance: Undecided
Status: Invalid
** Affects: nova/essex
Importance: Critical
Assignee: Vish Ishaya (vishvananda)
Status: In Progress
needs to be verified against folsom
** Changed in: nova
Milestone: grizzly-rc1 => None
** Also affects: nova/folsom
Importance: Undecided
Status: New
** Changed in: nova
Status: Triaged => Invalid
** Changed in: nova/folsom
Status: New => Triaged
** Changed in: nova
the instance id from the instances
table instead of the mapping table.
** Affects: nova
Importance: Undecided
Status: Invalid
** Affects: nova/folsom
Importance: High
Assignee: Vish Ishaya (vishvananda)
Status: In Progress
** Also affects: nova/folsom
The code is correct. The flag is used as an override so that one can
have heterogeneous nodes where the public_interface is different across
nodes. For example:
Node 1:
public_interface=eth0
Node 2:
public_interface=eth1
If you want to use the interface from the database do not set
public_i
** Changed in: nova
Status: New => 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/1091939
Title:
nova-network applies too liberal a SNAT rule
Status in O
Ok i think my issue was due to incompatible versions of libvirt and
qemu. That said it seems like passing in the arch element is probably
incorrect.
** Changed in: nova
Status: New => Invalid
** Changed in: nova/folsom
Status: New => Invalid
--
You received this bug notification b
Unfortunately this is not something we can fix in the current version of
the api. Client code just needs to specifically check for the string
None and treat itas '' / None.
** Changed in: nova
Status: New => Won't Fix
--
You received this bug notification because you are a member of Yaho
Doesn't exist anymore
** Changed in: nova
Status: Confirmed => 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/828607
Title:
nova/auth/fakeldap.py is miss
There is a flag to enable teardown in multi_host mode:
teardown_unused_network_gateway=True
Since multi_host is the most common version and no one seems to be
picking this up, I'm going to assume that is good enough and mark this
won't fix.
** Changed in: nova
Status: Triaged => Won't Fix
** Changed in: nova/folsom
Status: Won't Fix => Opinion
** Changed in: nova/folsom
Status: Opinion => Triaged
--
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/
the above fix allows us to get proper error messages when we fail to
connect to syslog, but it won't fix this particular problem.
** Changed in: nova
Status: Confirmed => Invalid
** Changed in: nova
Milestone: grizzly-rc1 => None
--
You received this bug notification because you are
I don't think this is something that we can deal with in openstack. This
is likely a kernel/lvm issue.
** Changed in: nova
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
htt
This was fixed in master:
https://review.openstack.org/#/c/16339/
needs a backport.
** Also affects: nova/folsom
Importance: Undecided
Status: New
** Changed in: nova
Status: New => Fix Released
** Changed in: nova
Importance: Undecided => High
** Changed in: nova
Ass
it looks like you need context_is_admin your policy.json file:
I think you should replace your admin_or_owner lines with the lines from
the default file in folsom:
"context_is_admin": [["role:admin"]],
"admin_or_owner": [["is_admin:True"], ["project_id:%(project_id)s"]],
** Changed in: no
** Also affects: nova/folsom
Importance: Undecided
Status: New
** Changed in: nova
Status: New => Invalid
** Changed in: nova/folsom
Status: New => Triaged
** Changed in: nova/folsom
Importance: Undecided => Medium
--
You received this bug notification because you ar
why would we do this? 172.16.1.0 is a perfectly valid ip in the
172.16.1.0/19 range. If you don't want it to be used you should manually
reserve it.
** Changed in: nova
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which
Are you still seeing this? I suspect a packaging bug here. Perhaps an
old version of consoleauth is getting run or it has incorrect settings?
** Also affects: nova (Ubuntu)
Importance: Undecided
Status: New
** Changed in: nova
Status: New => Invalid
--
You received this bug not
Unfortunately you can't do it via a configuration option, but you should
be able to manually add it to sqlalchemy/session.py
For example:
diff --git a/nova/db/sqlalchemy/session.py b/nova/db/sqlalchemy/session.py
index 3f20632..23c3367 100644
--- a/nova/db/sqlalchemy/session.py
+++ b/nova/db/sqla
It seems there was a temporary issue in the ci environment when running
db sync.
** Changed in: nova
Status: New => 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.ne
Either your image is not public or your setting for glance is wrong on
the compute node.
glance_api_servers=glance_host:glance_port
** Changed in: nova
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed t
*** This bug is a duplicate of bug 1053344 ***
https://bugs.launchpad.net/bugs/1053344
This is a known issue with folsom. You must manually remove and add
floating ips.
** This bug has been marked a duplicate of bug 1053344
resize/migrate in multihost mode doesn't move floating ip
--
You
*** This bug is a duplicate of bug 1064524 ***
https://bugs.launchpad.net/bugs/1064524
** This bug has been marked a duplicate of bug 1064524
Nic Ordering not guaranteed with Quantum API
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is su
You can add extra_specs for nodes by creating aggregates with matching
extra specs values.
** Changed in: nova
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.la
looks like this needs to be proposed against libvirt.
** Changed in: nova
Status: New => Won't Fix
--
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/1083692
Title:
This is fixed:
☁ vishvananda@devstack:~/devstack (master)$ nova volume-attach foo
24387e4c-f171-40d8-8ceb-07506a6e1c6a /dev/vdb
ERROR: The supplied device path (/dev/vdb) is in use. (HTTP 400) (Request-ID:
req-7818afcf-3a56-4d3d-b9ae-4d3287444373)
** Changed in: nova
Status: New => Inval
** Changed in: nova
Status: New => In Progress
** Changed in: nova
Assignee: (unassigned) => Jeremy Stanley (fungi)
** Changed in: nova
Importance: Undecided => Critical
** Also affects: nova/essex
Importance: Undecided
Status: New
** Changed in: nova/essex
Statu
** Also affects: nova/folsom
Importance: Undecided
Status: New
** Also affects: nova/grizzly
Importance: Undecided
Status: New
** Changed in: nova/grizzly
Status: New => Invalid
** Changed in: nova/folsom
Importance: Undecided => Medium
--
You received this bug no
** Changed in: nova
Status: In Progress => Won't Fix
** Changed in: nova
Milestone: grizzly-3 => None
--
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/1128684
Ti
** Also affects: nova/folsom
Importance: Undecided
Status: New
** Changed in: nova
Status: New => Invalid
** Changed in: cinder
Assignee: (unassigned) => John Griffith (john-griffith)
** Changed in: cinder
Importance: Undecided => Medium
** Changed in: nova/folsom
Im
Blueprint changed by Vish Ishaya:
Priority: Low => High
--
No DB Messaging
https://blueprints.launchpad.net/nova/+spec/no-db-messaging
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-
Blueprint changed by Vish Ishaya:
Priority: Undefined => Low
--
Autobackup When Deprovisioning
https://blueprints.launchpad.net/nova/+spec/auto-backup-terminate
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : ht
Blueprint changed by Vish Ishaya:
Definition Status: New => Approved
--
Autobackup When Deprovisioning
https://blueprints.launchpad.net/nova/+spec/auto-backup-terminate
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscr
Blueprint changed by Vish Ishaya:
Approver: (none) => Vish Ishaya
--
Autobackup When Deprovisioning
https://blueprints.launchpad.net/nova/+spec/auto-backup-terminate
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : ht
Blueprint changed by Vish Ishaya:
Whiteboard set to:
Josh, are you guys working on this? I also think the delayed delete
feature would be very useful. --Vish
--
Autobackup When Deprovisioning
https://blueprints.launchpad.net/nova/+spec/auto-backup-terminate
--
Mailing list: https
Blueprint changed by Vish Ishaya:
Definition Status: New => Obsolete
--
Guest filesytem parity
https://blueprints.launchpad.net/nova/+spec/image-guest-parity
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : ht
Blueprint changed by Vish Ishaya:
Definition Status: New => Obsolete
--
Federated AuthZ with Zones
https://blueprints.launchpad.net/nova/+spec/nova-zones-federated-authz
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscr
Blueprint changed by Vish Ishaya:
Definition Status: New => Obsolete
--
Topology service, failure zone’s centered IaaS deployment
https://blueprints.launchpad.net/nova/+spec/nova-topology-services
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-t
Blueprint changed by Vish Ishaya:
Definition Status: Approved => Obsolete
--
XenAPI text console support
https://blueprints.launchpad.net/nova/+spec/xenapi-text-console-support
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.
Blueprint changed by Vish Ishaya:
Definition Status: New => Obsolete
--
Decouple SQLAlchemy Models from nova-models.
https://blueprints.launchpad.net/nova/+spec/decouple-nova-models-from-db-backend
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-t
Blueprint changed by Vish Ishaya:
Definition Status: Approved => Obsolete
--
SSL on all endpoints
https://blueprints.launchpad.net/nova/+spec/ssl-endpoints
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : ht
Blueprint changed by Vish Ishaya:
Definition Status: Approved => Obsolete
--
Return python dictionaries from SQLAlchemy driver
https://blueprints.launchpad.net/nova/+spec/nova-db-api-objects
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-t
Blueprint changed by Vish Ishaya:
Definition Status: Approved => Obsolete
--
Compute Node Control
https://blueprints.launchpad.net/nova/+spec/compute-node-control
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : ht
Blueprint changed by Vish Ishaya:
Definition Status: Approved => Obsolete
--
Ensure that requested instances are actually created
https://blueprints.launchpad.net/nova/+spec/instance-creation-assurance
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-t
Blueprint changed by Vish Ishaya:
Definition Status: Approved => Obsolete
--
More accurate instance status
https://blueprints.launchpad.net/nova/+spec/accurate-instance-status
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.
Blueprint changed by Vish Ishaya:
Definition Status: Approved => Obsolete
--
Zones API moved to extension
https://blueprints.launchpad.net/nova/+spec/zones-api-extension
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscr
Blueprint changed by Vish Ishaya:
Definition Status: Approved => Obsolete
--
Show extra specs in nova flavor-list
https://blueprints.launchpad.net/nova/+spec/extra-specs-in-nova-flavorlist
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-t
Blueprint changed by Vish Ishaya:
Definition Status: Approved => Obsolete
--
Install Openstack Extensions as Modules
https://blueprints.launchpad.net/nova/+spec/extensions-as-modules
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.
Blueprint changed by Vish Ishaya:
Definition Status: Approved => Obsolete
--
Refactor DB API for more modular design
https://blueprints.launchpad.net/nova/+spec/db-api-refactor
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.
Blueprint changed by Vish Ishaya:
Definition Status: Approved => Obsolete
--
XenServer Config Drive
https://blueprints.launchpad.net/nova/+spec/xs-configuration-drive
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscr
Blueprint changed by Vish Ishaya:
Definition Status: Approved => Obsolete
--
SSL for OpenStack API access points
https://blueprints.launchpad.net/nova/+spec/openstack-api-ssl
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.
Blueprint changed by Vish Ishaya:
Definition Status: Approved => Obsolete
--
Instance Disk Management
https://blueprints.launchpad.net/nova/+spec/instance-disk-management
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscr
Blueprint changed by Vish Ishaya:
Definition Status: Approved => Obsolete
--
Unit Tests for the database
https://blueprints.launchpad.net/nova/+spec/unit-test-db
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : ht
Blueprint changed by Vish Ishaya:
Definition Status: Approved => Obsolete
--
Bursting
https://blueprints.launchpad.net/nova/+spec/bursting
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-
Blueprint changed by Vish Ishaya:
Definition Status: Approved => Obsolete
--
Orchestration of long-running transactions
https://blueprints.launchpad.net/nova/+spec/transaction-orchestration
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-t
Blueprint changed by Vish Ishaya:
Whiteboard changed:
The plan was to expose XenServer functionality using the Host Aggregates
feature.
This work has been parked until it becomes higher priority.
- This blueprint is to general to be useful. Needs to be split into
+ This blueprint is
Blueprint changed by Vish Ishaya:
Definition Status: Approved => Obsolete
--
Allow discovery of additional supported features in the API
https://blueprints.launchpad.net/nova/+spec/api-feature-discovery
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-t
Blueprint changed by Vish Ishaya:
Definition Status: Approved => Obsolete
--
Guest instances High Availability
https://blueprints.launchpad.net/nova/+spec/guest-ha
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : ht
Blueprint changed by Vish Ishaya:
Whiteboard changed:
The plan was to expose XenServer functionality using the Host Aggregates
feature.
This work has been parked until it becomes higher priority.
+
+ This blueprint is to general to be useful. Needs to be split into
+ specific features
Blueprint changed by Vish Ishaya:
Definition Status: New => Obsolete
--
RHEL parity
https://blueprints.launchpad.net/nova/+spec/rhel-parity
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ya
Blueprint changed by Vish Ishaya:
Whiteboard set to:
This isn't really nova specific.
--
Packaging stablity and clarity
https://blueprints.launchpad.net/nova/+spec/package-stabilization
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpa
1 - 100 of 128 matches
Mail list logo