-
Notifications
You must be signed in to change notification settings - Fork 3
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
base: master
Are you sure you want to change the base?
Conversation
redmine的信息应该添加到commit message里。个人的signoff也是,用 |
学着用git把现在这个pull request里三个commit,变成master之上的一个commit |
f2d6ee8
to
1cf10d1
Compare
已修改,谢谢你的建议@huntxu。 |
@@ -1,11 +1,11 @@ | |||
class neutron_qos ( | |||
$qos_plugin = 'neutron.services.qos.qos_plugin.QosPlugin', | |||
$node_role = undef, | |||
$roles = undef, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
噢,这里还有个问题,因为下面用$roles
是当作列表判断成员在不在的,所以这里默认值不能是undef
,应该需要改成$roles = [],
才可以。虽然我们实际使用中未必会不传$roles
留空,但为免以后搞不明白,还是修改比较好。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed,thx.
1cf10d1
to
057c734
Compare
Feature-implementation: http://192.168.15.2/issues/10931 Signed-off-by: liuzhuangzhuang <[email protected]>
057c734
to
8ff384b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
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]