Re: [Openstack] Cannot access metadata host(169.254.169.254) in folsom

2013-03-05 Thread Sylvain Bauza
Le 04/03/2013 19:45, Dan Wendlandt a écrit : On Mon, Mar 4, 2013 at 6:44 AM, Sylvain Bauza mailto:sylvain.ba...@digimind.com>> wrote: Another classic error is to forget to add a static route from the controller node (if hosting metadata service) to the external router IP of the V

Re: [Openstack] How to create a Image which can extend the partition automatically.

2013-03-05 Thread Sylvain Bauza
If you look at http://www.pixelbeat.org/docs/openstack_libvirt_images/#1361764412, you'll see that resize2fs is performed. But there is a caveat with RHEL6 which is Linux 2.6 (contrary to Ubuntu 12.04 which is Linux 3.0). If you look at "man resize2fs" : The resize2fs program will resiz

Re: [Openstack] VM guest can't access outside world.

2013-03-05 Thread livemoon
Hi, Barrow Kwan. I have the same problem in ubuntu. On Tue, Mar 5, 2013 at 3:37 AM, Barrow Kwan wrote: > Hi, > Thanks Jeff. this is what I got from tcpdump. The target (10.38.1.2 ) > didn't > seem to reply. might be the target ( 10.38.1.2 ) didn't know how to route > the > > packet to 192.16

Re: [Openstack] How to create a Image which can extend the partition automatically.

2013-03-05 Thread Lei Zhang
On Tue, Mar 5, 2013 at 4:24 PM, Sylvain Bauza wrote: resize2fs but the resize2fs tools is not working and raise following error $ resize2fs rhel6.3-x86_64.img resize2fs 1.42.5 (29-Jul-2012) resize2fs: Bad magic number in super-block while trying to open rhel6.3-x86_64.img Couldn't find valid fi

[Openstack] [openstack-dev] [Swift] Design note of geo-distributed Swift cluster

2013-03-05 Thread David Hadas
This discussion of geo-distributed Swift is of great interest to us as well. Yet, based on our analysis, the proposed ring of ring seem to not meet a basic requirement that we see. One of the basic disadvantages (and advantages) of the consistent hashing at the core of the Swift Ring concept i

[Openstack] iptables being overwritten

2013-03-05 Thread Javier Alvarez
Hello, When using FlatDHCPManager, every time I start a new instance, nova-network overwrites my iptables. Does anyone know if there is a way to disable that behavior? Thanks in advance, Javi -- Javier Álvarez Cid-Fuentes Grid Computing and Clusters Group Barcelona Supercomputing Center (BS

[Openstack] [OpenStack] Guest OS shows just one CPU core instead of two

2013-03-05 Thread Balamurugan V G
Hi, I am running Folsom 2.2 with a KVM compute node. When I launch a windows instance with flavor that has 2 VCPUs and 2Gb RAM, the guest seems the RAM fine but not the 2 CPUs. It reports only one Virtual processor. Whne I look at the command line options with which KVM has launched the instance,

[Openstack] [OpenStack] How to speed up the instance launch time?

2013-03-05 Thread Balamurugan V G
Hi, I have a Folsom 2012.2 3 nodes setup like the one specified at https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst. Each node has a 1Tb hard disk with no raid. Be it the image creation or the Instance creation, takes a long t

[Openstack] Minutes from the Technical Committee meeting (Feb 26)

2013-03-05 Thread Thierry Carrez
The OpenStack Technical Committee ("TC") met in #openstack-meeting at 20:00 UTC Tuesday last week. Here is a quick summary of the outcome of this meeting: * The TC approved the graduation of the Ceilometer project (to be integrated in common Havana release) See details and full logs at: http://e

Re: [Openstack] [OpenStack] How to speed up the instance launch time?

2013-03-05 Thread Pádraig Brady
On 03/05/2013 11:03 AM, Balamurugan V G wrote: > Hi, > > I have a Folsom 2012.2 3 nodes setup like the one specified at > https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst. > Each node has a 1Tb hard disk with no raid. > > Be

Re: [Openstack] [OpenStack] How to speed up the instance launch time?

2013-03-05 Thread Balamurugan V G
Thanks for the response. I have the images as .img in the web server which is external to OpenStack nodes. But while I create the image in Horizon, I set the format to QCOW2. So once th image is created it shows as QCOW2. Then the instance is launched from this QCOW2 image. Do you mean that I orig

Re: [Openstack] [OpenStack] How to speed up the instance launch time?

2013-03-05 Thread Staicu Gabriel
Hi, As a rule of thumb how I worked around this issue was to add a new hdd. I allocated this new hdd only to /var/lib/nova/instances/_base and the other hdd to /var/lib/nova/instances/ so in this manner to the first time a instance  is spawn on server the process use the full capacity of a hdd.

[Openstack] OpenStack login page

2013-03-05 Thread Ashutosh Narayan
Hi folks, I am following this link to setup OpenStack but am unable to login to OpenStack dashboard page. Below are few Django error messages which i get [Tue Mar 05 22:59:28 2013] [error] /usr/lib/python2.6/site-packages/django/

Re: [Openstack] Rebooted, now can't ping my guest

2013-03-05 Thread Filipe Manco
I read the bug description (https://bugs.launchpad.net/quantum/+bug/1091605) and the fix (https://review.openstack.org/#/c/18302/). But I don't understand who is the responsible to call the script on the startup. Should I put it on something like rc.local? Or is quantum plugins' responsibility to

Re: [Openstack] OpenStack login page

2013-03-05 Thread Syed Armani
These are just deprecation warnings. Could you please elaborate what you mean by not able to login to dashboard page. Are you able to fire up dashboard on the ip address specified at OPENSTACK_HOST in local_settings.py ? Cheers, Syed Armani On Tuesday 05 March 2013 05:54 PM, Ashutosh Narayan wr

Re: [Openstack] [OpenStack] How to speed up the instance launch time?

2013-03-05 Thread Sylvain Bauza
Another option is to merge both Glance and Nova datadirs on GlusterFS in distributed/replicated array. That way, all _base images and glance images are on the same "filesystem" but with distributed I/O. -Sylvain Le 05/03/2013 13:10, Staicu Gabriel a écrit : Hi, As a rule of thumb how I work

Re: [Openstack] [OpenStack] Guest OS shows just one CPU core instead of two

2013-03-05 Thread Sylvain Bauza
Could you please tell us what is your libvirt_cpu_model ? Please check both nova.conf and instance's libvirt.xml. -Sylvain Le 05/03/2013 11:30, Balamurugan V G a écrit : Hi, I am running Folsom 2.2 with a KVM compute node. When I launch a windows instance with flavor that has 2 VCPUs and 2Gb

Re: [Openstack] [OpenStack] Guest OS shows just one CPU core instead of two

2013-03-05 Thread Daniel P. Berrange
On Tue, Mar 05, 2013 at 04:00:06PM +0530, Balamurugan V G wrote: > Hi, > > I am running Folsom 2.2 with a KVM compute node. When I launch a windows > instance with flavor that has 2 VCPUs and 2Gb RAM, the guest seems the RAM > fine but not the 2 CPUs. It reports only one Virtual processor. Whne I

Re: [Openstack] Rebooted, now can't ping my guest

2013-03-05 Thread Sylvain Bauza
This is up to your responsability to hit the script, afaik. I haven't deployed the bugfix, I preferred creating my own script called by rc.local by convenience (and also because I found the issue and mitigated it before talking to the forum) Once I'll migrate to 2012.2.3, I'll use this .py ins

Re: [Openstack] OpenStack login page

2013-03-05 Thread Ashutosh Narayan
Hi Syed, Yes, I am able to fire up dashboard on IP ( which in my case is 127.0.0.1) specified at OPENSTACK_HOST in local_settings.py. But the dashboard login page is not allowing me to login with 'admin' user and password provided in script or keystonerc file. Thank you, On Tue, Mar 5, 2013 at 6

Re: [Openstack] Rebooted, now can't ping my guest

2013-03-05 Thread Filipe Manco
Ok I'm using the script (I'm calling it from rc.local) and everything works fine, even for instances that already exist. Thanks 2013/3/5 Sylvain Bauza > This is up to your responsability to hit the script, afaik. > I haven't deployed the bugfix, I preferred creating my own script called > by

Re: [Openstack] Rebooted, now can't ping my guest

2013-03-05 Thread Sylvain Bauza
You get it. This is the bug I mentioned related to compute nodes. Folks, anyone knowing the bug tracking numbre, btw ? 'ovs-dpctl show' shows you that only qvo7dcd14b3-70 is bridged to br-int (and mapped to vnet4, which I guess is the vnet device for the correct VM). Could you please try : su

Re: [Openstack] Rebooted, now can't ping my guest

2013-03-05 Thread Sylvain Bauza
Le 05/03/2013 13:57, Filipe Manco a écrit : Ok I'm using the script (I'm calling it from rc.local) and everything works fine, even for instances that already exist. Thanks The bug is related to the "tap" device, ie. DHCP agent reboot. The second bug I mentioned is related to a compute node

Re: [Openstack] [OpenStack] Guest OS shows just one CPU core instead of two

2013-03-05 Thread Balamurugan V G
I had Windows 8 64bit which shows just 1 Virtual Core and 1 Socket in the task manager->Performance->CPU tab. I then tried Windows Server 2012 which shows 2 sockets and 2 Virtual Cores for the same flavor. So it must be some compatibility issue with KVM and certain versions of Windows. Thanks for

Re: [Openstack] [OpenStack] Guest OS shows just one CPU core instead of two

2013-03-05 Thread Balamurugan V G
I initially did not have this setting in the nova.conf. I then read the OpenStack docs and set it to as below and resstarted nova services and re-created the instance but with same outcome. libvirt_cpu_mode=host-passthrough But I didnt have this issue with Windows Server 2012, it reported 2 virta

Re: [Openstack] [openstack-dev] [block migration] How to test kvm block migration feature?

2013-03-05 Thread John Garbutt
Just to clarify, I don't think those flags are need for the XCP/XenServer block migration, it goes straight to the chosen SR on the destination. I would agree, there probably should be a block migration section under KVM too. John On 1 March 2013 10:24, Blair Bethwaite wrote: > On 1 March 2013

Re: [Openstack] How to create a Image which can extend the partition automatically.

2013-03-05 Thread Scott Moser
On Tue, 5 Mar 2013, Sylvain Bauza wrote: > If you look at > http://www.pixelbeat.org/docs/openstack_libvirt_images/#1361764412, you'll see > that resize2fs is performed. But there is a caveat with RHEL6 which is Linux > 2.6 (contrary to Ubuntu 12.04 which is Linux 3.0). > If you look at "man resiz

[Openstack] Issues with nova x-509-

2013-03-05 Thread Razique Mahroua
Hi, I'm facing a issue with cloudpipe that is driving me crazy. My cloudpipe vpn keys used to work for a tenant, but for one another, (regular) it doesn't work.I basically create a certificate : $ nova x509-create-certWrote private key to pk.pemWrote x509 certificate to cert.pem$ nova x509-get-root

Re: [Openstack] [OpenStack] How to speed up the instance launch time?

2013-03-05 Thread Balamurugan V G
Thanks for the responses and the link to pixelbeat. Its very helpful. Start with QCOW, even before image is uploaded to Glance, dit help since the image size camedown from 20Gb to 8+Gb. I even set the the force_raw_images=False, and use_cow_images=True in nova.conf and restarted nova services. I s

[Openstack] Fwd: Issues with nova x-509-

2013-03-05 Thread Razique Mahroua
Ok I finally resolved my issue, I have two instances of nova-cert running on my HA controllers, I created a new nova-cert primitive, restarted the cloudpipe instance, now the openvpn worksRegards, Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15 Début du message réexpéd

Re: [Openstack] OpenStack login page

2013-03-05 Thread Ashutosh Narayan
I am getting "Invalid username or password" Here are the contents of ketstonerc file : export OS_USERNAME=admin export OS_PASSWORD=verybadpass export OS_TENANT_NAME=admin export OS_AUTH_URL=http://127.0.0.1:5000/v2.0/ Am I suppose to pass the same username / password ? On Tue, Mar 5, 2013 at 6:2

Re: [Openstack] Rebooted, now can't ping my guest

2013-03-05 Thread The King in Yellow
That didn't quite do it. Rebooted 10.5.5.5/6 and they did not get IPs. Brought one up manually and could not ping anything else. I note that I'm missing the "tag" statement on those recreated interfaces in "ovs-vsctl show", so I deleted the interfaces and reran the statements you gave with "tag=1

Re: [Openstack] Rebooted, now can't ping my guest

2013-03-05 Thread Sylvain Bauza
You should be close to the solution. Looking at your GRE tunnels, I only see a one-to-one tunnel in between your compute node and your network node (provided your netnode is 10.10.10.1). Could you please confirm that your controller is either on the compute node or on the network node ? One co

Re: [Openstack] Rebooted, now can't ping my guest

2013-03-05 Thread Sylvain Bauza
I forgot to mention, could you please also check that quantum-openvswitch-agent is started ('ps -ef' ) ? Le 05/03/2013 17:19, Sylvain Bauza a écrit : You should be close to the solution. Looking at your GRE tunnels, I only see a one-to-one tunnel in between your compute node and your network

[Openstack] keystone-manage db_sync failures

2013-03-05 Thread Wyllys Ingersoll
I keep getting a failure when trying to configure keystone. keystone-manage seems to have issues with sqlalchemy. Here are my versions: python-keystoneclient: 1:0.1.3-0ubuntu1.1~cloud0 python-sqlalchemy: 0.7.8-1ubuntu1~cloud0 python-migrate: 0.7.2-1ubuntu1 Any ideas?? $ keystone-manage db_s

Re: [Openstack] [OpenStack] How to speed up the instance launch time?

2013-03-05 Thread Pádraig Brady
On 03/05/2013 02:07 PM, Balamurugan V G wrote: > Thanks for the responses and the link to pixelbeat. Its very helpful. > > Start with QCOW, even before image is uploaded to Glance, dit help since the > image size camedown from 20Gb to 8+Gb. I even set the the > force_raw_images=False, and use_co

Re: [Openstack] Poor guest disk IO after disk usage.

2013-03-05 Thread Pádraig Brady
On 03/04/2013 07:54 PM, Pádraig Brady wrote: > On 03/04/2013 07:19 PM, Samuel Winchenbach wrote: >> Hi All, >> >> I have a cluster of three nodes set up. Live migration is accomplished via >> an NFS mount over 10GigE shared by all three nodes. >> >> I have noticed that when a VM is brand new I am

Re: [Openstack] Rebooted, now can't ping my guest

2013-03-05 Thread The King in Yellow
On Tue, Mar 5, 2013 at 11:19 AM, Sylvain Bauza wrote: > You should be close to the solution. Looking at your GRE tunnels, I only > see a one-to-one tunnel in between your compute node and your network node > (provided your netnode is 10.10.10.1). Could you please confirm that your > controller is

[Openstack] error -- yum install openstack-quantum-openvswitch

2013-03-05 Thread Aru s
Hi, I am getting the below error while trying to install antuenstack quantum. Please help. I am using RHEL6.3 (64bit), with EPEL http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm # yum install openstack-quantum-openvswitch Loaded plugins: product-id, security, subscrip

Re: [Openstack] keystone-manage db_sync failures

2013-03-05 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
Try adding the config file name to the command line: > keystone-manage --config-file /etc/keystone/keystone.conf db_sync Mark -Original Message- From: openstack-bounces+mark.m.miller=hp@lists.launchpad.net [mailto:openstack-bounces+mark.m.miller=hp@lists.launchpad.net] O

Re: [Openstack] keystone help! keystone stop/waiting

2013-03-05 Thread Koert van der Veer
Check /var/log/keystone or /var/log/syslog (depending on what you configured) for any error messages. If the daemon start failed early, you may find some hints at /var/crash/. On 02/04/2013 11:32 AM, Mballo Cherif wrote: > > Hi every body! > > I need help for keystone service. > > when I try to ru

Re: [Openstack] keystone help! keystone stop/waiting

2013-03-05 Thread Brad Knowles
On Mar 5, 2013, at 12:32 PM, Koert van der Veer quoted Mballo Cherif: >> $ sudo service keystone start >> keystone start/running, process 15335 >> $ sudo service keystone status >> keystone stop/waiting >> >> How can I fix this? I'm having a similar problem with a grizzly front-end that I'm tr

[Openstack] Fwd: Rebooted, now can't ping my guest

2013-03-05 Thread The King in Yellow
Sorry, replied directly: -- Forwarded message -- From: The King in Yellow Date: Tue, Mar 5, 2013 at 12:56 PM Subject: Re: [Openstack] Rebooted, now can't ping my guest To: Sylvain Bauza In fact, when I ping 10.5.5.2, tcpdump on the network node actually shows responses... root

Re: [Openstack] keystone help! keystone stop/waiting

2013-03-05 Thread Brad Knowles
On Mar 5, 2013, at 12:44 PM, Brad Knowles wrote: > So, have I missed something obvious? Is there any other debugging info that > I can provide that would be useful? Well, now I at least have a different problem. I'm getting a crash, which seems to be related to the problem shown at

Re: [Openstack] keystone help! keystone stop/waiting

2013-03-05 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
Brad, The following to turn off SSL and PKI. Mark - [ssl] enable = False #certfile = /etc/keystone/ssl/certs/keystone.pem #keyfile = /etc/keystone/ssl/private/keystonekey.pem #ca_certs = /etc/keystone/ssl/certs/ca.pem #cert_required = True [signing] token_format = UUID

Re: [Openstack] keystone help! keystone stop/waiting

2013-03-05 Thread Brad Knowles
On Mar 5, 2013, at 2:47 PM, "Miller, Mark M (EB SW Cloud - R&D - Corvallis)" wrote: > The following to turn off SSL and PKI. Did that, but unfortunately it has no effect on the crash. The crash isn't being reported anymore in /var/crash/_usr_bin_keystone-all.107.crash, but I'm now finding e

Re: [Openstack] Possible keystone/common/controller.py Token Bug

2013-03-05 Thread Christopher Armstrong
So I've filed a bug on launchpad[1] about the issue discussed in the thread[2] with this subject (sorry, I subscribed after the message went out, so this message isn't properly threaded). Is it really legit? The discussion stopped abruptly. It seems like a pretty major bug; I can't do much wit

Re: [Openstack] keystone help! keystone stop/waiting

2013-03-05 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
You aren't alone. I am just glad for this email group to ask questions. Now change the "d/" to "s/" in the following lines in keystone.conf. # The base endpoint URLs for keystone that are advertised to clients # (NOTE: this does NOT affect how keystone listens for connections) public_endpoint = h

Re: [Openstack] Possible keystone/common/controller.py Token Bug

2013-03-05 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
To run my backwards compatibility tests, I had to change file controller.py as follows: # token_data = token_ref['token_data'] token_data = token_ref Unfortunately I don't know if this broke Keystone in some other way. So far it doesn't appear to have caused other problems. Mark -Or

Re: [Openstack] keystone help! keystone stop/waiting

2013-03-05 Thread Brad Knowles
On Mar 5, 2013, at 3:21 PM, "Miller, Mark M (EB SW Cloud - R&D - Corvallis)" wrote: > You aren't alone. I am just glad for this email group to ask questions. Me too! > Now change the "d/" to "s/" in the following lines in keystone.conf. > > # The base endpoint URLs for keystone that are adve

[Openstack] Horizon PTL Candidacy

2013-03-05 Thread Gabriel Hurley
Hi folks! I'm nominating myself for Horizon PTL for another term. I want to continue fighting for cross-service integration/standardization, better APIs for everyone, and the best possible user interface to introduce people to what OpenStack can do. Quick recap of my qualifications: current Ho

Re: [Openstack] Horizon PTL Candidacy

2013-03-05 Thread Joshua McKenty
I'd like to nominate your alter-ego of "Terrance Dope" to this list of qualifications, and endorse your whiskey expertise. On Tue, Mar 5, 2013 at 1:55 PM, Gabriel Hurley wrote: > Hi folks! > > I'm nominating myself for Horizon PTL for another term. I want to continue > fighting for cross-service

[Openstack] OpenStack Operations Guide

2013-03-05 Thread Lorin Hochstein
Hi folks: Anne Gentle somehow managed to corral together a group of operators who have deployed OpenStack into production and were willing to write about it. They were locked together in a room last week and produced a book from scratch about how to design and operate an OpenStack cloud. It is now

Re: [Openstack] keystone help! keystone stop/waiting

2013-03-05 Thread Dolph Mathews
Just opened a bug to track the public_port string vs integer issue, with a fix in review: https://bugs.launchpad.net/bugs/1147842 -Dolph On Tue, Mar 5, 2013 at 3:28 PM, Brad Knowles wrote: > On Mar 5, 2013, at 3:21 PM, "Miller, Mark M (EB SW Cloud - R&D - > Corvallis)" > wrote: > > > You

Re: [Openstack] keystone help! keystone stop/waiting

2013-03-05 Thread Brad Knowles
On Mar 5, 2013, at 4:27 PM, Dolph Mathews wrote: > Just opened a bug to track the public_port string vs integer issue, with a > fix in review: > > https://bugs.launchpad.net/bugs/1147842 Cool! Thanks! -- Brad Knowles Senior Consultant ___ Mail

[Openstack] Fun with OpenStack Grizzly install...

2013-03-05 Thread Brad Knowles
Folks, So, now that keystone appears to be configured correctly and working, the next chapter in the saga is glance. >From the research I've done, the problem seems similar to the one reported at >. Witness: > $ glance index > ID

Re: [Openstack] Fun with OpenStack Grizzly install...

2013-03-05 Thread Matt Joyce
check in horizon and see if you can follow inside of a stack trace there. you can see if any of the context's from the wsgi queries is seeing a 404. these would be queries between glance and other backend APIs. example: you --- query > glance glance sees you token... glance --- query ---

Re: [Openstack] Fun with OpenStack Grizzly install...

2013-03-05 Thread Brad Knowles
On Mar 5, 2013, at 5:20 PM, Matt Joyce wrote: > check in horizon and see if you can follow inside of a stack trace there. > you can see if any of the context's from the wsgi queries is seeing a 404. Horizon? That's not a service I've heard of before. I'm basically following the structure at

Re: [Openstack] Fun with OpenStack Grizzly install...

2013-03-05 Thread Dolph Mathews
On Tue, Mar 5, 2013 at 5:28 PM, Brad Knowles wrote: > On Mar 5, 2013, at 5:20 PM, Matt Joyce > wrote: > > > check in horizon and see if you can follow inside of a stack trace > there. you can see if any of the context's from the wsgi queries is seeing > a 404. > > Horizon? That's not a service

Re: [Openstack] Fun with OpenStack Grizzly install...

2013-03-05 Thread Anne Gentle
Hi Brad, It's nearly always "the configuration files were hand-typed and there's a mistake" when doing manual installs. Scripts are fine when you understand what they're doing, but manual installs have their place too, for learning. You might enjoy this document to grasp some of the nomenclature.

Re: [Openstack] Fun with OpenStack Grizzly install...

2013-03-05 Thread Brad Knowles
On Mar 5, 2013, at 5:53 PM, Dolph Mathews wrote: > The "service catalog" refers to a subset of keystone's interface that > provides a catalog of services and endpoints to authenticated API users. It's > the computed result of your service-list and endpoint-list and it's how those > users find

Re: [Openstack] How to create a Image which can extend the partition automatically.

2013-03-05 Thread Pádraig Brady
On 03/05/2013 02:04 PM, Scott Moser wrote: > On Tue, 5 Mar 2013, Sylvain Bauza wrote: > >> If you look at >> http://www.pixelbeat.org/docs/openstack_libvirt_images/#1361764412, you'll >> see >> that resize2fs is performed. But there is a caveat with RHEL6 which is Linux >> 2.6 (contrary to Ubuntu

Re: [Openstack] How to create a Image which can extend the partition automatically.

2013-03-05 Thread Scott Moser
On Wed, 6 Mar 2013, Pádraig Brady wrote: > On 03/05/2013 02:04 PM, Scott Moser wrote: > > On Tue, 5 Mar 2013, Sylvain Bauza wrote: > > > >> If you look at > >> http://www.pixelbeat.org/docs/openstack_libvirt_images/#1361764412, you'll > >> see > >> that resize2fs is performed. But there is a cave

Re: [Openstack] How to create a Image which can extend the partition automatically.

2013-03-05 Thread Joshua Harlow
+1 I think cloud-init can do this all in a more correct manner and in a manner that works across more distributions and file system types in the long term. On 3/5/13 5:08 PM, "Scott Moser" wrote: >On Wed, 6 Mar 2013, Pádraig Brady wrote: > >> On 03/05/2013 02:04 PM, Scott Moser wrote: >> > On Tu

Re: [Openstack] How to create a Image which can extend the partition automatically.

2013-03-05 Thread Lei Zhang
Thanks for Scott, Padraig, Juerg. I have the whole image of this feature. But, who knows what's the implementation in AWS cloud when using RHEL OS? On Wed, Mar 6, 2013 at 9:15 AM, Joshua Harlow wrote: > +1 I think cloud-init can do this all in a more correct manner and in a > manner that works a

Re: [Openstack] How to create a Image which can extend the partition automatically.

2013-03-05 Thread Lei Zhang
On Tue, Mar 5, 2013 at 10:04 PM, Scott Moser wrote: > cloud-init > 0.7 (cloud-init invokes resize2fs) How this is possible to just call `resize2fs` to re-partition. As I know, this tool will not modify the partition information. Right? -- Lei Zhang Blog: http://jeffrey4l.github.com twitter/

Re: [Openstack] keystone-manage db_sync failures

2013-03-05 Thread Lei Zhang
see https://bugs.launchpad.net/keystone/+bug/1073569 bug On Wed, Mar 6, 2013 at 2:18 AM, Miller, Mark M (EB SW Cloud - R&D - Corvallis) wrote: > Try adding the config file name to the command line: > > > keystone-manage --config-file /etc/keystone/keystone.conf db_sync > > Mark > >

Re: [Openstack] error -- yum install openstack-quantum-openvswitch

2013-03-05 Thread Lei Zhang
now, the openvswitch package is not exist in RHEL official repository and EPEL repository. You can build it manually. You can refer to my article http://jeffrey4l.blogspot.com/2013/02/open-vswitch-installation-on-centos-63.html On Wed, Mar 6, 2013 at 1:49 AM, Aru s wrote: > Hi, > > I am getting

Re: [Openstack] keystone-manage db_sync failures

2013-03-05 Thread Wyllys Ingersoll
I saw that bug, but that was not the problem because I had the right versions of all of those pieces. The problem arose when I had to change the IP addr of my host. I updated all of the config files and the endpoints in the keystone DB, but still nova was pulling the old IP addr from somewhe

[Openstack] Can ping guest VMs but not reachable external network

2013-03-05 Thread Sammy Fung
I tried to configure Folsom with Quantum with 2 systems, I can ping all gust VMs and control/network node but not reachable external network and metadata server. What should I do or try next ? Public IP: 10.10.0.0/24 GW: 10.10.0.1 Floating IP for allocation: 10.10.0.100-199 # ifconfig br-ex

Re: [Openstack] OpenStack login page

2013-03-05 Thread Ashutosh Narayan
Can someone point me to a link which I can follow to install OpenStack on a bare metal box running Centos 6.3 ? I am facing minor issues during the first install and planning to re-do. Thank you, On Tue, Mar 5, 2013 at 8:05 PM, Ashutosh Narayan wrote: > I am getting "Invalid username or passwor

Re: [Openstack] OpenStack login page

2013-03-05 Thread Joshua Harlow
http://anvil.readthedocs.org Sent from my really tiny device... On Mar 5, 2013, at 10:29 PM, "Ashutosh Narayan" mailto:aashutoshnara...@gmail.com>> wrote: Can someone point me to a link which I can follow to install OpenStack on a bare metal box running Centos 6.3 ? I am facing minor issues dur