Masahito Yoshida

Results 18 issues of Masahito Yoshida

### Problem Load_balancer.poweron/poweroff accepts many times. because api does not check load_balancer state. - if lb.state is halted, poweroff should not accept. - if lb.state is not halted, poweron should...

Type : Bug
Priority : Normal

### Problem From the experience of API client development, we have discovered that the compound form of response from altering operations is useless. It is enough to be able to...

Type : Feature
Priority : Normal

### Problem Sometimes admin wants to know an instance owner. But current `vdc-manage instance show` does not provide account id. ``` $ /opt/axsh/wakame-vdc/dcmgr/bin/vdc-manage instance show i-xxxxxxxx hn-demo0005 running i-yyyyyyyy hn-demo0004...

Type : Feature
Priority : Normal

### Problem `ip_pool.relase` requires `id_handle_id` as request parameter. when api was called without ip_handle_id, api returned 400 status like following. ``` Dcmgr::Models::InvalidUUIDError - Invalid uuid or unsupported uuid: in Dcmgr::Models::IpHandle:...

Type : Bug
Priority : Normal

### Problem Nobody knows login user. Without machine image creator. ### Solution Add new column for login user to image table.

Type : Feature
Priority : Normal

### Problem Still can't rollback data completely in `0014_migrate_localstore_to_volume.rb` after applying #586. It has fixed the down blocks only for `create_table`, `drop_table`, `add_column` and `drop_column`. [wakame-vdc/0014_migrate_localstore_to_volume.rb at master · axsh/wakame-vdc](https://github.com/axsh/wakame-vdc/blob/master/dcmgr/config/db/migrations/0014_migrate_localstore_to_volume.rb#L59-L87):...

Type : Bug
Priority : Normal

### Problem Current openvnet rpm package does not provide logrotate config file for openvnet. ### Solution Add `/etc/logrotate.d/openvnet`.

Type : Feature
Priority : Normal

fedora22 does not load vbox modules on boot. work around: ``` # systemctl status systemd-modules-load.service # systemctl restart systemd-modules-load.service # systemctl status systemd-modules-load.service ``` and then package new box file...