Re: [Openstack] [Nova] Essex dead wood cutting

2012-02-03 Thread Thierry Carrez
Ewan Mellor wrote:
 There's certainly no need to remove it.  It's clearly not tier 1 like 
 XenServer and KVM, but it's in decent enough shape.

Good to hear :)

-- 
Thierry Carrez (ttx)
Release Manager, OpenStack

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Wishlist bugs

2012-02-03 Thread Thierry Carrez
Mark McLoughlin wrote:
 Wishlist (I want a pony) bugs that have sat in launchpad for an
 extended period with no progress contribute to the general noise in
 launchpad - for developers trying to fix stuff that matter to people,
 they're not a very good source of information.
 
 So, how about we do this:
 
   http://wiki.openstack.org/BugTriage
 
 Priority 8: Review wishlist bugs
 
 We should review all Wishlist bugs to make sure they are still
 relevant and properly prioritized. 
 
 If a low priority Wishlist bug has seen no visible progress in 
 several months, set its status to Opinion with a friendly comment 
 e.g.
 
   Thanks for the suggestion, but it looks like no-one is actively 
   working on this Wishlist item and it is marked as Low priority. I 
   am moving the bug to Opinion status so that it doesn't clutter up 
   the default queries.
 
   If any one decides to work on the bug, please feel free to move 
   it to In Progress.
 
 Thoughts?

We can certainly apply this rule to 6-month old wishlist bugs that are
clearly wishlist. A query of Wishlist/Opinion bugs can be used to get a
list of abandoned I want a pony topics if anyone runs out of work.

The trick is to distinguish between clear wishes (I want a pony
wishlist bugs) and missing necessary features (feature gaps wishlist
bugs). The former can be moved out of sight after 6 months, but the
latter should not. We might need to prioritize the latter as bugs
(Low/Med/High/Critical) to clearly distinguish between the two.

-- 
Thierry Carrez (ttx)
Release Manager, OpenStack

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] how to make merge proposal to openstack-manuals

2012-02-03 Thread masumotok
Hello, Could anybody tell me merge proposals to openstack-manual is same as 
other project (nova, swift, etc)?
I am asking because I cannot see any MPs in Gerrit.

Thanks in advance
Kei Masumoto
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] how to make merge proposal to openstack-manuals

2012-02-03 Thread Dan Wendlandt
2012/2/3  masumo...@nttdata.co.jp:
 Hello, Could anybody tell me merge proposals to openstack-manual is same as
 other project (nova, swift, etc)?

 I am asking because I cannot see any MPs in Gerrit.

yes, you can use the standard gerrit workflow:
http://wiki.openstack.org/GerritWorkflow

repo is: https://github.com/openstack/openstack-manuals

open reviews are here:
https://review.openstack.org/#q,status:open+project:openstack/openstack-manuals,n,z

git review can be used to submit changes.

dan





 Thanks in advance

 Kei Masumoto


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to     : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




-- 
~~~
Dan Wendlandt
Nicira Networks: www.nicira.com
twitter: danwendlandt
~~~

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] EC2 API (euca2ools) vs OpenStack API (novaclient)

2012-02-03 Thread Akira Yoshiyama
Hi Kevin,

We use euca2ools for Nova and Swift with Keystone in Diablo.But
there are some problem.

- Swift S3 API lacks additional keystone middleware and API capability
  like ec2_token for Nova and Keystone.
- Nova lacks auth driver to generate credentials with Keystone.
 (nova-manage project zipfile failed.)
- ec2_token had a bug:
  https://bugs.launchpad.net/keystone/+bug/869778

So we have to make s3token middleware for Swift, keystone auth driver
for Nova and some patches to fix bugs.

I hope Essex can be used with euca2ools.

Regards,
Akira Yoshiyama akirayoshiy...@gmail.com

2012/2/3 Kevin Jackson ke...@linuxservices.co.uk:
 Hi all,
 I need some guidance on how to proceed writing up OpenStack -
 tutorials on its use.
 A few months back, pre-Keystone, I could do a lot with euca2ools using
 the EC2 API.  Since Diablo has come on a bit with Keystone, euca2ools
 methods have been hit or miss.  I can do the basics, but not anything
 like using the nova client.

 All my notes so far are euca2ools based - but given the amount of
 issues I've come up against, am I just using the wrong tools?  Is it a
 goal of OpenStack to have an EC2 API, or should I be concentrating on
 the OpenStack API?

 http://nova.openstack.org/devref/api.html

 Says

 Nova has a system for managing multiple APIs on different subdomains.
 Currently there is support for the OpenStack API, as well as the
 Amazon EC2 API.

 This sounds great, but euca2ools isn't working in all scenarios
 (simple things like adding in security groups, etc).
 So... do I

 1) drop euca2ools as a way of managing OpenStack
 2) do I just direct bugs to euca2ools maintainers?

 or 3) have I just encountered some bugs and that people have no issues
 with the full suite of euca2ools?  (For the record I'm using Diablo,
 if you suggest I should concentrate on Essex I'm fine with that).

 Cheers,

 Kev
 --
 Kevin Jackson
 @itarchitectkev

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] how to make merge proposal to openstack-manuals

2012-02-03 Thread Michael Pittaro
On Fri, Feb 3, 2012 at 1:53 AM, Dan Wendlandt d...@nicira.com wrote:

 2012/2/3  masumo...@nttdata.co.jp:
  Hello, Could anybody tell me merge proposals to openstack-manual is same as
  other project (nova, swift, etc)?
 
  I am asking because I cannot see any MPs in Gerrit.

 yes, you can use the standard gerrit workflow:
 http://wiki.openstack.org/GerritWorkflow

 repo is: https://github.com/openstack/openstack-manuals

 open reviews are here:
 https://review.openstack.org/#q,status:open+project:openstack/openstack-manuals,n,z

 git review can be used to submit changes.

 dan


There is additional specific information at :

http://wiki.openstack.org/Documentation/HowTo

mike

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Dashboard extension

2012-02-03 Thread Michael_Lin
Dear all,

I have been read Horizon documentation, and I've tried to add a new 
dashboard by myself.

But there are some question I didn't find the ans, could anyone help me to 
solve these problems.

I've register a new panel at Syspanel dashboard, but there is an error 
msg. which said 

Caught NotRegistered while rendering: Panel with slug test is not 
registered with Dashboard Admin. 

and exception in template 
/opt/stack/horizon/horizon/horizon/templates/horizon/common/_sidebar.html 
line 28


{% horizon_dashboard_nav %} 

I've been google at this error msg, but can not find any ans. So help me 
to solve this problem pls.

Michael Lin 2012.2.2

-
This email contains information that is for sole use of the intended 
recipient and may be confidential or privileged.
If you are not the intended recipient, any further review, disclosure, 
copying, distribution, or use of this email, or the contents of this email 
is prohibited.
Please notify the sender by reply this email and destroy the original 
email if your receipt of this email is in error.
-

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] EC2 API (euca2ools) vs OpenStack API (novaclient)

2012-02-03 Thread Jay Pipes

On 02/03/2012 04:27 AM, Kevin Jackson wrote:

Hi all,
I need some guidance on how to proceed writing up OpenStack -
tutorials on its use.
A few months back, pre-Keystone, I could do a lot with euca2ools using
the EC2 API.  Since Diablo has come on a bit with Keystone, euca2ools
methods have been hit or miss.  I can do the basics, but not anything
like using the nova client.

All my notes so far are euca2ools based - but given the amount of
issues I've come up against, am I just using the wrong tools?  Is it a
goal of OpenStack to have an EC2 API, or should I be concentrating on
the OpenStack API?


Personally, I would love to see tutorials that show usage of both tools 
(but of course, I know this is a big ask!) :)


EC2 API support is not going away, and therefore support for euca2ools 
isn't going away. So if there are problems using euca2ools with 
OpenStack, then bugs should be filed and bugs should be fixed.


There is a Nova EC2 API subteam (headed by Chuck Short IIRC, cc'd) that 
should help to verify, triage, fix and track bugs related to EC2, so I 
would definitely advise entering bugs for problems you encounter.


Cheers!
-jay


http://nova.openstack.org/devref/api.html

Says

Nova has a system for managing multiple APIs on different subdomains.
Currently there is support for the OpenStack API, as well as the
Amazon EC2 API.

This sounds great, but euca2ools isn't working in all scenarios
(simple things like adding in security groups, etc).
So... do I

1) drop euca2ools as a way of managing OpenStack
2) do I just direct bugs to euca2ools maintainers?

or 3) have I just encountered some bugs and that people have no issues
with the full suite of euca2ools?  (For the record I'm using Diablo,
if you suggest I should concentrate on Essex I'm fine with that).

Cheers,

Kev


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Dashboard extension

2012-02-03 Thread Kuo Hugo
什麼意思?? and what do you want??

私人mail 給我也許可以幫你看一下問題



2012/2/2 michael_...@acer.com.tw


 Dear all,

 I have been read Horizon documentation, and I've tried to add a new
 dashboard by myself.

 But there are some question I didn't find the ans, could anyone help me to
 solve these problems.

 I've register a new panel at Syspanel dashboard, but there is an error
 msg. which said

 *Caught NotRegistered while rendering: Panel with slug test is not
 registered with Dashboard Admin.*

 and exception in template
 /opt/stack/horizon/horizon/horizon/templates/horizon/common/_sidebar.htmlline 
 28

  *{% horizon_dashboard_nav %}*

 I've been google at this error msg, but can not find any ans. So help me
 to solve this problem pls.

 Michael Lin 2012.2.2

 -
 This email contains information that is for sole use of the intended
 recipient and may be confidential or privileged.
 If you are not the intended recipient, any further review, disclosure,
 copying, distribution, or use of this email, or the contents of this email
 is prohibited.
 Please notify the sender by reply this email and destroy the original
 email if your receipt of this email is in error.
 -


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




-- 
+Hugo Kuo+
tonyt...@gmail.com
hugo@cloudena.com
+886-935-004-793

www.cloudena.com
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] [GLANCE] Results from Bug Squash Day

2012-02-03 Thread Jay Pipes

Hi Stackers,

I'd like to thank everyone who participated in the OpenStack Bug Squash 
Day yesterday. Although the focus definitely was on Nova, the Glance 
contributor community did manage to make a nice dent in Glance's bug debt.


Despite Justin Santa Barbara's valiant efforts to increase Glance's bug 
totals during the day (nice try, JSB! :P ), we managed to squash a good 
number of bugs and got our count of New bugs (unverified, unresponded) 
down to 0.


We started the day with 35 open bugs and finished the day with 28 open 
bugs -- a decrease of 20%.


Thanks again to everyone who helped yesterday. Your contribution to 
OpenStack is much appreciated.


Also, on a personal note, it was great to meet so many people in person 
at the Austin onsite bug event and help more new folks get up ad running 
in the OpenStack contributor community. Welcome to you all!


Cheers,
-jay

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] EC2 API (euca2ools) vs OpenStack API (novaclient)

2012-02-03 Thread Vishvananda Ishaya
In fact, we've added some features in Essex that brings back support for the 
euca2ools with keystone. We are very close to having it working with swift as 
well, so this should be a viable deployment option by the time the essex 
release.

Vish

On Feb 3, 2012, at 7:05 AM, Jay Pipes wrote:

 On 02/03/2012 04:27 AM, Kevin Jackson wrote:
 Hi all,
 I need some guidance on how to proceed writing up OpenStack -
 tutorials on its use.
 A few months back, pre-Keystone, I could do a lot with euca2ools using
 the EC2 API.  Since Diablo has come on a bit with Keystone, euca2ools
 methods have been hit or miss.  I can do the basics, but not anything
 like using the nova client.
 
 All my notes so far are euca2ools based - but given the amount of
 issues I've come up against, am I just using the wrong tools?  Is it a
 goal of OpenStack to have an EC2 API, or should I be concentrating on
 the OpenStack API?
 
 Personally, I would love to see tutorials that show usage of both tools (but 
 of course, I know this is a big ask!) :)
 
 EC2 API support is not going away, and therefore support for euca2ools isn't 
 going away. So if there are problems using euca2ools with OpenStack, then 
 bugs should be filed and bugs should be fixed.
 
 There is a Nova EC2 API subteam (headed by Chuck Short IIRC, cc'd) that 
 should help to verify, triage, fix and track bugs related to EC2, so I would 
 definitely advise entering bugs for problems you encounter.
 
 Cheers!
 -jay
 
 http://nova.openstack.org/devref/api.html
 
 Says
 
 Nova has a system for managing multiple APIs on different subdomains.
 Currently there is support for the OpenStack API, as well as the
 Amazon EC2 API.
 
 This sounds great, but euca2ools isn't working in all scenarios
 (simple things like adding in security groups, etc).
 So... do I
 
 1) drop euca2ools as a way of managing OpenStack
 2) do I just direct bugs to euca2ools maintainers?
 
 or 3) have I just encountered some bugs and that people have no issues
 with the full suite of euca2ools?  (For the record I'm using Diablo,
 if you suggest I should concentrate on Essex I'm fine with that).
 
 Cheers,
 
 Kev
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] EC2 API (euca2ools) vs OpenStack API (novaclient)

2012-02-03 Thread Michael J Fork
Kevin,

It is possible to get Keystone + euca2ools working with Nova, at least 
against Diablo,  With a hat tip to Kiall for his repository:

First, use 
https://github.com/managedit/openstack-setup/blob/master/keystone_data.sh.tmpl 
as a guide to configure Keystone correctly, particularly the endpoints.

Second, grab, populate and source 
https://github.com/managedit/openstack-setup/blob/master/openrc.tmpl to 
setup your environment properly. 

Most of the euca2ools should then work.

Hope this helps.

Michael

-
Michael Fork
Cloud Architect, Emerging Solutions
IBM Systems  Technology Group



From:   Kevin Jackson ke...@linuxservices.co.uk
To: openstack@lists.launchpad.net
Date:   02/03/2012 04:29 AM
Subject:[Openstack] EC2 API (euca2ools) vs OpenStack API 
(novaclient)
Sent by:openstack-bounces+mjfork=us.ibm@lists.launchpad.net



Hi all,
I need some guidance on how to proceed writing up OpenStack -
tutorials on its use.
A few months back, pre-Keystone, I could do a lot with euca2ools using
the EC2 API.  Since Diablo has come on a bit with Keystone, euca2ools
methods have been hit or miss.  I can do the basics, but not anything
like using the nova client.

All my notes so far are euca2ools based - but given the amount of
issues I've come up against, am I just using the wrong tools?  Is it a
goal of OpenStack to have an EC2 API, or should I be concentrating on
the OpenStack API?

http://nova.openstack.org/devref/api.html

Says

Nova has a system for managing multiple APIs on different subdomains.
Currently there is support for the OpenStack API, as well as the
Amazon EC2 API.

This sounds great, but euca2ools isn't working in all scenarios
(simple things like adding in security groups, etc).
So... do I

1) drop euca2ools as a way of managing OpenStack
2) do I just direct bugs to euca2ools maintainers?

or 3) have I just encountered some bugs and that people have no issues
with the full suite of euca2ools?  (For the record I'm using Diablo,
if you suggest I should concentrate on Essex I'm fine with that).

Cheers,

Kev
-- 
Kevin Jackson
@itarchitectkev

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] how to make merge proposal to openstack-manuals

2012-02-03 Thread Kei.masumoto

Alright thanks for your answer!
Kei
(2012/02/03 18:53), Dan Wendlandt wrote:

2012/2/3masumo...@nttdata.co.jp:

Hello, Could anybody tell me merge proposals to openstack-manual is same as
other project (nova, swift, etc)?

I am asking because I cannot see any MPs in Gerrit.

yes, you can use the standard gerrit workflow:
http://wiki.openstack.org/GerritWorkflow

repo is: https://github.com/openstack/openstack-manuals

open reviews are here:
https://review.openstack.org/#q,status:open+project:openstack/openstack-manuals,n,z

git review can be used to submit changes.

dan





Thanks in advance

Kei Masumoto


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp







___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp