Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP:solve the problem of plug-in deployment failure caused by hyper-converged #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

armstrong-liu
Copy link

@armstrong-liu armstrong-liu commented Sep 12, 2017

Modify scripts to solve the problem of plug-in deployment failure caused by hyper-converged。

Feature-implementation: http://192.168.15.2/issues/10931
Signed-off-by: liuzhuangzhuang [email protected]

@huntxu
Copy link
Contributor

huntxu commented Sep 12, 2017

redmine的信息应该添加到commit message里。个人的signoff也是,用git commit -s。相比之下写commit message里更重要些。

@huntxu
Copy link
Contributor

huntxu commented Sep 12, 2017

学着用git把现在这个pull request里三个commit,变成master之上的一个commit

@armstrong-liu
Copy link
Author

armstrong-liu commented Sep 12, 2017

已修改,谢谢你的建议@huntxu

@@ -1,11 +1,11 @@
class neutron_qos (
$qos_plugin = 'neutron.services.qos.qos_plugin.QosPlugin',
$node_role = undef,
$roles = undef,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

噢,这里还有个问题,因为下面用$roles是当作列表判断成员在不在的,所以这里默认值不能是undef,应该需要改成$roles = [],才可以。虽然我们实际使用中未必会不传$roles留空,但为免以后搞不明白,还是修改比较好。

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed,thx.

Copy link
Contributor

@huntxu huntxu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@huntxu huntxu requested a review from blkart September 12, 2017 07:14
@blkart blkart changed the title solve the problem of plug-in deployment failure caused by hyper-converged WIP:solve the problem of plug-in deployment failure caused by hyper-converged Sep 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants