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

fix error when active resource disk in BSD #100

Merged
merged 1 commit into from
Aug 6, 2015

Conversation

ryanmiao
Copy link

@ryanmiao ryanmiao commented Aug 6, 2015

The error report is:
Traceback (most recent call last):
File "/tmp/bsd_activate_resource_disk.py", line 12, in
Config=waagent.ConfigurationProvider()
TypeError: init() takes exactly 2 arguments (1 given)

ConfigurationProvider is changed to accept two arguments from
commit 88e8d5f, but it doesn't update ConfigurationProvider
in bsd_activate_resource_disk.py.

Signed-off-by: Jincheng Miao jincheng.miao@gmail.com

The error report is:
Traceback (most recent call last):
  File "/tmp/bsd_activate_resource_disk.py", line 12, in <module>
    Config=waagent.ConfigurationProvider()
TypeError: __init__() takes exactly 2 arguments (1 given)

ConfigurationProvider is changed to accept two arguments from
commit 88e8d5f, but it doesn't update ConfigurationProvider
in bsd_activate_resource_disk.py.

Signed-off-by: Jincheng Miao <jincheng.miao@gmail.com>
@yuezh
Copy link
Contributor

yuezh commented Aug 6, 2015

Good catch :)

yuezh added a commit that referenced this pull request Aug 6, 2015
fix error when active resource disk in BSD
@yuezh yuezh merged commit 02f6302 into Azure:2.0 Aug 6, 2015
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