[Openstack] Resize flavor not working

2014-09-04 Thread raghavendra.lad
Hi All, I tried to resize the tiny flavor to small using Cirros image in Openstack Icehouse. I can go ahead and resize, it says 100% complete when I try the resize-confirm command it gives the below error: nova resize-confirm ERROR: Cannot 'confirmResize' while instance is in vm_

Re: [Openstack] Zabbix

2014-09-04 Thread Ken Peng
We (YY INC) have the plans to use zabbix for monitoring the openstack cloud environment. Can you share more experience with us? thanks. Im curious on who is using Zabbix to monitor their openstack deployment. I know there is quite a bit of value to having the single pane of glass as well as

Re: [Openstack] FW: nova resize error

2014-09-04 Thread Joeann Rodriques
Plz remove me from this DL list. I registered by mistake Thanks and Regards, Joeann Rodriques | Senior Consultant –Business Desk| ICERTIS |M. +91 9960689267 | e. joeann.rodriq...@icertis.com |www.icertis.com Disclaimer

Re: [Openstack] FW: nova resize error

2014-09-04 Thread Raghavendra Lad
On Sep 5, 2014 7:57 AM, wrote: > On Sep 4, 2014 9:54 PM, "raghavendra@accenture.com" < > raghavendra@accenture.com> wrote: > > > Hi All, > > I am trying to resize the tiny flavor to small using Cirros image in > Openstack Icehouse. > > I can go ahead and resize, it says 100% complete whe

Re: [Openstack] FW: nova resize error

2014-09-04 Thread raghavendra.lad
On Sep 4, 2014 9:54 PM, "raghavendra@accenture.com" wrote: Hi All, I am trying to resize the tiny flavor to small using Cirros image in Openstack Icehouse. I can go ahead and resize, it says 100% complete when I try the resize-confirm command it gives the below error: nova resize-confi

Re: [Openstack] [H][Neutron][IPSecVPN]Cannot tunnel two namespace Routers

2014-09-04 Thread Germy Lure
Anyone ? 2014-09-03 16:01 GMT+08:00 Germy Lure : > Hi, > > Thanks for your response. > I just disabled SEG function(deployed in compute nodes). > The ICMP packets even hadn't leave network node. I cannot tcpdump packet > on qr-xx interface. > > Can you introduce your demo? Havana or Icehouce? Ne

[Openstack] Swift And Friendly Name URLs

2014-09-04 Thread Brent Troge
Suppose I have a tenant with a name of 'Company1' and with a tentant ID of 1234567. Are there any readily available middleware extentions which can take the 'Company1' as the tentant identifier in the URL and map it accordingly. My containers would all be globally readable, and I would only need

Re: [Openstack] Default quota value for fixed_ips is -1, what does it mean?

2014-09-04 Thread Jay Pipes
-1 means unlimited. On 09/04/2014 03:25 PM, Danny Choi (dannchoi) wrote: “nova quota-show” returns fixed_ips = -1. What does it mean? root@Controller:~# nova quota-show +-+---+ | Quota | Limit | +-+---+ |

[Openstack] [OSSN 0023] Keystone logs auth tokens in URLs at the INFO log level

2014-09-04 Thread Nathan Kinder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Keystone logs auth tokens in URLs at the INFO log level - --- ### Summary ### When a client accesses Keystone using the Identity API version 2, the tokens will be logged as part of some request URLs. Specifically all requests to the tokens resource wi

[Openstack] Default quota value for fixed_ips is -1, what does it mean?

2014-09-04 Thread Danny Choi (dannchoi)
“nova quota-show” returns fixed_ips = -1. What does it mean? root@Controller:~# nova quota-show +-+---+ | Quota | Limit | +-+---+ | instances | 10| | cores | 20

[Openstack] FW: nova resize error

2014-09-04 Thread raghavendra.lad
Hi All, I am trying to resize the tiny flavor to small using Cirros image in Openstack Icehouse. I can go ahead and resize, it says 100% complete when I try the resize-confirm command it gives the below error: nova resize-confirm ERROR: Cannot 'confirmResize' while instance is i

Re: [Openstack] error whe creating fisrt keystone user

2014-09-04 Thread Stephane EVEILLARD
Yes I'm currently trying to create admin user with the CLI and uses the commands shown in the link but it didn't work 2014-09-04 17:29 GMT+02:00 Steve Martinelli : > How are you trying to create the admin user? With the CLI? > > There's some info here for initializing keystone: > http://docs.op

Re: [Openstack] error whe creating fisrt keystone user

2014-09-04 Thread Steve Martinelli
How are you trying to create the admin user? With the CLI? There's some info here for initializing keystone: http://docs.openstack.org/developer/keystone/configuration.html#adding-users-tenants-and-roles-with-python-keystoneclient Regards, Steve Martinelli Software Developer - OpenStack Keysto

Re: [Openstack] error whe creating fisrt keystone user

2014-09-04 Thread Stephane EVEILLARD
here is my keystone-dist-paste.ini # Keystone PasteDeploy configuration file. [filter:debug] paste.filter_factory = keystone.common.wsgi:Debug.factory [filter:build_auth_context] paste.filter_factory = keystone.middleware:AuthContextMiddleware.factory [filter:token_auth] paste.filter_factory =

Re: [Openstack] error whe creating fisrt keystone user

2014-09-04 Thread Stephane EVEILLARD
OS_SERVICE_TOKEN and OS_SERVICE_ENDPOINT are ok and I'm not able to create tenant nor role; I got the same message I didn't export any other variables and restart keystone service twice 2014-09-04 16:22 GMT+02:00 Sushma Korati : > Okay, > > > Were you able to create tenant successfully? > > a

[Openstack] nova resize error

2014-09-04 Thread raghavendra.lad
Hi All, I am trying to resize the tiny flavor to small using Cirros image in Openstack Icehouse. I can go ahead and resize, it says 100% complete when I try the resize-confirm command it gives the below error: nova resize-confirm ERROR: Cannot 'confirmResize' while instance is in

Re: [Openstack] error whe creating fisrt keystone user

2014-09-04 Thread Stephane EVEILLARD
I've Checked before but get a second look : service is running 2014-09-04 16:09 GMT+02:00 Sushma Korati : > Hi Stephane, > > > Please check if keystone service is running or not? > > command: service openstack-keystone status > > > > > Regards, > Sushma Korati > sushma_kor...@persistent.co

Re: [Openstack] error whe creating fisrt keystone user

2014-09-04 Thread Sushma Korati
Okay, Were you able to create tenant successfully? and what all variables did you export? please check if OS_SERVICE_TOKEN and OS_SERVICE_ENDPOINT have proper values. And try by restarting the keystone service once? Regards, Sushma Korati sushma_kor...@persistent.co.in Persistent Systems Ltd

Re: [Openstack] error whe creating fisrt keystone user

2014-09-04 Thread Sushma Korati
Hi Stephane, Please check if keystone service is running or not? command: service openstack-keystone status Regards, Sushma Korati sushma_kor...@persistent.co.in Persistent Systems Ltd. | Partners in Innovation | www.persistentsys.com P Please consider your environmental responsibility: Befo

[Openstack] error whe creating fisrt keystone user

2014-09-04 Thread Stephane EVEILLARD
Hi, when I try to create admin user in keystone, I got the following message :"The resource could not be found (HTTP 404)" and the only message I got in keystone.log is the following : "2014-09-04 15:41:56.432 2406 WARNING keystone.openstack.common.versionutils [-] Deprecated: keystone.middlew

[Openstack] [openstack] error whe creating fisrt keystone user

2014-09-04 Thread Stephane EVEILLARD
Hi, when I try to create admin user in keystone, I got the following message :"The resource could not be found (HTTP 404)" and the only message I got in keystone.log is the following : "2014-09-04 15:41:56.432 2406 WARNING keystone.openstack.common.versionutils [-] Deprecated: keystone.middlew

[Openstack] Zabbix

2014-09-04 Thread Michael Mester (micmeste)
Guys, Im curious on who is using Zabbix to monitor their openstack deployment. I know there is quite a bit of value to having the single pane of glass as well as the scripting and API capabilities. I have quite a bit of experience using zabbix to monitor cloud environment. Thanks, Mike __

Re: [Openstack] Template for wordpress

2014-09-04 Thread 严超
It's possible that your "My::lb::Server" didn't boot successfully. And it seems there is no option for specifing a network ID in the webservergroup. Take a look at this link of webservergroup option: http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Heat::AutoScalingGroup

Re: [Openstack] Template for wordpress

2014-09-04 Thread Chinasubbareddy M
Hi , You can mention default network inside the template itself or can pass as a parameter while creating the stack. Here is the example , As parameter: heat stack-create -f /root/rsoft-intall.yaml --parameters="server_name=r1m5;key_name=test;flavor=m1.small;image=aaf91618-ed6e-48e4-a6

[Openstack] Template for wordpress

2014-09-04 Thread yalla.gnan.kumar
Hi All, I am trying to implement autoscaling using the template attached for multiple neutron networks. While creating the server in the webservergroup, it is failing by showing the below error : -- web_server_group | c6189de2-d748-44f2-9b60-0d2e708e1d1f | Error: Resource CREATE fa

Re: [Openstack] [LBaaS] Multiple ports per VIP

2014-09-04 Thread Heiko Krämer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Eugene, thanks for your fast response. Do you have a blueprint url for me? I can observe this blueprint to check when the feature is planned. Thanks again Heiko On 04.09.2014 12:38, Eugene Nikanorov wrote: > Hi Heiko, > > Unfortunately with the

Re: [Openstack] glance cirros image connection error

2014-09-04 Thread Heiko Krämer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Sadia, check if glance api service and registry service is running: Registry-Server has as default port 9191 and api server 9292. Take a look into the glance log files for more informations. Cheers Heiko On 04.09.2014 06:51, Sadia Bashir wrote

Re: [Openstack] [LBaaS] Multiple ports per VIP

2014-09-04 Thread Eugene Nikanorov
Hi Heiko, Unfortunately with the current state of code it's not possible. Wait for the new lbaas version where this should be implemented with 'listener' concept. Thanks, Eugene. On Thu, Sep 4, 2014 at 2:29 PM, Heiko Krämer wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi gu

[Openstack] [LBaaS] Multiple ports per VIP

2014-09-04 Thread Heiko Krämer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi guys, i try to find a solution how i can add some ports to a single VIP. Example: VIP: 10.0.0.100 Pool members: 10.0.0.10,10.0.0.11 Protocol: HTTP and HTTPS (Port 80 and 443) Is that possible ? Otherwise we need an extra VIP for each port and

Re: [Openstack] [Heat] VolumeAttachement Groups

2014-09-04 Thread Steven Hardy
On Thu, Sep 04, 2014 at 12:01:22PM +0200, Abbass MAROUNI wrote: > Great, thanks steven. > Can we use this with a recent version of Heat (juno) or is it for the > icehouse release ? It should work with any Heat containing ResourceGroup (e.g icehouse or later) __

[Openstack] [Heat] VolumeAttachement Groups

2014-09-04 Thread Abbass MAROUNI
Great, thanks steven. Can we use this with a recent version of Heat (juno) or is it for the icehouse release ? On 09/04/2014 11:34 AM, Steven Hardy wrote: On Tue, Sep 02, 2014 at 04:19:49PM +0200, Abbass MAROUNI wrote: Hello, I would like to know if it's possible to use a Resource Group in H

Re: [Openstack] [Heat] VolumeAttachement Groups

2014-09-04 Thread Steven Hardy
On Tue, Sep 02, 2014 at 04:19:49PM +0200, Abbass MAROUNI wrote: > Hello, > > I would like to know if it's possible to use a Resource Group in Heat > templates to create cinder volumes and then another Resource Group to attach > these volumes to a VM. > So for a VM with 10 volumes we'll need 3 reso