[Openstack] Cloudkitty - Pricing configuration using Heat

2015-12-11 Thread murali
Hello,

Good Day everyone,

I can be able to configure pricing in Cloudkitty manually, As well as using
the automated script which I created.

I need one more clarification regarding the same.

Is it possible to create Cloudkitty pricing using the Heat of Openstack.?

https://wiki.openstack.org/wiki/Heat

Please share your suggestions.

Regards,

Murali
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Glance to use cinder backend.

2015-12-11 Thread mtanino

Hi Dan,

Please refer following links.
Glance cinder backend is under developing.

https://openstacksummitoctober2015tokyo.sched.org/event/49xL/efficient-image-management-using-cinder-volumes-for-virtual-and-baremetal-machines
http://schd.ws/hosted_files/openstacksummitoctober2015tokyo/ae/Efficient%20Image%20Management%20using%20Cinder%20Volumes%20for%20Virtual%20and%20Baremetal%20Machines.pdf
https://review.openstack.org/#/c/183363/

On 11/28/2015 09:24 PM, Dan Dong wrote:

Hi,
   I plan to configure Openstack glance to use cinder( use iSCSI storage 
backend itself )as the backend storage,

but not clear how to specify a certain volume from cinder and allocate it to 
glance,
i.e., I don't want glance to use all the storage space of cinder. In 
glance-api.conf,
I did not find out how to do it. Any hints? Thanks!


Cheers,
Dan



___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack



___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] change IP of instance

2015-12-11 Thread Mohammed Naser
If you're using Neutron, you also have the ability to use the Neutron
client (or API) to change the assigned fixed IPs to the port.

On Fri, Dec 11, 2015 at 3:02 PM, Fabrizio Soppelsa
 wrote:
>
> On Dec 4, 2015, at 5:40 AM, Ivan Derbenev 
> wrote:
>
> Is there a possibility to change ip of instance, without database hacking?
>
>
> Use the v4-fixed-ip option in —nic when booting your instance
>
> Cheers,
> F.
>
>
> ___
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>



-- 
Mohammed Naser

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] change IP of instance

2015-12-11 Thread Fabrizio Soppelsa

> On Dec 4, 2015, at 5:40 AM, Ivan Derbenev  
> wrote:
> 
> Is there a possibility to change ip of instance, without database hacking?

Use the v4-fixed-ip option in —nic when booting your instance

Cheers,
F.

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] Devstack and Docker - Unable to "nova boot" a container

2015-12-11 Thread Tony Su
Unable to launch a docker container using "nova boot" command
(OpenStack Wiki Docker) due to User permissions

Following instructions this reference
https://wiki.openstack.org/wiki/Docker

Although I'm installing on openSUSE, I don't believe the problem I'm
running into is distro-specific, it has to do with launching "nova
boot' with proper security context.

Have installed Devstack and Docker following the instructions on this page.
Based on this page, the install can be replicated on an openSUSE (I'm
deploying on LEAP) following the instructions and using the scripts I
created referenced on this page
https://en.opensuse.org/User:Tsu2/openstack-install

The install is on LEAP 42.1

Now, am attempting to run the section in the Wiki "Testing Nova-Docker"
The commands assume using openrc, but because openSUSE is systemd
instead of openrc I am instead running the commands individually in a
console

$ docker pull cirros
$ docker save cirros | glance image-create --name cirros --visibility
public --container-format docker --disk-format raw
# nova boot image cirros --flavor ml.tiny dl

The above command results in an error

ERROR (Unauthorized): Invalid user / password (Disable debug mode to
suppress these details.) (HTTP 401) (Request-ID:
req-46cdb314-75ef-4049-b95b-b73c0818e3ab)

Note: although the following lists my attempts to resolve, even
without further attempts it's already possible to log in through
Horizon (dashboard) and see the cirros image downloaded by Docker
although it seems that Horizon cannot use it (can't access the actual
file location and possibly doesn't understand the docker format)

Have attempted the following to set user credentials:
- specify in the command line os-username=demo and os-userpassword=password
Result - No change
- create a file containing the following environmental variables(These
are same as was set in original Devstack setup) and sourcing it

export OS_USERNAME=demo
export OS_TENANT_NAME=default
export OS_PASSWORD=password
export OS_AUTH_URL=http://10.88.88.129:5000/v2.0/
export 0S_REGION_NAME=USA

Result: You can now verify successfully setting the values using echo,
but the "nova boot" command still results in same error

TIA if anyone can provide insight if I'm not interpreting the error
correctly or can resolve.

Tony

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack