[Bug 1313935] Re: tenant is required for quota-update but not for quota-show

2014-12-05 Thread melanie witt
** Changed in: nova
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1313935

Title:
  tenant is required for quota-update but not for quota-show

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1313935/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1310340] Re: live migration fails when use long hostname of a nova compute target host

2014-12-05 Thread melanie witt
** Changed in: nova
 Assignee: melanie witt (melwitt) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1310340

Title:
  live migration fails when use long hostname of a nova compute target
  host

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1310340/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1310340] Re: live migration fails when use long hostname of a nova compute target host

2014-09-11 Thread melanie witt
I lack permission to remove horizon (Ubuntu), so moving back to New.

** Changed in: horizon (Ubuntu)
   Status: Confirmed => New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1310340

Title:
  live migration fails when use long hostname of a nova compute target
  host

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1310340/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1310340] Re: live migration fails when use long hostname of a nova compute target host

2014-09-11 Thread melanie witt
This isn't really a bug, changing to Wishlist.

** Changed in: nova
   Importance: Medium => Wishlist

** Changed in: nova
   Status: In Progress => Confirmed

** No longer affects: horizon

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1310340

Title:
  live migration fails when use long hostname of a nova compute target
  host

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1310340/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1310340] Re: live migration fails when use long hostname of a nova compute target host

2014-09-11 Thread melanie witt
Removing horizon as it has its own bug and patch up for this bug 1335999

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1310340

Title:
  live migration fails when use long hostname of a nova compute target
  host

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1310340/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1310340] Re: live migration fails when use long hostname of a nova compute target host

2014-07-29 Thread melanie witt
@Julie Thanks for linking the Horizon bug and review. That one will
solve the problem of live migrate not working at all through Horizon,
and it's anyway preferred to provide service host name. It won't however
change the fact that we can't use hypervisor_hostname as a migration
target argument. In the review of my patch, Yunhong pointed out that
there isn't a unique constraint on hypervisor_hostname the way there is
on service host name. But, in my patch I re-raise if more than one host
is returned when I filter on hypervisor_hostname, so I think it should
be okay i.e. it's better than nothing, at least we try.

@Yunhong What do you think? I was thinking also instead of re-raising I
could raise something like "multiple targets found, use service host
name."

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1310340

Title:
  live migration fails when use long hostname of a nova compute target
  host

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1310340/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1310340] Re: live migration fails when use long hostname of a nova compute target host

2014-07-28 Thread melanie witt
** Also affects: horizon
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1310340

Title:
  live migration fails when use long hostname of a nova compute target
  host

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1310340/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1255414] Re: one step public key creation from existing private key

2014-06-23 Thread melanie witt
** Changed in: python-novaclient
   Importance: Undecided => Wishlist

** Changed in: python-novaclient
   Status: New => Confirmed

** Changed in: python-novaclient
   Status: Confirmed => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-novaclient in Ubuntu.
https://bugs.launchpad.net/bugs/1255414

Title:
  one step public key creation from existing private key

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-novaclient/+bug/1255414/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1157274] Re: Nova list_images using image_type parameter does not return expected images

2014-06-23 Thread melanie witt
The documentation at http://developer.openstack.org/api-ref-
compute-v2.html#compute_images is incorrect for the
"GET/v2/​{tenant_id}​/images/detail" request parameter "type (Optional)"

It says "Value of the type of image, such as BASE, SERVER, or ALL." and
none of those are valid choices.

The valid choices are "snapshot" or "backup" according to the
nova/compute/api.py

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-novaclient in Ubuntu.
https://bugs.launchpad.net/bugs/1157274

Title:
  Nova list_images using image_type parameter does not return expected
  images

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-api-site/+bug/1157274/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1157274] Re: Nova list_images using image_type parameter does not return expected images

2014-06-23 Thread melanie witt
This appears to be a documentation bug.


** Changed in: python-novaclient
   Status: New => Invalid

** Also affects: openstack-api-site
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-novaclient in Ubuntu.
https://bugs.launchpad.net/bugs/1157274

Title:
  Nova list_images using image_type parameter does not return expected
  images

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-api-site/+bug/1157274/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1156932] Re: User can't modify security-group-rule via nova-api if there are duplicated security group name

2014-06-19 Thread melanie witt
** Changed in: python-novaclient
   Importance: Undecided => Low

** Changed in: python-novaclient
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-novaclient in Ubuntu.
https://bugs.launchpad.net/bugs/1156932

Title:
  User can't modify security-group-rule via nova-api if there are
  duplicated security group name

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1156932/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs