Develop the openstack manage website like the original dashboard -


i installed ha openstack on 3 host machines, , them works perfect.

as know, ha openstack has original dashboard, can access browser: http://44.118.44.1xx/dashboard, want write new website dashboard's functions.

and want develop site on mac, how that?

i don't know how connect original ha openstack's database(there mariadb cluster). because in website, register user(tenant), put tenant information mariadb.

in openstack not advised connect db directly. each services in openstack exposes api(primarily shall rest api). assuming trying build website scratch, can use javascript or similar call rest apis. here quick start guide using rest apis. can fine complete list of services , rest apis description here.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -