Pax,
How did you fix the dependency issues? I have same issue.
Leon
From: Pax Mridhul [mailto:mrid...@live.com]
Sent: 2013年11月16日 16:01
To: openstack@lists.openstack.org
Subject: [Openstack] Havana Installtion error
Hello Friends,
I’m trying to install Havana on my servers and seeing the foll
>Not directly unfortunately. The information indicating if the VM is on
>or off is included in metadata as part of the state or vm_state field,
>and you can filter on it. However, computing the duration based on this
>state over a period of time is trickier and not supported yet.
@Julien, long tim
According to the most recent user survey, more than 30% of users consume
the XML API.
Regards,
Tom
On 14/01/14 00:06, 郭龙仓 wrote:
approve.
2014年1月13日 下午11:39于 "Sean Dague" mailto:s...@dague.net>>写道:
This is a thread on the openstack-dev list, but Russell wisely thought
we should get
Following up, when I attempt to launch a medium flavor image, here's the output
in the nova scheduler log file:
Error from last host: [u'Traceback (most recent call last):\n', u' File
"/opt/stack/nova/nova/compute/manager.py", line 1054, in _build_instance\n
set_access_ip=set_access_ip)\n',
Hi All:
I have a problem about openstack autoscaling by template! I have added 4
networks in my system (from horizon web portal),
But when I executed the template, it failed! So I checked Heat log, I found
some errors:
2014-01-14 09:30:00.711 1351 ERROR heat.engine.resource [-] CREATE :
AutoSca
Thanks Hugo, Clay and Pete. I asked this question based on some limited
knowledge I had about Swift and while trying to understand more based on
the source code. I'll try and run some more experiments and revert back
with questions if any. The general system tuning guidelines definitely seem
helpfu
Hi everyone,
Whenever I try to launch an image instance beyond 'micro' (anything that has
more than 0 GB disk space) I get the "no valid host found" error, even though
my disk has 100+ GB of space, even displayed in the dashboard.
The error in the nova scheduler says "Flavor's disk is too small
The reason the architecture is the way it is in Horizon right now is because
historically most projects have sent messages that are either raw tracebacks
(not appropriate for a popup error display at all), extremely
detailed/technical reports containing multiple resource IDs that are not
human-
Hi All,
I'm attempting to launch an instance of an image via the dashboard but I keep
getting this error:
Failed to launch instance "cfntools-demo-test": Please try again later [Error:
Remote error: ProcessExecutionError Unexpected error while running command.
Command: sudo nova-rootwrap /etc/
Hi!
Due this bug: https://bugs.launchpad.net/horizon/+bug/1210540 and its fix
proposal: https://review.openstack.org/#/c/62026, I would like to discuss the
inclusion of Nova's exception messages in the Horizon's dashboard.
nova/compute/api.py functions throws exceptions with a translatable messa
I went a head and created the colum it was complaining about , no
doubt this will come back to haunt me:
mysql> ALTER TABLE pools ADD COLUMN status_description varchar(255)
DEFAULT NULL AFTER status;
but at least neutron-server will run with the lbaas agent enabled
while I try and figure out why
Hi Nick,
Several fixes to the migrations for PostgreSQL have now merged, and
we've setup some automated tests to verify the migrations continue to
function on SQLite / MySQL / PostgreSQL..
So - Hopefully that's the end of PostgreSQL issues :)
Thanks,
Kiall
On Sun, 2014-01-12 at 08:26 +0200, Nic
On Fri, 10 Jan 2014 15:25:02 -0800
Shrinand Javadekar wrote:
> I see that the proxy-server already has a "workers" config option. However,
> looks like that is the # of threads in one proxy-server process.
Not so. Workers are separate Linux processes. Look at os.fork() in
run_sever(). Perhaps yo
Hi Tim,
The change is being proposed directly to stabe/havana. We have an alternative
implementation for Icehouse as we are refactoring the entire key-value-store
system and making memcache a version of that new implementation.
Cheers,
Morgan
On January 12, 2014 at 10:14:49, Tim Bell (tim.b...
Win...
This is an Ubuntu packaging bug. Most of the quantum pieces are still
installed and at least the metadata-agent is actually still running
and bound to the port I want.
# dpkg --get-selections | grep quantum
python-quantuminstall
python-quantumclientinst
Thnak you Adam for this answer.
Another easier (better?) approach would be to have one tenant per user, setting
default instances quota for all tenant to 1 (using quota-defaults nova
command).
As users and tenants can be managed by LDAP in Havana, binding default tenant
to his own tenant for
approve.
2014年1月13日 下午11:39于 "Sean Dague" 写道:
> This is a thread on the openstack-dev list, but Russell wisely thought
> we should get broader openstack community input.
>
> Now is the time for opinions. Please be civil, but please express them,
> because it will impact the decision in Nova v3 in
On 01/12/2014 10:03 PM, Shengjie Min wrote:
> Hey guys,
>
>
> In Ceilometer, is there a type of meter allows me to charge users based
> on the uptime of the instances they have instead of cpu, memory utilisation?
>
>
> All the best,
>
> Shengjie
You may want to look at StackTach. It collec
On Jan 12, 2014, at 8:29 AM, Zhuang Yuxin wrote:
> Dear all,
>
> With ML2 plugin, multiple mechanism drivers can be used simultaneously. Each
> mech driver may require different vif type implementation, e.g. tap device as
> backend or sriov VF passthru. If I take it correct, it's possible for
It's not synchronous, each request/eventlet co-rotine will yield/trampoline
back to the reactor/hub on every socket operation that raises EWOULDBLOCK.
In cases where there's a tight long running read/write loop you'll
normally find a call to eventlet.sleep (or in at least one case a queue) to
avoi
This is a thread on the openstack-dev list, but Russell wisely thought
we should get broader openstack community input.
Now is the time for opinions. Please be civil, but please express them,
because it will impact the decision in Nova v3 in icehouse.
Original Message
Subject:
Hi Eugene,
I did have an upgrade issue on my end
that could well have impacted the DB migration.
Just after upgrade and when the Ubuntu packed migration scripts ran
the database connection in neutron.conf pointed to a local sqllite
location. So first thing I did was correct that to point at the
On 01/13/2014 11:52 AM, Balamurugan V G wrote:
> Given that ML2 plugin is the way forward and OVS plugin is being
> deprecated in Havana, it would be nice if the official docs included the
> ML2 configuration instructions. I cant find anything about ML2 at
> http://docs.openstack.org/havana/install
Putting the ML back on the thread...
On 01/12/2014 07:20 AM, Rafael Gomes wrote:
> Hum ok. I understand.
>
> So it's normally that when I run a curl 169.254.169.254 or
> 169.254.169.254:8775
> from my VM I won't obtain answer? I ask this because right now when I execute
> the curl I don't have
On Monday, 13 January 2014, 13:34, Jonathan Proulx wrote:
On Mon, Jan 13, 2014 at 8:05 AM, Darragh O'Reilly
> wrote:
>> Hi Jon,
>>
>> the RST is probably because the curl request was to port 8775. Can you try
>> again to port 80 and also use -n with tcpdump.
>
>Thanks for the extra eyes on that
Hi Jonathan,
It really looks as migration issue. I wonder how did you perform the
migration.
Devstack usually runs migration during the setup and everything works fine
with the current code.
Could you provide more details about how you run the migration.
Thanks,
Eugene.
On Mon, Jan 13, 2014 a
On Mon, Jan 13, 2014 at 8:05 AM, Darragh O'Reilly
wrote:
> Hi Jon,
>
> the RST is probably because the curl request was to port 8775. Can you try
> again to port 80 and also use -n with tcpdump.
Thanks for the extra eyes on that one, been a long weekend and not so
much in the good way, I didn't
Hi Stackers,
We are hosting OpenStack Meetup Event at our Office in Hyderabad. Please
find below URL for Event details and RSVP.
http://www.meetup.com/Indian-OpenStack-User-Group/events/160120142/
Also keep looking for the updates on Schedule of the event.
Regars,
Balaji.P
_
OpenStack Security Advisory: 2014-001
CVE: CVE-2013-7048
Date: January 13, 2013
Title: Nova live snapshots use an insecure local directory
Reporter: Daniel Berrange (Red Hat)
Products: Nova
Affects: Grizzly and later
Description:
Daniel Berrange from Red Hat reported that the directories used to
t
Hi Andriy,
Welcome, it's a pleasure to answer you back
Basically It's JUST for historical reasons: as I explained in the guide I
started from the great work of Bilel Msekni
(https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_SingleNode/OpenStack_Grizzly_Install_Guide.rst#21-
Hi Jon,
the RST is probably because the curl request was to port 8775. Can you try
again to port 80 and also use -n with tcpdump.
I was able to get metadata from the DHCP namespace proxy on a provider network
with an external router working by pushing out a static route to
169.154.169.254 wi
Hi all,
would you please share a valid Apparmor profile for dnsmasq (Ubuntu), if you
have one, or a good reference about this topic in openStack?
I tried to use the default profile provided by Canonical, but it still
complains with some DENIED on Neutron node (Grizzly 2013.1.2), for examples:
Hi Marco,
Thanks for your great work! I have one question though. Could you please
explain why are you using another method of adding the havana Ubuntu packages
than the official guide? In the official guide they do "apt-get install
python-software-properties" and then "add-apt-repository cloud
Given that ML2 plugin is the way forward and OVS plugin is being deprecated
in Havana, it would be nice if the official docs included the ML2
configuration instructions. I cant find anything about ML2 at
http://docs.openstack.org/havana/install-guide/install/apt/content/index.html
.
Regards,
Balu
I meant OVS plugin is being deprecated *after* Havana.
Regards,
Balu
On Mon, Jan 13, 2014 at 4:22 PM, Balamurugan V G wrote:
> Given that ML2 plugin is the way forward and OVS plugin is being
> deprecated in Havana, it would be nice if the official docs included the
> ML2 configuration instruct
Hi George,
there a lot of deployment options for OpenStack and Networking services.
First i need to clarify that OpenStack can be run in many different
ways. That is running OpenStack services in different machines according
to someone's needs.
This means that controller and compute nodes can h
On Mon, Jan 13 2014, Shengjie Min wrote:
> In Ceilometer, is there a type of meter allows me to charge users based on
> the uptime of the instances they have instead of cpu, memory utilisation?
Not directly unfortunately. The information indicating if the VM is on
or off is included in metadata a
Hello,
Yes I set up that as is describet in documentation. But I found issue,
that I didn't enable this settings:
In /etc/neutron/dhcp_agent.ini:
enable_isolated_metadata = True
enable_metadata_network = True
I realy don't understand option enable_isolated_metadata, in comment
section is de
Hi Xi,
Do you have some logs available? The log messages would help a lot in
findinf the issue.
Look at how devstack works, that's always a good starting point.
https://github.com/openstack-dev/devstack/tree/master/tools/xen
For me, it seems, that xenapi_connection_url does not contain the http
Hi Shrinand,
The concurrency bottleneck of Swift cluster could be various.
Here's a list :
- Settings of each workers, workers count, max_clients,
threads_per_disk.
- Proxy CPU bound
- Storage nodes CPU bound
- Total Disk IO capacity (includes available memory for xfs caching)
-
On 01/09/2014 11:03 AM, Marco Fornaro wrote:
> Hi All,
>
>
>
> I wrote an unofficial as-easy-as-possible and step-by-step Installation
> guide for Openstack Havana+Neutron+Openvswitch:
>
> https://github.com/fornyx/OpenStack-Havana-Install-Guide/blob/master/OpenStack-Havana-Install-Guide.rst
>
41 matches
Mail list logo