Re: [Openstack] Happy new year all

2014-01-01 Thread Akshat Sharma
Happy New year :)
Wish you all a good one


On Wed, Jan 1, 2014 at 3:23 AM, pragya jain  wrote:

> happy new year to all stackers
>
> pragya Jain
>
>
>   On Wednesday, 1 January 2014 10:50 AM, Remo Mattei 
> wrote:
>
> you have a good year David,
>
> Ciao
> --
> Remo Mattei
>
>
> December 31, 2013 at 21:10:21, David Easter 
> (deas...@mirantis.com)
> ha scritto:
>
>  It's midnight somewhere!  (Past midnight in most places.  :-)
>
> Happy New Year!
>
> -David J. Easter
> Product Line Manager, Mirantis
>
> On Tuesday, December 31, 2013, Dnsbed Ops wrote:
>
> happy new year all~
>
>
>  Happy new year opensthackers :)
>
>
>
>
> ___
> 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
>
>  !DSPAM:2,52c3a33d308721368617628!
> ___
>
> 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
>
>
>
> !DSPAM:2,52c3a33d308721368617628!
>
>
> ___
> 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
>
>
___
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] Login into Openstack dashboard using POST Request

2013-12-29 Thread Akshat Sharma
Hello Stackers,
   I am new to Django framework. We are developing a client
server application in which i want the user to be redirected to the
Openstack-dashboard profile page from our portal on click of a button. It
should be able to get authentication with post variables and bypass the
login page.
I am finding it hard to make correct request. I am using Curl with PHP to
make request.
Seems my request url is right but i cannot pass the credentials as POST
variables.
Suggestions are appreciated, i am open to use anything other than curl.
Any example would be great.

Thanks in advance
___
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] Login into Openstack dashboard using POST Request

2013-12-27 Thread Akshat Sharma
Hello Stackers,
   I am new to Django framework. We are developing a client
server application in which i want the user to be redirected to the
Openstack-dashboard profile page from our portal on click of a button. It
should be able to get authentication with post variables and bypass the
login page.
I am finding it hard to make correct request. I am using Curl with PHP to
make request.
Seems my request url is right but i cannot pass the credentials as POST
variables.
Suggestions are appreciated, i am open to use anything other than curl.
Any example would be great.

Thanks in advance
___
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] Login to Openstack dashboard using a Post Request

2013-12-23 Thread Akshat Sharma
Hello Guys, I am new to Openstack, python and django framework.

I am trying to login into Opensatck dahboard using dashboard request. Since
i am sending a request from a host, other than, where user is created. I
had to get csrf exempt. I have been able to get pass the csrf problem. I am
testing my POST request on 2 different systems. One which has username and
password stored in cookies and the other don't. The one which has username
and password stored gets login to user page while the other don't. Also i
tried to print the username - it prints "anonymous user". I guess i am not
able to pass the username and password correctly. Any help is appreciated.


Thanks,

Akshat Sharma
___
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