Re: [Openstack] [openstack] Heat autoscaling stack creation failed for normal user

2015-01-28 Thread Steven Hardy
On Wed, Jan 28, 2015 at 06:13:20AM +, m.channappa.nega...@accenture.com wrote: > Hello Steven, > > Thanks for the response. > > I went through your blog. It's really good . I have question here. > > Openstack CLI will support only V3 version of keystone client?. Because it's > not taking s

[Openstack] CFP International Workshop on Automated Incident Management in Cloud (AIMC’15)

2015-01-28 Thread Munteanu Victor Ion (mune)
CALL FOR PAPERS AND PARTICIPATION International Workshop on Automated Incident Management in Cloud (AIMC’15) April 21-24 2015, Bordeaux, Fra

Re: [Openstack] [Devstack] Enabling services in HTTPS mode

2015-01-28 Thread Jayanthi Jeyakumar
Stack.sh script is trying to execute this command from "/opt/stack/devstack/lib/neutron/ if ! timeout $SERVICE_TIMEOUT sh -c "while ! wget ${ssl_ca} --no-proxy -q -O- $service_protocol://$Q_HOST:$service_port; do sleep 1; done"; then die $LINENO "Neutron did not start" The above command

Re: [Openstack] [All] Summit Session Proposal Voting

2015-01-28 Thread Thierry Carrez
Maish Saidel-Keesing wrote: > CFP is upon us, and thereafter will be a period of voting for the sessions. > > What is the purpose of the voting period? Is it for the Foundation to > gauge what sessions are more popular? > How is this measured? > What weight does the popularity have in deciding if

Re: [Openstack] [All] Summit Session Proposal Voting

2015-01-28 Thread Anne Gentle
On Wed, Jan 21, 2015 at 3:48 PM, Maish Saidel-Keesing < maishsk+openst...@maishsk.com> wrote: > Hello all. > > CFP is upon us, and thereafter will be a period of voting for the > sessions. > What is the purpose of the voting period? Is it for the Foundation to > gauge what sessions are more popula

Re: [Openstack] [Devstack] Enabling services in HTTPS mode

2015-01-28 Thread Rob Crittenden
Jayanthi Jeyakumar wrote: > Stack.sh script is trying to execute this command from > "/opt/stack/devstack/lib/neutron/ > > if ! timeout $SERVICE_TIMEOUT sh -c "while ! wget ${ssl_ca} --no-proxy > -q -O- $service_protocol://$Q_HOST:$service_port; do sleep 1; done"; then > die $LINENO "Neu

Re: [Openstack] [All] Summit Session Proposal Voting

2015-01-28 Thread John Griffith
On Wed, Jan 28, 2015 at 4:17 AM, Thierry Carrez wrote: > Maish Saidel-Keesing wrote: >> CFP is upon us, and thereafter will be a period of voting for the sessions. >> >> What is the purpose of the voting period? Is it for the Foundation to >> gauge what sessions are more popular? >> How is this me

[Openstack] [Keystone] Deprecation of LDAP Assignment (Only Affects Project/Tenant/Role/Assignment info in LDAP)

2015-01-28 Thread Morgan Fainberg
To make it perfectly clear: We are NOT removing nor plan to remove the ability to use LDAP for users and groups in Keystone. NOTE: Please be sure to read the whole email AND FAQ before worrying about the impact of this deprecation. LDAP is used in Keystone as a backend for both the Identity (U

Re: [Openstack] Image upload times out ...

2015-01-28 Thread Azher Mughal
Thanks All for replies. Using the glance cli: [root@c7-openstack images]# glance image-create --name=CentOS-6.6 --disk-format=qcow2 --container-format=bare --is-public=true --file CentOS-6-x86_64-GenericCloud.qcow2 This command is not completing ... how long normally should it take ? >From anot

Re: [Openstack] Guest to Host works but host to guest does not

2015-01-28 Thread ashish.jain14
Hi Srinivas, Here are the details: 1) ifconfig -a root@controller:/home/ashish# ifconfig -a br-eth2 Link encap:Ethernet HWaddr 08:00:27:37:ac:ae inet addr:192.168.56.2 Bcast:192.168.56.255 Mask:255.255.255.0 inet6 addr: fe80::10e9:c6ff:fec1:ca6c/64 Scope:Link

[Openstack] Openstack Network Node High Availability [openstack][openstack-dev]

2015-01-28 Thread Vikash Kumar
Hi, Is there any work going on High Availability of Network Node or is there any existing work? I see doc. on running multiple dhcp agent on multiple node but do not got on l3 agent. Is there any doc having details of running multiple dhcp agents on multiple hosts? -- Regards, Vikash ___

Re: [Openstack] [openstack-dev] Openstack Network Node High Availability [openstack]

2015-01-28 Thread Vikash Kumar
Is DVR a possible way to some extent(loosely) to address HA of l3 agents ? On Thu, Jan 29, 2015 at 11:08 AM, Vikash Kumar < vikash.ku...@oneconvergence.com> wrote: > Hi, > > Is there any work going on High Availability of Network Node or is > there any existing work? I see doc. on running mu

Re: [Openstack] [openstack-dev] Openstack Network Node High Availability [openstack]

2015-01-28 Thread Chinasubbareddy M
Hi, As per my knowledge DVR is to avoid neutron node as an single point of failure and distribute l3 operations across compute nodes. HA for L3 agents is working from Juno but it will be on active/passive mode, only one l3 will be on active at a time . Subbareddy, Persistent systems ltd. From

[Openstack] 答复: [openstack-dev] Openstack Network Node High Availability [openstack]

2015-01-28 Thread Pan, Fengyun
The High Availability of Dhcp agent : just modify the neutron.conf: dhcp_agents_per_network = X But about the High Availability of l3 agent, keepalived vrrp/conntrackd + dvr can do it. High availability features will be implemented as extensions or drivers.A first extension/driver will be based

Re: [Openstack] [openstack-dev] Openstack Network Node High Availability [openstack]

2015-01-28 Thread Sachi King
Hi Vikash On Thu, 29 Jan 2015 11:31:45 AM Vikash Kumar wrote: > On Thu, Jan 29, 2015 at 11:08 AM, Vikash Kumar < > vikash.ku...@oneconvergence.com> wrote: > > > > Is there any work going on High Availability of Network Node or is > > there any existing work? I see doc. on running multiple dhcp

Re: [Openstack] [openstack-dev] Openstack Network Node High Availability [openstack]

2015-01-28 Thread Vikash Kumar
On Thu, Jan 29, 2015 at 11:46 AM, Chinasubbareddy M < chinasubbaredd...@persistent.com> wrote: > Hi, > > > > As per my knowledge DVR is to avoid neutron node as an single point of > failure and distribute l3 operations across compute nodes. > ​> Thats correct, thats why I mentioned to some exten