penStack environment? In other
words, how to use them in our own private projects? I have some demo codes
at [1] and [2]. But may be there is something wrong with them. They didn't
run periodically.
Could someone give me some advice?
Thanks.
Zhi
[1]: http://paste.openstack.o
Hi, Abhishek.
I have a question about devstack. The file "stack-screenrc" doesn't exist
when I installed devstack successfully, why? I find all over the devstack
directory but I can not find it. Could you give me some advice?
Thanks
Zhi Chang
2016-08-22 16:42 GMT+08:00 wk &l
starting up on http://0.0.0.0:9914/
Could someone tell me the reason why two main processes were started ?
Thanks
Zhi Chang
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...
Hi, all.
Recently, I do some research about RPC by using oslo-messaging. I write
some demo code about RPC server and RPC client by following here [1]. And
the demo codes locate here[2].
I think there is something wrong about these codes. The server code
doesn't print response message when
hi, all.
I have a question about conntrackd in L3 HA. I read document about L3 HA at
[1] and I find " conntrack " in L3 HA diagram . Does neutron L3 HA support
conntrackd currently? If so, how
can I find the conntrack info?
Many Thanks
Zhi Chang
[1]:
https://wiki.openstack.org/wi
hi, Saverio
Thanks for your reply. I have uploaded a patch at [1]. But I met some
problems about the implementation about the migration of LBaaS.
Please take a look at it if you have time. I'll very welcome about any
advices. :-)
Thanks
Zhi Chang
[1]: https://review.openstack.org/#/c/4
er_id):
self._unschedule_loadbalancer(context, loadbalancer_id, agent_id)
The question is, how do I notify LBaaS agent?
Hope for your reply.
Thanks
Zhi Chang
__
OpenStack Development Mailing List (not for usage questions)
Unsubs
x27;t it?
What the purpose of the l3 address scope?
What can we benefit from l3 address scope?
Thanks
Zhi Chang
[1]:
https://docs.openstack.org/draft/networking-guide/config-address-scopes.html
__
OpenStack Development Ma
data
plan is busy. If we were used etcd (or other), does every router instance
register one "id" in etcd ?
Thanks
Zhi Chang
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstac
types for
>> each backend driver (OVS, Linuxbridge and SR-IOV).
>>
>> BTW. IMHO You should send such questions to openst...@lists.openstack.org
>>
>> --
>> Best regards / Pozdrawiam
>> Sławek Kapłoński
>> sla...@kaplonski.pl
>>
>> On Fri, 30 Dec
ivers?
Hope for your reply.
Thanks
Zhi Chang
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/lis
Hi, Srider.
Thanks for your reply. I still have a question about SG and FWaaS. VM's
east-west traffic belongs to FWaaS or SG? What about VM's north-south
traffic?
I think that VM's east-west traffic belongs to SG and the north-south
traffic belongs to FWaaS, isn't it? :)
Th
Hi, Nate, thanks for your reply.
May I ask a little stupid question? What's the difference between fwaas and
security group? In my opinion, fwaas and security group are both using
linux iptables now. So, what's the differences between them?
Thanks
could give some exact words about these. I will thanks a
lot. :)
Thanks
Zhi Chang
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:u
.
Extension 2, http keep-alive supported. By following this document[2], we
can make our loadbalancers more effective.
Any comments are welcome!
Thanks
Zhi Chang
[1]: http://cbonte.github.io/haproxy-dconv/1.6/configuration.html#cpu-map
[2]:
http://cbonte.github.io/haproxy-dconv/1.6
Hi Vincent, as far as I know, Neutron supports trunk ports[1] now. You can
create a parent port and add one or more subports on it. Every subport has
its own IP address.
[1]: https://wiki.openstack.org/wiki/Neutron/TrunkPort
Thanks
Zhi Chang
2016-12-06 14:42 GMT+08:00 Vincent.Chao :
>
x27;t maintain Liberty environment. Maybe
neutron-lbaas added some patches about MQ.
But I also want to know what changes about MQ in Newton version. :)
Thanks
Zhi Chang
2016-11-26 10:49 GMT+08:00 zhi :
> Dear all,
>
> Recently, I built up a " all-in-one " environment
n RabbitMQ, the queue " n-lbaasv2_agent.server-233 " is
created by lbaasv2 agent. And why agent can't consume messages from
neutron-server?
Could someone give me some advice to analysis this?
Many Thanks!
Zhi Chang
__
Ope
nsparency ".
VLAN transparent doesn't support in Newton now?
Thanks
Zhi Chang
[1]: https://wiki.openstack.org/wiki/Neutron/TrunkPort
__
OpenStack Development Mailing List (not for usage questions)
Unsubscri
hi, all.
I have a quick question about devstack.
Can I specify OpenvSwitch version in local.conf when during the
installation of devstack? I want to OVS 2.6.0 in my devstack. Can I specify
it?
Thanks
Zhi Chang
__
OpenStack
rue
fail_mode: secure
Port br-ex
Interface br-ex
type: internal
Port phy-br-ex
Interface phy-br-ex
type: patch
options: {peer=int-br-ex}
... ...
I think that OVS ru
Oh, sorry, this exception was gone after I set "ovs-vsctl set-controller
br-ex tcp:127.0.0.1:6640 ".
Thanks
2016-11-17 15:07 GMT+08:00 zhi :
> Hi, Brain
>
> Thanks for your reply. I try to build a new environment with devstack and
> the code from the master branch. But I
rt br-tun
Interface br-tun
type: internal
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-tun}
... ...
Could you give me some advice to how to resolve the neutron ovs agent
exception which I met ? :)
Sorry, I forgot to say my local environment is Liberty. :)
2016-11-15 18:07 GMT+08:00 zhi :
> Hi, all
>
> I followed this guide[1] to create trunk ports and created a vm by
> using trunk port. But I met a weird problem. OVS agent didn't generate "
> tbr " bri
br-tun
"
Why did the OVS agent doesn't create " tbr " bridge ? I think I must miss
something but I don't know.
I enabled " trunk " in service_plugins configuration in neutron server.
And I did not add anything in OVS agent. Did I miss any conf
OK Miguel, thanks for your patience. :)
2016-11-05 0:18 GMT+08:00 Miguel Lavalle :
> Hi Zhi,
>
> Both L2 provider networks and routed networks can have one or many
> segments. In the case of a L2 provider network, all the segments in it
> constitute a contiguous L2 domain. In cont
10.1.0.0/24 and the other is 10.1.1.0/24. Except your
solution, in real deployment, we need to create two gateway (10.1.0.1 and
10.1.1.1) in physical network, isn't it?
Hope for your reply. :)
Thanks
Zhi Chang
2016-11-02 22:49 GMT+08:00 Miguel Lavalle :
> Hi Zhi,
>
> In routed
s was 10.1.0.10 ? Why not it should be 10.1.1.x/24
?
Thanks
Zhi Chang
2016-11-01 17:19 GMT+08:00 shihanzhang :
> agree with Neil.
>
> thanks
> shihanzhang
>
>
>
> 在 2016-11-01 17:13:54,"Neil Jerram" 写道:
>
> Hi Zhi Chang,
>
> I believe the answer is
and 10.1.1.1 ) in each subnet.
Hope four your reply. ;-)
Thanks
Zhi Chang
2016-11-01 14:31 GMT+08:00 zhi :
> Hi, shihanzhang.
>
> Thanks for your advice. Now I can created ports successfully by your
> advice.
>
>
>
> Thanks
> Zhi Chang
>
>
> 2016-11-01 12:50
Hi, shihanzhang.
Thanks for your advice. Now I can created ports successfully by your
advice.
Thanks
Zhi Chang
2016-11-01 12:50 GMT+08:00 shihanzhang :
> Hi Zhi Chang,
> Maybe you should add a config option in [ovs] section: bridge_mappings =
> public:br-ex, physnet1:br-physnet1
e_mappings = public:br-ex
tunnel_bridge = br-tun
local_ip = 192.168.10.20
Thanks
Zhi Chang
2016-11-01 9:15 GMT+08:00 shihanzhang :
> hi Zhi chang,
> Could you provide your ml2_conf.ini for ovs agent, I guess the reason is
> that your ovs-agent on host devstack can't handl
n not get this exact point
about this exception.
Why does the "routed network" have relationship with host?
How they work together between "host info (compute node ?)" and "routed
network"?
What should I do if I want to get ri
1].
Could you give some advice?
Thanks
Zhi Chang
[1]. http://paste.openstack.org/show/587223/
2016-10-28 10:25 GMT+08:00 zhi :
> Hi, Brian Haley, I reported a bug in launchpad at here [1]. I will disable
> DHCP in these subnets and try it again. :)
>
>
> Thank
Hi, Brian Haley, I reported a bug in launchpad at here [1]. I will disable
DHCP in these subnets and try it again. :)
Thanks
Zhi Chang
[1]. https://bugs.launchpad.net/neutron/+bug/1637366
2016-10-27 21:39 GMT+08:00 Brian Haley :
> Hi Zhi,
>
> Thanks for the report, comment below.
commands about " routed_network ".
What's wrong ?
Could someone give some advice about that ? I upload all the network
and subnets info at here [2]. Detail exception at here [3].
BTW, what's the meaning of " tags " in network?
Hope for your reply. :)
Th
hi,
I downloaded the code from the master branch and installed Tacker manual by
the document[1]. I met an error when I started the tacker-server by "python
/usr/bin/tacker-server --config-file /etc/tacker/tacker.conf
--log-file /var/log/tacker/tacker.log".
The error message is "
2016-09-12 11
tacker vnf-create is not bringing
upalltheinterfaces
Hello Chang, thanks a lot, this image worked. Could you guide me the same for
cirros image.
On Mon, Aug 29, 2016 at 2:54 PM, Zhi Chang wrote:
OpenWRT image should be enabled first nic's DHCP.
-- Origina
nf-create is not bringing up
alltheinterfaces
Hi Chang,
I am using
https://downloads.openwrt.org/chaos_calmer/15.05/x86/kvm_guest/openwrt-15.05-x86-kvm_guest-combined-ext4.img.gz
image of openWRT.
This feature is not working for Cirros either.
On Mon, Aug 29, 2016 at 2:25 PM, Zhi Chang wro
Hi, Goyal.
What version about your OpenWRT image? You can get OpenWRT image from
this: https://drive.google.com/open?id=0B-ruQ8Tx46wSMktKV3JLRWhnLTA
Thanks
Zhi Chang
-- Original --
From: "Abhilash Goyal";
Date: Mon, Aug 29, 2016 0
hi, all
I plan to create VM with huge page. And I created a new flavor like
this:
$ nova flavor-show ed8dccd2-adbe-44ee-9e4f-391d045d3653
++-+
| Property
hi, all.
Currently, there is no "rejoin-stack.sh" script in devstack.
It will clear all resources and create all resources if I rerun
"./stack.sh" after restarting system.
So, how to start all OpenStack services after restarting system
quickly
9"}], "sni_container_refs": [],
"connection_limit": -1, "default_pool_id":
"83a9d8ed-017b-412d-89c8-bd1e36295d81", "id":
"c6ff129c-96c5-4121-b0dd-2258016b2f36", "name": ""}]}
API returns all the information ab
6/
[2]: https://review.openstack.org/#/c/352238/
Thanks
Zhi Chang
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstac
I still have a problem about the fg device with private ip address.
In DVR mode, there is a external ip address in fq device, because we need
to figure out the default route.
If the fg device with a private ip address, how do we figure out the
default route in fip namespace?
Default route is not
for your reply ;-)
Thanks
Zhi Chang
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
Hi, all.
As far as I know, currently networking QoS aims to "qvo" devices which
attached to the internal ovs bridge.
I think we need a solution to control floatingip's rate limit. Do we
have any plan
to implement rate limit for floatingip? I think that we can use TC to
implement it.
address tables in physical
switches like this:
|MAC address | Port|
|mac of fg| 2 |
In this situation, just one relationship between Port and MAC address
can be learned by the physical switches.
Does my thought was right?
Thanks
Zhi Chang
2016-06-02 0:18 GMT+08:00 Carl Bal
namespace and the reason why we do not use "qg" interfaces in DVR
mode just like Legacy L3 agent mode.
Hope for your reply. ;-)
Thanks
Zhi Chang
__
OpenStack Development Mailing List (not for usage questions)
U
f someone deletes any ovs bridge such as br-int or
br-tun, etc ? It seems that restart ovs-agent doesn't help.
Could you give some advice?
Thanks
Zhi Chang
__
OpenStack Development Mailing List (not for usage questio
;
ovs-vsctl show ".
Could someone give me some advice about that? What should I do?
Hope for your reply. ;-)
Thanks
Zhi Chang
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openst
hi, all
Many times we want to get one network's usage. Like this command:
"neutron get-network-usage". We can get how many ports were used in this
network. Besides, we can get floatingips usage from external network.
Do we need this?
Hope for your reply. ;-)
T
hi, Muller.
As you mentioned, is there will have a individual Tempest plugin
named "Neutron
Tempest plugin" in future?
Thanks
Zhi Chang
2016-05-14 6:53 GMT+08:00 Assaf Muller :
> TL;DR: I'm looking for volunteers for tasks 1, 2 and 3 listed below.
> Help would be h
I have a router which attached two subnets. One is 192.168.10.1, mac
address is fa:16:3e:35:25:42. Another is 10.10.10.1, mac address is
fa:16:3e:de:07:79.
What does these flows used for?
Thanks
Zhi Chang
__
OpenStack D
SNAT together?
Thanks
Zhi CHang__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
htool -S [device_name]" can get peer interface index.
But if this interface in namepsace, how do I do?
BTW, what's the meaning of "rfp" and "fpr"?
Thanks
Zhi Chang__
OpenStack Deve
hi, guys.
I received Visa Invitation Letter a few days ago. But the letter doesn't
contain attachment. What should I do?
Thanks
Zhi Chang__
OpenStack Development Mailing List (not for usage questions)
Unsubs
longs local vms. And, two qr interface's mac addresss are
fa:16:3e:1b:55:b1 and fa:16:3e:50:66:fd.
Flows in br-int are not match what Muller says in his blog. :-(
Could you explain it?
Thanks
Zhi Chang
-- Original --
From: "James Denton&quo
in these flows. But these mac
addresses don't in my Neutron. What do they come from??
Question B: The action of each flow is output:1, why? Why put the packets to
br-int?
Thanks
Zhi Chang__
OpenStack Development Ma
Which version did you use? Neutron had the issue once.
On 2016/03/13 10:54, Zhi Chang wrote:
hi, guys.
I deployed DVR in my local environment by following this
document(https://wiki.openstack.org/wiki/Neutron/DVR). And I
tron]Where did the flows go in ovs bridge?
Take a look in /var/log/neutron/openvswitch-agent.log, or similar, on the
hypervisor.
Doug
> On Mar 12, 2016, at 6:54 PM, Zhi Chang wrote:
>
> hi, guys.
>
> I deployed DVR in my local environment by following this
> docu
. And flows was generated
normally. But, all flows are gone when I restart "neutron-openvswitch-agent"!.
I wait a few minutes but I can't see any flows were generated.
Could someone tell me why the flows are gone and they can't generated
any
e??
Besides, could someone tell me the history of the image name "cirros"?
Best Wishes
Zhi Chang__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstac
k that maybe we can add
"cnames" into subnet's attributes.
BTW, I'm not quite understand about "--cname is limited to target names known
by dnsmasq itself". Could you give me some explanation about it?
Thanks
Zhi Chang
-- Original
about your idea?
Thanks
Zhi Chang__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo
ter's gateway?
Missing admin role on Your user maybe?
http://paste.openstack.org/show/486081/
Jerzy
On 05.02.2016 11:57, Zhi Chang wrote:
> Hi, thanks for your reply.
>
> In my db, data is right. But when I run cmd, data is empty.
> see: http://paste.opens
Hi, thanks for your reply.
In my db, data is right. But when I run cmd, data is empty. see:
http://paste.openstack.org/show/486072/
Thanks
Zhi Chang
-- Original --
From: "Anna Kamyshnikova";
Date: Fri, Feb 5, 2016 06:29 PM
To: "OpenSt
out this port?
Does there some special reasons?
Thanks
Zhi Chang__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.open
and Ironic node info at:
http://paste.openstack.org/show/481583/
I paste all the info at: http://paste.openstack.org/show/481583/
Could you give some suggestion?
Thx
Zhi Chang
-- Original --
From: "Arun SAG";
Date: Fri, Dec 11, 2015 02:58 PM
To: &quo
//youtu.be/jktPIjEmMV8, at 04:30 there is a error
happens.
Could someone give me some idea?
Thx
Zhi Chang__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.ope
me to input
the password. Why? I used the key to boot this machine!
Could someone give me some advice?
Thx
Zhi Chang__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ
e console let me input the password? The console outputs
"root@10.0.0.204's password:".
Could someone helps me?
Thx
Zhi Chang__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-d
meone
give me some advice?
Thx
Zhi Chang__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/list
L ADMINISTRATOR -U
root -R 12 -N 5 -f /tmp/tmpboxKdA power status". And log says "Unable to
establish IPMI v2 / RMCP+ session unable to get chassis power status". But
this command runs well in shell after I input the password of IPMI.
Could you tell me what's wrong with th
at should I do to resolve this problem? Or, what should I do if
I want to deploy a physical machine by using Ironic?
Thx
Zhi Chang__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-d
Hi, all
I have installed Ironic in my devstack a few days ago. And everything goes
okay. Now, I want to deploy bare metal physical machines by using Ironic. But I
find no documentation about how to deploy physical machines by using Ironic.
Could someone give me some advice?
Thank you
Zhi
deploy or power
info. Error: Node d71babdd-aa91-450d-b957-dc8c633c41f2 is configured to use the
agent_ssh driver which currently does not support deploying partition images.
Could someone give me some advice?
Thx
Zhi Chang__
ck/lib/ironic:725:die
2015-12-01 10:06:35.604 | [ERROR] /opt/stack/devstack/lib/ironic:725 server
didn't become ssh-able!
2015-12-01 10:06:36.607 | Error on exit
Could you give some advice?
Thx
Zhi Chang
-- Original --
From: "Pavlo Shchelo
7:08:44.857 | Map file for deploy-tgtadm element does not exist.
I wait this a very very long time, does it right? And my devstack's local.conf
at: http://paste.openstack.org/show/480462/
Could someone help me?
Thx
Zhi Chang
hat changes do you want to do in migration
expand - add something, contract - delete or modify. More information -
http://docs.openstack.org/developer/neutron/devref/alembic_migrations.html
On Tue, Nov 3, 2015 at 1:52 PM, Zhi Chang wrote:
Hi, all
Now, I should make some database model de
on-db-manage upgrade head".
I want to upgrade db and I plan to write db migration scripts manually
instead of change database model definitions. Is there some ways to realize it?
Does anyone have some good ideas?
Thanks
Zhi Chang__
clear. Could anyone give me some details info
about iptables rules?
Best regards
Zhi Chang__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
8.191" comes from.
I think this address is a public DNS, just like 8.8.8.8. Does it right?
(7). I can dig "my-instance.my-example.org." by a public DNS. And the result
is the floating IP.
Does my understanding was right?
Hope For Your Reply.
Thanks
Zhi Chang
--
operation was done.
In other words, this column has no change when I run "neutron port-update xxx
--dns_name=test". What the column "dns_name" use for?
Thanks
Zhi Chang__
OpenStack Develop
be found for logger "neutron.quota"
INFO [alembic.runtime.migration] Context impl MySQLImpl.
INFO [alembic.runtime.migration] Will assume non-transactional DDL.
OK
Where is the new migration script?
Thx
Zhi Chang
-- Original --
From: "Anna Kamyshniko
Thanks for your reply. What should I do if I want to create a new migration
script?
Thanks
Zhi Chang
-- Original --
From: "Vikram Choudhary";
Date: Mon, Oct 12, 2015 12:22 PM
To: "OpenStack Development Mailing List (not for usage
questio
uot;"
The error shows:
Running revision for neutron ...
FAILED: Multiple heads are present; please specify the head revision on
which the new revision should be based, or perform a merge.
Does my method wrong? Could someone
Hi all,
As Gordon descriped in https://bugs.launchpad.net/ceilometer/+bug/1491509 ,
many of pollsters define the timestamp individually for each sample that is
generated rather than basing on when the data was polled. I agree with
Gordon on that the timestamping of samples should base on when the
hi, if you turn off the "ARP Spoofing" flag and restart the q-agt service.
Does vm can get IP successfully?
2015-09-06 17:03 GMT+08:00 Huan Xie :
>
>
> Hi all,
>
>
>
> I’m trying to deploy OpenStack environment using DevStack with latest
> master code.
>
> I use Xenserver + neutron, with ML2 plug
hi, all
I have a patch which is add dns and dhcp log into DHCP agent. Patch:
https://review.openstack.org/#/c/202855. My point is put this log into dnsmasq
process (/opt/stack/data/neutron/dhcp//dhcp_dns_log) folder. How
does the patch? Please reivew it
thx
Zhi
Thanks for Sridhar. I separate the code by your comments. It can resolve this
problem. ;-D
Thanks
Zhi Chang
-- Original --
From: "Sridhar Gaddam";
Date: Mon, Jul 20, 2015 05:16 PM
To: "OpenStack Development Mailing List (not for u
Hi,
I'm working on bug 1466451, which is about the invalid configuration of
property "pci_passthrough_whitelist" in nova.
My proposal for fixing this issue is:
Before start nova-compute sevice, do a precheck against /etc/nova/nova.conf
file, if the value format of "pci_passthrough_whitelist" do
"neutron.tests.unit.plugins.embrane.test_embrane_neutron_plugin.TestEmbraneSubnetsV2.test_subnet_lifecycle_dns_retains_order".
But it is okay on my environment. Could someone tells me the reason? What
should I do?
Thanks
Zhi Chang__
OpenStack Development Mailing List (not
(not for usage
questions)";
Subject: Re: [openstack-dev] [Neutron]Subnet's dns nameserver doesn'torderby
input
hi, Zhi Chang,
this link: #https://bugs.launchpad.net/neutron/+bug/1218629 is ok.
At 2015-07-06 17:13:12, "Zhi Chang" wrote:
Thanks for your reply. Could
Thanks for your reply. Could you send the html link again? This does maybe
doesn't exist.
Thx
Zhi Chang
-- Original --
From: "Oleg Bondarev";
Date: Mon, Jul 6, 2015 04:50 PM
To: "OpenStack Development Mailing List (not for usage
qu
ften have two or more dns nameservers, one
is a main nameserver, another is a backup. Therefore, I think we should make
difference of the above command.
Does anyone have ideas?
Thx
Zhi Chang__
OpenStack Development Ma
Hi, thanks for you reply.
My OS is CentOS 6.5 and doing an OpenStack install, and my OpenStack verison is
I.
Regards,
Zhi Chang
-- Original --
From: "Paul Michali";
Date: Mon, Jun 29, 2015 06:37 PM
To: "OpenStack Development Mailing List
t to load kernel module. Everything goes okay when I run it.
But I think the solution is too ungraceful. Does anyone have a simple solution
to resolve this problem instead of run "service ipsec start"?
Thx.
Zhi Chang_
Hi, all. I want to add tap device to br-ex rather than linux bridge when
attaching an interface to a vm. I find some code in
nova/virt/libvirt/vif.py in function plug_ovs_hybrid like this "
utils.execute('brctl', 'addbr', br_name, run_as_root=True) ".
I find no place which add tap device to linux b
On Wed, May 20, 2015 at 5:23 PM, Zhi Yan Liu wrote:
> On Wed, May 20, 2015 at 5:06 PM, Daniel P. Berrange
> wrote:
>> On Wed, May 20, 2015 at 12:01:37AM +0200, Flavio Percoco wrote:
>>> On 19/05/15 17:19 +0100, Daniel P. Berrange wrote:
>>> >In Nova we are
On Wed, May 20, 2015 at 5:06 PM, Daniel P. Berrange wrote:
> On Wed, May 20, 2015 at 12:01:37AM +0200, Flavio Percoco wrote:
>> On 19/05/15 17:19 +0100, Daniel P. Berrange wrote:
>> >In Nova we are attempting to model[1] the glance image metadata and
>> >properties using the Nova object model (now
1 - 100 of 146 matches
Mail list logo