*** luobin has joined #openstack-smaug | 01:10 | |
x00350071 | please review | 02:33 |
---|---|---|
x00350071 | [Initial Cookiecutter for python-smaugclient] https://review.openstack.org/#/c/286356/ | 02:33 |
*** x00350071 is now known as xiangxinyong | 02:34 | |
openstackgerrit | chenying proposed openstack/smaug: The RESTAPI of resource restorations https://review.openstack.org/284282 | 03:14 |
openstackgerrit | chenying proposed openstack/smaug: The RESTAPI of resource restorations https://review.openstack.org/284282 | 03:24 |
openstackgerrit | zengchen proposed openstack/smaug: implement time trigger https://review.openstack.org/271196 | 03:39 |
openstackgerrit | zengchen proposed openstack/smaug: Implement operation manager https://review.openstack.org/274339 | 03:40 |
openstackgerrit | zengchen proposed openstack/smaug: Implement executor of OperationEngine https://review.openstack.org/282263 | 03:41 |
openstackgerrit | zengchen proposed openstack/smaug: Implement rpc interfaces of OperationEngine https://review.openstack.org/276081 | 03:42 |
*** luobin has quit IRC | 03:56 | |
*** luobin has joined #openstack-smaug | 03:57 | |
openstackgerrit | chenying proposed openstack/smaug: The RESTAPI of resource protectables https://review.openstack.org/285264 | 06:08 |
openstackgerrit | chenying proposed openstack/smaug: The RESTAPI of resource protectables https://review.openstack.org/285264 | 06:09 |
openstackgerrit | chenying proposed openstack/smaug: The RESTAPI of resource providers https://review.openstack.org/285651 | 06:15 |
openstackgerrit | zengchen proposed openstack/smaug: Implement rpc interfaces of OperationEngine https://review.openstack.org/276081 | 06:35 |
openstackgerrit | zengchen proposed openstack/smaug: Implement RestApis of trigge. https://review.openstack.org/286402 | 06:35 |
openstackgerrit | zengchen proposed openstack/smaug: Implement RestApis of trigge. https://review.openstack.org/286406 | 06:47 |
openstackgerrit | zengchen proposed openstack/smaug: Implement RestAPIs of trigger. https://review.openstack.org/286406 | 06:50 |
*** gampel has joined #openstack-smaug | 06:50 | |
*** gampel has left #openstack-smaug | 06:51 | |
openstackgerrit | chenying proposed openstack/smaug: The RESTAPI of resource checkpoints https://review.openstack.org/286412 | 06:51 |
*** smile-luobin has joined #openstack-smaug | 07:03 | |
*** luobin has quit IRC | 07:06 | |
*** smile-luobin has quit IRC | 07:44 | |
chenying | https://review.openstack.org/#/c/286424/ | 07:45 |
chenying | Sync common code from oslo-incubator | 07:45 |
*** luobin has joined #openstack-smaug | 07:50 | |
openstackgerrit | zengchen proposed openstack/smaug: Implement RestAPIs of trigger. https://review.openstack.org/286406 | 08:09 |
*** xiangxinyong has quit IRC | 08:10 | |
openstackgerrit | Yingzhe Zeng proposed openstack/smaug: Implement the ProtectableRegistry https://review.openstack.org/281783 | 08:11 |
*** x00350071 has joined #openstack-smaug | 08:15 | |
*** x00350071 has quit IRC | 08:16 | |
*** luobin has quit IRC | 08:22 | |
*** luobin has joined #openstack-smaug | 08:22 | |
*** x00350071 has joined #openstack-smaug | 08:23 | |
*** x00350071 is now known as xiangxinyong | 08:24 | |
*** mingyu has joined #openstack-smaug | 08:25 | |
*** openstackgerrit has quit IRC | 08:48 | |
*** openstackgerrit has joined #openstack-smaug | 08:48 | |
*** mingyu_ has joined #openstack-smaug | 08:51 | |
*** mingyu_ has quit IRC | 08:52 | |
*** mingyu_ has joined #openstack-smaug | 08:52 | |
*** mingyu has quit IRC | 08:54 | |
*** mingyu_ has quit IRC | 09:13 | |
openstackgerrit | xiangxinyong proposed openstack/smaug-dashboard: Initial Cookiecutter for smaug-dashboard https://review.openstack.org/286456 | 09:23 |
*** chenying has quit IRC | 09:23 | |
*** chenying has joined #openstack-smaug | 09:23 | |
*** chenying has quit IRC | 09:26 | |
openstackgerrit | WeAreFormalGroup proposed openstack/smaug: Implement cinder backup plugin https://review.openstack.org/286458 | 09:27 |
*** chenying has joined #openstack-smaug | 09:28 | |
xiangxinyong | who is named by WeAreFormalGroup | 09:29 |
xiangxinyong | ??? | 09:29 |
*** luobin has quit IRC | 09:35 | |
xiangxinyong | saggi:ping | 09:36 |
xiangxinyong | saggi:hello | 09:36 |
saggi | xiangxinyong: hi | 09:37 |
xiangxinyong | saggi: i come across a question. Could you help me? | 09:37 |
saggi | xiangxinyong: I can try :) | 09:39 |
xiangxinyong | saggi: we have created a python-smaugclient. but we can not setup by this command [pip install python-smaugclient] | 09:39 |
saggi | why? | 09:39 |
saggi | Do you have a pip project set up? | 09:40 |
xiangxinyong | yeah. i have setup pip. I got an error message: | 09:40 |
xiangxinyong | Could not find a version that satisfies the requirement python-smaugclient (from versions: ) | 09:40 |
xiangxinyong | No matching distribution found for python-smaugclient | 09:40 |
xiangxinyong | I guess that we have not the python-smaugclient version release. | 09:41 |
xiangxinyong | but i did not know how to release python-smaugclient | 09:41 |
xiangxinyong | Our project smaug and smaug-dashboard all need to add python-smaugclient into the requirements.txt | 09:42 |
xiangxinyong | requirements.txt and test-requirements.txt | 09:43 |
saggi | So you have a setup.py in smaug client? | 09:49 |
saggi | xiangxinyong: ^^^ | 09:51 |
xiangxinyong | saggi:yeah, we have a setup.py. | 09:53 |
saggi | What does your pypi page say? | 09:53 |
xiangxinyong | saggi:but the setup.py have been not yet merged in the repository.*_* | 09:53 |
saggi | That might be the issue. | 09:54 |
saggi | You pypi page has no releases yet: https://pypi.python.org/pypi/python-smaugclient | 09:54 |
xiangxinyong | saggi: oh. That is it. | 09:55 |
xiangxinyong | saggi: do we need to do some sepecial operation to trigger the python-smaugclient release except merging the codes(include setup.py) into respository? | 09:56 |
saggi | xiangxinyong: First do this: http://docs.openstack.org/infra/manual/creators.html#give-openstack-permission-to-publish-releases | 09:58 |
xiangxinyong | saggi: yeah. This configuration is finished by zhonghua | 09:59 |
xiangxinyong | saggi: i guess that eran might be have the rights to release. Because he is in the smaug-release group. is it? | 10:01 |
saggi | Maybe, ask ajaeger. | 10:07 |
xiangxinyong | saggi:OK. Thanks a lot. | 10:09 |
xiangxinyong | saggi: ^-^ | 10:09 |
*** chenying has quit IRC | 10:36 | |
*** gampel has joined #openstack-smaug | 10:37 | |
*** chenying has joined #openstack-smaug | 10:37 | |
*** gampel has left #openstack-smaug | 10:39 | |
openstackgerrit | xiangxinyong proposed openstack/smaug-dashboard: Initial Cookiecutter for smaug-dashboard https://review.openstack.org/286456 | 10:57 |
openstackgerrit | WeAreFormalGroup proposed openstack/smaug: Implement cinder backup plugin https://review.openstack.org/286458 | 11:10 |
*** mingyu has joined #openstack-smaug | 11:13 | |
*** mingyu has quit IRC | 11:16 | |
*** hardwind has quit IRC | 11:24 | |
*** hardwind has joined #openstack-smaug | 11:24 | |
openstackgerrit | zengchen proposed openstack/smaug: Implement rpc interfaces of OperationEngine https://review.openstack.org/276081 | 11:29 |
*** zhonghua-lee has quit IRC | 11:53 | |
*** zhonghua-lee has joined #openstack-smaug | 11:54 | |
openstackgerrit | Yingzhe Zeng proposed openstack/smaug: Implement nova protectable plugin https://review.openstack.org/286532 | 12:14 |
openstackgerrit | Yingzhe Zeng proposed openstack/smaug: Implement nova protectable plugin https://review.openstack.org/286542 | 12:22 |
*** CrayZee has quit IRC | 12:22 | |
*** CrayZee has joined #openstack-smaug | 12:25 | |
*** mingyu has joined #openstack-smaug | 13:17 | |
*** mingyu has quit IRC | 13:22 | |
*** mingyu has joined #openstack-smaug | 13:27 | |
*** CrayZee has quit IRC | 13:28 | |
*** CrayZee has joined #openstack-smaug | 13:37 | |
*** CrayZee has quit IRC | 13:44 | |
*** mingyu has quit IRC | 14:01 | |
*** CrayZee has joined #openstack-smaug | 14:52 | |
*** openstackgerrit has quit IRC | 18:18 | |
*** openstackgerrit has joined #openstack-smaug | 18:18 | |
*** xiangxinyong has quit IRC | 18:54 | |
*** openstack has joined #openstack-smaug | 19:14 | |
*** c00281451_ has quit IRC | 19:16 | |
*** openstackgerrit has joined #openstack-smaug | 19:19 | |
*** zhonghua-lee has quit IRC | 21:30 | |
*** zhonghua-lee has joined #openstack-smaug | 21:31 | |
*** mingyu has joined #openstack-smaug | 22:02 | |
*** mingyu has quit IRC | 22:06 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!