Re: [Openstack] Volume from image question

2015-10-13 Thread Josh Durgin

[resending to the list]

On 10/12/2015 06:46 PM, Cory Hawkless wrote:

In my setup I have one Ceph cluster but 2 different pools, one for
images which is on SATA disks and one for volumes which is on faster SAS
disks.

Given this setup I don’t imagine there is any way to thin provision an
image to a volume? It would need to be a complete copy from one pool to
another, yes?


In ceph cloning between pools is possible, and is a common
configuration. Your setup sounds like it should be doing this, since
you have the images in raw format. Compare your cinder and glance
config files and your ceph auth settings with this:

http://docs.ceph.com/docs/master/rbd/rbd-openstack/#setup-ceph-client-authentication

Josh


I’m certainly not in a position to be able to contribute to a code
change, I’m surprised this hasn’t been done already, it seems terribly
inefficient to have to copy the images twice?

Regards,

Cory

*From:*Avishay Traeger [mailto:avis...@stratoscale.com]
*Sent:* Monday, 12 October 2015 9:55 PM
*To:* Cory Hawkless 
*Cc:* openstack@lists.openstack.org
*Subject:* Re: [Openstack] Volume from image question

The flow for all images for this process is to download from Glance to a
temporary file, and then write to volume.  This is not necessary for raw
images, but that optimization has not been done.  I did leave a comment
about that in the code though 2.5 years ago, but never implemented it -
you can give it a go if you'd like :-)

Are you using two different Ceph clusters, one for images and one for
volumes?  Otherwise it should just be doing a thin provisioned clone of
the image (no download, no temp space, no upload).

On Mon, Oct 12, 2015 at 12:27 PM, Cory Hawkless mailto:c...@hawkless.id.au>> wrote:

Hi all,

When creating a volume from an image(Using Horizon), why does the
Cinder server need to do what appears to be a conversion of the
image before it can create the volume?

All of my images in Glance are uploaded in RAW format, images and
volumes are stored in Ceph.

The reason I know the images are being processed on my glance server
is because it runs out of disk space when trying to make volumes
from large images and the process fails. I can see the temporary
file in /var/lib/cinder/conversion

Is it not possible to have glance simply copy the image form the
images store into the volumes store? I am going to regularly be
creating new Windows Server instances, so it would take quite some
time for a 20gb image to be processed by Cinder before it can be
uploaded into Ceph.

Regards,

Cory


___
Mailing list:
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org

Unsubscribe :
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack



--

*Avishay Traeger, PhD*

/System Architect/

Mobile: +972 54 447 1475

E-mail: avis...@stratoscale.com 

Web  | Blog
 | Twitter
 | Google+

 |
Linkedin 



___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack




___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] resize lvm-backed instance

2015-10-13 Thread Ivan Derbenev
Hello!
Is it possible to resize (and, possibly, migrate) lvm-backed instances in kilo?
When I try to do so, I am getting an error
Instance rollback performed due to: Migration pre-check error: Migration is not 
supported for LVM backed instances

What's the workaround?
Yes, I can go into DB manually every time, but I don't like this

Regards,
IT engineer
Farheap, Russia
Ivan Derbenev

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] scheduler.log and compute.log

2015-10-13 Thread Negar Khajeddin
Hello, 
I am new in OpenStack. According to contents of the follwing link, we can 
separately generate log files of different NOVA services (like 
nova-scheduler, nova-compute, nova-api, and so forth):
http://docs.openstack.org/juno/config-reference/content/section_nova-logs.html 
[http://docs.openstack.org/juno/config-reference/content/section_nova-logs.html]
Can anyone tell how can I separate scheduler.log and compute.log from 
nova.log? and if they are included in nova.log, how can generate 
scheduler.log, compute.log, api.log, and the other logs separately?

Regards___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Unable to migrate instance

2015-10-13 Thread varun bhatnagar
Thanks a lot Remo and Nasir for your quick replies but I am still facing
this problem.
Based on your replies I did some googling and found this website which
showed how to configure sshkeys for nova

http://www.adminz.in/2015/04/enabling-instance-resizing-in-openstack.html

After following this I get a different error which says "Permission Denied"

The situation on my setup is that I have multinode setup and the storage is
mounted over nfs and /var/lib/nova folder is mounted on each compute node
so .ssh folder will be having same data on all the compute nodes.

192.168.x.x:/home/shared  1.1T   74G  921G   8% /var/lib/nova


This is how my files look
[root@controller ~(keystone_admin)]# ls -ltr /root/.ssh/
total 16
-rw-r--r--. 1 root root  400 May 25 08:15 id_rsa.pub
-rw---. 1 root root 1675 May 25 08:15 id_rsa
-r. 1 root root  400 May 25 08:15 authorized_keys
-rw-r--r--  1 root root 1888 Oct 12 07:07 known_hosts
[root@controller ~(keystone_admin)]#

[root@controller ~(keystone_admin)]# ls -ltr /var/lib/nova/.ssh/
total 24
-rw--- 1 root root  981 Oct 13 04:04 authorized_keys
-rw--- 1 root root  23 Oct 13 04:04 config
-rw--- 1 root root 1678 Oct 13 04:04 id_rsa
-rw-r--r-- 1 root root  400 Oct 13 04:04 id_rsa.pub
[root@controller ~(keystone_admin)]#


BR,
Varun

On Mon, Oct 12, 2015 at 5:31 PM, Remo Mattei  wrote:

> id nova
>
> On Oct 12, 2015, at 07:53, Nasir Mahmood  wrote:
>
> Remo us right,
>
> Do a test here,
>
> On compute1
>
> #su - nova
> #touch `hostname.dat`
> #scp -p `hostname.dat` compute2:/var/lib/nova/instances/
>
> On compute2:
>
> #su - nova
> #touch `hostname.dat`
> #scp -p `hostname.dat` compute1:/var/lib/nova/instances/
>
> I don't remember exact username for nova user.
> On 12 Oct 2015 19:43, "Remo Mattei"  wrote:
>
>> To make this work just login as nova, create an ssh key copy that key
>> over the compute and you should be fine. I would do ssh-copy-id from the
>> nova to the other machines.
>>
>> Repeat this as needed. (compute 1 to compute 2 etc)
>>
>> Remo
>>
>> On Oct 12, 2015, at 07:00, Nasir Mahmood  wrote:
>>
>> Varun,
>>
>> Yes,  it's key based authentication for nova user or in other words
>> passwordless authentication based on ssh keys.. apologise for confusing
>> lines
>> On 12 Oct 2015 18:20, "varun bhatnagar"  wrote:
>>
>>> Hello Nasir,
>>>
>>> Thanks for your reply.
>>> When you say "enable ssh Keys authentication for nova user between
>>> compute nodes" do you mean setting some parameter in nova.conf or do you
>>> mean setting public keys so that a user can ssh without using password?
>>>
>>> BR,
>>> Varun
>>>
>>> On Mon, Oct 12, 2015 at 2:37 PM, Nasir Mahmood 
>>>  wrote:
>>>
 did you enable ssh Keys authentication for nova user between compute
 nodes?


 On Mon, Oct 12, 2015 at 5:25 PM, varun bhatnagar >>> > wrote:

> Hi,
>
> I have OpenStack Juno with multinode setup.
> The instance storage is mounted over NFS and is shared between all the
> computes.
> I am trying to migrate an instance but while doing so the instance
> runs into ERROR state by throwing the below error message:
>
> *Failed to launch instance "test_instance": Please try again later
> [Error: Unexpected error while running command. Command: ssh
> 192.168.151.104 mkdir -p
> /var/lib/nova/instances/328dc46e-8a1e-44ae-8450-6619b66203cd Exit code: 
> 255
> Stdout: u'' Stderr: u'Host key verification failed.\r\n']. *
>
> When I try to execute this command *(mkdir -p
> /var/lib/nova/instances/328dc46e-8a1e-44ae-8450-6619b66203cd) *it
> gets executed properly.
>
> Can anyone please help in fixing this?
>
> BR,
> Varun
>
> ___
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
>


 --
 Nasir Mahmood

>>>
>>> ___
>> Mailing list:
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>> Post to : openstack@lists.openstack.org
>> Unsubscribe :
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>>
>>
>> !DSPAM:1,561bbfba118169940716644!
>>
>>
>> !DSPAM:1,561bcb46152291244917990!
>
>
>
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] [openstack] [ceilometer] [neutron] metering agent usage

2015-10-13 Thread Sergey Kolekonov
Hi,

I'm trying to setup Neutron metering agent [0].
I've tried to setup devstack (master branch) - enabled ceilometer and
metering agent for Neutron (q-metering):

enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer.git
enable_service q-svc q-agt q-dhcp q-l3 q-meta q-metering neutron

Then changed the default metering agent settings according to [0] and
restarted the agent.
I spawned two VMs and tried to pass some traffic between them. So the
problem is that checking bandwidth with *ceilometer sample-list -m
bandwidth *gives me nothing.

Am i doing something wrong? Is this agent up-to-date and usable?

Thanks for help!

[0] https://wiki.openstack.org/wiki/Neutron/Metering/Bandwidth

-- 
Regards,
Sergey Kolekonov
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] How to get settings of an image (openstack and/or any other virtualization environment

2015-10-13 Thread Michelakis, Spiros (Nokia - GR/Athens)
Hi,

Does anyone know if and how can I "read" the settings from an image I'm going 
to load into a VM? I'm looking for any kind of info that will be installed on 
my VM BEFORE the installation step.

e.g. I have 10 images -any kind of image cirros, ubuntu, redhat.. .whatever- 
and I want to know that when the installation of an image (cirros for example) 
is finished, "this kind of configuration" will exist on my VM...from 
networking, users, etc...

Is there a tool for that? A tool that can be used with or without openstack...

Thank you in advance for your time/support 

Br
-SM-

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] nova + mod_wsgi or uwsgi ?

2015-10-13 Thread Dimitri John Ledkov
Hello,

I have been pondering how to deploy Nova components as pure WSGI apps.

Following something like:

http://andy.mc.it/2013/07/apache2-mod_wsgi-openstack-pt-2-nova-api-os-compute-nova-api-ec2/

Doesn't seem to work with Kilo / Liberty releases.

Is there any wsgi like configs available somewhere that would give me
an "application=" py files that I can deploy with apache+mod_wsgi,
and/or nginx+uwsgi?

I have seen mentions that devstack supposedly has it, and/or nova git
repositories... but i'm failing to find it. Could you please help me?

Something like the keystone's "admin" and "main" files that are
deployable as wsgi apps.

-- 
Regards,

Dimitri.
73 sleeps till Christmas, or less

https://clearlinux.org
Open Source Technology Center
Intel Corporation (UK) Ltd. - Co. Reg. #1134945 - Pipers Way, Swindon SN3 1RJ.

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] How to get settings of an image (openstack and/or any other virtualization environment

2015-10-13 Thread Nasir Mahmood
Can you put some template here What you are looking for. ...
On 13 Oct 2015 19:33, "Michelakis, Spiros (Nokia - GR/Athens)" <
spiros.michela...@nokia.com> wrote:

> Hi,
>
> Does anyone know if and how can I “read” the settings from an image I’m
> going to load into a VM? I’m looking for any kind of info that will be
> installed on my VM *BEFORE** the installation* step.
>
> e.g. I have 10 images –any kind of image cirros, ubuntu, redhat..
> .whatever- and I want to know that when the installation of an image
> (cirros for example) is finished, ”this kind of configuration” will exist
> on my VM…from networking, users, etc…
>
> Is there a tool for that? A tool that can be used with or without
> openstack…
>
> Thank you in advance for your time/support 
>
> Br
> -SM-
>
>
> ___
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
>
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] nova + mod_wsgi or uwsgi ?

2015-10-13 Thread Davanum Srinivas
Is this what you are looking for Dimitri?
https://github.com/openstack/nova/tree/stable/liberty/nova/wsgi

On Tue, Oct 13, 2015 at 7:38 AM, Dimitri John Ledkov <
dimitri.j.led...@intel.com> wrote:

> Hello,
>
> I have been pondering how to deploy Nova components as pure WSGI apps.
>
> Following something like:
>
>
> http://andy.mc.it/2013/07/apache2-mod_wsgi-openstack-pt-2-nova-api-os-compute-nova-api-ec2/
>
> Doesn't seem to work with Kilo / Liberty releases.
>
> Is there any wsgi like configs available somewhere that would give me
> an "application=" py files that I can deploy with apache+mod_wsgi,
> and/or nginx+uwsgi?
>
> I have seen mentions that devstack supposedly has it, and/or nova git
> repositories... but i'm failing to find it. Could you please help me?
>
> Something like the keystone's "admin" and "main" files that are
> deployable as wsgi apps.
>
> --
> Regards,
>
> Dimitri.
> 73 sleeps till Christmas, or less
>
> https://clearlinux.org
> Open Source Technology Center
> Intel Corporation (UK) Ltd. - Co. Reg. #1134945 - Pipers Way, Swindon SN3
> 1RJ.
>
> ___
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>



-- 
Davanum Srinivas :: https://twitter.com/dims
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] How to get settings of an image (openstack and/or any other virtualization environment

2015-10-13 Thread Cynthia Lopes
Hello,

You can try libguestfs to mount the filesystem of the image on a server:
http://libguestfs.org/guestmount.1.html

For example, this command:
guestmount -a /var/lib/libvirt/images/image.qcow2 -i --ro /mnt

cat /mnt/etc/passwd

This will mount the image file system on mnt, so then you can chack few
things... Like /etc/passwd for user accounts, network configuration files
according to the distrbution, for services check /etc/init.d/ or equivalent
etc...

I hope this will help you.

Kind regards,
Cynthia Lopes do Sacramento


2015-10-13 16:16 GMT+02:00 Michelakis, Spiros (Nokia - GR/Athens) <
spiros.michela...@nokia.com>:

> Hi,
>
> Does anyone know if and how can I “read” the settings from an image I’m
> going to load into a VM? I’m looking for any kind of info that will be
> installed on my VM *BEFORE** the installation* step.
>
> e.g. I have 10 images –any kind of image cirros, ubuntu, redhat..
> .whatever- and I want to know that when the installation of an image
> (cirros for example) is finished, ”this kind of configuration” will exist
> on my VM…from networking, users, etc…
>
> Is there a tool for that? A tool that can be used with or without
> openstack…
>
> Thank you in advance for your time/support 
>
> Br
> -SM-
>
>
> ___
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
>
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] nova + mod_wsgi or uwsgi ?

2015-10-13 Thread Dimitri John Ledkov
Yes, thank you!

On 13 October 2015 at 16:04, Davanum Srinivas  wrote:

> Is this what you are looking for Dimitri?
> https://github.com/openstack/nova/tree/stable/liberty/nova/wsgi
>
> On Tue, Oct 13, 2015 at 7:38 AM, Dimitri John Ledkov <
> dimitri.j.led...@intel.com> wrote:
>
>> Hello,
>>
>> I have been pondering how to deploy Nova components as pure WSGI apps.
>>
>> Following something like:
>>
>>
>> http://andy.mc.it/2013/07/apache2-mod_wsgi-openstack-pt-2-nova-api-os-compute-nova-api-ec2/
>>
>> Doesn't seem to work with Kilo / Liberty releases.
>>
>> Is there any wsgi like configs available somewhere that would give me
>> an "application=" py files that I can deploy with apache+mod_wsgi,
>> and/or nginx+uwsgi?
>>
>> I have seen mentions that devstack supposedly has it, and/or nova git
>> repositories... but i'm failing to find it. Could you please help me?
>>
>> Something like the keystone's "admin" and "main" files that are
>> deployable as wsgi apps.
>>
>> --
>> Regards,
>>
>> Dimitri.
>> 73 sleeps till Christmas, or less
>>
>> https://clearlinux.org
>> Open Source Technology Center
>> Intel Corporation (UK) Ltd. - Co. Reg. #1134945 - Pipers Way, Swindon SN3
>> 1RJ.
>>
>> ___
>> Mailing list:
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>> Post to : openstack@lists.openstack.org
>> Unsubscribe :
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>>
>
>
>
> --
> Davanum Srinivas :: https://twitter.com/dims
>



-- 
Regards,

Dimitri.
73 sleeps till Christmas, or less

https://clearlinux.org
Open Source Technology Center
Intel Corporation (UK) Ltd. - Co. Reg. #1134945 - Pipers Way, Swindon SN3
1RJ.
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] problem with nova-docker and neutron

2015-10-13 Thread Reza Bakhshayeshi
Hi Nasir,

I can run mount --make-rslave / command from bash successfully. Would you
mind please guide me more?

On 8 October 2015 at 22:34, Nasir Mahmood  wrote:

> My apologies Reza, I read it be a neutron messed up with sudo, but it
> looks that the namespace enabled mounting is not working which is causing
> your commands to fail.  Can you please re run the mount --make-rslave /
> command ... I'll have to read all that documentation for you which I can't
> do now,
> On 8 Oct 2015 20:42, "Reza Bakhshayeshi"  wrote:
>
>> Hi Nasir,
>>
>> Thanks for your reply.
>> I can run the following command from bash successfully:
>>
>> sudo -u neutron bash -c 'sudo nova-rootwrap /etc/nova/rootwrap.conf ip
>> netns exec 221bd74f7522b3eb169eff5388bc5bf6feb1388c319b61102750cdf269f223e3
>> ip link set ns466bfc41-a9 address fa:16:3e:de:aa:9f'
>>
>> Is this what you mean?
>>
>> Regards,
>> Reza
>>
>> On 8 October 2015 at 10:06, Nasir Mahmood 
>> wrote:
>>
>>> Reza,
>>>
>>> Looks like your sudo commands are failing due to improper sudo settings
>>> for neutron... Try running some sample commands by neutron user and verify
>>> the status.  Thanks
>>> On 8 Oct 2015 09:01, "Reza Bakhshayeshi"  wrote:
>>>
 Hi,

 I'm trying to setup nova-docker with neutron on Kilo,
 but I receive the following error in nova-compute.log
 While instance seems to be created successfully, I can't ping or ssh to
 container.

 2015-01-07 22:39:02.514 60733 ERROR novadocker.virt.docker.vifs [-]
 Failed to attach vif
 2015-01-07 22:39:02.514 60733 TRACE novadocker.virt.docker.vifs
 Traceback (most recent call last):
 2015-01-07 22:39:02.514 60733 TRACE novadocker.virt.docker.vifs   File
 "/usr/lib/python2.7/site-packages/novadocker/virt/docker/vifs.py", line
 420, in attach
 2015-01-07 22:39:02.514 60733 TRACE novadocker.virt.docker.vifs
 run_as_root=True)
 2015-01-07 22:39:02.514 60733 TRACE novadocker.virt.docker.vifs   File
 "/usr/lib/python2.7/site-packages/nova/utils.py", line 206, in execute
 2015-01-07 22:39:02.514 60733 TRACE novadocker.virt.docker.vifs
 return processutils.execute(*cmd, **kwargs)
 2015-01-07 22:39:02.514 60733 TRACE novadocker.virt.docker.vifs   File
 "/usr/lib/python2.7/site-packages/oslo_concurrency/processutils.py", line
 233, in execute
 2015-01-07 22:39:02.514 60733 TRACE novadocker.virt.docker.vifs
 cmd=sanitized_cmd)
 2015-01-07 22:39:02.514 60733 TRACE novadocker.virt.docker.vifs
 ProcessExecutionError: Unexpected error while running command.
 2015-01-07 22:39:02.514 60733 TRACE novadocker.virt.docker.vifs
 Command: sudo nova-rootwrap /etc/nova/rootwrap.conf ip netns exec
 fd607634a98b5fbfc53c5d7e11c92ef6de3a24cda5b1d8f59e5b56908348c02f ip link
 set nsf6d79c91-bc address fa:16:3e:4a:57:36
 2015-01-07 22:39:02.514 60733 TRACE novadocker.virt.docker.vifs Exit
 code: 1
 2015-01-07 22:39:02.514 60733 TRACE novadocker.virt.docker.vifs Stdout:
 u''
 2015-01-07 22:39:02.514 60733 TRACE novadocker.virt.docker.vifs Stderr:
 u'"mount --make-rslave /" failed: Permission denied\n'
 2015-01-07 22:39:02.514 60733 TRACE novadocker.virt.docker.vifs

 any suggestion would be helpful.

 Regards,
 Reza

 ___
 Mailing list:
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
 Post to : openstack@lists.openstack.org
 Unsubscribe :
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


>>
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] [Nova][Cinder][Manila] Liberty RC3 available

2015-10-13 Thread Thierry Carrez
Hello everyone,

Due to Murphy's law and a mix of not-so-fun dependencies issues, we just
respinned a release candidate for Nova, Cinder and Manila. The list of
RC3 fixes, as well as RC3 tarballs are available at:

https://launchpad.net/nova/liberty/liberty-rc3
https://launchpad.net/cinder/liberty/liberty-rc3
https://launchpad.net/manila/liberty/liberty-rc3

You'll have to walk over my dead body to get a release candidate respin
for those at this stage, so these tarballs will likely be formally
released as final "Liberty" versions Thursday.

Cheers!

-- 
Thierry Carrez (ttx)

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack