Hi Wangpan,
Thanks for the response. The file injection is actually working, sorry my
bad I was setting the dst-path incorrectly. I am using Nova 2013.1(Grizzly)
and Windows XP 32bit VM.
When I used the following command, it worked:
nova boot --flavor f43c36f9-de6a-42f4--edcedafe371a --image
The vm should not have a routing table entry for 169.254.0.0/16 if it does
i'm not sure how it got there unless it was added by something other than
dhcp. It seems like that is your problem as the vm is arping directly for
that address rather than the default gw.
On Tue, Apr 23, 2013 at 11:34 PM
Hi Balamurugan,
What the edition of nova you are running? is there any trace log in
nova-compute.log(default path: /var/log/nova/nova-compute.log)?
and what the edition of your windows VM(winxp/win7/win8)? if it is win7 or
win8, the injected files may exist in the system reserved partition, you c
Thanks Aaron.
I am perhaps not configuring it right then. I am using Ubuntu 12.04 host
and even my guest(VM) is Ubuntu 12.04 but metadata not working. I see that
the VM's routing table has an entry for 169.254.0.0/16 but I cant ping
169.254.169.254 from the VM. I am using a single node setup with
Hi,
I am able to get File Injection to work during a CentOS or Ubuntu VM
instance creation. But it doesnt work for a Windows VM. Is there a way to
get it to work for windows VM or it going to be a limitation we have to
live with, perhaps due to filesystem differences?
Regards,
Balu
__
Yup, If your host supports namespaces this can be done via the
quantum-metadata-agent. The following setting is also required in your
nova.conf: service_quantum_metadata_proxy=True
On Tue, Apr 23, 2013 at 10:44 PM, Balamurugan V G
wrote:
> Hi,
>
> In Grizzly, when using quantum and overlapping
Hi,
In Grizzly, when using quantum and overlapping IPs, does metadata service
work? This wasnt working in Folsom.
Thanks,
Balu
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad
i'm following this guide
https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide
if i launch an instance from horizon, i can using ip netns exec qrouter-xxx
ping xxx to ping that instance and ssh to it, and access external network,
everything seems fine, at least from my view.
**However, i
On 04/23/2013 12:29 AM, Sam Morrison wrote:
Looks like the web server for ask.openstack.org isn't sending the
necessary intermediate certification authority files to the client
and hence getting a cert not valid (when using firefox at least)
Thanks, looks like a bug. We'll work on it.
/stef
-
Hi Syed
Your welcome! :)
And, Sorry for double post
Best
Nachi
2013/4/24 Syed Armani :
>
> Thank you very much Nachi for sharing this good news. Its good to know
> that Red Hat is helping out in keeping trystack.org healthy and running.
>
> Best regards,
> Syed
>
> On Wednesday 24 April 2013
Thank you very much Nachi for sharing this good news. Its good to know
that Red Hat is helping out in keeping trystack.org healthy and running.
Best regards,
Syed
On Wednesday 24 April 2013 04:46 AM, Nachi Ueno wrote:
> Hi TryStack Users
>
> Please take my apologies for delaying deploy x86 Zone
Hi TryStack Users
Please take my apologies for delaying deploy x86 Zones.
We are happy to announce new Folsom X86 zone.
http://trystack.org/
http://x86.trystack.org/dashboard/
One great news is Red Hat's starts contributing,
The cluster is now managed by Redhat and it is running on RHEL.
Some pe
I have tracked error message to:
# grep -nrF "service['updated_at']" /usr/lib/python2.6/site-packages/
/usr/lib/python2.6/site-packages/cinder/utils.py:929: last_heartbeat =
service['updated_at'] or service['created_at']
but now I can't quite figure out what event would trigger update of
'up
so I have a grizzly/quantum/ovs/gre setup that currently only has the 1 extra
external IP
for a single tenant network. Its assigned to the quantum router so the VMs dont
have
external floating IPs. Once Im given them by networking they will.
But in the mean time the only way I can get to the VMs
nd have enabled `enable_isolated_metadata = True' in
>>> dhcp_agent.ini but, same result. Metadata doesn't work.
>>>
>>> The CirrOS doesn't reach the metadata server. Also, within CirrOS, there
>>> is no route to 169.254.0.0/16 network. Probably beca
The CirrOS doesn't reach the metadata server. Also, within CirrOS, there
>> is no route to 169.254.0.0/16 network. Probably because its dhcp client
>> isn't ready with option 121 ???
>>
>>
>> Also, the `Ubuntu Cloud Image' doesn't reach the meta
16 network. Probably because its dhcp client
> isn't ready with option 121 ???
>
>
> Also, the `Ubuntu Cloud Image' doesn't reach the metadata too, I'm seeing:
>
>
> "20130423 15:13:05,687 util.py[WARNING]: '
> http://169.254.169.254/20090404/metadat
Great one!
Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15
Le 23 avr. 2013 à 17:09, Eric Marques a écrit :Dear Daniel,I'm working at a company that has published an article on this subject.http://sysadmin.smile.fr/post/2013/04/23/Use-flat-network-wi
Anil,
If you are testing multiple vNICs I will recommend you to use the following
image:
IMAGE_URLS=http://www.openvswitch.org/tty-quantum.tgz
In your localrc add the above string and you are all set up!
Thanks,
Edgar
From: Anil Vishnoi
Date: Wednesday, April 17, 2013 1:29 PM
To: "openstac
HTTP POST limiting advised to avoid Essex/Folsom Keystone DoS
---
### Summary ###
Concurrent Keystone POST requests with large body messages are held in memory
without filtering or rate limiting, this can lead to resource exhaustion on the
Keystone server.
### Affected Services / Software ###
K
ithin CirrOS, there is
no route to 169.254.0.0/16 network. Probably because its dhcp client isn't
ready with option 121 ???
Also, the `Ubuntu Cloud Image' doesn't reach the metadata too, I'm seeing:
"20130423 15:13:05,687 util.py[WARNING]: '
http://169.254.169.254/20
Hi Hiho,
Thanks you for your answers. In fact when I lauch "nova-manage service list" I
get this:
nova-certopenstack-grizzly.linux.gem internal enabled
:-) 2013-04-23 16:05:03
nova-conductor openstack-grizzly.linux.gem internal enabled
:-)
Hi,
I am following this tutorial
http://docs.openstack.org/trunk/openstack-compute/install/apt/content/installing-the-cloud-controller.html
to install grizzly using
deb http://archive.gplhost.com/debian grizzly main deb
http://archive.gplhost.com/debian grizzly-backports main
When I tried t
"nova list" should show all the VMs, as well as the ip addresses, that
the tenant owns
Yi
On 4/23/13 11:33 AM, Steve Heistand wrote:
is there a cli command to get the list of IP addresses in use by a given user
or tenant?
thanks
___
Mailing list
is there a cli command to get the list of IP addresses in use by a given user
or tenant?
thanks
--
Steve Heistand NASA Ames Research Center
SciCon Group Mail Stop 258
Hiho,
this occurs if an service not running or not reachable. In your case
mostly api or compute.
Check if each service are running and reachable from your Horizon host.
Check if all endpoints in keystone are configured correctly.
Greetings
Heiko
On 23.04.2013 17:25, Mballo Cherif wrote:
>
> H
Hi everybody, when I'm authenticate with horizon I have this message "Error:
Unauthorized: Unable to retrieve usage information." And "Error: Unauthorized:
Unable to retrieve quota information."
How can I fix this issue?
Thanks you for your help!
Sheriff!
___
Dear Daniel,
I'm working at a company that has published an article on this subject.
http://sysadmin.smile.fr/post/2013/04/23/Use-flat-network-with-OpenStack
Hope it will help you,
Regards,
Le 23/04/2013 14:44, Daniel Ellison a écrit :
Hi all,
I've slowly been configuring a single server wi
Repost to correctly include openstack-dev on Cc
On Tue, Apr 23, 2013 at 02:45:31PM +0100, Steven Hardy wrote:
> Hi!
>
> I'd like to propose myself as a candidate for the Heat PTL role, ref
> Thierry's nominations email [1]
>
> I've been professionally involved with software engineering for aroun
I am out of the office until 24.04.2013.
I am out of the office traveling and will only have limited access to
e-mails.
I will respond as soon as possible.
For TPC/VSC related topics, please contact Sumant Padbidri
For other urgent topics, please contact Horst Zisgen.
Note: This is an automated
Hi!
I'd like to propose myself as a candidate for the Heat PTL role, ref
Thierry's nominations email [1]
I've been professionally involved with software engineering for around 13
years, working in a variety of industries, from embedded/kernel
development to big-enterprise customer-facing consulti
Hi all,
I've slowly been configuring a single server with OpenStack for a
proof-of-concept I want to present to my managers. This single server is
co-located and directly exposed to the Internet. It has one active Ethernet
port (eth0) and one inactive and disconnected Ethernet port (eth1). I've
Hello,
I installed openstack (package versions given below) on Ubuntu 12.04.2 LTS
(x86 64 bit). I installed first VM image successfully. When I try to
install (using "nova boot..") the same or a different VM image as a second
image, I get following error right after a few seconds of image building:
Kamaill,
I think that is caused because of the wrong HTTP header in the second curl
command. It should be 'X-Auth-Token' instead of 'XX-Auth-Token'.
Give it a try and get back if you have any issue.
-Unmesh.
On Tue, Apr 23, 2013 at 1:17 PM, Study Kamaill wrote:
> THis is the output :: --
Howdy folks,
While populating an empty Swift test cluster with
swift-dispersion-populate some container creation requests failed,
leaving 'db.pending' files.
This is standard operation I think
(http://docs.openstack.org/developer/swift/overview_architecture.html#updaters)
however the pending file
THis is the output :: ---
root@swift-workshop:~# curl -v -H 'X-Auth-User: admin:admin' -H 'X-Auth-Key:
admin' http://127.0.0.1/auth/v1.0/
* About to connect() to 127.0.0.1 port 80 (#0)
* Trying 127.0.0.1... connected
> GET /auth/v1.0/ HTTP/1.1
> User-Agent: curl/7.22.0 (i686-pc-linux-
Hi everyone,
As you may know, Steve Dake resigned[1] from his Heat PTL position for
personal reasons.
Now that the summit is over, we should start the selection process for
his replacement.
If you would like to announce that you would like to be the PTL for Heat
for the rest of the Havana develo
Quantum's metadata solution for Grizzly can run either with or without the
l3 agent.
When running within the l3 agent, packets directed to 169.254.169.254 are
sent to the default gateway; the l3 agent will spawn a metadata proxy for
each router; the metadata proxy forwards them to the metadata agen
Hi guys,
Looks like the web server for ask.openstack.org isn't sending the necessary
intermediate certification authority files to the client and hence getting a
cert not valid (when using firefox at least)
"""
ask.openstack.org uses an invalid security certificate.
The certificate is not trus
39 matches
Mail list logo