Wednesday, 2017-08-16

*** gouthamr has joined #openstack-sdks00:12
*** markvoelker has quit IRC00:30
*** dave-mccowan has quit IRC00:38
*** rajathagasthya has quit IRC00:41
*** gouthamr has quit IRC01:13
*** dave-mccowan has joined #openstack-sdks01:28
*** gouthamr has joined #openstack-sdks01:30
*** dave-mcc_ has joined #openstack-sdks01:37
*** dave-mccowan has quit IRC01:39
*** lbragstad has quit IRC01:44
*** markvoelker has joined #openstack-sdks02:31
*** gouthamr has quit IRC02:34
*** annp has joined #openstack-sdks02:36
openstackgerritliyi proposed openstack/python-openstacksdk master: Fix stack_file function return body  https://review.openstack.org/49378602:40
*** markvoelker has quit IRC03:04
*** dave-mcc_ has quit IRC03:21
*** rajathagasthya has joined #openstack-sdks03:46
*** markvoelker has joined #openstack-sdks04:01
*** ldl has joined #openstack-sdks04:04
ldlhi every friends04:04
*** rajathagasthya has quit IRC04:06
*** markvoelker has quit IRC04:34
*** _heena_py__ has quit IRC05:11
*** knikolla has quit IRC05:22
*** reedip has quit IRC05:23
*** markvoelker has joined #openstack-sdks05:32
*** reedip has joined #openstack-sdks05:37
*** markvoelker has quit IRC06:05
openstackgerritliyi proposed openstack/python-openstacksdk master: Add profile type ops cli  https://review.openstack.org/49204806:09
*** markvoelker has joined #openstack-sdks07:02
*** jpich has joined #openstack-sdks07:28
*** markvoelker has quit IRC07:36
openstackgerritOpenStack Proposal Bot proposed openstack/python-openstackclient master: Imported Translations from Zanata  https://review.openstack.org/49410507:50
*** e0ne has joined #openstack-sdks08:01
*** ralonsoh has joined #openstack-sdks08:04
*** ralonsoh has quit IRC08:12
*** ralonsoh has joined #openstack-sdks08:12
*** markvoelker has joined #openstack-sdks08:33
ldlHi, every friend here, how can I develop a new dashboard for our company?08:34
ldlwhere to invoke the api?08:34
seanhandleyldl: What programming language are you most comfortable with?08:35
ldlpyhton08:35
ldlpython djangp08:35
ldldjango08:36
seanhandleyOk, cool. You'll want to pick up one of the OpenStack SDKs08:36
seanhandleyI recommend you start with Shade https://pypi.python.org/pypi/shade/08:36
seanhandleyif you need anything more advanced, check out https://pypi.python.org/pypi/python-openstackclient08:37
seanhandleyand then if you want to get even more advanced, each OpenStack project has its own python library i.e. Nova, the compute project, has a client here: https://pypi.python.org/pypi/python-novaclient08:38
ldlif use the shade, it can satisfy all of the official dashboard's functions ?08:38
seanhandleySo you want to build your own version of Horizon?08:38
ldlyes08:38
ldlp08:38
seanhandleyprobably skip shade then, and go straight to https://pypi.python.org/pypi/python-openstackclient08:38
ldlCan I develop my website on my mac?08:39
seanhandleyldl: Yeah, of course08:39
seanhandleyOSX is a Unix variant08:39
ldl I have installed the HA openstack on my Windows Server2008' 3 VMs.08:40
seanhandleySorry, the link I gave you is for the command line client08:42
seanhandleyI believe the library you actually want is https://pypi.python.org/pypi/openstacksdk08:42
ldldo you mean I only should install the shade (or python-openstackclient) on my Mac, then I can develop it08:42
seanhandley(which the command line client uses itself)08:42
seanhandleyWell, the OpenStack SDK does the hard work for you regarding talking to the OpenStack APIs08:42
seanhandleyYou can write your own code to talk HTTP directly etc08:43
seanhandleybut that's a big job08:43
seanhandleyand the SDK turns those request/response commands into Python methods08:43
seanhandleyso you can call a method and it'll return a list of instances, for example08:43
ldlgreate08:43
seanhandleyand then you can iterate over that and display it within your Django templates08:43
seanhandleyI'd start here ldl: https://developer.openstack.org/sdks/python/openstacksdk/users/index.html08:44
ldlI have a question08:44
ldlI installed the HA openstack on a remote windows server's 3 MVs( created by VMware workstation )08:45
seanhandleyok08:45
ldlso If I develop my new dashboard , if should connect something to the 3VMs?08:45
seanhandleyOk08:46
seanhandleyYou should be able to connect to the existing Horizon dashboard on your HA openstack install08:46
ldl3VM as controllers, and computes nodes08:46
seanhandleyand hopefully you have credentials to log in as an admin user08:46
seanhandleyOpenStack's identity service (Keystone) has a service catalog that explains to a client where it should connect for various services. So all you need to do is find out where Keystone is running, authenticate with it, and then the SDK will know the correct endpoints to send different commands to08:47
seanhandleycan you log into Horizon?08:47
ldldo you mean such as the keystone api ? in the config file?08:48
ldlI can log into the dashboard in the `192.168.8.168/dashboard/`08:49
ldldo you mean this>08:49
seanhandleyYeah, that'll be it08:50
seanhandleyonce you're logged in, there's an item in the menu on the left called "API Access"08:51
seanhandleythough it might appear in different places depending on the version of Horizon08:51
ldlwow08:51
ldlthank you very much, my friend08:52
seanhandleyNo worries - good luck with your work and do please ask in here if you need anything08:54
*** markvoelker has quit IRC09:06
*** markvoelker has joined #openstack-sdks10:03
*** dtantsur|afk is now known as dtantsur10:06
*** annp has quit IRC10:09
*** markvoelker has quit IRC10:38
*** ralonsoh has quit IRC10:44
*** ralonsoh_ has joined #openstack-sdks10:44
*** jkilpatr has quit IRC10:54
*** cdent has joined #openstack-sdks11:19
*** jkilpatr has joined #openstack-sdks11:29
*** markvoelker has joined #openstack-sdks11:35
ldl:seanhandley  Hi, friend, how can I test the openstack api in postman?11:48
ldlhttps://ask.openstack.org/en/question/109668/how-to-use-the-postman-invoke-the-openstack-api/11:48
*** markvoelker has quit IRC12:08
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient feature/osc4: Use cliff formattable columns in network commands  https://review.openstack.org/49418112:24
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient feature/osc4: Use cliff formattable columns in image commands  https://review.openstack.org/49418212:24
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient feature/osc4: Use cliff formattable columns in volume v1 commands  https://review.openstack.org/49418312:24
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient feature/osc4: Use cliff formattable columns in volume v2 commands  https://review.openstack.org/49418412:24
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient feature/osc4: Use cliff formattable columns in object storage commands  https://review.openstack.org/49418512:24
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient feature/osc4: Use cliff formattable columns in identity commands  https://review.openstack.org/49418612:24
*** chenyb4_ has joined #openstack-sdks12:36
*** ldl has quit IRC12:42
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient master: Replace six.iteritems() with .items()  https://review.openstack.org/48140712:43
*** chenyb4_ has quit IRC12:56
*** chenyb4_ has joined #openstack-sdks12:56
*** markvoelker has joined #openstack-sdks12:59
*** chenyb4_ has quit IRC13:00
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Add method to get the api version  https://review.openstack.org/49419313:01
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Update discovery url normalization with catalog info  https://review.openstack.org/49419413:01
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Allow kwargs to be passed to adapter.get_endpoint_data  https://review.openstack.org/49419513:01
*** gouthamr has joined #openstack-sdks13:15
*** dave-mccowan has joined #openstack-sdks13:30
*** chlong_ has joined #openstack-sdks13:31
*** cleong has joined #openstack-sdks13:41
openstackgerritMerged openstack/service-types-authority master: Add placement service  https://review.openstack.org/46214013:42
openstackgerritMerged openstack/service-types-authority master: Only run json.dump once  https://review.openstack.org/49336313:42
openstackgerritMerged openstack/service-types-authority master: Add three more transformations  https://review.openstack.org/49336413:43
*** chlong_ has quit IRC13:59
*** dtantsur is now known as dtantsur|bbl14:10
*** lbragstad has joined #openstack-sdks14:13
*** ralonsoh_ has quit IRC14:16
*** dtantsur|bbl is now known as dtantsur14:58
*** marst has joined #openstack-sdks15:19
openstackgerritMerged openstack/python-openstackclient master: Imported Translations from Zanata  https://review.openstack.org/49410515:21
*** reedip_ has joined #openstack-sdks15:21
openstackgerritEric Fried proposed openstack/service-types-authority master: Historical services can violate naming rules  https://review.openstack.org/49424115:23
openstackgerritEric Fried proposed openstack/service-types-authority master: Use 'clustering' as senlin's official service_type  https://review.openstack.org/48401115:27
openstackgerritEric Fried proposed openstack/service-types-authority master: Historical services can violate naming rules  https://review.openstack.org/49424115:29
openstackgerritEric Fried proposed openstack/service-types-authority master: Historical services can violate naming rules  https://review.openstack.org/49424115:38
*** reedip_ has quit IRC15:42
*** dave-mcc_ has joined #openstack-sdks15:45
*** dave-mccowan has quit IRC15:47
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient feature/osc4: Use cliff formattable columns in object storage commands  https://review.openstack.org/49418515:48
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient feature/osc4: Use cliff formattable columns in volume v2 commands  https://review.openstack.org/49418415:48
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient feature/osc4: Use cliff formattable columns in identity commands  https://review.openstack.org/49418615:48
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient feature/osc4: Use cliff formattable columns in network commands  https://review.openstack.org/49418115:48
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient feature/osc4: Use cliff formattable columns in volume v1 commands  https://review.openstack.org/49418315:48
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient feature/osc4: Use cliff formattable columns in image commands  https://review.openstack.org/49418215:48
*** dave-mccowan has joined #openstack-sdks15:50
*** dave-mcc_ has quit IRC15:52
*** e0ne has quit IRC16:33
*** jpich has quit IRC16:51
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Add method to get the api major version  https://review.openstack.org/49419317:16
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Update discovery url normalization with catalog info  https://review.openstack.org/49419417:16
*** dtantsur is now known as dtantsur|afk17:19
*** e0ne has joined #openstack-sdks17:21
openstackgerritMerged openstack/service-types-authority master: Historical services can violate naming rules  https://review.openstack.org/49424117:33
*** e0ne has quit IRC17:34
*** e0ne has joined #openstack-sdks17:57
*** dave-mccowan has quit IRC18:05
*** e0ne has quit IRC18:07
*** e0ne has joined #openstack-sdks18:08
*** e0ne has quit IRC18:08
*** dave-mcc_ has joined #openstack-sdks18:09
*** rajathagasthya has joined #openstack-sdks18:33
*** marst_ has joined #openstack-sdks18:34
*** marst has quit IRC18:37
*** e0ne has joined #openstack-sdks18:54
openstackgerritMorgan Fainberg proposed openstack/keystoneauth master: Add method to get the api major version  https://review.openstack.org/49419318:57
openstackgerritMorgan Fainberg proposed openstack/keystoneauth master: Add method to get the api major version  https://review.openstack.org/49419318:58
openstackgerritMerged openstack/keystoneauth master: Remove use of positional decorator  https://review.openstack.org/49163218:59
*** rajathagasthya has quit IRC19:02
openstackgerritMorgan Fainberg proposed openstack/keystoneauth master: Add method to get the api major version  https://review.openstack.org/49419319:35
*** cdent has quit IRC20:03
*** rajathagasthya has joined #openstack-sdks20:34
*** e0ne has quit IRC20:36
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Update discovery url normalization with catalog info  https://review.openstack.org/49419420:38
openstackgerritMonty Taylor proposed openstack/keystoneauth master: Don't use mutable defaults in allow arguments  https://review.openstack.org/49432020:38
*** gouthamr has quit IRC20:46
*** cleong has quit IRC20:51
openstackgerritMerged openstack/python-openstackclient feature/osc4: Use cliff formattable columns in network commands  https://review.openstack.org/49418121:11
openstackgerritMerged openstack/python-openstackclient feature/osc4: Use cliff formattable columns in image commands  https://review.openstack.org/49418221:16
openstackgerritDean Troyer proposed openstack/python-openstackclient feature/osc4: Use cliff formattable columns in object storage commands  https://review.openstack.org/49418521:26
openstackgerritDean Troyer proposed openstack/python-openstackclient feature/osc4: Use cliff formattable columns in identity commands  https://review.openstack.org/49418621:28
*** bobh has joined #openstack-sdks21:40
*** jkilpatr has quit IRC22:09
*** bobh has quit IRC22:43
*** bobh has joined #openstack-sdks22:43
*** bobh has quit IRC22:48
*** jkilpatr has joined #openstack-sdks22:48
openstackgerritMerged openstack/python-openstackclient feature/osc4: Use cliff formattable columns in volume v1 commands  https://review.openstack.org/49418322:48
*** marst_ has quit IRC23:06
*** gouthamr has joined #openstack-sdks23:27
openstackgerritMerged openstack/service-types-authority master: Use 'clustering' as senlin's official service_type  https://review.openstack.org/48401123:49

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!