Hi Gary,
Le 20/03/2013 17:26, Gary Kotton a écrit :
Yes, this works. The problem is ensuring the network isolation. That
is, someone can make changes in the routing table on the host which
will enable one to gain access to the quantum networks. That is why we
suggest that they run on different h
Do we have any other way to reach VM public IPs, with out using name space
nat router gvien in the below link.
Lets say that i will configure my dhcp-agent with the pool of Public IPs,
which will be assigned to VMs by Quantum.
Iam curious that if there is any possible setup which we can create wi
Hi Samuel,
in your logs you should have another traceback related to the failure
in creating the qg-xx interface.
This might help us shed some light on your issue. The only likely
cause I can think of at the moment is that the external bridge
(usually br-ex) is not correctly configured.
Salva
>> Yes, this works. The problem is ensuring the network isolation. That
>> is, someone can make changes in the routing table on the host which
>> will enable one to gain access to the quantum networks. That is why we
>> suggest that they run on different hosts. We have a review that is
>Damn, make
With Ubuntu theme and COMPRESS_OFFLINE = False it works.
With default theme and COMPRESS_OFFLINE = False it works, however the UI
format is shabby because the tags {% compress js %} and {% endcompress %}
is removed from _scripts.html.
On Thu, Mar 21, 2013 at 11:28 AM, Martinx - ジェームズ wrote:
> Ah
It was short-lived. See my latest response in the bug id
https://bugs.launchpad.net/ubuntu/+source/openstack-dashboard/+bug/1143897
On Thu, Mar 21, 2013 at 3:16 PM, Sandeep Raman wrote:
> With Ubuntu theme and COMPRESS_OFFLINE = False it works.
> With default theme and COMPRESS_OFFLINE = False it
Gents,
Not sure if can get reply here for such installation issues.
I want to install DevStack with XenServer (to verify some idea with Openstack
on Xen hepervisor) and blocked by some problems.
What I refer:
https://github.com/openstack-dev/devstack/blob/master/tools/xen/README.md
https://wiki.o
Hi, I tell you my experience.
In order to deploy a single node installation is enough to set the localrc
file as showed here
https://wiki.openstack.org/wiki/XenServer/VirtualBox
then you have to run only the script ./install_os_domU.sh
The video you metioned is not up to date. My suggestion is t
Hi,
That particular guide is out of date I'm afraid. We have an action to update
the guide fully, but I have made some interim edits to clarify the current
situation. The better news is that installing DevStack on a XenServer is now
easier than when the guide was written.
The README.md from
Hi,
I have rather basic question.
I've read through various documentation but I still do not sufficiently
understand how the authentication works.
So far I have managed to create a tenant, user and add him a role which is
also listed in proxy-server.conf in operator_roles
This works fine but I w
Hello Thiago,
I think it's better to use rootwrap in sudoers :
nova ALL = (root) NOPASSWD: /usr/bin/nova-rootwrap /etc/nova/rootwrap.conf *
cinder ALL = (root) NOPASSWD: /usr/bin/cinder-rootwrap
/etc/cinder/rootwrap.conf *
quantum ALL = (root) NOPASSWD: /usr/bin/quantum-rootwrap
/etc/quantum/root
great guide, thanks a lot !
Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15
Le 21 mars 2013 à 15:26, Jean-Baptiste RANSY a écrit :
Hello Thiago,
I think it's better to use rootwrap in sudoers :
Hi,
I have a Folsom 2012.2 with Quantum and trying to create the instances
using the REST API as below:
curl -X 'POST'
http://1.1.1.1:8774/v2/4a8c3029619e4afbaa39f85fcd121003/servers -d '{
"server": { "flavorRef": "6", "imageRef":
"dd13a38c-3e1f-49f1-afbe-c6f62cd46ffb", "name": "test" } }' -H 'A
Well phooey:
987 if network_ref['multi_host']:
988 _add_dhcp_mangle_rule(dev)
The mangle rule is only added my nova-network in multihost mode.
Can you verify whether or not adding the rule on the compute or network node
fixes it?
That way we can either remove the check on multi_h
Looking in to
/usr/lib/python2.7/dist-packages/nova/api/openstack/compute/servers.py gave
some insights and found that the API can take a parameter 'networks' as
shown below:
curl -X 'POST'
http://1.1.1.1:8774/v2/4a8c3029619e4afbaa39f85fcd121003/servers -d '{
"server": { "flavorRef": "6", "imageR
Try nova --debug --os-region-name RegionTwo image-list and see where it is
connecting. I guess you have another typo.
Btw, in the future the dev list is not the right place for these questions.
Should be done on openstack@lists.launchpad.net
Vish
On Mar 21, 2013, at 9:34 AM, "Wainer, Gabriel (B
Monty Taylor wrote:
> Now that the TC elections have ended, we now have three at-large seats open.
>
> https://wiki.openstack.org/wiki/TC_Elections_Spring_2013
>
> Mar 15 - 21: Open candidacy to directly-elected TC positions
Reminder: Just a few hours left to self-nominate yourself !
--
Th
Hello community,
Today there will be our second weekly community meeting about EHO at 18:00 UTC
on our irc channel #eho at freenode.
Come along.
--
Sergey Lukjanov
Mirantis Inc.
___
Mailing list: https://launchpad.net/~openstack
Post to : opensta
Hello folks,
We've prepared a screencast demonstrating proof-of-concept
implementation of Hadoop cluster provisioning:
http://www.youtube.com/watch?v=UUt2gqGHcPg
And by the way, it is the first time we're showing our Horizon-based
UI in action!
You may find more info at http://eho.mirantis.com
Tks Sandeep!
But my Dashboard isn't working with `COMPRESS_OFFLINE = False'... With or
without the Ubuntu theme...
Anyway, I'll wait for new packages.
Best,
Thiago
On 21 March 2013 06:46, Sandeep Raman wrote:
> With Ubuntu theme and COMPRESS_OFFLINE = False it works.
> With default theme and
Great video.
I know that OpenStack does baremetal
(http://www.mirantis.com/blog/bare-metal-provisioning-with-openstack-cloud/);
Is it possible to do this on bare metal servers instead of VMs?
John
On Thu, Mar 21, 2013 at 12:46 PM, Dmitry Mescheryakov
wrote:
> Hello folks,
>
> We've prepared a
Hi.
I've been playing with the DNS drivers in nova recently, and I'm
trying to decide if anyone actually uses it. The only driver in the
codebase that looks useful a the moment is the LDAP backed DNS driver
that Wikimedia wrote.
There's also stackforge project called Moniker which implements DNS
Dolph, I changed the /etc/keystone/keystone.conf file as you suggested, the
line looks like:
[sql]
connection = mysql://root:password@localhost/keystone?charset=utf8
I changed this to:
connection = mysql://
However when I run ./stack.sh the file reverts back to the original text,
with devstack gi
23 matches
Mail list logo