Re: [Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-25 Thread Alexandr Porunov
Nasir, Thank you a lot! I couldn't access with this command: mysql -u keystone -h controller -p I don't know why this command hasn't given me access: GRANT ALL PRIVILEGES ON keystone.* TO 'keystone'@'%' IDENTIFIED BY 'KEYSTONE_DBPASS'; but this command has given me access: GRANT ALL PRIVILEGES O

[Openstack] Link to wiki page How_To_Contribute will be redirect to a strange page

2016-02-25 Thread Ying Chun Guo
Hi, When clicking "How to Contribute" under "Contribute to OpenStack" in the Main_Page of OpenStack wiki[1], I will be redirected to a strange page [2]. I think something is wrong. Hope somebody can take a look at it. Best regards Ying Chun Guo (Daisy) [1] https://wiki.openstack.org/wiki/Main_

Re: [Openstack] Link to wiki page How_To_Contribute will be redirect to a strange page

2016-02-25 Thread Marton Kiss
Hi Daisy, What you experienced with wiki was caused by a spam attack against wiki.o.o. Good news that the infra team is working on a fix, so the unwanted content will be removed permanently soon. Brgds, Marton Kiss OpenStack Ambassador On Thu, Feb 25, 2016 at 10:02 AM Ying Chun Guo wrote:

[Openstack] searching a tool

2016-02-25 Thread Shubham Keyal
hey all, Is there any tool to know that how many VMs are being spawned everyday or how many failed in this span of time etc. , or graphical analysis of usage of my resources, etc. for my openstack setup. Shubham Keyal Software Engineer - I *M*: +91 9003529711, 2nd FLOOR, WEST WING, SALARPUR

Re: [Openstack] back up vm snapshot on disk

2016-02-25 Thread Mohammed Naser
Hi Priyanka, The image is not stored on the compute node, it’s actually transferred and uploaded to Glance, then Glance will store it to whatever storage tool you use (Swift, Ceph, simple file backend, etc) M On Thu, Feb 25, 2016 at 12:16 AM, Priyanka wrote: > Hi, > > VM snapshot can be created

[Openstack] [Glance] Snapshots and Images I Make Have No Owner

2016-02-25 Thread Ludwig Tirazona
Hello Everyone, I've been testing my new OpenStack deployment. I don't know why, but the instance snapshots I make, whether through Horizon or with "nova image-create" all have no owners! Consequently, they are all only viewable by the admin. What could be happening? Thanks in advance for answers!

Re: [Openstack] [Glance] Snapshots and Images I Make Have No Owner

2016-02-25 Thread Mohammed Naser
Ludwig, Sounds like your Glance is not setup to use Keystone authentication. Make sure that you have: flavor=keystone setup in your glance-api.conf and glance-registry.conf Good luck M On Thu, Feb 25, 2016 at 8:09 AM, Ludwig Tirazona wrote: > Hello Everyone, > > I've been testing my new Open

Re: [Openstack] back up vm snapshot on disk

2016-02-25 Thread Nasir Mahmood
These images or snapshots will be saved where your glance config refers to, from there you can transfer to other locations for future references. On Feb 25, 2016 6:18 PM, "Mohammed Naser" wrote: > Hi Priyanka, > > The image is not stored on the compute node, it’s actually transferred > and upload

Re: [Openstack] [Glance] Snapshots and Images I Make Have No Owner

2016-02-25 Thread Ludwig Tirazona
That was it. Glance-registry was not set up properly to use Keystone. Thanks, M! On Thursday, 25 February, 2016 09:25 PM, Mohammed Naser wrote: > Ludwig, > > Sounds like your Glance is not setup to use Keystone authentication. > > Make sure that you have: > > flavor=keystone > > setup in your glan

[Openstack] Cinder Multiple Backends - Filter On Tenant

2016-02-25 Thread Brent Troge
I need the cinder filter to support directing volumes to a specific backend based on tenant id and volume size. Something like: # tenant specific backend [backend-1] filter = (volume_size > 100G) && (tenant_id == abc123) # all others [backend-2] filter = (volume_size < 100G) Is this possible

Re: [Openstack] Cinder Multiple Backends - Filter On Tenant

2016-02-25 Thread Vahric Muhtaryan
I found this http://docs.openstack.org/admin-guide-cloud/blockstorage-driver-filter-weigh ing.html And this https://blueprints.launchpad.net/cinder/+spec/filtering-weighing-with-driver -supplied-functions From: Brent Troge Date: Thursday 25 February 2016 at 16:17 To: "openstack@lists.open

[Openstack] [Glance] Error 503 when creating image

2016-02-25 Thread Alexandr Porunov
Hello everyone, I am trying to upload the image to the Image service like in this tutorial: http://docs.openstack.org/liberty/install-guide-rdo/glance-verify.html I have done all steps, but this step fails: glance image-create --name "cirros" --file cirros-0.3.4-x86_64-disk.img --disk-format qcow

Re: [Openstack] [Glance] Error 503 when creating image

2016-02-25 Thread Remo Mattei
Only admin can use public It will not work if that is a normal tenant Inviato da iPhone > Il giorno 25 feb 2016, alle ore 07:56, Alexandr Porunov > ha scritto: > > Hello everyone, > > I am trying to upload the image to the Image service like in this tutorial: > http://docs.openstack.org/lib

Re: [Openstack] Designate, pdns, mdns, AXFR, mysql

2016-02-25 Thread Andrew Bogott
Just a quick followup for future readers of this thread... On 2/19/16 10:24 PM, John Belamaric wrote: On Feb 19, 2016, at 6:03 PM, Andrew Bogott wrote: I'm running designate kilo with a pdns backend. I originally set things up in Juno, with designate-central syncing directly to the pdns

[Openstack] One Interface with VLAN and one with VxLAN

2016-02-25 Thread John van Ommen
Is it possible to have one interface configured with VLAN and another with VxLAN? I'm in a situation where I have some customers who want to do VxLAN, but I also have some legacy customers that need VLAN. To complicate matters further, my compute nodes are in vCenter. I understand that KVM can do

Re: [Openstack] One Interface with VLAN and one with VxLAN

2016-02-25 Thread Neil Jerram
On 25/02/16 19:08, John van Ommen wrote: > Is it possible to have one interface configured with VLAN and another > with VxLAN? Do you mean for tenant networks, or for provider networks? I believe it's possible for provider networks, but not for tenant. [1] [1] http://lists.openstack.org/piperma

Re: [Openstack] Link to wiki page How_To_Contribute will be redirect to a strange page

2016-02-25 Thread Anthony T CHOW
Yeah when I "Google" - "Contribute to OpenStack" the first result has some strange description but when I click on the link it gets me to the appropriate page. Agree, someone should take a look. Anthony. From: Ying Chun Guo [mailto:guoyi...@cn.ibm.com] Sent: Thursday, February 25, 2016 1:00 AM

[Openstack] "Rack on a laptop" Part II posted!

2016-02-25 Thread Andrius Benokraitis
Greetings all, We at Cumulus Networks have posted the latest installment of virtual demos using RDO OpenStack. Previously released, Part I uses a simple two leaf setup using Layer-2 + MLAG and the Cumulus ML2 mechanism driver and Linux bridge: https://support.cumulusnetworks.com/hc/en-us/artic

Re: [Openstack] One Interface with VLAN and one with VxLAN

2016-02-25 Thread John van Ommen
I want to have VLAN provider networks for some customers. I currently have my cloud configured for VxLAN, and I'm not able to create a VLAN provider network. On Thu, Feb 25, 2016 at 11:24 AM, Neil Jerram wrote: > On 25/02/16 19:08, John van Ommen wrote: > > Is it possible to have one interface

Re: [Openstack] In ubuntu 15.04, Is it possilbe to install and configure openstack(juno, kilo) according to 14.04 installation guide?

2016-02-25 Thread Clint Byrum
Ubuntu 15.04 ended support on February 4. So basing anything on that means getting no security updates at all. You'd be much better off on 14.04 or if you're a bit brave, 16.04, which is alpha right now, but will be beta soon and released in just under 2 months. https://wiki.ubuntu.com/Releases h

Re: [Openstack] [Glance] Error 503 when creating image

2016-02-25 Thread Alexandr Porunov
But I have put admin's variables. Haven't I? On Thu, Feb 25, 2016 at 6:15 PM, Remo Mattei wrote: > Only admin can use public > > It will not work if that is a normal tenant > > Inviato da iPhone > > Il giorno 25 feb 2016, alle ore 07:56, Alexandr Porunov < > alexandr.poru...@gmail.com> ha scritt

Re: [Openstack] [Glance] Error 503 when creating image

2016-02-25 Thread Alexandr Porunov
On Thu, Feb 25, 2016 at 11:21 PM, Alexandr Porunov < alexandr.poru...@gmail.com> wrote: > The same error. > > glance image-create --progress --file ./cirros-0.3.4-x86_64-disk.img > --name cirros --disk-format qcow2 --container-format bare > 503 Service Unavailable: The server is currently unavaila

Re: [Openstack] [Glance] Error 503 when creating image

2016-02-25 Thread Alexandr Porunov
There are my logs: It is my /var/log/glance/api.log: http://paste.openstack.org/show/488205/ It is my /var/log/glance/registry.log: http://paste.openstack.org/show/488207/ It is my /var/log/keystone/keystone.log: http://paste.openstack.org/show/488208/ Nothing have changed. There only this line

Re: [Openstack] [Glance] Error 503 when creating image

2016-02-25 Thread Mohammed Naser
The relevant error: 2016-02-25 17:44:12.336 2462 CRITICAL keystonemiddleware.auth_token [-] Unable to validate token: Identity server rejected authorization necessary to fetch token data Your Glance instance is not properly configured, so it’s unable to verify the authenticity of tokens. Make s

Re: [Openstack] Cinder Multiple Backends - Filter On Tenant

2016-02-25 Thread Brent Troge
yeah, i have read through those, plus i did some reading through the actual code of all kilo/stable cinder filters i any case i think i have a good path forward, just need to start testing to understand this a bit more. thanks for taking the time to assist. On Thu, Feb 25, 2016 at 9:13 AM, Vahr

[Openstack] How to Use kvm that supports hw accelerationon in my vmware guest vm

2016-02-25 Thread 디케이
Hi In vmware workstation on my laptop, I create 3 virtual machines for openstack. (controller node, nw node, compute node) So 3-node is operating on vmware In compute node, no vmx or svm flag for KVM hardware acceleration in /proc/cpuinfo. But my laptop intel cpu supports virtualization technolog

[Openstack] Mitaka, Xenial, OVS Firewall Driver and DPDK

2016-02-25 Thread Martinx - ジェームズ
Hey guys! Next Ubuntu and Mitaka are promising something ultra mega cool! Look at this! --- root@mitaka-1:~# apt install neutron-openvswitch-agent Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: dpd

Re: [Openstack] One Interface with VLAN and one with VxLAN

2016-02-25 Thread Han Chao
Hi, If you would have both VLAN and VxLAN types of provider networks, it is possible to accomplish that. First of all, you need to provide the right configuration in the file of "openvswitch_agent.ini" and "ml2_conf.ini". Then with two NICs (ports), connect them to the different bridges (one

Re: [Openstack] How to Use kvm that supports hw accelerationon in my vmware guest vm

2016-02-25 Thread Clint Dilks
Hi, There is quite a bit about doing this on the web, one example http://vmwaremine.com/2014/09/16/deploy-nested-kvm-vmware-vsphere-workstation/#sthash.iEYBPGEb.TMyapF7a.dpbs Good Luck :) 2016-02-26 15:23 GMT+13:00 디케이 : > Hi > In vmware workstation on my laptop, I create 3 virtual machines for

Re: [Openstack] How to Use kvm that supports hw accelerationon in my vmware guest vm

2016-02-25 Thread Scott Lowe
Please see my response below. > On Feb 25, 2016, at 7:23 PM, 디케이 wrote: > > Hi > In vmware workstation on my laptop, I create 3 virtual machines for > openstack. (controller node, nw node, compute node) > > So 3-node is operating on vmware > > In compute node, no vmx or svm flag for KVM hard

Re: [Openstack] One Interface with VLAN and one with VxLAN

2016-02-25 Thread John van Ommen
Does that depend on DVR to function? As I understand it, OpenStack Kilo uses DVR by default when you use KVM for your compute. But with vCenter for compute, I have a hunch that I may need NSX to make this work. (Because there's not distributed virtual router for the ovsvapp nodes.) But, again, I

[Openstack] Kilo->Liberty upgrade with the Cloud Archive

2016-02-25 Thread Andrew Bogott
I'm just about ready to upgrade to Liberty. I've started a dry run by setting up a trusty machine with the ubuntu kilo cloud archive in my sources.list.d, and installed nova-compute, version 2015.1.2-0ubuntu2~cloud0. Next I moved my cloud-archive reference to liberty, and ran 'apt-get instal

Re: [Openstack] One Interface with VLAN and one with VxLAN

2016-02-25 Thread Han Chao
From my understanding, it depends on the scenario that how you deployed the OpenStack services. If you did not enable DVR in the configuration, and did not deploy the L3 agent on the compute nodes, then the DVR service/function is not enabled. Chao -- Original -

Re: [Openstack] How to Use kvm that supports hw accelerationon in my vmware guest vm

2016-02-25 Thread 디케이
after check the box for Intel-vt. How do I know hypervisor in guest VM OS can support nested OS? Guset VM OS is ubuntu. Kvm Hypervisor is installed for nova-compute inside guest VM 2016년 2월 26일 금요일, Scott Lowe님이 작성한 메시지: > Please see my response below. > > > > On Feb 25, 2016, at 7:23 PM, 디케이 > >