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

2015-01-06 Thread Anne Gentle
** Changed in: openstack-api-site
 Assignee: (unassigned) => Anne Gentle (annegentle)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1359656] Re: Install the Database service in OpenStack Installation Guide for Ubuntu 12.04/14.04 (LTS)  - icehouse

2014-10-03 Thread Anne Gentle
Thanks for reporting, we don't need to change the docs now that the
packaging is correct.

** Changed in: openstack-manuals
   Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1359656

Title:
  Install the Database service in OpenStack Installation Guide for
  Ubuntu 12.04/14.04 (LTS)  - icehouse

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1359656/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1359656] Re: Install the Database service in OpenStack Installation Guide for Ubuntu 12.04/14.04 (LTS)  - icehouse

2014-09-09 Thread Anne Gentle
** Changed in: openstack-trove (Ubuntu)
   Status: New => Confirmed

** Changed in: openstack-manuals
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1359656

Title:
  Install the Database service in OpenStack Installation Guide for
  Ubuntu 12.04/14.04 (LTS)  - icehouse

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1359656/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2014-07-07 Thread Anne Gentle
** Changed in: openstack-api-site
   Status: New => Triaged

** Changed in: openstack-api-site
   Importance: Undecided => Medium

** Tags added: compute-api

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1308543] Re: /etc/trove/*.conf need creating

2014-06-10 Thread Anne Gentle
** Changed in: openstack-manuals
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1308543

Title:
  /etc/trove/*.conf need creating

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1308543/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1088295] Re: lxc container can control other container's cpu share, memory limit, or access of block and character devices

2012-12-31 Thread Anne Gentle
** Changed in: openstack-manuals
 Assignee: (unassigned) => Anne Gentle (annegentle)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1088295

Title:
  lxc container can control  other container's cpu share,memory limit,or
  access of  block and character devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1088295/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1061665] Re: Filter scheduler not respecting the force_hosts hint

2012-11-17 Thread Anne Gentle
There is an explanatory comment on the review for the doc update but we
have not back ported to Essex docs - see

https://review.openstack.org/#/c/15983/

Anne Gentle
Content Stacker
a...@openstack.org


On Nov 17, 2012, at 9:23 AM, Christian Parpart  wrote:

> so what is the actual syntax for OpenStack Essex?
> I also did not find anything in the docs (maybe I am blind) that you can 
> specify a hostname as part of the availability zone's name.
> 
> -- 
> You received this bug notification because you are subscribed to
> openstack-manuals.
> https://bugs.launchpad.net/bugs/1061665
> 
> Title:
>  Filter scheduler not respecting the force_hosts hint
> 
> Status in OpenStack Manuals:
>  Fix Committed
> Status in “nova” package in Ubuntu:
>  Confirmed
> 
> Bug description:
>  When I'm trying to boot instances on a specific host (sleepy) by
>  issuing:
> 
>  nova boot --image mybucket/image.manifest.xml --flavor m1.tiny
>  --key_name mykey --hint force_hosts=sleepy test-vm
> 
>  my VMs always seem to start on a random host instead on the one I
>  targeted. I'm using Essex and the filter scheduler (my nova.conf
>  contains
>  `compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler`).
> 
>  My user is admin (I sourced /var/lib/nova/novarc), I also have
>  --allow_admin_api=true in my nova.conf file. The only mention of
>  filter in my /var/log/nova-scheduler.log is
> 
>> u'filter_properties': {u'scheduler_hints': {u'force_hosts':
>  u'sleepy'}}.
> 
>  This file also says u'_context_is_admin': True and u'_context_roles':
>  [u'admin']
> 
>  Here is the full request grabbed from the nova-scheduler.log file:
>  http://paste.ubuntu.com/1260083/
> 
>  The matter was also discussed in this AskUbuntu question:
> 
>  http://askubuntu.com/questions/169625/why-cant-i-get-nova-openstack-
>  to-use-a-specific-host
> 
>  I'm running Ubuntu server 12.04 and nova-scheduler version
>  2012.1-0ubuntu2.
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/openstack-manuals/+bug/1061665/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1061665

Title:
  Filter scheduler not respecting the force_hosts hint

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1061665/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1065255] [NEW] Installing glance client after keystone results in error

2012-10-10 Thread Anne Gentle
Public bug reported:

what I'm doing: ubuntu 12.04 VM, enable the keyring for Cloud Archive, then 
install:
apt-get install keystone
followed by
apt-get install glance glance-api glance-common python-glanceclient 
glance-registry python-glance

Results in python-glanceclient fails with this:
http://paste.openstack.org/show/21596/

** Affects: glance (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1065255

Title:
  Installing glance client after keystone results in error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/1065255/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 912355] Re: euca-allocate-address is not acepting any parameters

2012-04-26 Thread Anne Gentle
** Changed in: openstack-manuals
 Assignee: (unassigned) => Anne Gentle (annegentle)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/912355

Title:
  euca-allocate-address is not acepting any parameters

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 912355] Re: euca-allocate-address is not acepting any parameters

2012-03-08 Thread Anne Gentle
** Changed in: openstack-manuals
   Status: New => Confirmed

** Changed in: openstack-manuals
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/912355

Title:
  euca-allocate-address is not acepting any parameters

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 779812] Re: uec-publish-tarball ignores the x86_64 option

2012-02-29 Thread Anne Gentle
** Changed in: openstack-manuals
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/779812

Title:
  uec-publish-tarball ignores the x86_64 option

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/779812/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 912355] Re: euca-allocate-address is not acepting any parameters

2012-02-15 Thread Anne Gentle
** Also affects: openstack-manuals
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/912355

Title:
  euca-allocate-address is not acepting any parameters

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 779812] Re: uec-publish-tarball ignores the x86_64 option

2011-06-01 Thread Anne Gentle
Thanks Scott, you're faster than me! I'll clarify in the docs as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/779812

Title:
  uec-publish-tarball ignores the x86_64 option

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 779812] Re: uec-publish-tarball ignores the x86_64 option

2011-06-01 Thread Anne Gentle
** Changed in: openstack-manuals
 Assignee: (unassigned) => Anne Gentle (annegentle)

** Changed in: openstack-manuals
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/779812

Title:
  uec-publish-tarball ignores the x86_64 option

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs