Re: [Openstack] [Design] Why/how object storage(Swift) better than scale-out NAS?

2013-07-03 Thread Kuo Hugo
*REF :*
http://www.quora.com/What-features-differentiate-HDFS-and-OpenStack-Object-Storage
by ChunkThier

While there are some similarities between HDFS and Openstack Object Storage
(Swift), the overall design of the systems are very different.

1.  HDFS uses a central system to maintain file metadata (Namenode), where
as in Swift the metadata is distributed and replicated across the cluster.
Having a central meta-data system is a single point of failure for HDFS,
and makes it more difficult to scale to very large sizes.

2.  Swift is designed with multi-tenancy in mind, where HDFS has no notion
of multi-tenancy

3.  HDFS is optimized for larger files (as is typical for processing data),
where Swift is designed to store any sized files.

4.  Files in HDFS are write once, and can only have one writer at a time,
in Swift  files can be written many times, and under concurrency, the last
write wins.

5.  HDFS is written in Java, where Swift is written in Python

TLDR: HDFS is designed to store a medium number of larges files to support
data processing, where Swift is designed as a more generic storage solution
to reliably store very large numbers of varying sized files.

(HDFS Architecture information attained from
http://hadoop.apache.org/hdfs/do...
)

Hope it help

+Hugo Kuo+
h...@swiftstack.com
tonyt...@gmail.com
+886 935004793


2013/7/3 Li, Leon 

> Hi,
>
> ** **
>
> I have googled  and found some answers but they are not to the point I
> think. Why foundation choice object storage other than scale-out NAS?
>
> I see some points about benefit of object storage(swift)
>
> **·**Storing billions of files.
>
> **·**Storing Petabytes (millions of Gigabytes) of data.
>
> **·**Use cheap servers
>
> **·**Can have several copy for each file
>
> However a scale-out NAS could also have these benefits, if you build the
> scale-out NAS with open source cluster FS(for example HDFS), just like many
> Internet company did.
>
> ** **
>
> Leon
>
> ___
> 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


[Openstack] I18n team's IRC meeting

2013-07-03 Thread Ying Chun Guo


Hi,


I'm pleased to announce the first IRC meeting of OpenStack I18n team will
be held on
Thursday, 4th July at 0100 UTC .


The OpenStack I18n team will take responsible for the I18n and L10n of
OpenStack.
Our mission is to make OpenStack ubiquitously accessible to people of all
language
backgrounds, by providing a framework to create high quality translations,
recruiting
contributors and actively managing and planning the translation process.


We want people all around the world who are interested in I18n or OpenStack
can join.
The work scope of this team includes:
   translation of documentation, messages, websites, and etc.
   I18n tests
   tools maintenance and enhancements


In order to facilitate people to join the discussion, the meeting will be
held on each Thursday,
but alternately between two different times: Asia and America friendly
time, and
Europe and India friendly time.


For more details, please look into
https://wiki.openstack.org/wiki/Meetings/I18nTeamMeeting.
Our wiki page is https://wiki.openstack.org/wiki/I18nTeam.
Welcome to join us!


Best regards
Ying Chun (Daisy) Guo___
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] Minutes from the Technical Committee meeting (July 2)

2013-07-03 Thread Thierry Carrez
The OpenStack Technical Committee ("TC") met in #openstack-meeting at
20:00 UTC yesterday.

Here is a quick summary of the outcome of this meeting:

* In order to simplify its taxonomy and recognize more types of
contributions, the TC defined official 'Programs' by adopting the
following motion:

"""
'OpenStack Programs' are efforts which are essential to the completion
of our mission. Programs can create any code repository and produce any
deliverable they deem necessary to achieve their goals.

Programs are placed under the oversight of the Technical Committee, and
contributing to one of their code repositories grants you ATC status.

Current efforts or teams which want to be recognized as an 'OpenStack
Program' should place a request to the Technical Committee, including a
clear mission statement describing how they help the OpenStack general
mission and how that effort is essential to the completion of our
mission. If programs have a goal that includes the production of an
'Integrated' deliverable, that specific deliverable would still need to
go through an Incubation period.

The initial Programs are 'Nova', 'Swift', 'Cinder', 'Neutron',
'Horizon', 'Glance', 'Keystone', 'Heat', 'Ceilometer', 'Documentation',
'Infrastructure', 'QA', 'Oslo', 'Trove' and 'Ironic'. Those programs
should retroactively submit a mission statement and initial lead
designation, if they don't have one already.

The TC asks that the chair modifies the charter accordingly, including
replacing the word "Projects" by "Programs" where appropriate.
"""

Our project documentation on the wiki will be updated accordingly.

See details and full logs at:
http://eavesdrop.openstack.org/meetings/tc/2013/tc.2013-07-02-20.01.html

More information on the Technical Committee at:
http://wiki.openstack.org/Governance/TechnicalCommittee

-- 
Thierry Carrez (ttx)
Chair, OpenStack Technical Committee

___
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] [OSSN] [OSSG] Nova Baremetal Exposes Previous Tenant Data

2013-07-03 Thread Clark, Robert Graham
Nova Baremetal Exposes Previous Tenant Data
-

### Summary ###
Data of previous tenants may be exposed to new ones when using Nova Baremetal

### Affected Services / Software ###
Keystone, Databases

### Discussion ###
Nova Baremetal is intended for testing and development only, it is not intended 
to be production ready. Experience has shown that despite that warning the 
OpenStack community is keen to embrace new technologies and deploy at-risk. 
This OSSN serves to signpost some of the risks.

Without secure boot, and without full openflow hardware networking during the 
boot process, it is impossible to trust multiple tenants on baremetal at all - 
because the vectors for attack are so low level that instances may be running 
in a virtual environment and unaware of it, with the virtual environment 
capturing secrets, forcing entropy pools to be predictable and other such 
hostile behaviour.

### Recommended Actions ###
Do not use Nova Baremetal where secure separation of tenants on hardware is a 
requirement without a full verifiable boot chain and network hardware.

### Contacts / References ###
This OSSN : https://bugs.launchpad.net/ossn/+bug/1174153
OpenStack Security ML : openstack-secur...@lists.openstack.org
OpenStack Security Group : https://launchpad.net/~openstack-ossg
CVE: CVE-2013-2235


___
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] [OpenStack] OpenStack XCP with Quantum

2013-07-03 Thread Mate Lakat
Hi Chandler,

XenServer quantum-ovs patches did not make grizzly unfortunately. Trunk
should be fine, although remember, that it is a fast moving target.

See https://wiki.openstack.org/wiki/QuantumDevstackOvsXcp

Mate


On Wed, Jul 03, 2013 at 01:33:10PM +0800, Chandler Li wrote:
> Hi,
> 
> I am trying to use OpenStack grizzly to control XCP hypervisor, and trying
> to use quantum ovs plugin to implement network function. But the official
> document makes me confused. (
> http://docs.openstack.org/grizzly/openstack-compute/install/apt/content/introduction-to-xen.html#xen-config-reference).
> Does that means XCP + OpenStack only can use nova-network? Is there any
> document can briefly describe how OpenStack + XCP with Quantum and manual
> installation guide?
> 
> Thanks,
> Chandler Li

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


-- 
Mate Lakat

___
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] Windows Image in OpenStack

2013-07-03 Thread Razique Mahroua
Can you change the net configuration? kvm -m 2048 -cdrom windows_server_2012_x64.iso -drive file=windows_server_2012.img,if=scsi,index=0,boot=on -boot d -net nic,model=e1000, -net tap -nographic -vnc :10thanks!
Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15

Le 2 juil. 2013 à 11:35, "Narayanan, Krishnaprasad"  a écrit :Hi Razique, I have executed the below command and got a warning message as I have mentioned below. I opened the VNC from GUI in order to install the Windows image, but I was unable to locate the virtio ISO image. Do you see any problems in the command? Can you suggest any solutions in this regard? ThanksKrishnaprasadFrom: Openstack [mailto:openstack-bounces+narayana=uni-mainz...@lists.launchpad.net] On Behalf Of Narayanan, KrishnaprasadSent: Donnerstag, 27. Juni 2013 00:15To: Razique MahrouaCc: openstack@lists.launchpad.netSubject: Re: [Openstack] Windows Image in OpenStack Hi, I executed the below command“kvm -m 2048 -no-reboot -boot order=d -drive file=windows_server_2012.img,if=virtio,boot=off -drive file=windows_server_2012_x64.iso,media=cdrom,boot=on -drive file=virtio-win-0.1-59.iso,media=cdrom,boot=off -net nic,model=virtio -nographic –vnc :1” and I got the following warning “vlan0 is not connected to host network”. Is this a valid behavior? When I connected to the VNC and tried to discover the Virtio driver, I was unable to discover it. Can anybody suggest where I am going wrong or any solution in order to get rid of the problem? ThanksKrishnaprasadFrom: Razique Mahroua [mailto:razique.mahr...@gmail.com] Sent: Samstag, 22. Juni 2013 20:23To: Narayanan, KrishnaprasadCc: openstack@lists.launchpad.netSubject: Re: [Openstack] Windows Image in OpenStack Can you try that command kvm -m 2048 -no-reboot -boot order=d -drive file=windowsr2.img,if=virtio,boot=off -drive file=windows-2008r2.iso,media=cdrom,boot=on -drive file=virtio-win-0.1-30.iso,media=cdrom,boot=off -net nic,model=virtio -nographic -vnc :1 Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15  Make sure to use the good comas and spaces :-) regardRazique  Le 21 juin 2013 à 11:58, "Narayanan, Krishnaprasad"  a écrit : Hi, Thanks for your response. When I execute the command (egrep ‘(vmx|svm)’ /proc/cpuinfo) in the compute node, I am getting an output that starts with “flags” and with several lines (refer image below). Any suggestions would be appreciated.  Cheers,Krishnaprasad From: Razique Mahroua [mailto:razique.mahroua@gmail.com] Sent: Freitag, 21. Juni 2013 11:46To: Narayanan, KrishnaprasadCc: openstack@lists.launchpad.netSubject: Re: [Openstack] Windows Image in OpenStack Hey Krishnaprasad, you cannot run kmv is the server doesn't contain the virtualization instruction.Can you run : $ egrep '(vmx|svm)' /proc/cpuinfo thanks! Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15 Le 21 juin 2013 à 11:22, "Narayanan, Krishnaprasad"  a écrit :Hallo All, When I tried to execute the commands provided in the OpenStack guide for installing Windows Image, I am getting the following error: “kvm: -drive file=windows_server_2012.img: drive with bus=0, unit=0 (index=0) exists”. The command was executed on a compute node that was virtualizable. Command was “kvm -m 2048 -no-reboot -boot order=d -drive file=windows_server_2012.img if=virtio,boot=off -drive file=windows_server_2012_x64.iso,media=cdrom boot=on -drive file=virtio-win-0.1-59.iso,media=cdrom,boot=off -net nic,model=virtio -nographic -vnc :1”. Can anybody suggest me pointers to get rid of this problem? ThanksKrishnaprasad___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore 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] Cloud Archive repository

2013-07-03 Thread Igor Laskovy
Anybody?


On Tue, Jul 2, 2013 at 10:23 AM, Igor Laskovy wrote:

> Hello!
>
> When bug is fixed how long time usually spend to transfer fix to Cloud
> Archive repository?
> For example, I just now found that my setup have this bug
> https://bugs.launchpad.net/nova/+bug/1171284 , but already month as it's
> in *"*Fix Released" status.
>
> --
> Igor Laskovy
> facebook.com/igor.laskovy
> studiogrizzly.com
>



-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.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


Re: [Openstack] Cloud Archive repository

2013-07-03 Thread Daviey Walker
Hi Igor,

Did you see the reply from James?
https://lists.launchpad.net/openstack/msg24824.html

-- 
Kind Regards,

Dave Walker 
Engineering Manager,
Ubuntu Server

On 3 July 2013 11:20, Igor Laskovy  wrote:
> Anybody?
>
>
> On Tue, Jul 2, 2013 at 10:23 AM, Igor Laskovy 
> wrote:
>>
>> Hello!
>>
>> When bug is fixed how long time usually spend to transfer fix to Cloud
>> Archive repository?
>> For example, I just now found that my setup have this bug
>> https://bugs.launchpad.net/nova/+bug/1171284 , but already month as it's in
>> "Fix Released" status.
>>
>> --
>> Igor Laskovy
>> facebook.com/igor.laskovy
>> studiogrizzly.com
>
>
>
>
> --
> Igor Laskovy
> facebook.com/igor.laskovy
> studiogrizzly.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
>

___
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] Cloud Archive repository

2013-07-03 Thread Igor Laskovy
>The reason you are seeing this in Grizzly, is because nobody has
backported this fix (or even targeted it) to this release.

Hm... So, it may indicate that nobody has used stable release (Grizzly)
from CloudArchive on Ubuntu12.04 with VLAN manager, right?

>Unless someone does this, you will continue to see this in Grizzly
releases from source, or any distribution.

About Targeting you meaning using 'ubuntu-bug' tool?


On Wed, Jul 3, 2013 at 2:05 PM, Daviey Walker wrote:

> On 3 July 2013 11:57, Igor Laskovy  wrote:
> > No, this message don't delivered to me, strange (spam checked). Why?
> >
> >
> >>As this bug is associated with the current development release, the
> answer
> >> is a little different.
> >
> > Thanks. Well, as I understand you talk about bug in Havana, right? Asking
> > because I have this bug in Ubuntu12.04 + Grizzly via Cloud Archive.
> >
> >
> >
> > On Wed, Jul 3, 2013 at 1:31 PM, Daviey Walker  >
> > wrote:
> >>
> >> Hi Igor,
> >>
> >> Did you see the reply from James?
> >> https://lists.launchpad.net/openstack/msg24824.html
> >>
> >> --
> >> Kind Regards,
> >>
> >> Dave Walker 
> >> Engineering Manager,
> >> Ubuntu Server
> >>
> >> On 3 July 2013 11:20, Igor Laskovy  wrote:
> >> > Anybody?
> >> >
> >> >
> >> > On Tue, Jul 2, 2013 at 10:23 AM, Igor Laskovy  >
> >> > wrote:
> >> >>
> >> >> Hello!
> >> >>
> >> >> When bug is fixed how long time usually spend to transfer fix to
> Cloud
> >> >> Archive repository?
> >> >> For example, I just now found that my setup have this bug
> >> >> https://bugs.launchpad.net/nova/+bug/1171284 , but already month as
> >> >> it's in
> >> >> "Fix Released" status.
> >> >>
>
> This issue is fixed in the current Openstack development release Havana.
>
> The reason you are seeing this in Grizzly, is because nobody has
> backported this fix (or even targeted it) to this release.
>
> Unless someone does this, you will continue to see this in Grizzly
> releases from source, or any distribution.
>
> Hope this helps.
>
> --
> Kind Regards,
>
> Dave Walker 
> Engineering Manager,
> Ubuntu Server
>



-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.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


Re: [Openstack] Cloud Archive repository

2013-07-03 Thread Daviey Walker
On 3 July 2013 11:57, Igor Laskovy  wrote:
> No, this message don't delivered to me, strange (spam checked). Why?
>
>
>>As this bug is associated with the current development release, the answer
>> is a little different.
>
> Thanks. Well, as I understand you talk about bug in Havana, right? Asking
> because I have this bug in Ubuntu12.04 + Grizzly via Cloud Archive.
>
>
>
> On Wed, Jul 3, 2013 at 1:31 PM, Daviey Walker 
> wrote:
>>
>> Hi Igor,
>>
>> Did you see the reply from James?
>> https://lists.launchpad.net/openstack/msg24824.html
>>
>> --
>> Kind Regards,
>>
>> Dave Walker 
>> Engineering Manager,
>> Ubuntu Server
>>
>> On 3 July 2013 11:20, Igor Laskovy  wrote:
>> > Anybody?
>> >
>> >
>> > On Tue, Jul 2, 2013 at 10:23 AM, Igor Laskovy 
>> > wrote:
>> >>
>> >> Hello!
>> >>
>> >> When bug is fixed how long time usually spend to transfer fix to Cloud
>> >> Archive repository?
>> >> For example, I just now found that my setup have this bug
>> >> https://bugs.launchpad.net/nova/+bug/1171284 , but already month as
>> >> it's in
>> >> "Fix Released" status.
>> >>

This issue is fixed in the current Openstack development release Havana.

The reason you are seeing this in Grizzly, is because nobody has
backported this fix (or even targeted it) to this release.

Unless someone does this, you will continue to see this in Grizzly
releases from source, or any distribution.

Hope this helps.

-- 
Kind Regards,

Dave Walker 
Engineering Manager,
Ubuntu Server

___
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] Cloud Archive repository

2013-07-03 Thread Daviey Walker
Hey,

Based on what I have read from the bug, this issue indicates that few
people have had need to disassociate a network from a project in vlan
mode in Grizzly.  This issue is present in any distribution of
OpenStack, including deploy from source.

We know that many users are using the Grizzly pocket of the Ubuntu
Cloud Archive with 12.04.  Looking at the bug, I see that Michael
Still has added the tag - "grizzly-backport-potential", which means
that it is now on the radar for the Stable Team to look at.

I don't think this was done previously, as it wasn't clear if it was a
Havana specific issue.

Hope this helps.

-- 
Kind Regards,

Dave Walker 
Engineering Manager,
Ubuntu Server


On 3 July 2013 12:15, Igor Laskovy  wrote:
>>The reason you are seeing this in Grizzly, is because nobody has
> backported this fix (or even targeted it) to this release.
>
> Hm... So, it may indicate that nobody has used stable release (Grizzly) from
> CloudArchive on Ubuntu12.04 with VLAN manager, right?
>
>
>>Unless someone does this, you will continue to see this in Grizzly
> releases from source, or any distribution.
>
> About Targeting you meaning using 'ubuntu-bug' tool?
>
>
> On Wed, Jul 3, 2013 at 2:05 PM, Daviey Walker 
> wrote:
>>
>> On 3 July 2013 11:57, Igor Laskovy  wrote:
>> > No, this message don't delivered to me, strange (spam checked). Why?
>> >
>> >
>> >>As this bug is associated with the current development release, the
>> >> answer
>> >> is a little different.
>> >
>> > Thanks. Well, as I understand you talk about bug in Havana, right?
>> > Asking
>> > because I have this bug in Ubuntu12.04 + Grizzly via Cloud Archive.
>> >
>> >
>> >
>> > On Wed, Jul 3, 2013 at 1:31 PM, Daviey Walker
>> > 
>> > wrote:
>> >>
>> >> Hi Igor,
>> >>
>> >> Did you see the reply from James?
>> >> https://lists.launchpad.net/openstack/msg24824.html
>> >>
>> >> --
>> >> Kind Regards,
>> >>
>> >> Dave Walker 
>> >> Engineering Manager,
>> >> Ubuntu Server
>> >>
>> >> On 3 July 2013 11:20, Igor Laskovy  wrote:
>> >> > Anybody?
>> >> >
>> >> >
>> >> > On Tue, Jul 2, 2013 at 10:23 AM, Igor Laskovy
>> >> > 
>> >> > wrote:
>> >> >>
>> >> >> Hello!
>> >> >>
>> >> >> When bug is fixed how long time usually spend to transfer fix to
>> >> >> Cloud
>> >> >> Archive repository?
>> >> >> For example, I just now found that my setup have this bug
>> >> >> https://bugs.launchpad.net/nova/+bug/1171284 , but already month as
>> >> >> it's in
>> >> >> "Fix Released" status.
>> >> >>
>>
>> This issue is fixed in the current Openstack development release Havana.
>>
>> The reason you are seeing this in Grizzly, is because nobody has
>> backported this fix (or even targeted it) to this release.
>>
>> Unless someone does this, you will continue to see this in Grizzly
>> releases from source, or any distribution.
>>
>> Hope this helps.
>>
>> --
>> Kind Regards,
>>
>> Dave Walker 
>> Engineering Manager,
>> Ubuntu Server
>
>
>
>
> --
> Igor Laskovy
> facebook.com/igor.laskovy
> studiogrizzly.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


Re: [Openstack] Cloud Archive repository

2013-07-03 Thread Igor Laskovy
Thanks, and what about this one
https://bugs.launchpad.net/python-novaclient/+bug/1167779 ?


On Wed, Jul 3, 2013 at 2:41 PM, Daviey Walker wrote:

> Hey,
>
> Based on what I have read from the bug, this issue indicates that few
> people have had need to disassociate a network from a project in vlan
> mode in Grizzly.  This issue is present in any distribution of
> OpenStack, including deploy from source.
>
> We know that many users are using the Grizzly pocket of the Ubuntu
> Cloud Archive with 12.04.  Looking at the bug, I see that Michael
> Still has added the tag - "grizzly-backport-potential", which means
> that it is now on the radar for the Stable Team to look at.
>
> I don't think this was done previously, as it wasn't clear if it was a
> Havana specific issue.
>
> Hope this helps.
>
> --
> Kind Regards,
>
> Dave Walker 
> Engineering Manager,
> Ubuntu Server
>
>
> On 3 July 2013 12:15, Igor Laskovy  wrote:
> >>The reason you are seeing this in Grizzly, is because nobody has
> > backported this fix (or even targeted it) to this release.
> >
> > Hm... So, it may indicate that nobody has used stable release (Grizzly)
> from
> > CloudArchive on Ubuntu12.04 with VLAN manager, right?
> >
> >
> >>Unless someone does this, you will continue to see this in Grizzly
> > releases from source, or any distribution.
> >
> > About Targeting you meaning using 'ubuntu-bug' tool?
> >
> >
> > On Wed, Jul 3, 2013 at 2:05 PM, Daviey Walker  >
> > wrote:
> >>
> >> On 3 July 2013 11:57, Igor Laskovy  wrote:
> >> > No, this message don't delivered to me, strange (spam checked). Why?
> >> >
> >> >
> >> >>As this bug is associated with the current development release, the
> >> >> answer
> >> >> is a little different.
> >> >
> >> > Thanks. Well, as I understand you talk about bug in Havana, right?
> >> > Asking
> >> > because I have this bug in Ubuntu12.04 + Grizzly via Cloud Archive.
> >> >
> >> >
> >> >
> >> > On Wed, Jul 3, 2013 at 1:31 PM, Daviey Walker
> >> > 
> >> > wrote:
> >> >>
> >> >> Hi Igor,
> >> >>
> >> >> Did you see the reply from James?
> >> >> https://lists.launchpad.net/openstack/msg24824.html
> >> >>
> >> >> --
> >> >> Kind Regards,
> >> >>
> >> >> Dave Walker 
> >> >> Engineering Manager,
> >> >> Ubuntu Server
> >> >>
> >> >> On 3 July 2013 11:20, Igor Laskovy  wrote:
> >> >> > Anybody?
> >> >> >
> >> >> >
> >> >> > On Tue, Jul 2, 2013 at 10:23 AM, Igor Laskovy
> >> >> > 
> >> >> > wrote:
> >> >> >>
> >> >> >> Hello!
> >> >> >>
> >> >> >> When bug is fixed how long time usually spend to transfer fix to
> >> >> >> Cloud
> >> >> >> Archive repository?
> >> >> >> For example, I just now found that my setup have this bug
> >> >> >> https://bugs.launchpad.net/nova/+bug/1171284 , but already month
> as
> >> >> >> it's in
> >> >> >> "Fix Released" status.
> >> >> >>
> >>
> >> This issue is fixed in the current Openstack development release Havana.
> >>
> >> The reason you are seeing this in Grizzly, is because nobody has
> >> backported this fix (or even targeted it) to this release.
> >>
> >> Unless someone does this, you will continue to see this in Grizzly
> >> releases from source, or any distribution.
> >>
> >> Hope this helps.
> >>
> >> --
> >> Kind Regards,
> >>
> >> Dave Walker 
> >> Engineering Manager,
> >> Ubuntu Server
> >
> >
> >
> >
> > --
> > Igor Laskovy
> > facebook.com/igor.laskovy
> > studiogrizzly.com
>



-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.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] OpenStack Swift Functional Testing (API Compatibility)

2013-07-03 Thread Shailendra Singh (Product Engineering Services - Mumbai)
We are trying to verify the compatibility of API for a Openstack Swift 
(swift-1.8.0-1; python-swiftclient-1.2.0-1) Implementation Using Swift 
functional tests suite.



Looking for information how to configure & execute; What are benchmarks; and 
how to pass swift functional tests to check Openstack swift code is funtionally 
stable after implementation!



Regards,
Shailendra Kumar Singh
~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to iGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com . iGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of iGATE. iGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While iGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of software viruses. You should carry out your own virus checks before opening 
an attachment. To know more about iGATE please visit www.igate.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] Debug level / Swift

2013-07-03 Thread CHABANI Mohamed El Hadi
Hi guys,

I want to active the Debug level on Swift because a 503 internal error, but
i don't know how, any help please ?

Thanks
___
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] heat-watch problem

2013-07-03 Thread Michaël Van de Borne
As Steven told me on IRC, the problem was that the user associated with 
my EC2 creds had the heat_stack_user role in keystone.
This role is intended to be used only for the in-instance users, created 
as part of the stack, not real human users. This is described in policy.json


thanks Steven,

btw: any idea about the first problem?

m.


Michaël Van de Borne
R&D Engineer, SOA team, CETIC
Phone: +32 (0)71 49 07 45 Mobile: +32 (0)472 69 57 16, Skype: mikemowgli
www.cetic.be, rue des Frères Wright, 29/3, B-6041 Charleroi

Le 03/07/2013 16:21, Michaël Van de Borne a écrit :

Hello Steven,
I'm mikemowgli from IRC. As requested, here are the logs.


1. First, here's a stack trace I*get in my shell periodically (once 
per minute approximately), but not in the logs: *

http://pastebin.com/kPswnGNL
(this might not be related to cloudwatch as I got this permanently)


2. Then, here is the error I get when I perform a heat-watch command. 
The logs of engine and cloudwatch are in attachment. In order to 
minimize their size, I launched and killed the daemons for this single 
heat-watch command.


It seems that my AWS creds are accepted, but that the user does have 
enough permissions. However, in keystone, the heat user is admin of 
the service tenant. The config files of engine, cloudwatch and boto 
(2.9.0) are also in attachment.


grizzly@leonard:~$ heat-watch -d describe
DEBUG:Debug level logging enabled
INFO:No AlarmName passed, getting results for ALL alarms
DEBUG:Using access key found in config file.
DEBUG:Using secret key found in config file.
DEBUG:Got CW connection object OK
DEBUG:Method: GET
DEBUG:Path: /v1/
DEBUG:Data:
DEBUG:Headers: {}
DEBUG:Host: 192.168.202.103:8003
DEBUG:Params: {'Action': 'DescribeAlarms', 'Version': '2010-08-01', 
'AlarmNames.member.1': None}

DEBUG:establishing HTTP connection: kwargs={'timeout': 70}
DEBUG:Token: None
DEBUG:using _calc_signature_2
DEBUG:query string: 
AWSAccessKeyId=88da7b10ddbe4f4cad198477352ef9fc&Action=DescribeAlarms&AlarmNames.member.1=None&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2013-07-03T14%3A08%3A54Z&Version=2010-08-01

DEBUG:string_to_sign: GET
192.168.202.103:8003
/v1/
AWSAccessKeyId=88da7b10ddbe4f4cad198477352ef9fc&Action=DescribeAlarms&AlarmNames.member.1=None&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2013-07-03T14%3A08%3A54Z&Version=2010-08-01
DEBUG:len(b64)=44
DEBUG:base64 encoded digest: UaFV/v+FEOEIStrQR7BAH2ci0uGjlWP+p1TwLO8FVM0=
DEBUG:query_string: 
AWSAccessKeyId=88da7b10ddbe4f4cad198477352ef9fc&Action=DescribeAlarms&AlarmNames.member.1=None&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2013-07-03T14%3A08%3A54Z&Version=2010-08-01 
Signature: UaFV/v+FEOEIStrQR7BAH2ci0uGjlWP+p1TwLO8FVM0=
DEBUG:User is not authorized to perform 
action:Action DescribeAlarms not allowed for 
userAccessDeniedSender

ERROR:403 AccessDenied
ERROR:User is not authorized to perform 
action:Action DescribeAlarms not allowed for 
userAccessDeniedSender

Traceback (most recent call last):
  File "/usr/local/bin/heat-watch", line 281, in 
main()
  File "/usr/local/bin/heat-watch", line 268, in main
result = cmd(opts, args)
  File 
"/usr/local/lib/python2.7/dist-packages/heat/cfn_client/utils.py", 
line 32, in wrapper

ret = func(*arguments, **kwargs)
  File "/usr/local/bin/heat-watch", line 65, in alarm_describe
result = c.describe_alarm(**parameters)
  File 
"/usr/local/lib/python2.7/dist-packages/heat/cfn_client/boto_client_cloudwatch.py", 
line 57, in describe_alarm

alarm_names=[name])
  File 
"/usr/local/lib/python2.7/dist-packages/boto/ec2/cloudwatch/__init__.py", 
line 393, in describe_alarms

[('MetricAlarms', MetricAlarms)])
  File "/usr/local/lib/python2.7/dist-packages/boto/connection.py", 
line 1049, in get_list

raise self.ResponseError(response.status, response.reason, body)
boto.exception.BotoServerError: BotoServerError: 403 AccessDenied
User is not authorized to perform 
action:Action DescribeAlarms not allowed for 
userAccessDeniedSender



thank you for your help,

michaël


--
Michaël Van de Borne
R&D Engineer, SOA team, CETIC
Phone: +32 (0)71 49 07 45 Mobile: +32 (0)472 69 57 16, Skype: mikemowgli
www.cetic.be, rue des Frères Wright, 29/3, B-6041 Charleroi


___
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] heat-watch problem

2013-07-03 Thread Steven Hardy
On Wed, Jul 03, 2013 at 04:21:38PM +0200, Michaël Van de Borne wrote:
> Hello Steven,
> I'm mikemowgli from IRC. As requested, here are the logs.
> 
> 
> 1. First, here's a stack trace I*get in my shell periodically (once
> per minute approximately), but not in the logs: *
> http://pastebin.com/kPswnGNL
> (this might not be related to cloudwatch as I got this permanently)

This is due to https://bugs.launchpad.net/heat/+bug/1196618

Which is now fixed in heat master, and it is unrelated to the heat-watch
authentication failure

> 2. Then, here is the error I get when I perform a heat-watch
> command. The logs of engine and cloudwatch are in attachment. In
> order to minimize their size, I launched and killed the daemons for
> this single heat-watch command.
> 
> It seems that my AWS creds are accepted, but that the user does have
> enough permissions. However, in keystone, the heat user is admin of
> the service tenant. The config files of engine, cloudwatch and boto
> (2.9.0) are also in attachment.

As confirmed on IRC (repeated here for the benefit of others), the reason
is that your user associated with the ec2 keypair has the "heat_stack_user"
role, which is intended to be reserved for users created as part of a heat
stack (where the credentials are deployed inside an implicitly untrusted
instance).

The clues are (from api-cloudwatch.log)

2013-07-03 16:12:13.358 27398 INFO heat.api.aws.ec2token [-] AWS
authentication successful.

which proves the ec2 keypair and resulting signed request via boto is OK

Then we get "User is not authorized to perform action" response, but with
no corresponding log message in the engine.log - so it's the policy.json
rules which limit access to in-instance "heat_stack_user"s which is
preventing access, here's the rule in the /etc/heat/policy.json:

"deny_stack_user": "not role:heat_stack_user",

...

"cloudwatch:DeleteAlarms": "rule:deny_stack_user",
"cloudwatch:DescribeAlarmHistory": "rule:deny_stack_user",
"cloudwatch:DescribeAlarms": "rule:deny_stack_user",
"cloudwatch:DescribeAlarmsForMetric": "rule:deny_stack_user",
"cloudwatch:DisableAlarmActions": "rule:deny_stack_user",
"cloudwatch:EnableAlarmActions": "rule:deny_stack_user",
"cloudwatch:GetMetricStatistics": "rule:deny_stack_user",
"cloudwatch:ListMetrics": "rule:deny_stack_user",
"cloudwatch:PutMetricAlarm": "rule:deny_stack_user",
"cloudwatch:PutMetricData": "",
"cloudwatch:SetAlarmState": "rule:deny_stack_user"

As you can see, the policy only allows users with the heat_stack_user role
to access the PutMetricData action, which is the only action required by
the in-instance user (for the cfn-push-stats agent)

So no "real" users should ever have the "heat_stack_user" role, it should
be reserved for use inside heat.

Steve

___
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] Grizzly / Essex Swift install instructions on CentOS 6

2013-07-03 Thread Nirlay Kundu
Hi
Can anybody pls point me to the direct link to the instructions install only 
Swift on CentOS6 and also where to get the packages from ? I am at the 
following link but does not take me anywhere 
https://wiki.openstack.org/wiki/InstallInstructions/Swift
ThanksNirlay  ___
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] possible usage information

2013-07-03 Thread Randy S
Hi all,

I have been reading up on openstack as I am completely new to this. I have set 
up some test systems according to manuals found here and there.

Now, I have a question about the possible use of openstack storage.
I have seen that the normal provisioning of storage is meant to be for vm's 
created within openstack itself. This can then be block storage (cinder) or 
object storage.

Can somebody tell me if it is possible to use openstack to provision the same 
kind of storage to physical servers which are otherwise in no way connected to 
openstack or virtual machines created in systems like vmware?

I hope somebody can asnwer me this and maybe point me the way to test something 
like this.

Thanks in advance,

Rgds,

Randy
  ___
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] Debug level / Swift

2013-07-03 Thread John Dickinson
You can set

log_level = DEBUG

in the [DEFAULT] section of your config files.

https://github.com/openstack/swift/blob/master/etc/proxy-server.conf-sample#L19

--John



On Jul 3, 2013, at 7:37 AM, CHABANI Mohamed El Hadi 
 wrote:

> Hi guys,
> 
> I want to active the Debug level on Swift because a 503 internal error, but i 
> don't know how, any help please ?
> 
> Thanks
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp



smime.p7s
Description: S/MIME cryptographic signature
___
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] Updating OpenStack

2013-07-03 Thread claudio marques
Hi
1 - Do you have your time on your  new compute nodes synchronized with network 
node?
2 - Have you paste the correct credentials to your rabbit MQ server?
Cheers 

claudio@onesource.pthttp://www.onesource.pt/


From: luisguilherme...@gmail.com
Date: Wed, 3 Jul 2013 14:07:04 -0300
To: openstack@lists.launchpad.net
Subject: [Openstack] Updating OpenStack

Hello guys, I have a Controller node and a Compute node with grizzly installed 
and working fine, but the problem is, I'm installing two more computes nodes 
but at both I'm getting error at nova (error attached). I made some researches 
through the google and I saw some people talking about running an apt-get 
update / apt-get upgrade at the Controller node and Compute node. My point is, 
is safe to run this update/upgrade steps? My working controller and compute can 
stop working (break?)


Thank you all.
Guilherme.

___
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] Updating OpenStack

2013-07-03 Thread claudio marques
Probably you have an older nova version running in one of the compute-nodes, 
and probably that's  why you have UnsupportedRpcVersion exception!
Cheers 

claudio@onesource.pthttp://www.onesource.pt/
From: clau...@onesource.pt
To: openstack@lists.launchpad.net
Date: Wed, 3 Jul 2013 17:20:47 +
Subject: Re: [Openstack] Updating OpenStack




Hi
1 - Do you have your time on your  new compute nodes synchronized with network 
node?
2 - Have you paste the correct credentials to your rabbit MQ server?
Cheers 

claudio@onesource.pthttp://www.onesource.pt/


From: luisguilherme...@gmail.com
Date: Wed, 3 Jul 2013 14:07:04 -0300
To: openstack@lists.launchpad.net
Subject: [Openstack] Updating OpenStack

Hello guys, I have a Controller node and a Compute node with grizzly installed 
and working fine, but the problem is, I'm installing two more computes nodes 
but at both I'm getting error at nova (error attached). I made some researches 
through the google and I saw some people talking about running an apt-get 
update / apt-get upgrade at the Controller node and Compute node. My point is, 
is safe to run this update/upgrade steps? My working controller and compute can 
stop working (break?)


Thank you all.
Guilherme.

___
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   
  ___
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] Updating OpenStack

2013-07-03 Thread Guilherme Russi
Hello Claudio,

 1 - Yes, they are synced with my network node
 2 - I put the configuration on my nova.conf rabbit_host=my_host and
rabbit_password=my_pass, are they the only parameters?

Thank you.

Regards.


2013/7/3 claudio marques 

> Hi
>
> 1 - Do you have your time on your  new compute nodes synchronized with
> network node?
>
> 2 - Have you paste the correct credentials to your rabbit MQ server?
>
> Cheers
>
>
> clau...@onesource.pt
> http://www.onesource.pt/
>
>
> --
> From: luisguilherme...@gmail.com
> Date: Wed, 3 Jul 2013 14:07:04 -0300
> To: openstack@lists.launchpad.net
> Subject: [Openstack] Updating OpenStack
>
>
> Hello guys, I have a Controller node and a Compute node with grizzly
> installed and working fine, but the problem is, I'm installing two more
> computes nodes but at both I'm getting error at nova (error attached). I
> made some researches through the google and I saw some people talking about
> running an apt-get update / apt-get upgrade at the Controller node and
> Compute node. My point is, is safe to run this update/upgrade steps? My
> working controller and compute can stop working (break?)
>
> Thank you all.
>
> Guilherme.
>
> ___ Mailing list:
> https://launchpad.net/~openstack Post to : 
> openstack@lists.launchpad.netUnsubscribe :
> 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
>
>
___
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] Updating OpenStack

2013-07-03 Thread Guilherme Russi
Yes, that's the point, if a make an apt-get update / apt-get upgrade, my
running compute node can break? And more, do I need to run an apt-get
update / apt-get upgrade at my Controller node too?


2013/7/3 claudio marques 

> Probably you have an older nova version running in one of the compute-nodes,
> and probably that's  why you have *UnsupportedRpcVersion exception!*
> *
> *
> Cheers
>
> *
> *
> clau...@onesource.pt
> http://www.onesource.pt/
>
> --
> From: clau...@onesource.pt
> To: openstack@lists.launchpad.net
> Date: Wed, 3 Jul 2013 17:20:47 +
> Subject: Re: [Openstack] Updating OpenStack
>
>
> Hi
>
> 1 - Do you have your time on your  new compute nodes synchronized with
> network node?
>
> 2 - Have you paste the correct credentials to your rabbit MQ server?
>
> Cheers
>
>
> clau...@onesource.pt
> http://www.onesource.pt/
>
>
> --
> From: luisguilherme...@gmail.com
> Date: Wed, 3 Jul 2013 14:07:04 -0300
> To: openstack@lists.launchpad.net
> Subject: [Openstack] Updating OpenStack
>
> Hello guys, I have a Controller node and a Compute node with grizzly
> installed and working fine, but the problem is, I'm installing two more
> computes nodes but at both I'm getting error at nova (error attached). I
> made some researches through the google and I saw some people talking about
> running an apt-get update / apt-get upgrade at the Controller node and
> Compute node. My point is, is safe to run this update/upgrade steps? My
> working controller and compute can stop working (break?)
>
> Thank you all.
>
> Guilherme.
>
> ___ Mailing list:
> https://launchpad.net/~openstack Post to : 
> openstack@lists.launchpad.netUnsubscribe :
> https://launchpad.net/~openstack More help :
> https://help.launchpad.net/ListHelp
>
> ___ Mailing list:
> https://launchpad.net/~openstack Post to : 
> openstack@lists.launchpad.netUnsubscribe :
> 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
>
>
___
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] Updating OpenStack

2013-07-03 Thread Calvin Austin
I experienced the same thing just yesterday. the python-nova package (on
ubuntu) has api changes in dot dot versions, 1.47 brought in a new db call
that the server doesn't know about.

I ended up downloading the same python-nova package on the new compute node
so they could talk

python-nova_2013.1-0ubuntu1_all.deb

regards
calvin


On Wed, Jul 3, 2013 at 10:32 AM, Guilherme Russi  wrote:

> Yes, that's the point, if a make an apt-get update / apt-get upgrade, my
> running compute node can break? And more, do I need to run an apt-get
> update / apt-get upgrade at my Controller node too?
>
>
> 2013/7/3 claudio marques 
>
>> Probably you have an older nova version running in one of the compute-nodes,
>> and probably that's  why you have *UnsupportedRpcVersion exception!*
>> *
>> *
>> Cheers
>>
>> *
>> *
>> clau...@onesource.pt
>> http://www.onesource.pt/
>>
>> --
>> From: clau...@onesource.pt
>> To: openstack@lists.launchpad.net
>> Date: Wed, 3 Jul 2013 17:20:47 +
>> Subject: Re: [Openstack] Updating OpenStack
>>
>>
>> Hi
>>
>> 1 - Do you have your time on your  new compute nodes synchronized with
>> network node?
>>
>> 2 - Have you paste the correct credentials to your rabbit MQ server?
>>
>> Cheers
>>
>>
>> clau...@onesource.pt
>> http://www.onesource.pt/
>>
>>
>> --
>> From: luisguilherme...@gmail.com
>> Date: Wed, 3 Jul 2013 14:07:04 -0300
>> To: openstack@lists.launchpad.net
>> Subject: [Openstack] Updating OpenStack
>>
>> Hello guys, I have a Controller node and a Compute node with grizzly
>> installed and working fine, but the problem is, I'm installing two more
>> computes nodes but at both I'm getting error at nova (error attached). I
>> made some researches through the google and I saw some people talking about
>> running an apt-get update / apt-get upgrade at the Controller node and
>> Compute node. My point is, is safe to run this update/upgrade steps? My
>> working controller and compute can stop working (break?)
>>
>> Thank you all.
>>
>> Guilherme.
>>
>> ___ Mailing list:
>> https://launchpad.net/~openstack Post to : 
>> openstack@lists.launchpad.netUnsubscribe :
>> https://launchpad.net/~openstack More help :
>> https://help.launchpad.net/ListHelp
>>
>> ___ Mailing list:
>> https://launchpad.net/~openstack Post to : 
>> openstack@lists.launchpad.netUnsubscribe :
>> 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
>>
>>
>
> ___
> 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] Updating OpenStack

2013-07-03 Thread Guilherme Russi
Ok Calvin, I'll do that, thank you.


2013/7/3 Calvin Austin 

> I experienced the same thing just yesterday. the python-nova package (on
> ubuntu) has api changes in dot dot versions, 1.47 brought in a new db call
> that the server doesn't know about.
>
> I ended up downloading the same python-nova package on the new compute
> node so they could talk
>
> python-nova_2013.1-0ubuntu1_all.deb
>
> regards
> calvin
>
>
> On Wed, Jul 3, 2013 at 10:32 AM, Guilherme Russi <
> luisguilherme...@gmail.com> wrote:
>
>> Yes, that's the point, if a make an apt-get update / apt-get upgrade, my
>> running compute node can break? And more, do I need to run an apt-get
>> update / apt-get upgrade at my Controller node too?
>>
>>
>> 2013/7/3 claudio marques 
>>
>>> Probably you have an older nova version running in one of the compute-nodes,
>>> and probably that's  why you have *UnsupportedRpcVersion exception!*
>>> *
>>> *
>>> Cheers
>>>
>>> *
>>> *
>>> clau...@onesource.pt
>>> http://www.onesource.pt/
>>>
>>> --
>>> From: clau...@onesource.pt
>>> To: openstack@lists.launchpad.net
>>> Date: Wed, 3 Jul 2013 17:20:47 +
>>> Subject: Re: [Openstack] Updating OpenStack
>>>
>>>
>>> Hi
>>>
>>> 1 - Do you have your time on your  new compute nodes synchronized with
>>> network node?
>>>
>>> 2 - Have you paste the correct credentials to your rabbit MQ server?
>>>
>>> Cheers
>>>
>>>
>>> clau...@onesource.pt
>>> http://www.onesource.pt/
>>>
>>>
>>> --
>>> From: luisguilherme...@gmail.com
>>> Date: Wed, 3 Jul 2013 14:07:04 -0300
>>> To: openstack@lists.launchpad.net
>>> Subject: [Openstack] Updating OpenStack
>>>
>>> Hello guys, I have a Controller node and a Compute node with grizzly
>>> installed and working fine, but the problem is, I'm installing two more
>>> computes nodes but at both I'm getting error at nova (error attached). I
>>> made some researches through the google and I saw some people talking about
>>> running an apt-get update / apt-get upgrade at the Controller node and
>>> Compute node. My point is, is safe to run this update/upgrade steps? My
>>> working controller and compute can stop working (break?)
>>>
>>> Thank you all.
>>>
>>> Guilherme.
>>>
>>> ___ Mailing list:
>>> https://launchpad.net/~openstack Post to : 
>>> openstack@lists.launchpad.netUnsubscribe :
>>> https://launchpad.net/~openstack More help :
>>> https://help.launchpad.net/ListHelp
>>>
>>> ___ Mailing list:
>>> https://launchpad.net/~openstack Post to : 
>>> openstack@lists.launchpad.netUnsubscribe :
>>> 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
>>>
>>>
>>
>> ___
>> 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] Updating OpenStack

2013-07-03 Thread Trevor Roberts Jr
Hi Guilherme,

To ensure that all settings match up correctly, it's advised to copy the 
nova.conf from your Controller node, or the Compute Node that works, to each 
new Nova node

-Trevor

Sent from my iPad

On Jul 3, 2013, at 7:30 AM, Guilherme Russi  wrote:

> Hello Claudio, 
> 
>  1 - Yes, they are synced with my network node
>  2 - I put the configuration on my nova.conf rabbit_host=my_host and 
> rabbit_password=my_pass, are they the only parameters?
> 
> Thank you.
> 
> Regards.
> 
> 
> 2013/7/3 claudio marques 
>> Hi
>> 
>> 1 - Do you have your time on your  new compute nodes synchronized with 
>> network node?
>> 
>> 2 - Have you paste the correct credentials to your rabbit MQ server?
>> 
>> Cheers 
>> 
>> 
>> clau...@onesource.pt
>> http://www.onesource.pt/
>> 
>> 
>> From: luisguilherme...@gmail.com
>> Date: Wed, 3 Jul 2013 14:07:04 -0300
>> To: openstack@lists.launchpad.net
>> Subject: [Openstack] Updating OpenStack
>> 
>> 
>> Hello guys, I have a Controller node and a Compute node with grizzly 
>> installed and working fine, but the problem is, I'm installing two more 
>> computes nodes but at both I'm getting error at nova (error attached). I 
>> made some researches through the google and I saw some people talking about 
>> running an apt-get update / apt-get upgrade at the Controller node and 
>> Compute node. My point is, is safe to run this update/upgrade steps? My 
>> working controller and compute can stop working (break?)
>> 
>> Thank you all.
>> 
>> Guilherme.
>> 
>> ___ 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
> 
> ___
> 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] Updating OpenStack

2013-07-03 Thread Guilherme Russi
Hello Trevor, I did that :)


2013/7/3 Trevor Roberts Jr 

> Hi Guilherme,
>
> To ensure that all settings match up correctly, it's advised to copy the
> nova.conf from your Controller node, or the Compute Node that works, to
> each new Nova node
>
> -Trevor
>
> Sent from my iPad
>
> On Jul 3, 2013, at 7:30 AM, Guilherme Russi 
> wrote:
>
> Hello Claudio,
>
>  1 - Yes, they are synced with my network node
>  2 - I put the configuration on my nova.conf rabbit_host=my_host and
> rabbit_password=my_pass, are they the only parameters?
>
> Thank you.
>
> Regards.
>
>
> 2013/7/3 claudio marques 
>
>> Hi
>>
>> 1 - Do you have your time on your  new compute nodes synchronized with
>> network node?
>>
>> 2 - Have you paste the correct credentials to your rabbit MQ server?
>>
>> Cheers
>>
>>
>> clau...@onesource.pt
>> http://www.onesource.pt/
>>
>>
>> --
>> From: luisguilherme...@gmail.com
>> Date: Wed, 3 Jul 2013 14:07:04 -0300
>> To: openstack@lists.launchpad.net
>> Subject: [Openstack] Updating OpenStack
>>
>>
>> Hello guys, I have a Controller node and a Compute node with grizzly
>> installed and working fine, but the problem is, I'm installing two more
>> computes nodes but at both I'm getting error at nova (error attached). I
>> made some researches through the google and I saw some people talking about
>> running an apt-get update / apt-get upgrade at the Controller node and
>> Compute node. My point is, is safe to run this update/upgrade steps? My
>> working controller and compute can stop working (break?)
>>
>> Thank you all.
>>
>> Guilherme.
>>
>> ___ Mailing list:
>> https://launchpad.net/~openstack Post to : 
>> openstack@lists.launchpad.netUnsubscribe :
>> 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
>>
>>
> ___
> 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


[Openstack] Two hypervisors instead of one

2013-07-03 Thread Simon Marchuk
Hi, I've installed Grizzly on Debian Wheezy and when I get hypervisors list

# nova hypervisor-list

I get two hypervisors
+++
| ID | Hypervisor hostname|
+++
| 1  | myriads-serv1.myriads.irisa.fr |
| 2  | myriads-serv1.myriads.irisa.fr |
+++
when I have configured only one.
Is it ok?


At the same time my instances get stuck in state building/scheduling I
don't know if it can be reason.

Thanks in advance.

-- 
Cordialement, Semen[Simon]  MARCHUK.
Best regards, Semen MARCHUK.
С уважением, Марчук Семён.
___
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] Updating OpenStack

2013-07-03 Thread claudio marques
In your place I just download the same nova packages to your new compute nodes 
as you got on the first one as Calvin said! Upgrading your existing network 
node and compute node can result in disaster :)
Good luck
Cheers
Claudio Marques
claudio@onesource.pthttp://www.onesource.pt/
Date: Wed, 3 Jul 2013 10:41:37 -0700
From: caus...@bitglass.com
To: luisguilherme...@gmail.com
CC: clau...@onesource.pt; openstack@lists.launchpad.net
Subject: Re: [Openstack] Updating OpenStack

I experienced the same thing just yesterday. the python-nova package (on 
ubuntu) has api changes in dot dot versions, 1.47 brought in a new db call that 
the server doesn't know about. 


I ended up downloading the same python-nova package on the new compute node so 
they could talk
python-nova_2013.1-0ubuntu1_all.deb

regards
calvin

On Wed, Jul 3, 2013 at 10:32 AM, Guilherme Russi  
wrote:

Yes, that's the point, if a make an apt-get update / apt-get upgrade, my 
running compute node can break? And more, do I need to run an apt-get update / 
apt-get upgrade at my Controller node too?




2013/7/3 claudio marques 






Probably you have an older nova version running in one of the compute-nodes, 
and probably that's  why you have UnsupportedRpcVersion exception!



Cheers 

clau...@onesource.pt


http://www.onesource.pt/
From: clau...@onesource.pt
To: openstack@lists.launchpad.net



Date: Wed, 3 Jul 2013 17:20:47 +
Subject: Re: [Openstack] Updating OpenStack




Hi
1 - Do you have your time on your  new compute nodes synchronized with network 
node?
2 - Have you paste the correct credentials to your rabbit MQ server?



Cheers 

clau...@onesource.pt


http://www.onesource.pt/


From: luisguilherme...@gmail.com



Date: Wed, 3 Jul 2013 14:07:04 -0300
To: openstack@lists.launchpad.net
Subject: [Openstack] Updating OpenStack

Hello guys, I have a Controller node and a Compute node with grizzly installed 
and working fine, but the problem is, I'm installing two more computes nodes 
but at both I'm getting error at nova (error attached). I made some researches 
through the google and I saw some people talking about running an apt-get 
update / apt-get upgrade at the Controller node and Compute node. My point is, 
is safe to run this update/upgrade steps? My working controller and compute can 
stop working (break?)





Thank you all.
Guilherme.

___
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   
  

___

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





___
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] Updating OpenStack

2013-07-03 Thread Guilherme Russi
I made the download from python-nova_2013.1-0ubuntu2_all.deb and installed
it, then I made the apt-get install nova-compute-kvm but I'm still getting
the same error, am I doing something wrong?

Thank you guys.


2013/7/3 claudio marques 

> In your place I just download the same nova packages to your new compute
> nodes as you got on the first one as Calvin said!
> Upgrading your existing network node and compute node can result in
> disaster :)
>
> Good luck
>
> Cheers
>
> Claudio Marques
>
> clau...@onesource.pt
> http://www.onesource.pt/
>
> --
> Date: Wed, 3 Jul 2013 10:41:37 -0700
> From: caus...@bitglass.com
> To: luisguilherme...@gmail.com
> CC: clau...@onesource.pt; openstack@lists.launchpad.net
>
> Subject: Re: [Openstack] Updating OpenStack
>
> I experienced the same thing just yesterday. the python-nova package (on
> ubuntu) has api changes in dot dot versions, 1.47 brought in a new db call
> that the server doesn't know about.
>
> I ended up downloading the same python-nova package on the new compute
> node so they could talk
>
> python-nova_2013.1-0ubuntu1_all.deb
>
> regards
> calvin
>
>
> On Wed, Jul 3, 2013 at 10:32 AM, Guilherme Russi <
> luisguilherme...@gmail.com> wrote:
>
> Yes, that's the point, if a make an apt-get update / apt-get upgrade, my
> running compute node can break? And more, do I need to run an apt-get
> update / apt-get upgrade at my Controller node too?
>
>
> 2013/7/3 claudio marques 
>
> Probably you have an older nova version running in one of the compute-nodes,
> and probably that's  why you have *UnsupportedRpcVersion exception!*
> *
> *
> Cheers
>
> *
> *
> clau...@onesource.pt
> http://www.onesource.pt/
>
> --
> From: clau...@onesource.pt
> To: openstack@lists.launchpad.net
> Date: Wed, 3 Jul 2013 17:20:47 +
> Subject: Re: [Openstack] Updating OpenStack
>
>
> Hi
>
> 1 - Do you have your time on your  new compute nodes synchronized with
> network node?
>
> 2 - Have you paste the correct credentials to your rabbit MQ server?
>
> Cheers
>
>
> clau...@onesource.pt
> http://www.onesource.pt/
>
>
> --
> From: luisguilherme...@gmail.com
> Date: Wed, 3 Jul 2013 14:07:04 -0300
> To: openstack@lists.launchpad.net
> Subject: [Openstack] Updating OpenStack
>
> Hello guys, I have a Controller node and a Compute node with grizzly
> installed and working fine, but the problem is, I'm installing two more
> computes nodes but at both I'm getting error at nova (error attached). I
> made some researches through the google and I saw some people talking about
> running an apt-get update / apt-get upgrade at the Controller node and
> Compute node. My point is, is safe to run this update/upgrade steps? My
> working controller and compute can stop working (break?)
>
> Thank you all.
>
> Guilherme.
>
> ___ Mailing list:
> https://launchpad.net/~openstack Post to : 
> openstack@lists.launchpad.netUnsubscribe :
> https://launchpad.net/~openstack More help :
> https://help.launchpad.net/ListHelp
>
> ___ Mailing list:
> https://launchpad.net/~openstack Post to : 
> openstack@lists.launchpad.netUnsubscribe :
> 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
>
>
>
> ___
> 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.netUnsubscribe :
> 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
>
>
___
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] Updating OpenStack

2013-07-03 Thread Calvin Austin
downgrading to python-nova was the last thing I did, apt-get might fix you
to the latest one.

You can check file
/usr/lib/python2.7/dist-packages/nova/conductor/rpcapi.py

If it mentions 1.47 in the API version history you have the later
python-nova, when you downgrade it will ask you if its ok.

regards
calvin


On Wed, Jul 3, 2013 at 11:23 AM, Guilherme Russi  wrote:

> I made the download from python-nova_2013.1-0ubuntu2_all.deb and installed
> it, then I made the apt-get install nova-compute-kvm but I'm still getting
> the same error, am I doing something wrong?
>
> Thank you guys.
>
>
> 2013/7/3 claudio marques 
>
>> In your place I just download the same nova packages to your new compute
>> nodes as you got on the first one as Calvin said!
>> Upgrading your existing network node and compute node can result in
>> disaster :)
>>
>> Good luck
>>
>> Cheers
>>
>> Claudio Marques
>>
>> clau...@onesource.pt
>> http://www.onesource.pt/
>>
>> --
>> Date: Wed, 3 Jul 2013 10:41:37 -0700
>> From: caus...@bitglass.com
>> To: luisguilherme...@gmail.com
>> CC: clau...@onesource.pt; openstack@lists.launchpad.net
>>
>> Subject: Re: [Openstack] Updating OpenStack
>>
>> I experienced the same thing just yesterday. the python-nova package (on
>> ubuntu) has api changes in dot dot versions, 1.47 brought in a new db call
>> that the server doesn't know about.
>>
>> I ended up downloading the same python-nova package on the new compute
>> node so they could talk
>>
>> python-nova_2013.1-0ubuntu1_all.deb
>>
>> regards
>> calvin
>>
>>
>> On Wed, Jul 3, 2013 at 10:32 AM, Guilherme Russi <
>> luisguilherme...@gmail.com> wrote:
>>
>> Yes, that's the point, if a make an apt-get update / apt-get upgrade, my
>> running compute node can break? And more, do I need to run an apt-get
>> update / apt-get upgrade at my Controller node too?
>>
>>
>> 2013/7/3 claudio marques 
>>
>> Probably you have an older nova version running in one of the compute-nodes,
>> and probably that's  why you have *UnsupportedRpcVersion exception!*
>> *
>> *
>> Cheers
>>
>> *
>> *
>> clau...@onesource.pt
>> http://www.onesource.pt/
>>
>> --
>> From: clau...@onesource.pt
>> To: openstack@lists.launchpad.net
>> Date: Wed, 3 Jul 2013 17:20:47 +
>> Subject: Re: [Openstack] Updating OpenStack
>>
>>
>> Hi
>>
>> 1 - Do you have your time on your  new compute nodes synchronized with
>> network node?
>>
>> 2 - Have you paste the correct credentials to your rabbit MQ server?
>>
>> Cheers
>>
>>
>> clau...@onesource.pt
>> http://www.onesource.pt/
>>
>>
>> --
>> From: luisguilherme...@gmail.com
>> Date: Wed, 3 Jul 2013 14:07:04 -0300
>> To: openstack@lists.launchpad.net
>> Subject: [Openstack] Updating OpenStack
>>
>> Hello guys, I have a Controller node and a Compute node with grizzly
>> installed and working fine, but the problem is, I'm installing two more
>> computes nodes but at both I'm getting error at nova (error attached). I
>> made some researches through the google and I saw some people talking about
>> running an apt-get update / apt-get upgrade at the Controller node and
>> Compute node. My point is, is safe to run this update/upgrade steps? My
>> working controller and compute can stop working (break?)
>>
>> Thank you all.
>>
>> Guilherme.
>>
>> ___ Mailing list:
>> https://launchpad.net/~openstack Post to : 
>> openstack@lists.launchpad.netUnsubscribe :
>> https://launchpad.net/~openstack More help :
>> https://help.launchpad.net/ListHelp
>>
>> ___ Mailing list:
>> https://launchpad.net/~openstack Post to : 
>> openstack@lists.launchpad.netUnsubscribe :
>> 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
>>
>>
>>
>> ___
>> 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.netUnsubscribe :
>> 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
>>
>>
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launch

Re: [Openstack] Updating OpenStack

2013-07-03 Thread Guilherme Russi
It is showing the 1.47, i'm lokking through the internet how to install the
packages that match with my working compute node. I still have no clue how
to do that :(

Regards.


2013/7/3 Calvin Austin 

> downgrading to python-nova was the last thing I did, apt-get might fix you
> to the latest one.
>
> You can check file
> /usr/lib/python2.7/dist-packages/nova/conductor/rpcapi.py
>
> If it mentions 1.47 in the API version history you have the later
> python-nova, when you downgrade it will ask you if its ok.
>
> regards
> calvin
>
>
> On Wed, Jul 3, 2013 at 11:23 AM, Guilherme Russi <
> luisguilherme...@gmail.com> wrote:
>
>> I made the download from python-nova_2013.1-0ubuntu2_all.deb and
>> installed it, then I made the apt-get install nova-compute-kvm but I'm
>> still getting the same error, am I doing something wrong?
>>
>> Thank you guys.
>>
>>
>> 2013/7/3 claudio marques 
>>
>>> In your place I just download the same nova packages to your new compute
>>> nodes as you got on the first one as Calvin said!
>>> Upgrading your existing network node and compute node can result in
>>> disaster :)
>>>
>>> Good luck
>>>
>>> Cheers
>>>
>>> Claudio Marques
>>>
>>> clau...@onesource.pt
>>> http://www.onesource.pt/
>>>
>>> --
>>> Date: Wed, 3 Jul 2013 10:41:37 -0700
>>> From: caus...@bitglass.com
>>> To: luisguilherme...@gmail.com
>>> CC: clau...@onesource.pt; openstack@lists.launchpad.net
>>>
>>> Subject: Re: [Openstack] Updating OpenStack
>>>
>>> I experienced the same thing just yesterday. the python-nova package (on
>>> ubuntu) has api changes in dot dot versions, 1.47 brought in a new db call
>>> that the server doesn't know about.
>>>
>>> I ended up downloading the same python-nova package on the new compute
>>> node so they could talk
>>>
>>> python-nova_2013.1-0ubuntu1_all.deb
>>>
>>> regards
>>> calvin
>>>
>>>
>>> On Wed, Jul 3, 2013 at 10:32 AM, Guilherme Russi <
>>> luisguilherme...@gmail.com> wrote:
>>>
>>> Yes, that's the point, if a make an apt-get update / apt-get upgrade, my
>>> running compute node can break? And more, do I need to run an apt-get
>>> update / apt-get upgrade at my Controller node too?
>>>
>>>
>>> 2013/7/3 claudio marques 
>>>
>>> Probably you have an older nova version running in one of the compute-nodes,
>>> and probably that's  why you have *UnsupportedRpcVersion exception!*
>>> *
>>> *
>>> Cheers
>>>
>>> *
>>> *
>>> clau...@onesource.pt
>>> http://www.onesource.pt/
>>>
>>> --
>>> From: clau...@onesource.pt
>>> To: openstack@lists.launchpad.net
>>> Date: Wed, 3 Jul 2013 17:20:47 +
>>> Subject: Re: [Openstack] Updating OpenStack
>>>
>>>
>>> Hi
>>>
>>> 1 - Do you have your time on your  new compute nodes synchronized with
>>> network node?
>>>
>>> 2 - Have you paste the correct credentials to your rabbit MQ server?
>>>
>>> Cheers
>>>
>>>
>>> clau...@onesource.pt
>>> http://www.onesource.pt/
>>>
>>>
>>> --
>>> From: luisguilherme...@gmail.com
>>> Date: Wed, 3 Jul 2013 14:07:04 -0300
>>> To: openstack@lists.launchpad.net
>>> Subject: [Openstack] Updating OpenStack
>>>
>>> Hello guys, I have a Controller node and a Compute node with grizzly
>>> installed and working fine, but the problem is, I'm installing two more
>>> computes nodes but at both I'm getting error at nova (error attached). I
>>> made some researches through the google and I saw some people talking about
>>> running an apt-get update / apt-get upgrade at the Controller node and
>>> Compute node. My point is, is safe to run this update/upgrade steps? My
>>> working controller and compute can stop working (break?)
>>>
>>> Thank you all.
>>>
>>> Guilherme.
>>>
>>> ___ Mailing list:
>>> https://launchpad.net/~openstack Post to : 
>>> openstack@lists.launchpad.netUnsubscribe :
>>> https://launchpad.net/~openstack More help :
>>> https://help.launchpad.net/ListHelp
>>>
>>> ___ Mailing list:
>>> https://launchpad.net/~openstack Post to : 
>>> openstack@lists.launchpad.netUnsubscribe :
>>> 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
>>>
>>>
>>>
>>> ___
>>> 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.netUnsubscribe :
>>> https://launchpad.net/~openstack More help :
>>> https://help.launchpad.net/ListHelp
>>>
>