On the controllers of NY_global, the openvstorage-sdm package was installed, but never used. The content of /opt/asd-manager/config/: ``` root@NY1SRV0016:~# ls /opt/asd-manager/config/ systemd upstart ``` When upgrading the package to 1.9.9, this resulted in the following stack trace: ``` Traceback (most recent call last): File "./source/tools/install/post-update.py", line 41, in <module> with open(BOOTSTRAP_FILE, 'r') as bootstrap_file: IOError: [Errno 2] No such file or directory: '/opt/asd-manager/config/bootstrap.json' ```