Re: [Openstack] Cinder can not create volume types

2014-12-05 Thread Ameet Gandhare
Hello All, I have installed cinder and mysql charms using juju. The way I understand this, the commands given in the documentation link that Scott provided in the reply to my question describes steps that don't work with juju based configuration. Kindly clear my misunderstanding or plkease give m

[Openstack] [devstack] installation ERROR ImportError: No module named oslo_concurrency

2014-12-05 Thread Markus Zoeller
> Hello Frank, > > Some times, I've seen that modules are missing even in the stable > branches, try to install the module independently and this should > fix your issue. > > Best regards, Venu > > > > On Thu, Dec 4, 2014 at 11:58 AM, Du Jun wrote: > > > > Hi all, > > > > I think I find a

[Openstack] [Heat] Autoscaling, scale VMs on different hosts

2014-12-05 Thread Deepthi Dharwar
Hi all, I have been using the autoscaling HOT template and have been successful in running it. I do see number of VMs increasing and decreasing based on my scaling metrics. However, I do have one extra requirement, i.e deploy the VM on a different host. The scenario being, if I have a VM1 running

Re: [Openstack] Openstack Network Architecture with two ethernet card possible with Neutron Network?

2014-12-05 Thread dhanesh1212121212
Hi All, Above Minimal architecture example for Openstack networking shows three different networks. External Network is to Access the VM's from OUTSIDE the Network. Management to Configure Openstack services Storage to communicate. can somebody explain me what is the concept of tenant network.

[Openstack] Openstack setup in Data Center with two Dell Blade Server

2014-12-05 Thread dhanesh1212121212
Hi All, We have a requirement to configure Openstack Juno setup in Data Center with two Dell Blade Server. We are planning to use one blade server to install Centos 7 which will be our Hypervisor Second machine we will install Xenserver. Inside Xenserver we will create two CentOS 7 machine on

Re: [Openstack] python-openstackclient issue while executing congress commands

2014-12-05 Thread Srinivasa Rao Ragolu
Thanks Steve, I have modified congressclient code using https://review.openstack.org/#/c/139534 and problem got resolved. Thanks, Srinivas. On Fri, Dec 5, 2014 at 12:38 PM, Steve Martinelli wrote: > Looks like it might be mis-match between the installed pbr and the one you > might have cloned?

[Openstack] OpenStack 2014.2.1 released

2014-12-05 Thread Alan Pevec
Hello everyone, The OpenStack Stable Maintenance team is happy to announce the release of the 2014.2.1 stable Juno release. We have been busy reviewing and accepting backported bugfixes to the stable/juno branches according to the criteria set at: https://wiki.openstack.org/wiki/StableBranch A

Re: [Openstack] using dedicated network for cinder/tgtd traffic

2014-12-05 Thread Dmitry Makovey
On 12/04/2014 05:30 PM, John Griffith wrote: > That's all you need. That tells cinder to use that specific IP to > build your targets off of. Just make sure your compute nodes and > Cinder Control node can access that network and you should be all set. > thanks for the confirmation. Now I'll go

Re: [Openstack] [OpenStackClient] Release 1.0.0

2014-12-05 Thread Doug Hellmann
On Dec 4, 2014, at 6:35 PM, Dean Troyer wrote: > OpenStackClient 1.0.0 has been released to PyPI. This release represents the > results of a small band of contributors' work over the last > -[0] years. Thanks to $(git log --format='%aN' | sort -u) > for your help in making the command line a

[Openstack] [Swift] Drive failure detection and recovery using swift-drive-audit

2014-12-05 Thread Shrinand Javadekar
Hi, The Openstack Swift admin guide talks about the swift-drive-audit tool for detecting failed drives and unmounting then. It says that this tool should be setup to run as periodic cronjob. I have a question about configuring this correctly so as: 1) Detect failures and unmount the failed drive

Re: [Openstack] [Swift] Drive failure detection and recovery using swift-drive-audit

2014-12-05 Thread Clay Gerrard
On Fri, Dec 5, 2014 at 11:47 AM, Shrinand Javadekar wrote: > > If it is less than N, the swift-drive-audit tool could potentially > unmount an already recovered drive. > > If it is > N, it is possible to miss some messages in the log file. > > Is the above analysis correct? > You're probably not

[Openstack] [Ironic] Ironic-conductor fails to start - "AttributeError"

2014-12-05 Thread Lohit Valleru
Hello All, I am trying to deploy bare-metal nodes using openstack-ironic. It is a 2 - node architecture with controller/keystone/mysql on a virtual machine, and cinder/compute/nova network on a physical machine on a CentOS 7 environment. openstack-ironic-common-2014.2-2.el7.centos.noarch openstac

Re: [Openstack] [Ironic] Ironic-conductor fails to start - "AttributeError"

2014-12-05 Thread Devananda van der Veen
Hi Lohit, It's not immediately clear what the problem is, but I will venture a guess that this error is being caused by a missing or incorrect library dependency. ConductorManager._keepalive_evt is created in ironic/conductor/manager.py at 192 def init_host(self): ... 222 # Spawn

[Openstack] [Neutron] Core/Vendor code decomposition

2014-12-05 Thread Armando M.
Hi folks, For a few weeks now the Neutron team has worked tirelessly on [1]. This initiative stems from the fact that as the project matures, evolution of processes and contribution guidelines need to evolve with it. This is to ensure that the project can keep on thriving in order to meet the nee

Re: [Openstack] [Ironic] Ironic-conductor fails to start - "AttributeError"

2014-12-05 Thread Lohit Valleru
Thank you Devananda. I just remember, that I had a package dependency issue when i tried to sync the database for ironic as below: ironic-dbsync --config-file /etc/ironic/ironic.conf create_schema Traceback (most recent call last): File "/usr/bin/ironic-dbsync", line 6, in from ironic.cmd