Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-09-02 Thread Jeremy Stanley
On 2015-09-01 15:45:22 -0700 (-0700), Vahid S Hashemian wrote: [...] > What is your advice on debugging a PyPi package? I'm modifying the code > for python-muranoclient and would like to be able to debug using eclipse > (in which I'm coding) or any other convenient means. There are possibly

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-09-01 Thread Vahid S Hashemian
Hi Jeremy, Thanks for sharing these tips. What is your advice on debugging a PyPi package? I'm modifying the code for python-muranoclient and would like to be able to debug using eclipse (in which I'm coding) or any other convenient means. Regards, --Vahid

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-08-27 Thread Vahid S Hashemian
/Silicon Valley/IBM@IBMUS Cc:OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Date:08/26/2015 05:28 PM Subject:Re: [openstack-dev] [Murano] Documentation on how to Start Contributing Wow! And changed the plugin.sh file back

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-08-27 Thread Jeremy Stanley
On 2015-08-27 12:14:29 -0700 (-0700), Vahid S Hashemian wrote: [...] I have a development folder for murano under /home/stack/workspace/murano. If the changes I make involve multiple files I would have to remember each time what files were changes to make sure I copy them over under

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-08-27 Thread Jeremy Stanley
On 2015-08-27 13:55:16 -0700 (-0700), Vahid S Hashemian wrote: Thank you for your response. What you suggested makes sense. Could you please also confirm - Whether you push your work in progress to review.openstack.org and go to the site and manually mark it as work in progress (so

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-08-27 Thread Vahid S Hashemian
Hi Jeremy, Thank you for your response. What you suggested makes sense. Could you please also confirm - Whether you push your work in progress to review.openstack.org and go to the site and manually mark it as work in progress (so reviewers don't assume it's ready for review)? - When you pull

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-08-26 Thread Victor Ryzhenkin
(not for usage questions) openstack-dev@lists.openstack.org Date:        08/25/2015 05:47 PM Subject:        Re: [openstack-dev] [Murano] Documentation on how to Start Contributing Hi, Vahid! - Modified /home/stack/workspace/murano/devstack/plugin.sh based on Gosha's suggestion

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-08-26 Thread Vahid S Hashemian
, OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Date:08/25/2015 05:47 PM Subject:Re: [openstack-dev] [Murano] Documentation on how to Start Contributing Hi, Vahid! - Modified /home/stack/workspace/murano/devstack/plugin.sh based

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-08-26 Thread Victor Ryzhenkin
:        OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Date:        08/26/2015 05:28 PM Subject:        Re: [openstack-dev] [Murano] Documentation on how to Start Contributing Wow! And changed the plugin.sh file back to original. However

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-08-25 Thread Victor Ryzhenkin
:        Re: [openstack-dev] [Murano] Documentation on how to Start        Contributing Hi, If I understand correctly, you want to be able to install modified Murano from your own repository. There is a devstack integration script in Murano repository which does this. Here are lines where you can

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-08-25 Thread Vahid S Hashemian
Subject:Re: [openstack-dev] [Murano] Documentation on how to Start Contributing Thanks Nikolay and Gosha. As Gosha mentioned I'd like to be able to integrate my local changes to Murano into my devstack installation. I figured for UI changes I can probably make the changes directly

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-07-10 Thread Georgy Okrokvertskhov
Hi, If I understand correctly, you want to be able to install modified Murano from your own repository. There is a devstack integration script in Murano repository which does this. Here are lines where you can point to specific repository for Murano installation in devstack:

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-07-10 Thread Vahid S Hashemian
Labs From: Georgy Okrokvertskhov gokrokvertsk...@mirantis.com To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Date: 07/10/2015 07:45 AM Subject:Re: [openstack-dev] [Murano] Documentation on how to Start Contributing Hi

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-07-09 Thread Nikolay Starodubtsev
Hi, Can you describe what problems do you have with bring code changes into a live Devstack environment, and test them. If you want a real-time QA experience you can ask your questions at #murano on freenode. Nikolay Starodubtsev Software Engineer Mirantis Inc. Skype: dark_harlequine1

[openstack-dev] [Murano] Documentation on how to Start Contributing

2015-07-09 Thread Vahid S Hashemian
Hello, I am wondering if there is any documentation for new contributors that explains how to get up-to-speed with Murano development; something that covers how to bring code changes into a live Devstack environment, and test them. I've looked at the Murano documentation online and have not