Hello All, I've very basic question. How to we confirm after openstack installation that things are fine . I mean what are commands and what commands are mandatory to run just after installation. Thanks On Aug 6, 2015 5:36 PM, <[email protected]> wrote:
> Send Openstack mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Openstack digest..." > > > Today's Topics: > > 1. Re: Multiple Domains in one install (Adam Young) > 2. Re: [designate] Not receiving notifications from nova and > neutron in designate-sink (Rudrajit Tapadar) > 3. Re: External network Issues (Dhvanan Shah) > 4. Unable to mount image in nova-compute (Marco Marino) > 5. Ceilometer Empty Meter-List (Geoffrey Tran) > 6. configure SSL on glance, nova and neutron API (YANG LI) > 7. Re: configure SSL on glance, nova and neutron API (Rob Crittenden) > 8. Re: configure SSL on glance, nova and neutron API > (Eduardo Gonzalez) > 9. Re: External network Issues (Akash Gunjal) > 10. multiple external networks mapped to the same l3 agent > (ICHIBA Sara) > 11. VM MIgration on same host (Priyanka) > 12. Re: configure SSL on glance, nova and neutron API > (Antonio Messina) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 05 Aug 2015 10:56:17 -0400 > From: Adam Young <[email protected]> > To: [email protected] > Subject: Re: [Openstack] Multiple Domains in one install > Message-ID: <[email protected]> > Content-Type: text/plain; charset=windows-1252; format=flowed > > On 08/05/2015 01:30 AM, Lance Haig wrote: > > Hi All, > > > > We have an icehouse install that uses a default domain and tennant list > > > > What has been requested is that we create a new Domain with new > > projects etcc within that domain. > > > > > > I tried creating the domain in horizon and it seems to complete just > > fine. > > > > When you go to edit the domain the quota fields are all empty and even > > if you populate the quotas and submit it the quotas are not saved to > > the configuration. > > > > I have tried looking for documentation in the openstack docs but I > > can's seem to find any. > > > > The Auth version is set to v3 as per the documentation. > > > > Is there a cli command I can run to check the fields are set ? > > Your best bet it to use the openstack common CLI. > python-openstackclient. You need a V3 token to perform domain specific > operations, like this: > > export OS_AUTH_URL=http://{{ keystone_hostname }}:5000/v3 > export OS_USERNAME={{ username }} > export OS_PASSWORD={{ password }} > export OS_USER_DOMAIN_NAME=Default > export OS_PROJECT_DOMAIN_NAME=Default > export OS_PROJECT_NAME={{ project_name }} > export OS_IDENTITY_API_VERSION=3 > > > source that file, then run > > openstack domain list > > and you should see your domains. > > Nova does not know about domains. So I don't know if domain level > quotas are supported. > > > > > > > Thanks > > > > Lance > > > > > > > ------------------------------ > > Message: 2 > Date: Wed, 5 Aug 2015 08:51:02 -0700 > From: Rudrajit Tapadar <[email protected]> > To: Jaime Fern?ndez <[email protected]> > Cc: "[email protected]" <[email protected]> > Subject: Re: [Openstack] [designate] Not receiving notifications from > nova and neutron in designate-sink > Message-ID: > <CAEVDg5qZK-W=+E_09_20uf1wH6+ifBDKQDrpOHrsmoKwe= > [email protected]> > Content-Type: text/plain; charset="utf-8" > > Do you have any other service running that may consume the messages like > Ceilometer? Can you check in your rabbit that Designate is the consumer in > the queue you are sending the notifications to? > > If you have more than one consumer (other than Designate), then may be you > can try configuring a separate queue for designate sink in Neutron and Nova > and have the sink handler listen to this new queue. > > On Wed, Aug 5, 2015 at 1:53 AM, Jaime Fern?ndez <[email protected]> wrote: > > > We've migrated our OST platform from qpid to rabbitmq. After this > > migration, we don't receive any notification from nova/neutron in > > designate-sink (so there is no DNS registration for new VMs or floating > > IPs). However, designate is correctly integrated with rabbitmq because > > designate-api replies successfully to API requests. > > > > There is a user/password for designate in rabbitmq and every rabbit user > > has all the possible permissions. > > > > Do you have any hint? I don't think it's a wrong configuration in > > designate because it was already working with qpid. Could you suggest > where > > I should inspect in order to find the problem? > > > > _______________________________________________ > > Mailing list: > > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > > Post to : [email protected] > > Unsubscribe : > > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.openstack.org/pipermail/openstack/attachments/20150805/cc423d6a/attachment-0001.html > > > > ------------------------------ > > Message: 3 > Date: Wed, 5 Aug 2015 21:42:28 +0530 > From: Dhvanan Shah <[email protected]> > To: nithish B <[email protected]> > Cc: [email protected] > Subject: Re: [Openstack] External network Issues > Message-ID: > < > canovbq47nxmxuryeo_o3m0pftknhayd9wpo-f3ivsm1cb-m...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Hi, > > Yes, IP forwarding is enabled. > > > Regards, > Dhvanan Shah > > On Wed, Aug 5, 2015 at 9:55 AM, nithish B <[email protected]> wrote: > > > Hi, > > Is IP Forwarding enabled on your host? > > > > Regards, > > Nitish B. > > > > On Tue, Aug 4, 2015 at 7:15 PM, Dhvanan Shah <[email protected]> wrote: > > > >> Hi, > >> > >> I have deployed Kilo using Packstack on CentOS , but I am having > troubles > >> accessing the VM's that I spawn , through the public IP's that they are > >> assigned to them. > >> > >> I created my network as follows: > >> > >> CREATE NETWORK FOR OPENSTACK > >> > >> 1. > >> > >> a. neutron router-gateway-clear router1 (neutron router-gateway-list) > >> b. neutron subnet-delete public_subnet > >> c. neutron net-delete public > >> d. neutron router-interface-delete router1 private_subnet > >> e. neutron subnet-delete private_subnet > >> f. neutron net-delete private > >> g. neutron router-delete router1 > >> 2. > >> > >> a. neutron router-create router1 > >> b. neutron net-create private > >> c. neutron subnet-create --name private_subnet private > 192.168.0.0/16 > >> --allocation-pool start=192.168.0.0,end=192.168.255.250 > >> d. neutron router-interface-add router1 private_subnet > >> 3. > >> > >> a. neutron net-create public --router:external=True //(neutron > >> net-create public --router:external) > >> b. neutron subnet-create public 10.16.37.0/24 <set for your n/w> > >> --name public_subnet --enable_dhcp=False --allocation-pool > >> start=10.16.37.230,end=10.16.37.250 <make sure that it will not > conflict > >> with other IP address> --gateway=10.16.37.1 <your n/w gateway> > >> c. neutron router-gateway-set router1 public > >> > >> > >> Also I made changes in the ifcfg-br-ex file and ifcfg-<my network> file > >> in /etc/sysconfig/network-scripts. > >> > >> The Changes were as follows: > >> > >> ifcfg-br-ex > >> DEVICE=br-ex > >> BOOTPROTO=static > >> IPADDR=<your workstation IP address> e.g 10.16.37.221 > >> NETMASK=255.255.255.0 > >> DNS1=<your n/w DNS1> e.g 10.16.25.13 > >> DNS2=<your n/w DNS2> e.g 10.16.25.15 > >> BROADCAST=10.16.37.255 > >> GATEWAY=10.16.37.1 > >> NM_CONTROLLED="no" > >> DEFROUTE=yes > >> IPV4_FAILURE_FATAL="yes" > >> IPV6INIT=no > >> ONBOOT=yes > >> TYPE=OVSIntPort > >> OVS_BRIDGE=br-ex > >> DEVICETYPE=ovs > >> > >> *ifcfg-p2p1* > >> > >> DEVICE=p2p1 <change with your device name> > >> > >> # HWADDR=00:22:15:63:E4:E2 > >> > >> ONBOOT="yes" > >> > >> TYPE="OVSPort" > >> > >> DEVICETYPE="ovs" > >> > >> OVS_BRIDGE=br-ex > >> > >> NM_CONTROLLED=no > >> > >> IPV6INIT=no > >> > >> > >> There is also a proxy in the network and so for that, I installed by > "packstack > >> --allinone --*provision-demo=n --provision-all-in-one-ovs-bridge=n*". > >> > >> Could someone suggest me a reason as to why i might be facing issues or > >> probably where I can look to debug this issue. > >> > >> Thanks, > >> Dhvanan Shah > >> > >> _______________________________________________ > >> Mailing list: > >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > >> Post to : [email protected] > >> Unsubscribe : > >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > >> > >> > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.openstack.org/pipermail/openstack/attachments/20150805/c4b646e6/attachment-0001.html > > > > ------------------------------ > > Message: 4 > Date: Wed, 5 Aug 2015 19:32:44 +0200 > From: Marco Marino <[email protected]> > To: [email protected] > Subject: [Openstack] Unable to mount image in nova-compute > Message-ID: > < > cafhvvu++fc_2vms3behv9ojiqttt7oww8rcbx7uo0p1verc...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Hi, i'm using openstack (icehouse) with virt-manager (ubuntu 15.04 64bit on > the physical server) and 3 vms (controller, compute and network with > neutron and gre - centos 6.5 64bit on each vm). When I try to launch a new > cirros 0.3.4 image, i have an error on the compute node: > > DEBUG nova.virt.disk.api [req-e98d3647-5bff-4524-8d3f-c3275f10f607 > 66713c43084e4163ad01a79d66f96276 bfd8576b0dae41a9bdd67b58e3c835a4] Unable > to mount image > /var/lib/nova/instances/5e0693fc-891a-43d4-be78-33ec47bc7b07/disk with > error Error mounting > /var/lib/nova/instances/5e0693fc-891a-43d4-be78-33ec47bc7b07/disk with > libguestfs (mount_options: /dev/sda on / (options: ''): mount: you must > specify the filesystem type). Cannot resize. is_image_partitionless > /usr/lib/python2.6/site-packages/nova/virt/disk/api.py:211 > > On the compute node I have: > > virt_type = qemu > > and > > inject_partition = -2 > > Please, someone can help me? I cannot find a solution. > > PS: I have a production environment with the same configuration and all > works well. I think the problem is related to the virtualized environment. > > Thanks > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.openstack.org/pipermail/openstack/attachments/20150805/07be9559/attachment-0001.html > > > > ------------------------------ > > Message: 5 > Date: Wed, 5 Aug 2015 16:34:28 -0400 (EDT) > From: Geoffrey Tran <[email protected]> > To: [email protected] > Subject: [Openstack] Ceilometer Empty Meter-List > Message-ID: > < > 1560446486.63557336.1438806868734.javamail.zim...@meritmail.isi.edu> > Content-Type: text/plain; charset=utf-8 > > Hello all, > > I have deployed the master branch of devstack on Ubuntu 15.04 and am having > problems with ceilometer. The same symptoms showed up on Ubunutu 14.04 > also. > I have tested with both Xen/Libvirt and the default hypervisor. > > The problem is that ceilometer doesn't seem to get any meters. The output > is > shown below: > HOST:~$ ceilometer --version > 1.3.0 > HOST:~/devstack$ ceilometer meter-list > +------+------+------+-------------+---------+------------+ > | Name | Type | Unit | Resource ID | User ID | Project ID | > +------+------+------+-------------+---------+------------+ > +------+------+------+-------------+---------+------------+ > HOST:~/devstack$ ceilometer event-list > +------------+------------+-----------+--------+ > | Message ID | Event Type | Generated | Traits | > +------------+------------+-----------+--------+ > +------------+------------+-----------+--------+ > > The ceilometer-acompute screen shows multiple "Skip polling pollster METER, > no resources found." > > Could I please get help with this? I'm not sure whether to start with > the compute agent or with the collector and central agent. > > Thanks so much! > Geoffrey > > > > ------------------------------ > > Message: 6 > Date: Wed, 5 Aug 2015 22:17:07 +0000 > From: YANG LI <[email protected]> > To: "[email protected]" <[email protected]> > Subject: [Openstack] configure SSL on glance, nova and neutron API > Message-ID: > <[email protected]> > Content-Type: text/plain; charset="us-ascii" > > Is there a documentation on how to configure SSL on glance, nova and > neutron API? we did get keystone done ,but had hard time to find document > on how to do this on other services. > > Thanks, > Yang > > > ------------------------------ > > Message: 7 > Date: Wed, 05 Aug 2015 18:33:29 -0400 > From: Rob Crittenden <[email protected]> > To: YANG LI <[email protected]>, "[email protected]" > <[email protected]> > Subject: Re: [Openstack] configure SSL on glance, nova and neutron API > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > YANG LI wrote: > > Is there a documentation on how to configure SSL on glance, nova and > neutron API? we did get keystone done ,but had hard time to find document > on how to do this on other services. > > No documentation that I know of. There are some places that list the > configuration values but nothing that ties any of the services together. > I've got some musings on converting various services to SSL at > http://blog-rcritten.rhcloud.com/?cat=2 > > You probably don't want to do native eventlet SSL in production. > Terminating SSL using haproxy or stud or some other SSL-aware handler is > probably your best bet. > > I have SSL using stud basically working in devstack, just stuck on the > final review before I can start working on making SSL a requirement of > the gate: https://review.openstack.org/#/c/187346/ . Well, last patch > assuming that Ian Wienand's iniset patchset is also accepted: > https://review.openstack.org/#/c/204383/ > > rob > > > > ------------------------------ > > Message: 8 > Date: Wed, 05 Aug 2015 22:44:28 +0000 > From: Eduardo Gonzalez <[email protected]> > To: YANG LI <[email protected]>, "[email protected]" > <[email protected]> > Subject: Re: [Openstack] configure SSL on glance, nova and neutron API > Message-ID: > < > cakzyvlwrv2k+ebfn2v9j_xuftkea+7dpbaljntwc70jpxmp...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Hi, you can find this guides here: > > http://docs.openstack.org/admin-guide-cloud/content/section_networking-api-ssl.html > > http://docs.openstack.org/kilo/config-reference/content/list-of-compute-config-options.html > > http://docs.openstack.org/kilo/config-reference/content/image-configuring-api.html > > Just search for SSL in the configuration reference and configure it. Is > nearly the same as the neutron guide. > Regards > > On Thu, Aug 6, 2015, 12:26 AM YANG LI <[email protected]> wrote: > > > Is there a documentation on how to configure SSL on glance, nova and > > neutron API? we did get keystone done ,but had hard time to find document > > on how to do this on other services. > > > > Thanks, > > Yang > > _______________________________________________ > > Mailing list: > > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > > Post to : [email protected] > > Unsubscribe : > > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.openstack.org/pipermail/openstack/attachments/20150805/2b11dda6/attachment-0001.html > > > > ------------------------------ > > Message: 9 > Date: Thu, 6 Aug 2015 10:56:05 +0530 > From: Akash Gunjal <[email protected]> > To: Dhvanan Shah <[email protected]> > Cc: [email protected] > Subject: Re: [Openstack] External network Issues > Message-ID: > < > of83f77b14.568cefa8-on65257e99.001b5049-65257e99.001dd...@in.ibm.com> > Content-Type: text/plain; charset="iso-8859-1" > > > Hi Dhvanan, > > Couple of changes are needed in the ifcfg-br-ex file. Please check the > changes I made in below. > > ifcfg-br-ex > DEVICE=br-ex > BOOTPROTO=static > IPADDR=<your workstation IP address> e.g 10.16.37.221 > NETMASK=255.255.255.0 > DNS1=<your n/w DNS1> e.g 10.16.25.13 > DNS2=<your n/w DNS2> e.g 10.16.25.15 > BROADCAST=10.16.37.255 > GATEWAY=10.16.37.1 > NM_CONTROLLED="no" > DEFROUTE=yes > IPV4_FAILURE_FATAL="yes" > IPV6INIT=no > ONBOOT=yes > TYPE=OVSBridge > OVS_BRIDGE=br-ex > DEVICETYPE=ovs > > > Regards, > Akash > > > > From: Dhvanan Shah <[email protected]> > To: [email protected] > Date: 08/04/2015 07:19 PM > Subject: [Openstack] External network Issues > > > > Hi, > > I have deployed Kilo using Packstack on CentOS , but I am having troubles > accessing the VM's that I spawn , through the public IP's that they are > assigned to them. > > I created my network as follows: > > CREATE NETWORK FOR OPENSTACK > 1. a. neutron router-gateway-clear router1 (neutron > router-gateway-list) > b. neutron subnet-delete public_subnet > c. neutron net-delete public > d. neutron router-interface-delete router1 private_subnet > e. neutron subnet-delete private_subnet > f. neutron net-delete private > g. neutron router-delete router1 > 2. a. neutron router-create router1 > b. neutron net-create private > c. neutron subnet-create --name private_subnet private > 192.168.0.0/16 > --allocation-pool start=192.168.0.0,end=192.168.255.250 > d. neutron router-interface-add router1 private_subnet > 3. a. neutron net-create public --router:external=True ???//(neutron > net-create public --router:external) > b. neutron subnet-create public 10.16.37.0/24 <set for your n/w> > --name public_subnet --enable_dhcp=False --allocation-pool > start=10.16.37.230,end=10.16.37.250 <make sure that it will not > conflict with other IP address> --gateway=10.16.37.1 <your n/w > gateway> > c. neutron router-gateway-set router1 public > > > > Also I made changes in the ifcfg-br-ex file and ifcfg-<my network> file in > /etc/sysconfig/network-scripts. > > The Changes were as follows: > > ifcfg-br-ex > DEVICE=br-ex > BOOTPROTO=static > IPADDR=<your workstation IP address> e.g 10.16.37.221 > NETMASK=255.255.255.0 > DNS1=<your n/w DNS1> e.g 10.16.25.13 > DNS2=<your n/w DNS2> e.g 10.16.25.15 > BROADCAST=10.16.37.255 > GATEWAY=10.16.37.1 > NM_CONTROLLED="no" > DEFROUTE=yes > IPV4_FAILURE_FATAL="yes" > IPV6INIT=no > ONBOOT=yes > TYPE=OVSIntPort > OVS_BRIDGE=br-ex > DEVICETYPE=ovs > > ifcfg-p2p1 > DEVICE=p2p1 <change with your device name> > # HWADDR=00:22:15:63:E4:E2 > ONBOOT="yes" > TYPE="OVSPort" > DEVICETYPE="ovs" > OVS_BRIDGE=br-ex > NM_CONTROLLED=no > IPV6INIT=no > > > > > There is also a proxy in the network and so for that, I installed by " > packstack --allinone --provision-demo=n --provision-all-in-one-ovs-bridge=n > ". > > Could someone suggest me a reason as to why i might be facing issues or > probably where I can look to debug this issue. > > Thanks, > Dhvanan Shah_______________________________________________ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : [email protected] > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.openstack.org/pipermail/openstack/attachments/20150806/ceb1f5cf/attachment-0001.html > > > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: graycol.gif > Type: image/gif > Size: 105 bytes > Desc: not available > URL: < > http://lists.openstack.org/pipermail/openstack/attachments/20150806/ceb1f5cf/attachment-0001.gif > > > > ------------------------------ > > Message: 10 > Date: Thu, 6 Aug 2015 08:48:55 +0200 > From: ICHIBA Sara <[email protected]> > To: [email protected], [email protected] > Subject: [Openstack] multiple external networks mapped to the same l3 > agent > Message-ID: > < > cadexowhjezhsrnefsh0w5h33peew5mlnynfetypoyhmft8x...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > hey there, > > I'm trying to configure two external networks for openstack. I'm using the > same l3 agent. the first external network is connected to eth1 via br-eth1 > and the second is connected to eth0 via br-ex. > > You can find below my configuration. My problem is that I can't ping the > external gateways from my routers > > > > root@OScontroller ~(keystone_admin)]# ovs-vsctl show > 9b3e4cc7-6761-483e-a538-1a132734d1a5 > Bridge "br-eth2" > Port "phy-br-eth2" > Interface "phy-br-eth2" > type: patch > options: {peer="int-br-eth2"} > Port "eth2" > Interface "eth2" > Port "br-eth2" > Interface "br-eth2" > type: internal > Bridge br-tun > Port br-tun > Interface br-tun > type: internal > Port patch-int > Interface patch-int > type: patch > options: {peer=patch-tun} > Port "vxlan-c0a80523" > Interface "vxlan-c0a80523" > type: vxlan > options: {df_default="true", in_key=flow, > local_ip="192.168.5.34", out_key=flow, remote_ip="192.168.5.35"} > Bridge br-int > fail_mode: secure > Port "tap61f76964-85" > tag: 1 > Interface "tap61f76964-85" > type: internal > Port "tap599b2f77-21" > tag: 4095 > Interface "tap599b2f77-21" > type: internal > Port patch-tun > Interface patch-tun > type: patch > options: {peer=patch-int} > Port "qr-2b96e8b6-38" > tag: 3 > Interface "qr-2b96e8b6-38" > type: internal > Port "qvo5cc221dc-e8" > tag: 1 > Interface "qvo5cc221dc-e8" > Port "qg-6bfc1340-c6" > tag: 4 > Interface "qg-6bfc1340-c6" > type: internal > Port "int-br-eth2" > Interface "int-br-eth2" > type: patch > options: {peer="phy-br-eth2"} > Port "qr-047464e1-99" > tag: 5 > Interface "qr-047464e1-99" > type: internal > Port "qg-7cbde2a0-f0" > tag: 2 > Interface "qg-7cbde2a0-f0" > type: internal > Port "qr-9e50bd2e-fa" > tag: 1 > Interface "qr-9e50bd2e-fa" > type: internal > Port "tapa383b7ae-99" > tag: 3 > Interface "tapa383b7ae-99" > type: internal > Port int-br-ex > Interface int-br-ex > type: patch > options: {peer=phy-br-ex} > Port br-int > Interface br-int > type: internal > Bridge br-ex > Port br-ex > Interface br-ex > type: internal > Port phy-br-ex > Interface phy-br-ex > type: patch > options: {peer=int-br-ex} > Port "eth0" > Interface "eth0" > ovs_version: "2.3.1" > > > > [root@OScontroller openvswitch(keystone_admin)]# cat > ovs_neutron_plugin.ini > | grep -v ^# | grep -v ^$ > [ovs] > enable_tunneling = True > integration_bridge = br-int > tunnel_bridge = br-tun > local_ip =192.168.5.34 > network_vlan_ranges = physnet1,physnet2 > bridge_mappings =physnet1:br-ex,physnet2:br-eth2 > [agent] > polling_interval = 2 > tunnel_types =vxlan > vxlan_udp_port =4789 > l2_population = False > arp_responder = False > enable_distributed_routing = False > [securitygroup] > firewall_driver = > neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver > > > > > [root@OScontroller neutron(keystone_admin)]# cat plugin.ini | grep -v ^# > | > grep -v ^$ > [ml2] > type_drivers = vxlan > tenant_network_types = vxlan > mechanism_drivers =openvswitch > [ml2_type_flat] > [ml2_type_vlan] > [ml2_type_gre] > [ml2_type_vxlan] > vni_ranges =10:100 > vxlan_group =224.0.0.1 > [securitygroup] > enable_security_group = True > > > > > > [root@OScontroller neutron(keystone_admin)]# cat l3_agent.ini | grep -v > ^# > | grep -v ^$ > [DEFAULT] > debug = False > interface_driver =neutron.agent.linux.interface.OVSInterfaceDriver > use_namespaces = True > handle_internal_only_routers = True > external_network_bridge = br-ex > metadata_port = 9697 > send_arp_for_ha = 3 > periodic_interval = 40 > periodic_fuzzy_delay = 5 > enable_metadata_proxy = True > router_delete_namespaces = False > agent_mode = legacy > allow_automatic_l3agent_failover=False > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.openstack.org/pipermail/openstack/attachments/20150806/3c7f925a/attachment-0001.html > > > > ------------------------------ > > Message: 11 > Date: Thu, 06 Aug 2015 14:54:43 +0530 > From: Priyanka <[email protected]> > To: OpenStack Mailing List <[email protected]> > Subject: [Openstack] VM MIgration on same host > Message-ID: <[email protected]> > Content-Type: text/plain; charset=windows-1252; format=flowed > > > Hi, > I have a multi node openstack setup but my other compute nodes donot > have free resources. I want to resize a VM on a compute node. Resizing > leads to migration of VM which would not be possible in my case. Can I > set allow_migrate_to_same_host to true in nova.conf on that compute node > and then resize hte VM on it? Also, do I have to make some configuration > changes in the controller for this resizing. > > > Thanks, > > Priyanka > > > > > > ------------------------------ > > Message: 12 > Date: Thu, 6 Aug 2015 13:38:35 +0200 > From: Antonio Messina <[email protected]> > To: YANG LI <[email protected]> > Cc: "[email protected]" <[email protected]> > Subject: Re: [Openstack] configure SSL on glance, nova and neutron API > Message-ID: > < > ca+jnnebj2jj5ekriumq6d1o3rgf6rmrpmkmtmwpuo7_dhqf...@mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > Hi Yang, > > There are different ways of doing this: > > 1) configure nova/glance/neutron/cinder to "speak" SSL, this should be > covered by the official documentation > 2) run nova/glance/neutron/cinder as wsgi application behind apache, > and let apache "speak" SSL > 3) run nova/glance/neutron/cinder behind a load-balancer which is also > doing SSL termination. > > We chose option 3), but there are a few issues. Specifically, nova, > glance and cinder will always reply with the wrong url schema (http > instead of https), regardless of what you put on the endpoint. > > For nova, there is a patch not yet merged in kilo: > https://bugs.launchpad.net/glance/+bug/1384379 > > For glance and cinder, we solved adding a "middleware" in the wsgi > pipeline, responsible for converting "http" to "https" whenever it's > needed > > Some useful links: > https://bugs.launchpad.net/glance/+bug/1384379 > https://gist.github.com/invsblduck/55923d81b175ba4168c1 > > https://github.com/rcbops-cookbooks/openstack-ssl/wiki/OpenStack-SSL-Reverse-Proxy-Findings > > .a. > > > On Thu, Aug 6, 2015 at 12:17 AM, YANG LI <[email protected]> wrote: > > Is there a documentation on how to configure SSL on glance, nova and > neutron API? we did get keystone done ,but had hard time to find document > on how to do this on other services. > > > > Thanks, > > Yang > > _______________________________________________ > > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > > Post to : [email protected] > > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > > > > -- > [email protected] > [email protected] +41 (0)44 635 42 22 > S3IT: Service and Support for Science IT http://www.s3it.uzh.ch/ > University of Zurich > Winterthurerstrasse 190 > CH-8057 Zurich Switzerland > > > > ------------------------------ > > _______________________________________________ > Openstack mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > > > End of Openstack Digest, Vol 26, Issue 6 > **************************************** >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
