Re: [Openstack] Is openstack swift impacted by CVE-2015-2808 (RC4 vulnerability) ?

2015-04-23 Thread John Dickinson
Swift does not use RC4 --John > On Apr 22, 2015, at 11:41 PM, Mohammed, Allauddin > wrote: > > Hi All, >Is openstack swift impacted by CVE-2015-2808 (RC4 vulnerability)? > > https://access.redhat.com/security/cve/CVE-2015-2808 > > Any ideas? > > Regards, > Allauddin > > _

Re: [Openstack] DHCP issues with SR-IOV networking

2015-04-23 Thread Moshe Levi
The openvswitch agent should be able to bind the port. Can you check that you have in ml2 conf mechaniscm_drivers = openvswitch,sriovnicswitch also check that the openvswitch agent is running on your network node. -Original Message- From: jacob jacob [mailto:opstk...@gmail.com] Sent:

[Openstack] Unable to connect to the internet

2015-04-23 Thread Narayanan, Krishnaprasad
Hello all, I have a setup a VM using the Fedora20 image. I have enabled the default port for SSH and associated a floating IP address to the VM. I am able to login to the VM but I was not unable to connect to the internet. Can I know do I have to do any additional configuration in the VM in orde

[Openstack] [Nova][Sahara][Heat] Kilo RC2 available

2015-04-23 Thread Thierry Carrez
Hello everyone, Due to release-critical issues spotted in Nova, Sahara and Heat during RC1 testing, new release candidates were created for Kilo. The list of RC2 fixes, as well as RC2 tarballs are available at: https://launchpad.net/nova/kilo/kilo-rc2 https://launchpad.net/nova/sahara/kilo-rc2 ht

[Openstack] ask.openstack.org google auth problem

2015-04-23 Thread Salvo Rapisarda
Hi, I have a problem with auth google n ask.openstack.org When I try to login the page redirect to https://support.google.com/accounts/answer/6206245?p=openid&rd=1 Thanks. -- Salvo ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/lis

Re: [Openstack] DHCP issues with SR-IOV networking

2015-04-23 Thread jacob jacob
Thanks for the response. I have both openvswitch and sriovnicswitch mechanism drivers specified. I also have both the NIC Switch Agent and Open vSwitch agent running. Since this subnet configuration is for the sr-iov network, shouldn't the binding be done by the NIC switch agent? None None^[[0

[Openstack] [Fuel] problem resolving node name only on ssh

2015-04-23 Thread Pedro Velho
Hi everybody, I am new around here so sorry if I am doing something wrong posting my question on the wrong track. The thing is that I am fighting against the clock with this project and I stuck on deploying OpenStack with fuel. I am installing openstack on a virtualbox environment using fuel-comm

Re: [Openstack] [openstack-dev] [Nova][Sahara][Heat] Kilo RC2 available

2015-04-23 Thread YAMAMOTO Takashi
> Hello everyone, > > Due to release-critical issues spotted in Nova, Sahara and Heat during > RC1 testing, new release candidates were created for Kilo. The list of > RC2 fixes, as well as RC2 tarballs are available at: > > https://launchpad.net/nova/kilo/kilo-rc2 > https://launchpad.net/nova/sa

Re: [Openstack] [Fuel] problem resolving node name only on ssh

2015-04-23 Thread Fabrizio Soppelsa
Hi Pedro, there is a known issue when deploying HA Fuel clusters on Fedora: the interference of the NetworkManager service. Check if this applies to your case https://review.openstack.org/#/c/156188/11/pages/virtualbox/0300-install-virtualbox.rst HTH, Fabrizio On 04/23/2015 05:11 PM, Pedro V

Re: [Openstack] DHCP issues with SR-IOV networking

2015-04-23 Thread Moshe Levi
No, ml2 sriov mechanism drivers allow binding only direct and macvtap port. dhcp port is normal port, meaning it a tap interface which, ml2-ovs know how to bind. (There is no reason to waste vf for only dhcp usage) I think you are facing different problem. First of all check that the your d

[Openstack] [Trove] Kilo RC2 available

2015-04-23 Thread Thierry Carrez
Hello everyone, Due to release-critical issues spotted in Trove during RC1 testing, a new release candidate was created for Kilo. The list of RC2 fixes, as well as the RC2 tarball are available at: https://launchpad.net/trove/kilo/kilo-rc2 Unless new release-critical issues are found that warran

Re: [Openstack] DHCP issues with SR-IOV networking

2015-04-23 Thread jacob jacob
I followed the wiki for the setup and did the following to configure the nw and subnet. neutron net-create --provider:physical_network=physnet1 --provider:network_type=vlan sriovnw neutron subnet-create sriovnw 10.24.1.0/24 --name sriovsnw--allocation-pool start=10.24.1.20,end=10.24.1.30 neutron

Re: [Openstack] DHCP issues with SR-IOV networking

2015-04-23 Thread Moshe Levi
Your configuration is fine for compute node. My explanation was for the network node where your dhcp agent is running. So you just need that physical interface for physnet1 in your network node to be connected to ovs-bridge. -Original Message- From: jacob jacob [mailto:opstk...@gmail

[Openstack] user who provision a vm

2015-04-23 Thread Jesus arteche
Hey guys, Is there any way to get who provisioned a VM? also, is possible to get a report of the user usage? thanks ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe :

Re: [Openstack] user who provision a vm

2015-04-23 Thread Mike Smith
If you do a “nova show ”, there is a “user_id” field that shows you the keystone user id of the user that created the VM. > On Apr 23, 2015, at 12:31 PM, Jesus arteche wrote: > > Hey guys, > > Is there any way to get who provisioned a VM? also, is possible to get a > report of the user usage

[Openstack] [Neutron][Keystone] Kilo RC2 available

2015-04-23 Thread Thierry Carrez
Hello everyone, Due to release-critical issues spotted in Neutron and Keystone during RC1 testing, new release candidates were created for Kilo. The list of RC2 fixes, as well as RC2 tarballs are available at: https://launchpad.net/neutron/kilo/kilo-rc2 https://launchpad.net/keystone/sahara/kilo-

[Openstack] Image snapshot creation

2015-04-23 Thread Ross Lillie
Hi! I'm just trying to clarify my understanding of the image snapshot creation process. When snapshotting a running instance, the compute node must have sufficient disk space for the image to be created prior to uploading to Glance. Is this correct? Also, by default, during the snapshot creation

Re: [Openstack] vm and hots cpu & memory utilization

2015-04-23 Thread mike smith
Hi Group, I am trying to find out if vm and host %cpu and %memory utilzation can be extracted to external repository from openstack for all vms and hosts, like pulling data from vcenter for vmware? Has anybody done something like this? Thanks, Mike___ M

[Openstack] [Ironic] Kilo RC2 available

2015-04-23 Thread Thierry Carrez
Hello everyone, Due to release-critical issues spotted in Ironic during RC1 testing, a new release candidate was created for Kilo. The list of RC2 fixes, as well as the RC2 tarball are available at: https://launchpad.net/ironic/kilo/kilo-rc2 Unless new release-critical issues are found that warr

Re: [Openstack] vm and hots cpu & memory utilization

2015-04-23 Thread Richard Raseley
mike smith wrote: I am trying to find out if vm and host %cpu and %memory utilzation can be extracted to external repository from openstack for all vms and hosts, like pulling data from vcenter for vmware? Has anybody done something like this? Mike, Have you reviewed the capabilities which Cei

[Openstack] CentOS 7 Live migration issue(Juno).

2015-04-23 Thread walterxj
Hi:all? ???I'm testing juno version now just follow the guide of <> from docs.openstack.org.? ? ?Today I go through the Live migration issue:? ? ?When I test the Block Migration(by: ?nova live-migration --block-migrate c4c5fbfa-8faa-4a01-b260-6b556aeafd07 compute01)?I encountered the foll